Max level shown:
1 [ Dec 18 19:48:17 Enabled. ]
2 [ Dec 18 19:48:17 Rereading configuration. ]
3 [ Dec 18 19:48:20 Rereading configuration. ]
4 [ Dec 18 19:48:25 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Dec 18 19:48:25 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.12.18 19:48:26.437243 [ 1 ] {} <Information> Application: Will watch for the process with pid 26692
29 2024.12.18 19:48:26.437672 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.18 19:48:26.702657 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26692
31 2024.12.18 19:48:26.703431 [ 1 ] {} <Information> Application: starting up
32 2024.12.18 19:48:26.704124 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.18 19:48:26.792153 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.18 19:48:26.837713 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.18 19:48:26.837761 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.18 19:48:26.837774 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.18 19:48:26.837843 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.18 19:48:26.838233 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.18 19:48:26.839794 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.12.18 19:48:26.840511 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.18 19:48:26.841332 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.12.18 19:48:26.841355 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.12.18 19:48:26.841370 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.18 19:48:26.841538 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.18 19:48:26.842493 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.18 19:48:26.848103 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.18 19:48:26.848875 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.18 19:48:26.850225 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.18 19:48:26.850293 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.18 19:48:26.851884 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.12.18 19:48:26.852357 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.18 19:48:26.856723 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.18 19:48:26.857139 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.18 19:48:26.858857 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.18 19:48:26.859289 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.18 19:48:26.859740 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.18 19:48:26.860141 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.18 19:48:26.861504 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.18 19:48:26.861531 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.18 19:48:26.861604 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.18 19:48:26.861789 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.18 19:48:26.892753 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.18 19:48:26.892779 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154864 sec
68 2024.12.18 19:48:26.892821 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.18 19:48:26.892836 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.18 19:48:26.894007 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.18 19:48:26.895056 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.18 19:48:26.907041 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.18 19:48:26.907085 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.18 19:48:26.907108 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.18 19:48:26.907120 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.18 19:48:26.907148 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.18 19:48:26.907166 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.18 19:48:26.909717 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.18 19:48:26.909761 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.18 19:48:26.909783 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.18 19:48:26.909965 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.18 19:48:26.909983 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.18 19:48:26.910019 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.18 19:48:26.910038 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.18 19:48:26.910051 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.18 19:48:26.910079 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.18 19:48:26.910097 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.18 19:48:26.936834 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.18 19:48:26.938501 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.18 19:48:26.938534 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2741e-05 sec
91 2024.12.18 19:48:26.938552 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.18 19:48:26.938564 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.18 19:48:26.938588 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.18 19:48:26.938788 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.18 19:48:26.938832 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.18 19:48:26.938846 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.18 19:48:26.938858 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.12.18 19:48:26.938870 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.18 19:48:26.953073 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.18 19:48:26.953297 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2024.12.18 19:48:26.954206 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5081e-05 sec.
102 2024.12.18 19:48:26.955237 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.18 19:48:26.955349 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.18 19:48:26.955380 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.18 19:48:27.704052 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53187
106 2024.12.18 19:48:27.704359 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.18 19:48:27.704410 [ 3 ] {} <Debug> TCP-Session: b56786b7-92ad-4660-86b8-723456728b28 Authenticating user 'default' from [fd00:1122:3344:101::e]:53187
108 2024.12.18 19:48:27.704442 [ 3 ] {} <Debug> TCP-Session: b56786b7-92ad-4660-86b8-723456728b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.18 19:48:27.704461 [ 3 ] {} <Debug> TCP-Session: b56786b7-92ad-4660-86b8-723456728b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.18 19:48:27.704549 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.18 19:48:27.704576 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.12.18 19:48:27.704599 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.12.18 19:48:27.705528 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63183
114 2024.12.18 19:48:27.705655 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.18 19:48:27.705691 [ 4 ] {} <Debug> TCP-Session: 94e41d40-41a8-4979-a2cb-17c1590aef39 Authenticating user 'default' from [fd00:1122:3344:101::e]:63183
116 2024.12.18 19:48:27.705727 [ 4 ] {} <Debug> TCP-Session: 94e41d40-41a8-4979-a2cb-17c1590aef39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.18 19:48:27.705764 [ 4 ] {} <Debug> TCP-Session: 94e41d40-41a8-4979-a2cb-17c1590aef39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.18 19:48:27.706483 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65067
119 2024.12.18 19:48:27.706488 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65371
120 2024.12.18 19:48:27.706561 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47637
121 2024.12.18 19:48:27.706627 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.12.18 19:48:27.706662 [ 253 ] {} <Debug> TCP-Session: a63c63b9-8c70-45d2-930b-d321379baee3 Authenticating user 'default' from [fd00:1122:3344:101::e]:65067
123 2024.12.18 19:48:27.706883 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.12.18 19:48:27.706889 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2024.12.18 19:48:27.706907 [ 253 ] {} <Debug> TCP-Session: a63c63b9-8c70-45d2-930b-d321379baee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
126 2024.12.18 19:48:27.706939 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52259
127 2024.12.18 19:48:27.707003 [ 254 ] {} <Debug> TCP-Session: 609592f5-3ac2-4239-a73a-e68f765623a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47637
128 2024.12.18 19:48:27.707021 [ 5 ] {} <Debug> TCP-Session: 66ade846-3016-4658-b720-f41cb27c245e Authenticating user 'default' from [fd00:1122:3344:101::e]:65371
129 2024.12.18 19:48:27.707062 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47547
130 2024.12.18 19:48:27.707049 [ 253 ] {} <Debug> TCP-Session: a63c63b9-8c70-45d2-930b-d321379baee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2024.12.18 19:48:27.707238 [ 254 ] {} <Debug> TCP-Session: 609592f5-3ac2-4239-a73a-e68f765623a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.18 19:48:27.707245 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45281
133 2024.12.18 19:48:27.707275 [ 5 ] {} <Debug> TCP-Session: 66ade846-3016-4658-b720-f41cb27c245e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.12.18 19:48:27.707237 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2024.12.18 19:48:27.707485 [ 254 ] {} <Debug> TCP-Session: 609592f5-3ac2-4239-a73a-e68f765623a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2024.12.18 19:48:27.707533 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2024.12.18 19:48:27.707573 [ 5 ] {} <Debug> TCP-Session: 66ade846-3016-4658-b720-f41cb27c245e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2024.12.18 19:48:27.707539 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.12.18 19:48:27.707583 [ 255 ] {} <Debug> TCP-Session: 4d292a45-b004-4374-95f2-68a06c5e286e Authenticating user 'default' from [fd00:1122:3344:101::e]:52259
140 2024.12.18 19:48:27.707742 [ 257 ] {} <Debug> TCP-Session: 9dc8ea6d-05d9-4528-a18b-f21ae6f6f5c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45281
141 2024.12.18 19:48:27.707768 [ 256 ] {} <Debug> TCP-Session: 4c1f2b28-250b-44ee-b436-11bd2a25e139 Authenticating user 'default' from [fd00:1122:3344:101::e]:47547
142 2024.12.18 19:48:27.707804 [ 255 ] {} <Debug> TCP-Session: 4d292a45-b004-4374-95f2-68a06c5e286e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.18 19:48:27.707817 [ 257 ] {} <Debug> TCP-Session: 9dc8ea6d-05d9-4528-a18b-f21ae6f6f5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.18 19:48:27.707825 [ 256 ] {} <Debug> TCP-Session: 4c1f2b28-250b-44ee-b436-11bd2a25e139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2024.12.18 19:48:27.707845 [ 255 ] {} <Debug> TCP-Session: 4d292a45-b004-4374-95f2-68a06c5e286e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2024.12.18 19:48:27.707858 [ 257 ] {} <Debug> TCP-Session: 9dc8ea6d-05d9-4528-a18b-f21ae6f6f5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.18 19:48:27.707874 [ 256 ] {} <Debug> TCP-Session: 4c1f2b28-250b-44ee-b436-11bd2a25e139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.18 19:48:27.989959 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36654
149 2024.12.18 19:48:27.990102 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.12.18 19:48:27.990148 [ 258 ] {} <Debug> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Authenticating user 'default' from [fd00:1122:3344:101::d]:36654
151 2024.12.18 19:48:27.990172 [ 258 ] {} <Debug> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.18 19:48:27.990187 [ 258 ] {} <Debug> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.18 19:48:27.990261 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.12.18 19:48:27.990291 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2024.12.18 19:48:27.990319 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.12.18 19:48:27.991310 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52195
157 2024.12.18 19:48:27.991526 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
158 2024.12.18 19:48:27.991592 [ 259 ] {} <Debug> TCP-Session: e5ff1c95-808c-4253-b0b4-a0a1a302c627 Authenticating user 'default' from [fd00:1122:3344:101::d]:52195
159 2024.12.18 19:48:27.991597 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42220
160 2024.12.18 19:48:27.991620 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42622
161 2024.12.18 19:48:27.991664 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40276
162 2024.12.18 19:48:27.991635 [ 259 ] {} <Debug> TCP-Session: e5ff1c95-808c-4253-b0b4-a0a1a302c627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2024.12.18 19:48:27.991849 [ 259 ] {} <Debug> TCP-Session: e5ff1c95-808c-4253-b0b4-a0a1a302c627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
164 2024.12.18 19:48:27.991850 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56918
165 2024.12.18 19:48:27.991947 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
166 2024.12.18 19:48:27.991971 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2024.12.18 19:48:27.992278 [ 262 ] {} <Debug> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40276
168 2024.12.18 19:48:27.992279 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2024.12.18 19:48:27.992325 [ 261 ] {} <Debug> TCP-Session: 060f904e-587a-4917-ba80-5e0a92aa6d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:42220
170 2024.12.18 19:48:27.992346 [ 262 ] {} <Debug> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.12.18 19:48:27.992363 [ 263 ] {} <Debug> TCP-Session: afa50a61-eae9-43bb-8d16-7bbf31bc0ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56918
172 2024.12.18 19:48:27.992301 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2024.12.18 19:48:27.992310 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39643
174 2024.12.18 19:48:27.992416 [ 261 ] {} <Debug> TCP-Session: 060f904e-587a-4917-ba80-5e0a92aa6d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2024.12.18 19:48:27.992448 [ 262 ] {} <Debug> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2024.12.18 19:48:27.992419 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37045
177 2024.12.18 19:48:27.992559 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49702
178 2024.12.18 19:48:27.992807 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.12.18 19:48:27.992818 [ 260 ] {} <Debug> TCP-Session: 64e57297-9396-4acc-b91a-bca13a3cd999 Authenticating user 'default' from [fd00:1122:3344:101::d]:42622
180 2024.12.18 19:48:27.993674 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2024.12.18 19:48:27.992652 [ 263 ] {} <Debug> TCP-Session: afa50a61-eae9-43bb-8d16-7bbf31bc0ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.12.18 19:48:27.993726 [ 261 ] {} <Debug> TCP-Session: 060f904e-587a-4917-ba80-5e0a92aa6d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2024.12.18 19:48:27.993734 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2024.12.18 19:48:27.993756 [ 265 ] {} <Debug> TCP-Session: 65c8f285-f47a-4a49-bd79-9bf12205e876 Authenticating user 'default' from [fd00:1122:3344:101::d]:37045
185 2024.12.18 19:48:27.993782 [ 260 ] {} <Debug> TCP-Session: 64e57297-9396-4acc-b91a-bca13a3cd999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2024.12.18 19:48:27.993861 [ 266 ] {} <Debug> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:49702
187 2024.12.18 19:48:27.993860 [ 263 ] {} <Debug> TCP-Session: afa50a61-eae9-43bb-8d16-7bbf31bc0ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.18 19:48:27.993901 [ 265 ] {} <Debug> TCP-Session: 65c8f285-f47a-4a49-bd79-9bf12205e876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2024.12.18 19:48:27.993931 [ 260 ] {} <Debug> TCP-Session: 64e57297-9396-4acc-b91a-bca13a3cd999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.18 19:48:27.993960 [ 264 ] {} <Debug> TCP-Session: 9322ac7d-3295-4047-b706-82ed08c27928 Authenticating user 'default' from [fd00:1122:3344:101::d]:39643
191 2024.12.18 19:48:27.993968 [ 266 ] {} <Debug> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
192 2024.12.18 19:48:27.993986 [ 265 ] {} <Debug> TCP-Session: 65c8f285-f47a-4a49-bd79-9bf12205e876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
193 2024.12.18 19:48:27.995161 [ 266 ] {} <Debug> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
194 2024.12.18 19:48:27.995249 [ 264 ] {} <Debug> TCP-Session: 9322ac7d-3295-4047-b706-82ed08c27928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.18 19:48:27.995337 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
196 2024.12.18 19:48:27.995373 [ 264 ] {} <Debug> TCP-Session: 9322ac7d-3295-4047-b706-82ed08c27928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.12.18 19:48:27.998749 [ 258 ] {7c2797f4-acdf-42b1-8fc2-1996dd948530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2024.12.18 19:48:28.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.80 MiB, peak 117.80 MiB, free memory in arenas 0.00 B, will set to 121.61 MiB (RSS), difference: 3.82 MiB
199 2024.12.18 19:48:28.059682 [ 258 ] {7c2797f4-acdf-42b1-8fc2-1996dd948530} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36654) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
200 
201 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
202 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
203 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
204 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
205 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
206 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
207 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
208 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
209 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
210 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
211 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
212 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
213 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
214 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
215 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
216 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
217 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
222 
223 2024.12.18 19:48:28.061211 [ 258 ] {7c2797f4-acdf-42b1-8fc2-1996dd948530} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
224 
225 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
226 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
227 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
228 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
229 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
230 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
231 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
232 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
233 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
234 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
235 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
236 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
237 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
238 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
239 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
240 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
241 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
242 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
243 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
244 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
245 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
246 
247 2024.12.18 19:48:28.061352 [ 258 ] {7c2797f4-acdf-42b1-8fc2-1996dd948530} <Debug> TCPHandler: Processed in 0.068630142 sec.
248 2024.12.18 19:48:28.061700 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
249 2024.12.18 19:48:28.061917 [ 262 ] {b66bb9d5-3ba2-4cb4-a7d6-253c5cdc1f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
250 2024.12.18 19:48:28.062230 [ 262 ] {b66bb9d5-3ba2-4cb4-a7d6-253c5cdc1f45} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40276) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
251 
252 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
253 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
254 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
255 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
256 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
257 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
258 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
259 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
260 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
261 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
262 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
263 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
264 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
265 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
266 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
267 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
268 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
269 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
270 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
271 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
272 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
273 
274 2024.12.18 19:48:28.062377 [ 262 ] {b66bb9d5-3ba2-4cb4-a7d6-253c5cdc1f45} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
275 
276 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
277 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
278 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
279 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
280 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
281 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
282 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
283 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
284 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
285 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
286 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
287 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
288 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
289 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
290 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
291 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
292 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
293 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
294 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
295 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
296 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
297 
298 2024.12.18 19:48:28.062475 [ 262 ] {b66bb9d5-3ba2-4cb4-a7d6-253c5cdc1f45} <Debug> TCPHandler: Processed in 0.000931929 sec.
299 2024.12.18 19:48:28.063369 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2024.12.18 19:48:28.064744 [ 258 ] {05d26888-5554-463a-91eb-c32f03b91657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) DROP DATABASE IF EXISTS oximeter (stage: Complete)
301 2024.12.18 19:48:28.065447 [ 258 ] {05d26888-5554-463a-91eb-c32f03b91657} <Debug> TCPHandler: Processed in 0.002139524 sec.
302 2024.12.18 19:48:28.065682 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
303 2024.12.18 19:48:28.065804 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
304 2024.12.18 19:48:28.065943 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
305 2024.12.18 19:48:28.078421 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
306 2024.12.18 19:48:28.078445 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1091e-05 sec
307 2024.12.18 19:48:28.078483 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Trace> ReferentialDeps: No tables
308 2024.12.18 19:48:28.078496 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Trace> LoadingDeps: No tables
309 2024.12.18 19:48:28.078520 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Information> DatabaseAtomic (oximeter): Starting up tables.
310 2024.12.18 19:48:28.078567 [ 262 ] {6e1df364-51f4-425d-aab0-db548be5077c} <Debug> TCPHandler: Processed in 0.012949927 sec.
311 2024.12.18 19:48:28.078764 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
312 2024.12.18 19:48:28.078951 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) /* The version table contains metadata about the `oximeter` database */
313 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
314 2024.12.18 19:48:28.079009 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
315 2024.12.18 19:48:28.087803 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
316 2024.12.18 19:48:28.092735 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Debug> oximeter.version (5a3d8e72-796e-43e2-912a-18cb19033f82): Loading data parts
317 2024.12.18 19:48:28.093268 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Debug> oximeter.version (5a3d8e72-796e-43e2-912a-18cb19033f82): There are no data parts
318 2024.12.18 19:48:28.096545 [ 258 ] {3f80d8f2-8cbf-4dc8-9754-78ea027f825a} <Debug> TCPHandler: Processed in 0.017836236 sec.
319 2024.12.18 19:48:28.096787 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
320 2024.12.18 19:48:28.097098 [ 262 ] {7affa1d7-0ab2-4554-a1b2-58502cc5c42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) /* The measurement tables contain all individual samples from each timeseries.
321 *
322 * Each table stores a single datum type, and otherwise contains nearly the same
323 * structure. The primary sorting key is on the timeseries name, key, and then
324 * timestamp, so that all timeseries from the same schema are grouped, followed
325 * by all samples from the same timeseries.
326 *
327 * This reflects that one usually looks up the _key_ in one or more field table,
328 * and then uses that to index quickly into the measurements tables.
329 */
330 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
331 2024.12.18 19:48:28.097187 [ 262 ] {7affa1d7-0ab2-4554-a1b2-58502cc5c42b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
332 2024.12.18 19:48:28.106272 [ 262 ] {7affa1d7-0ab2-4554-a1b2-58502cc5c42b} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Loading data parts
333 2024.12.18 19:48:28.106450 [ 262 ] {7affa1d7-0ab2-4554-a1b2-58502cc5c42b} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): There are no data parts
334 2024.12.18 19:48:28.117967 [ 262 ] {7affa1d7-0ab2-4554-a1b2-58502cc5c42b} <Debug> TCPHandler: Processed in 0.021259497 sec.
335 2024.12.18 19:48:28.118259 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
336 2024.12.18 19:48:28.118465 [ 258 ] {3cc74082-d4b7-4efb-ad1e-fed7d95311e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
337 2024.12.18 19:48:28.118564 [ 258 ] {3cc74082-d4b7-4efb-ad1e-fed7d95311e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
338 2024.12.18 19:48:28.121047 [ 258 ] {3cc74082-d4b7-4efb-ad1e-fed7d95311e2} <Debug> oximeter.measurements_i8 (7fa411bf-12a4-470f-9681-faf418b811f2): Loading data parts
339 2024.12.18 19:48:28.121262 [ 258 ] {3cc74082-d4b7-4efb-ad1e-fed7d95311e2} <Debug> oximeter.measurements_i8 (7fa411bf-12a4-470f-9681-faf418b811f2): There are no data parts
340 2024.12.18 19:48:28.129024 [ 258 ] {3cc74082-d4b7-4efb-ad1e-fed7d95311e2} <Debug> TCPHandler: Processed in 0.010825783 sec.
341 2024.12.18 19:48:28.129271 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2024.12.18 19:48:28.129558 [ 262 ] {d6e56158-f478-45c0-9f51-cffa3fec4b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
343 2024.12.18 19:48:28.129616 [ 262 ] {d6e56158-f478-45c0-9f51-cffa3fec4b56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
344 2024.12.18 19:48:28.141316 [ 262 ] {d6e56158-f478-45c0-9f51-cffa3fec4b56} <Debug> oximeter.measurements_u8 (711d7bc5-5032-472a-9504-fb7afab4833c): Loading data parts
345 2024.12.18 19:48:28.141521 [ 262 ] {d6e56158-f478-45c0-9f51-cffa3fec4b56} <Debug> oximeter.measurements_u8 (711d7bc5-5032-472a-9504-fb7afab4833c): There are no data parts
346 2024.12.18 19:48:28.143879 [ 262 ] {d6e56158-f478-45c0-9f51-cffa3fec4b56} <Debug> TCPHandler: Processed in 0.014681772 sec.
347 2024.12.18 19:48:28.144107 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
348 2024.12.18 19:48:28.144304 [ 258 ] {64a45ff7-babf-4640-9f96-2f65dfc572b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
349 2024.12.18 19:48:28.144367 [ 258 ] {64a45ff7-babf-4640-9f96-2f65dfc572b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
350 2024.12.18 19:48:28.152599 [ 258 ] {64a45ff7-babf-4640-9f96-2f65dfc572b8} <Debug> oximeter.measurements_i16 (1fe1ffcf-087a-4412-8fc1-3694b696bac7): Loading data parts
351 2024.12.18 19:48:28.152879 [ 258 ] {64a45ff7-babf-4640-9f96-2f65dfc572b8} <Debug> oximeter.measurements_i16 (1fe1ffcf-087a-4412-8fc1-3694b696bac7): There are no data parts
352 2024.12.18 19:48:28.155626 [ 258 ] {64a45ff7-babf-4640-9f96-2f65dfc572b8} <Debug> TCPHandler: Processed in 0.011578698 sec.
353 2024.12.18 19:48:28.155824 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
354 2024.12.18 19:48:28.156021 [ 262 ] {b5c5eba0-e9cf-4801-958c-f47f7684d1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
355 2024.12.18 19:48:28.156079 [ 262 ] {b5c5eba0-e9cf-4801-958c-f47f7684d1bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
356 2024.12.18 19:48:28.166639 [ 262 ] {b5c5eba0-e9cf-4801-958c-f47f7684d1bb} <Debug> oximeter.measurements_u16 (28174442-c4c5-4270-8ef3-817aeda077fc): Loading data parts
357 2024.12.18 19:48:28.166809 [ 262 ] {b5c5eba0-e9cf-4801-958c-f47f7684d1bb} <Debug> oximeter.measurements_u16 (28174442-c4c5-4270-8ef3-817aeda077fc): There are no data parts
358 2024.12.18 19:48:28.169006 [ 262 ] {b5c5eba0-e9cf-4801-958c-f47f7684d1bb} <Debug> TCPHandler: Processed in 0.013236042 sec.
359 2024.12.18 19:48:28.169215 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
360 2024.12.18 19:48:28.169417 [ 258 ] {3a12e05b-2f9d-426b-9a47-22338ff29821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
361 2024.12.18 19:48:28.169479 [ 258 ] {3a12e05b-2f9d-426b-9a47-22338ff29821} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
362 2024.12.18 19:48:28.177471 [ 258 ] {3a12e05b-2f9d-426b-9a47-22338ff29821} <Debug> oximeter.measurements_i32 (a45dd3af-6daa-461e-8777-439971c1a22f): Loading data parts
363 2024.12.18 19:48:28.177650 [ 258 ] {3a12e05b-2f9d-426b-9a47-22338ff29821} <Debug> oximeter.measurements_i32 (a45dd3af-6daa-461e-8777-439971c1a22f): There are no data parts
364 2024.12.18 19:48:28.180132 [ 258 ] {3a12e05b-2f9d-426b-9a47-22338ff29821} <Debug> TCPHandler: Processed in 0.010973026 sec.
365 2024.12.18 19:48:28.180345 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
366 2024.12.18 19:48:28.180537 [ 262 ] {21966a6f-cc2d-46b2-8865-2dcd9e4f10c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
367 2024.12.18 19:48:28.180600 [ 262 ] {21966a6f-cc2d-46b2-8865-2dcd9e4f10c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
368 2024.12.18 19:48:28.191410 [ 262 ] {21966a6f-cc2d-46b2-8865-2dcd9e4f10c9} <Debug> oximeter.measurements_u32 (34a8039c-ab7a-4a6f-86cd-843d611b2b93): Loading data parts
369 2024.12.18 19:48:28.191600 [ 262 ] {21966a6f-cc2d-46b2-8865-2dcd9e4f10c9} <Debug> oximeter.measurements_u32 (34a8039c-ab7a-4a6f-86cd-843d611b2b93): There are no data parts
370 2024.12.18 19:48:28.193952 [ 262 ] {21966a6f-cc2d-46b2-8865-2dcd9e4f10c9} <Debug> TCPHandler: Processed in 0.013662541 sec.
371 2024.12.18 19:48:28.194156 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
372 2024.12.18 19:48:28.194366 [ 258 ] {6c6ec640-3c65-4937-ac8d-e8c55a532427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
373 2024.12.18 19:48:28.194433 [ 258 ] {6c6ec640-3c65-4937-ac8d-e8c55a532427} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
374 2024.12.18 19:48:28.202203 [ 258 ] {6c6ec640-3c65-4937-ac8d-e8c55a532427} <Debug> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): Loading data parts
375 2024.12.18 19:48:28.202394 [ 258 ] {6c6ec640-3c65-4937-ac8d-e8c55a532427} <Debug> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): There are no data parts
376 2024.12.18 19:48:28.204325 [ 258 ] {6c6ec640-3c65-4937-ac8d-e8c55a532427} <Debug> TCPHandler: Processed in 0.01022748 sec.
377 2024.12.18 19:48:28.204516 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2024.12.18 19:48:28.204711 [ 262 ] {8bf386be-1120-43ac-b2aa-d413e593426a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
379 2024.12.18 19:48:28.204773 [ 262 ] {8bf386be-1120-43ac-b2aa-d413e593426a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
380 2024.12.18 19:48:28.215672 [ 262 ] {8bf386be-1120-43ac-b2aa-d413e593426a} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Loading data parts
381 2024.12.18 19:48:28.215854 [ 262 ] {8bf386be-1120-43ac-b2aa-d413e593426a} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): There are no data parts
382 2024.12.18 19:48:28.218146 [ 262 ] {8bf386be-1120-43ac-b2aa-d413e593426a} <Debug> TCPHandler: Processed in 0.013682941 sec.
383 2024.12.18 19:48:28.218349 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
384 2024.12.18 19:48:28.218563 [ 258 ] {006df3c6-4b7b-487d-8608-1dc9a77ad12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
385 2024.12.18 19:48:28.218625 [ 258 ] {006df3c6-4b7b-487d-8608-1dc9a77ad12b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
386 2024.12.18 19:48:28.228038 [ 258 ] {006df3c6-4b7b-487d-8608-1dc9a77ad12b} <Debug> oximeter.measurements_f32 (c1f35fa5-04a0-478b-8172-cbfd57d888fe): Loading data parts
387 2024.12.18 19:48:28.228218 [ 258 ] {006df3c6-4b7b-487d-8608-1dc9a77ad12b} <Debug> oximeter.measurements_f32 (c1f35fa5-04a0-478b-8172-cbfd57d888fe): There are no data parts
388 2024.12.18 19:48:28.229976 [ 258 ] {006df3c6-4b7b-487d-8608-1dc9a77ad12b} <Debug> TCPHandler: Processed in 0.01168101 sec.
389 2024.12.18 19:48:28.230190 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
390 2024.12.18 19:48:28.230383 [ 262 ] {c189b8bc-cbba-44c7-b502-51c24e008b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
391 2024.12.18 19:48:28.230444 [ 262 ] {c189b8bc-cbba-44c7-b502-51c24e008b36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
392 2024.12.18 19:48:28.240306 [ 262 ] {c189b8bc-cbba-44c7-b502-51c24e008b36} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Loading data parts
393 2024.12.18 19:48:28.240508 [ 262 ] {c189b8bc-cbba-44c7-b502-51c24e008b36} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): There are no data parts
394 2024.12.18 19:48:28.246606 [ 262 ] {c189b8bc-cbba-44c7-b502-51c24e008b36} <Debug> TCPHandler: Processed in 0.016468139 sec.
395 2024.12.18 19:48:28.246814 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2024.12.18 19:48:28.247021 [ 258 ] {8444af85-ea13-465d-86d1-809d044a3e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
397 2024.12.18 19:48:28.247081 [ 258 ] {8444af85-ea13-465d-86d1-809d044a3e1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
398 2024.12.18 19:48:28.251570 [ 258 ] {8444af85-ea13-465d-86d1-809d044a3e1a} <Debug> oximeter.measurements_string (7180c837-d812-416e-83d9-5809fd24529f): Loading data parts
399 2024.12.18 19:48:28.251736 [ 258 ] {8444af85-ea13-465d-86d1-809d044a3e1a} <Debug> oximeter.measurements_string (7180c837-d812-416e-83d9-5809fd24529f): There are no data parts
400 2024.12.18 19:48:28.262668 [ 258 ] {8444af85-ea13-465d-86d1-809d044a3e1a} <Debug> TCPHandler: Processed in 0.015908187 sec.
401 2024.12.18 19:48:28.262896 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
402 2024.12.18 19:48:28.263111 [ 262 ] {b9243b21-ea6a-46e4-b603-50dd82513f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
403 * NOTE: Right now we can't unambiguously record a nullable byte array.
404 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
405 * a string isn't palatable for a few reasons.
406 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
407 * details.
408 */
409 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
410 2024.12.18 19:48:28.263193 [ 262 ] {b9243b21-ea6a-46e4-b603-50dd82513f69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
411 2024.12.18 19:48:28.272741 [ 262 ] {b9243b21-ea6a-46e4-b603-50dd82513f69} <Debug> oximeter.measurements_bytes (12a26765-6fe8-4042-b01e-a88062d42ed5): Loading data parts
412 2024.12.18 19:48:28.272972 [ 262 ] {b9243b21-ea6a-46e4-b603-50dd82513f69} <Debug> oximeter.measurements_bytes (12a26765-6fe8-4042-b01e-a88062d42ed5): There are no data parts
413 2024.12.18 19:48:28.282356 [ 262 ] {b9243b21-ea6a-46e4-b603-50dd82513f69} <Debug> TCPHandler: Processed in 0.019528061 sec.
414 2024.12.18 19:48:28.282605 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2024.12.18 19:48:28.282902 [ 258 ] {4ec5e809-e3c2-4d20-bdd5-08b6c727e975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
416 2024.12.18 19:48:28.282980 [ 258 ] {4ec5e809-e3c2-4d20-bdd5-08b6c727e975} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
417 2024.12.18 19:48:28.294133 [ 258 ] {4ec5e809-e3c2-4d20-bdd5-08b6c727e975} <Debug> oximeter.measurements_cumulativei64 (f29e9a2e-fc12-44ca-a50b-136d1f237e7f): Loading data parts
418 2024.12.18 19:48:28.294329 [ 258 ] {4ec5e809-e3c2-4d20-bdd5-08b6c727e975} <Debug> oximeter.measurements_cumulativei64 (f29e9a2e-fc12-44ca-a50b-136d1f237e7f): There are no data parts
419 2024.12.18 19:48:28.302920 [ 258 ] {4ec5e809-e3c2-4d20-bdd5-08b6c727e975} <Debug> TCPHandler: Processed in 0.020398629 sec.
420 2024.12.18 19:48:28.303187 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2024.12.18 19:48:28.303435 [ 262 ] {b5edc190-51e4-42ca-a4af-f2ece6d07dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
422 2024.12.18 19:48:28.303514 [ 262 ] {b5edc190-51e4-42ca-a4af-f2ece6d07dc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
423 2024.12.18 19:48:28.307676 [ 262 ] {b5edc190-51e4-42ca-a4af-f2ece6d07dc5} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Loading data parts
424 2024.12.18 19:48:28.307866 [ 262 ] {b5edc190-51e4-42ca-a4af-f2ece6d07dc5} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): There are no data parts
425 2024.12.18 19:48:28.311549 [ 262 ] {b5edc190-51e4-42ca-a4af-f2ece6d07dc5} <Debug> TCPHandler: Processed in 0.008444723 sec.
426 2024.12.18 19:48:28.311779 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2024.12.18 19:48:28.312057 [ 258 ] {ceef2f3d-c66c-413c-8dfc-57acdad644ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
428 2024.12.18 19:48:28.312130 [ 258 ] {ceef2f3d-c66c-413c-8dfc-57acdad644ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
429 2024.12.18 19:48:28.318945 [ 258 ] {ceef2f3d-c66c-413c-8dfc-57acdad644ae} <Debug> oximeter.measurements_cumulativef32 (5bcbde6a-a19a-444a-9902-248ba46b253d): Loading data parts
430 2024.12.18 19:48:28.319192 [ 258 ] {ceef2f3d-c66c-413c-8dfc-57acdad644ae} <Debug> oximeter.measurements_cumulativef32 (5bcbde6a-a19a-444a-9902-248ba46b253d): There are no data parts
431 2024.12.18 19:48:28.320817 [ 258 ] {ceef2f3d-c66c-413c-8dfc-57acdad644ae} <Debug> TCPHandler: Processed in 0.009110857 sec.
432 2024.12.18 19:48:28.321031 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.12.18 19:48:28.321255 [ 262 ] {f48a52e6-4064-4b4c-84a8-f2da06725480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
434 2024.12.18 19:48:28.321310 [ 262 ] {f48a52e6-4064-4b4c-84a8-f2da06725480} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2024.12.18 19:48:28.323780 [ 262 ] {f48a52e6-4064-4b4c-84a8-f2da06725480} <Debug> oximeter.measurements_cumulativef64 (ec7bf072-2a25-4e64-844e-1991f60947ff): Loading data parts
436 2024.12.18 19:48:28.323956 [ 262 ] {f48a52e6-4064-4b4c-84a8-f2da06725480} <Debug> oximeter.measurements_cumulativef64 (ec7bf072-2a25-4e64-844e-1991f60947ff): There are no data parts
437 2024.12.18 19:48:28.333300 [ 262 ] {f48a52e6-4064-4b4c-84a8-f2da06725480} <Debug> TCPHandler: Processed in 0.012326194 sec.
438 2024.12.18 19:48:28.333534 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.12.18 19:48:28.333918 [ 258 ] {186433bb-0fcb-4b2c-bda3-8cb1c8e0a880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2024.12.18 19:48:28.334004 [ 258 ] {186433bb-0fcb-4b2c-bda3-8cb1c8e0a880} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2024.12.18 19:48:28.337538 [ 258 ] {186433bb-0fcb-4b2c-bda3-8cb1c8e0a880} <Debug> oximeter.measurements_histogrami8 (b53abc58-0ba2-4790-8087-1505048c8200): Loading data parts
452 2024.12.18 19:48:28.337730 [ 258 ] {186433bb-0fcb-4b2c-bda3-8cb1c8e0a880} <Debug> oximeter.measurements_histogrami8 (b53abc58-0ba2-4790-8087-1505048c8200): There are no data parts
453 2024.12.18 19:48:28.345043 [ 258 ] {186433bb-0fcb-4b2c-bda3-8cb1c8e0a880} <Debug> TCPHandler: Processed in 0.01163784 sec.
454 2024.12.18 19:48:28.345358 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2024.12.18 19:48:28.345751 [ 262 ] {8f0a8b02-3e35-4ce5-81dd-bf2b9389b043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
456 2024.12.18 19:48:28.346244 [ 262 ] {8f0a8b02-3e35-4ce5-81dd-bf2b9389b043} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2024.12.18 19:48:28.349962 [ 262 ] {8f0a8b02-3e35-4ce5-81dd-bf2b9389b043} <Debug> oximeter.measurements_histogramu8 (124b17b3-6002-45f0-9447-00feca8ff6cb): Loading data parts
458 2024.12.18 19:48:28.350125 [ 262 ] {8f0a8b02-3e35-4ce5-81dd-bf2b9389b043} <Debug> oximeter.measurements_histogramu8 (124b17b3-6002-45f0-9447-00feca8ff6cb): There are no data parts
459 2024.12.18 19:48:28.360200 [ 262 ] {8f0a8b02-3e35-4ce5-81dd-bf2b9389b043} <Debug> TCPHandler: Processed in 0.014928597 sec.
460 2024.12.18 19:48:28.360516 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2024.12.18 19:48:28.360820 [ 258 ] {877671a8-7883-4090-b6e3-d08170a17c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
462 2024.12.18 19:48:28.360909 [ 258 ] {877671a8-7883-4090-b6e3-d08170a17c81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2024.12.18 19:48:28.371274 [ 258 ] {877671a8-7883-4090-b6e3-d08170a17c81} <Debug> oximeter.measurements_histogrami16 (6284ebac-564a-4474-acde-77c04bacefac): Loading data parts
464 2024.12.18 19:48:28.371474 [ 258 ] {877671a8-7883-4090-b6e3-d08170a17c81} <Debug> oximeter.measurements_histogrami16 (6284ebac-564a-4474-acde-77c04bacefac): There are no data parts
465 2024.12.18 19:48:28.375654 [ 258 ] {877671a8-7883-4090-b6e3-d08170a17c81} <Debug> TCPHandler: Processed in 0.015241754 sec.
466 2024.12.18 19:48:28.375926 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2024.12.18 19:48:28.376296 [ 262 ] {d25204c6-5c6f-456b-a7c9-04adc1ec7f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
468 2024.12.18 19:48:28.376404 [ 262 ] {d25204c6-5c6f-456b-a7c9-04adc1ec7f52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2024.12.18 19:48:28.384982 [ 262 ] {d25204c6-5c6f-456b-a7c9-04adc1ec7f52} <Debug> oximeter.measurements_histogramu16 (339fbf96-db7c-4e49-a295-69a8c7b7ac1b): Loading data parts
470 2024.12.18 19:48:28.385160 [ 262 ] {d25204c6-5c6f-456b-a7c9-04adc1ec7f52} <Debug> oximeter.measurements_histogramu16 (339fbf96-db7c-4e49-a295-69a8c7b7ac1b): There are no data parts
471 2024.12.18 19:48:28.389356 [ 262 ] {d25204c6-5c6f-456b-a7c9-04adc1ec7f52} <Debug> TCPHandler: Processed in 0.013518568 sec.
472 2024.12.18 19:48:28.389619 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2024.12.18 19:48:28.389976 [ 258 ] {d484902f-3b4f-4eab-a2ee-90658f988941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
474 2024.12.18 19:48:28.390072 [ 258 ] {d484902f-3b4f-4eab-a2ee-90658f988941} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2024.12.18 19:48:28.397783 [ 258 ] {d484902f-3b4f-4eab-a2ee-90658f988941} <Debug> oximeter.measurements_histogrami32 (f8ae08fd-5ca0-49a5-b523-83a4aec05da8): Loading data parts
476 2024.12.18 19:48:28.397983 [ 258 ] {d484902f-3b4f-4eab-a2ee-90658f988941} <Debug> oximeter.measurements_histogrami32 (f8ae08fd-5ca0-49a5-b523-83a4aec05da8): There are no data parts
477 2024.12.18 19:48:28.399998 [ 258 ] {d484902f-3b4f-4eab-a2ee-90658f988941} <Debug> TCPHandler: Processed in 0.010515726 sec.
478 2024.12.18 19:48:28.400277 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2024.12.18 19:48:28.400587 [ 262 ] {11c716b8-1b2d-4bd2-903b-436f2d91930e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
480 2024.12.18 19:48:28.400674 [ 262 ] {11c716b8-1b2d-4bd2-903b-436f2d91930e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2024.12.18 19:48:28.402970 [ 262 ] {11c716b8-1b2d-4bd2-903b-436f2d91930e} <Debug> oximeter.measurements_histogramu32 (50f5cb79-e847-4f22-a8cf-fdaaf33160d1): Loading data parts
482 2024.12.18 19:48:28.403158 [ 262 ] {11c716b8-1b2d-4bd2-903b-436f2d91930e} <Debug> oximeter.measurements_histogramu32 (50f5cb79-e847-4f22-a8cf-fdaaf33160d1): There are no data parts
483 2024.12.18 19:48:28.412144 [ 262 ] {11c716b8-1b2d-4bd2-903b-436f2d91930e} <Debug> TCPHandler: Processed in 0.011933186 sec.
484 2024.12.18 19:48:28.412499 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2024.12.18 19:48:28.412789 [ 258 ] {de8a9a29-4dd7-478d-9395-33ffc9c6ce9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
486 2024.12.18 19:48:28.412956 [ 258 ] {de8a9a29-4dd7-478d-9395-33ffc9c6ce9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2024.12.18 19:48:28.423672 [ 258 ] {de8a9a29-4dd7-478d-9395-33ffc9c6ce9c} <Debug> oximeter.measurements_histogrami64 (a4785727-5904-4b6a-8d4b-23a180521c8a): Loading data parts
488 2024.12.18 19:48:28.423874 [ 258 ] {de8a9a29-4dd7-478d-9395-33ffc9c6ce9c} <Debug> oximeter.measurements_histogrami64 (a4785727-5904-4b6a-8d4b-23a180521c8a): There are no data parts
489 2024.12.18 19:48:28.427991 [ 258 ] {de8a9a29-4dd7-478d-9395-33ffc9c6ce9c} <Debug> TCPHandler: Processed in 0.015620371 sec.
490 2024.12.18 19:48:28.428287 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2024.12.18 19:48:28.428569 [ 262 ] {65979110-1288-40f8-aac1-5cfa123bcbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
492 2024.12.18 19:48:28.428715 [ 262 ] {65979110-1288-40f8-aac1-5cfa123bcbe0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2024.12.18 19:48:28.437249 [ 262 ] {65979110-1288-40f8-aac1-5cfa123bcbe0} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Loading data parts
494 2024.12.18 19:48:28.437457 [ 262 ] {65979110-1288-40f8-aac1-5cfa123bcbe0} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): There are no data parts
495 2024.12.18 19:48:28.441788 [ 262 ] {65979110-1288-40f8-aac1-5cfa123bcbe0} <Debug> TCPHandler: Processed in 0.013563789 sec.
496 2024.12.18 19:48:28.442130 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.12.18 19:48:28.442412 [ 258 ] {c510ac71-471f-409e-9959-e07b5604b7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
498 2024.12.18 19:48:28.442554 [ 258 ] {c510ac71-471f-409e-9959-e07b5604b7c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2024.12.18 19:48:28.449403 [ 258 ] {c510ac71-471f-409e-9959-e07b5604b7c2} <Debug> oximeter.measurements_histogramf32 (6efc344f-bf82-4720-bc62-39a509eb7f8b): Loading data parts
500 2024.12.18 19:48:28.449627 [ 258 ] {c510ac71-471f-409e-9959-e07b5604b7c2} <Debug> oximeter.measurements_histogramf32 (6efc344f-bf82-4720-bc62-39a509eb7f8b): There are no data parts
501 2024.12.18 19:48:28.453938 [ 258 ] {c510ac71-471f-409e-9959-e07b5604b7c2} <Debug> TCPHandler: Processed in 0.011885415 sec.
502 2024.12.18 19:48:28.454229 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.12.18 19:48:28.454562 [ 262 ] {29960f0f-df5d-435f-950e-7215d729c1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
504 2024.12.18 19:48:28.454731 [ 262 ] {29960f0f-df5d-435f-950e-7215d729c1cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2024.12.18 19:48:28.463850 [ 262 ] {29960f0f-df5d-435f-950e-7215d729c1cf} <Debug> oximeter.measurements_histogramf64 (c90c2504-ec67-43c0-aad1-71ab5a0e0edb): Loading data parts
506 2024.12.18 19:48:28.464037 [ 262 ] {29960f0f-df5d-435f-950e-7215d729c1cf} <Debug> oximeter.measurements_histogramf64 (c90c2504-ec67-43c0-aad1-71ab5a0e0edb): There are no data parts
507 2024.12.18 19:48:28.467608 [ 262 ] {29960f0f-df5d-435f-950e-7215d729c1cf} <Debug> TCPHandler: Processed in 0.013453916 sec.
508 2024.12.18 19:48:28.467940 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.12.18 19:48:28.468147 [ 258 ] {0323c182-18ad-40c9-9f5c-0775f93bb287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
535 2024.12.18 19:48:28.468303 [ 258 ] {0323c182-18ad-40c9-9f5c-0775f93bb287} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2024.12.18 19:48:28.475645 [ 258 ] {0323c182-18ad-40c9-9f5c-0775f93bb287} <Debug> oximeter.fields_bool (a1a4f3d1-76cd-4e72-a171-460bf1837e6a): Loading data parts
537 2024.12.18 19:48:28.475831 [ 258 ] {0323c182-18ad-40c9-9f5c-0775f93bb287} <Debug> oximeter.fields_bool (a1a4f3d1-76cd-4e72-a171-460bf1837e6a): There are no data parts
538 2024.12.18 19:48:28.479710 [ 258 ] {0323c182-18ad-40c9-9f5c-0775f93bb287} <Debug> TCPHandler: Processed in 0.011835633 sec.
539 2024.12.18 19:48:28.479932 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.12.18 19:48:28.480147 [ 262 ] {21bbc2c2-3858-44e7-b5bc-466af5e6230a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
541 2024.12.18 19:48:28.480277 [ 262 ] {21bbc2c2-3858-44e7-b5bc-466af5e6230a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2024.12.18 19:48:28.488783 [ 262 ] {21bbc2c2-3858-44e7-b5bc-466af5e6230a} <Debug> oximeter.fields_i8 (43f84ffb-e7a8-44bb-b7d9-90b974bda171): Loading data parts
543 2024.12.18 19:48:28.489023 [ 262 ] {21bbc2c2-3858-44e7-b5bc-466af5e6230a} <Debug> oximeter.fields_i8 (43f84ffb-e7a8-44bb-b7d9-90b974bda171): There are no data parts
544 2024.12.18 19:48:28.491121 [ 262 ] {21bbc2c2-3858-44e7-b5bc-466af5e6230a} <Debug> TCPHandler: Processed in 0.011243542 sec.
545 2024.12.18 19:48:28.491352 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.12.18 19:48:28.491691 [ 258 ] {4f2f4c10-5dad-4ea4-8421-0db168f5b0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
547 2024.12.18 19:48:28.491860 [ 258 ] {4f2f4c10-5dad-4ea4-8421-0db168f5b0ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2024.12.18 19:48:28.501981 [ 258 ] {4f2f4c10-5dad-4ea4-8421-0db168f5b0ff} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Loading data parts
549 2024.12.18 19:48:28.502183 [ 258 ] {4f2f4c10-5dad-4ea4-8421-0db168f5b0ff} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): There are no data parts
550 2024.12.18 19:48:28.505910 [ 258 ] {4f2f4c10-5dad-4ea4-8421-0db168f5b0ff} <Debug> TCPHandler: Processed in 0.014625001 sec.
551 2024.12.18 19:48:28.506132 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.12.18 19:48:28.506340 [ 262 ] {b589ca28-2c9b-4e29-be4f-8c1afe4c25d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
553 2024.12.18 19:48:28.506480 [ 262 ] {b589ca28-2c9b-4e29-be4f-8c1afe4c25d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2024.12.18 19:48:28.515236 [ 262 ] {b589ca28-2c9b-4e29-be4f-8c1afe4c25d7} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Loading data parts
555 2024.12.18 19:48:28.515458 [ 262 ] {b589ca28-2c9b-4e29-be4f-8c1afe4c25d7} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): There are no data parts
556 2024.12.18 19:48:28.520117 [ 262 ] {b589ca28-2c9b-4e29-be4f-8c1afe4c25d7} <Debug> TCPHandler: Processed in 0.014046449 sec.
557 2024.12.18 19:48:28.520406 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.12.18 19:48:28.520770 [ 258 ] {b89893c4-ed42-4602-abc9-9a6b7dd4998b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
559 2024.12.18 19:48:28.520920 [ 258 ] {b89893c4-ed42-4602-abc9-9a6b7dd4998b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2024.12.18 19:48:28.528265 [ 258 ] {b89893c4-ed42-4602-abc9-9a6b7dd4998b} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Loading data parts
561 2024.12.18 19:48:28.528489 [ 258 ] {b89893c4-ed42-4602-abc9-9a6b7dd4998b} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): There are no data parts
562 2024.12.18 19:48:28.531908 [ 258 ] {b89893c4-ed42-4602-abc9-9a6b7dd4998b} <Debug> TCPHandler: Processed in 0.011619769 sec.
563 2024.12.18 19:48:28.532119 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2024.12.18 19:48:28.532326 [ 262 ] {03e44edd-185d-4c7f-a51d-4a0c6495f41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
565 2024.12.18 19:48:28.532470 [ 262 ] {03e44edd-185d-4c7f-a51d-4a0c6495f41f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2024.12.18 19:48:28.541210 [ 262 ] {03e44edd-185d-4c7f-a51d-4a0c6495f41f} <Debug> oximeter.fields_i32 (8a7b37eb-74f0-4a8c-9a8e-0975af9d8582): Loading data parts
567 2024.12.18 19:48:28.541413 [ 262 ] {03e44edd-185d-4c7f-a51d-4a0c6495f41f} <Debug> oximeter.fields_i32 (8a7b37eb-74f0-4a8c-9a8e-0975af9d8582): There are no data parts
568 2024.12.18 19:48:28.545878 [ 262 ] {03e44edd-185d-4c7f-a51d-4a0c6495f41f} <Debug> TCPHandler: Processed in 0.013819314 sec.
569 2024.12.18 19:48:28.546160 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2024.12.18 19:48:28.546444 [ 258 ] {5121cfab-2829-476d-955a-030a95377f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
571 2024.12.18 19:48:28.546590 [ 258 ] {5121cfab-2829-476d-955a-030a95377f8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2024.12.18 19:48:28.553597 [ 258 ] {5121cfab-2829-476d-955a-030a95377f8d} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Loading data parts
573 2024.12.18 19:48:28.553777 [ 258 ] {5121cfab-2829-476d-955a-030a95377f8d} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): There are no data parts
574 2024.12.18 19:48:28.558220 [ 258 ] {5121cfab-2829-476d-955a-030a95377f8d} <Debug> TCPHandler: Processed in 0.01213952 sec.
575 2024.12.18 19:48:28.558452 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2024.12.18 19:48:28.558671 [ 262 ] {6deac983-0027-4214-bc17-dddc9d340468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
577 2024.12.18 19:48:28.558807 [ 262 ] {6deac983-0027-4214-bc17-dddc9d340468} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2024.12.18 19:48:28.567837 [ 262 ] {6deac983-0027-4214-bc17-dddc9d340468} <Debug> oximeter.fields_i64 (0dc9bf92-64e1-4403-9e78-870073da8bbb): Loading data parts
579 2024.12.18 19:48:28.568016 [ 262 ] {6deac983-0027-4214-bc17-dddc9d340468} <Debug> oximeter.fields_i64 (0dc9bf92-64e1-4403-9e78-870073da8bbb): There are no data parts
580 2024.12.18 19:48:28.572067 [ 262 ] {6deac983-0027-4214-bc17-dddc9d340468} <Debug> TCPHandler: Processed in 0.013693632 sec.
581 2024.12.18 19:48:28.572378 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2024.12.18 19:48:28.572584 [ 258 ] {1e58ee35-2485-4af5-abc7-1615b3a0c5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
583 2024.12.18 19:48:28.572721 [ 258 ] {1e58ee35-2485-4af5-abc7-1615b3a0c5fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2024.12.18 19:48:28.579757 [ 258 ] {1e58ee35-2485-4af5-abc7-1615b3a0c5fe} <Debug> oximeter.fields_u64 (2ae66802-983d-4e47-8b8d-d6d0ae848165): Loading data parts
585 2024.12.18 19:48:28.580016 [ 258 ] {1e58ee35-2485-4af5-abc7-1615b3a0c5fe} <Debug> oximeter.fields_u64 (2ae66802-983d-4e47-8b8d-d6d0ae848165): There are no data parts
586 2024.12.18 19:48:28.583923 [ 258 ] {1e58ee35-2485-4af5-abc7-1615b3a0c5fe} <Debug> TCPHandler: Processed in 0.011604869 sec.
587 2024.12.18 19:48:28.584179 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2024.12.18 19:48:28.584458 [ 262 ] {81e66b87-2ce9-4c1f-a855-e130b935d8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
589 2024.12.18 19:48:28.584549 [ 262 ] {81e66b87-2ce9-4c1f-a855-e130b935d8bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2024.12.18 19:48:28.593041 [ 262 ] {81e66b87-2ce9-4c1f-a855-e130b935d8bf} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Loading data parts
591 2024.12.18 19:48:28.593253 [ 262 ] {81e66b87-2ce9-4c1f-a855-e130b935d8bf} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): There are no data parts
592 2024.12.18 19:48:28.595623 [ 262 ] {81e66b87-2ce9-4c1f-a855-e130b935d8bf} <Debug> TCPHandler: Processed in 0.011514417 sec.
593 2024.12.18 19:48:28.595984 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2024.12.18 19:48:28.596195 [ 258 ] {3ebe2ad9-e6a2-4c44-9b61-02ea32c4d78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
595 2024.12.18 19:48:28.596331 [ 258 ] {3ebe2ad9-e6a2-4c44-9b61-02ea32c4d78b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2024.12.18 19:48:28.606131 [ 258 ] {3ebe2ad9-e6a2-4c44-9b61-02ea32c4d78b} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Loading data parts
597 2024.12.18 19:48:28.606445 [ 258 ] {3ebe2ad9-e6a2-4c44-9b61-02ea32c4d78b} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): There are no data parts
598 2024.12.18 19:48:28.610637 [ 258 ] {3ebe2ad9-e6a2-4c44-9b61-02ea32c4d78b} <Debug> TCPHandler: Processed in 0.014716753 sec.
599 2024.12.18 19:48:28.610973 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2024.12.18 19:48:28.611294 [ 262 ] {bb83745e-cabe-4102-811c-26cfdd63c193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
601 2024.12.18 19:48:28.611470 [ 262 ] {bb83745e-cabe-4102-811c-26cfdd63c193} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2024.12.18 19:48:28.619757 [ 262 ] {bb83745e-cabe-4102-811c-26cfdd63c193} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Loading data parts
603 2024.12.18 19:48:28.619937 [ 262 ] {bb83745e-cabe-4102-811c-26cfdd63c193} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): There are no data parts
604 2024.12.18 19:48:28.624654 [ 262 ] {bb83745e-cabe-4102-811c-26cfdd63c193} <Debug> TCPHandler: Processed in 0.013779643 sec.
605 2024.12.18 19:48:28.624968 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2024.12.18 19:48:28.625339 [ 258 ] {325f89b6-2fb0-4151-8516-a3440a38bc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) /* The timeseries schema table stores the extracted schema for the samples
607 * oximeter collects.
608 */
609 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
610 2024.12.18 19:48:28.625531 [ 258 ] {325f89b6-2fb0-4151-8516-a3440a38bc50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2024.12.18 19:48:28.632182 [ 258 ] {325f89b6-2fb0-4151-8516-a3440a38bc50} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Loading data parts
612 2024.12.18 19:48:28.632376 [ 258 ] {325f89b6-2fb0-4151-8516-a3440a38bc50} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): There are no data parts
613 2024.12.18 19:48:28.641027 [ 258 ] {325f89b6-2fb0-4151-8516-a3440a38bc50} <Debug> TCPHandler: Processed in 0.016132802 sec.
614 2024.12.18 19:48:28.641730 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2024.12.18 19:48:28.641920 [ 262 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2024.12.18 19:48:28.643557 [ 262 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2024.12.18 19:48:28.653060 [ 268 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Trace> oximeter.version (5a3d8e72-796e-43e2-912a-18cb19033f82): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2024.12.18 19:48:28.653119 [ 268 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB.
619 2024.12.18 19:48:28.658005 [ 268 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2024.12.18 19:48:28.658159 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58159
621 2024.12.18 19:48:28.658391 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2024.12.18 19:48:28.658439 [ 269 ] {} <Debug> TCP-Session: db367ec8-feeb-4f10-a5eb-b48f42664ff3 Authenticating user 'default' from [fd00:1122:3344:101::a]:58159
623 2024.12.18 19:48:28.658505 [ 269 ] {} <Debug> TCP-Session: db367ec8-feeb-4f10-a5eb-b48f42664ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2024.12.18 19:48:28.658526 [ 269 ] {} <Debug> TCP-Session: db367ec8-feeb-4f10-a5eb-b48f42664ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2024.12.18 19:48:28.658598 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2024.12.18 19:48:28.658644 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
627 2024.12.18 19:48:28.658655 [ 268 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Trace> oximeter.version (5a3d8e72-796e-43e2-912a-18cb19033f82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
628 2024.12.18 19:48:28.658666 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
629 2024.12.18 19:48:28.659064 [ 262 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017208 sec., 58.11250581125058 rows/sec., 929.80 B/sec.
630 2024.12.18 19:48:28.659390 [ 262 ] {e4281506-0181-4e6b-b1ed-04440dfee963} <Debug> TCPHandler: Processed in 0.017715555 sec.
631 2024.12.18 19:48:28.660229 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65412
632 2024.12.18 19:48:28.660296 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54407
633 2024.12.18 19:48:28.660385 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.12.18 19:48:28.660409 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50045
635 2024.12.18 19:48:28.660521 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2024.12.18 19:48:28.660548 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45046
637 2024.12.18 19:48:28.660585 [ 271 ] {} <Debug> TCP-Session: 7c349bce-a6fd-4bfc-8859-2f76a06ee485 Authenticating user 'default' from [fd00:1122:3344:101::a]:54407
638 2024.12.18 19:48:28.660556 [ 270 ] {} <Debug> TCP-Session: 7760f910-d05c-4d41-9080-645d0edefe57 Authenticating user 'default' from [fd00:1122:3344:101::a]:65412
639 2024.12.18 19:48:28.660736 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40923
640 2024.12.18 19:48:28.660769 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
641 2024.12.18 19:48:28.660802 [ 271 ] {} <Debug> TCP-Session: 7c349bce-a6fd-4bfc-8859-2f76a06ee485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
642 2024.12.18 19:48:28.660839 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55964
643 2024.12.18 19:48:28.660870 [ 270 ] {} <Debug> TCP-Session: 7760f910-d05c-4d41-9080-645d0edefe57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2024.12.18 19:48:28.660970 [ 271 ] {} <Debug> TCP-Session: 7c349bce-a6fd-4bfc-8859-2f76a06ee485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
645 2024.12.18 19:48:28.660990 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
646 2024.12.18 19:48:28.660981 [ 272 ] {} <Debug> TCP-Session: 5f2ddc8a-1e74-4c9f-ab19-a4ee0f1e8dca Authenticating user 'default' from [fd00:1122:3344:101::a]:50045
647 2024.12.18 19:48:28.661211 [ 272 ] {} <Debug> TCP-Session: 5f2ddc8a-1e74-4c9f-ab19-a4ee0f1e8dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
648 2024.12.18 19:48:28.661251 [ 274 ] {} <Debug> TCP-Session: ca728ca4-44b0-4482-b370-5216250ac45f Authenticating user 'default' from [fd00:1122:3344:101::a]:40923
649 2024.12.18 19:48:28.661271 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42846
650 2024.12.18 19:48:28.661300 [ 272 ] {} <Debug> TCP-Session: 5f2ddc8a-1e74-4c9f-ab19-a4ee0f1e8dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
651 2024.12.18 19:48:28.661334 [ 274 ] {} <Debug> TCP-Session: ca728ca4-44b0-4482-b370-5216250ac45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
652 2024.12.18 19:48:28.661325 [ 270 ] {} <Debug> TCP-Session: 7760f910-d05c-4d41-9080-645d0edefe57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2024.12.18 19:48:28.661510 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
654 2024.12.18 19:48:28.661545 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2024.12.18 19:48:28.661523 [ 274 ] {} <Debug> TCP-Session: ca728ca4-44b0-4482-b370-5216250ac45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2024.12.18 19:48:28.661649 [ 273 ] {} <Debug> TCP-Session: f7240baf-0199-49a7-b2cd-b5be667e885c Authenticating user 'default' from [fd00:1122:3344:101::a]:45046
657 2024.12.18 19:48:28.661672 [ 276 ] {} <Debug> TCP-Session: 203a5fba-21b7-4543-b223-9ffa84265bd9 Authenticating user 'default' from [fd00:1122:3344:101::a]:42846
658 2024.12.18 19:48:28.661728 [ 273 ] {} <Debug> TCP-Session: f7240baf-0199-49a7-b2cd-b5be667e885c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2024.12.18 19:48:28.661737 [ 276 ] {} <Debug> TCP-Session: 203a5fba-21b7-4543-b223-9ffa84265bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
660 2024.12.18 19:48:28.661758 [ 273 ] {} <Debug> TCP-Session: f7240baf-0199-49a7-b2cd-b5be667e885c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.18 19:48:28.661813 [ 276 ] {} <Debug> TCP-Session: 203a5fba-21b7-4543-b223-9ffa84265bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.18 19:48:28.662617 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
663 2024.12.18 19:48:28.662701 [ 275 ] {} <Debug> TCP-Session: 2813dab5-42ae-4443-b474-9b17317f08c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:55964
664 2024.12.18 19:48:28.662720 [ 275 ] {} <Debug> TCP-Session: 2813dab5-42ae-4443-b474-9b17317f08c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.18 19:48:28.662733 [ 275 ] {} <Debug> TCP-Session: 2813dab5-42ae-4443-b474-9b17317f08c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.18 19:48:28.816260 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34592
667 2024.12.18 19:48:28.816434 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2024.12.18 19:48:28.816466 [ 277 ] {} <Debug> TCP-Session: 057d3e60-8ed5-4514-9611-08b1621bbf59 Authenticating user 'default' from [fd00:1122:3344:101::c]:34592
669 2024.12.18 19:48:28.816491 [ 277 ] {} <Debug> TCP-Session: 057d3e60-8ed5-4514-9611-08b1621bbf59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2024.12.18 19:48:28.816545 [ 277 ] {} <Debug> TCP-Session: 057d3e60-8ed5-4514-9611-08b1621bbf59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.18 19:48:28.816616 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2024.12.18 19:48:28.816642 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
673 2024.12.18 19:48:28.816676 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2024.12.18 19:48:28.818444 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38011
675 2024.12.18 19:48:28.818602 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40536
676 2024.12.18 19:48:28.818707 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
677 2024.12.18 19:48:28.818728 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56059
678 2024.12.18 19:48:28.818883 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.12.18 19:48:28.818883 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37941
680 2024.12.18 19:48:28.818952 [ 278 ] {} <Debug> TCP-Session: 18d6e1d7-f7e8-4332-a158-ca2277585868 Authenticating user 'default' from [fd00:1122:3344:101::c]:38011
681 2024.12.18 19:48:28.819120 [ 279 ] {} <Debug> TCP-Session: a92bcdd9-cfa9-4f9b-9d00-78dc18e88d9c Authenticating user 'default' from [fd00:1122:3344:101::c]:40536
682 2024.12.18 19:48:28.819161 [ 278 ] {} <Debug> TCP-Session: 18d6e1d7-f7e8-4332-a158-ca2277585868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
683 2024.12.18 19:48:28.819171 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2024.12.18 19:48:28.819285 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33167
685 2024.12.18 19:48:28.819301 [ 279 ] {} <Debug> TCP-Session: a92bcdd9-cfa9-4f9b-9d00-78dc18e88d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
686 2024.12.18 19:48:28.819328 [ 278 ] {} <Debug> TCP-Session: 18d6e1d7-f7e8-4332-a158-ca2277585868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2024.12.18 19:48:28.819351 [ 281 ] {} <Debug> TCP-Session: 4d8798f9-4f96-4ed4-9cc7-c33a05f827d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:37941
688 2024.12.18 19:48:28.819374 [ 279 ] {} <Debug> TCP-Session: a92bcdd9-cfa9-4f9b-9d00-78dc18e88d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2024.12.18 19:48:28.819250 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2024.12.18 19:48:28.819482 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62590
691 2024.12.18 19:48:28.819554 [ 281 ] {} <Debug> TCP-Session: 4d8798f9-4f96-4ed4-9cc7-c33a05f827d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2024.12.18 19:48:28.819543 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
693 2024.12.18 19:48:28.819663 [ 281 ] {} <Debug> TCP-Session: 4d8798f9-4f96-4ed4-9cc7-c33a05f827d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2024.12.18 19:48:28.819639 [ 280 ] {} <Debug> TCP-Session: dc61171e-1f4d-446d-8944-36858b82bada Authenticating user 'default' from [fd00:1122:3344:101::c]:56059
695 2024.12.18 19:48:28.819809 [ 282 ] {} <Debug> TCP-Session: 368ba5ca-c483-4487-8812-1cec826a4461 Authenticating user 'default' from [fd00:1122:3344:101::c]:33167
696 2024.12.18 19:48:28.819837 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
697 2024.12.18 19:48:28.819879 [ 282 ] {} <Debug> TCP-Session: 368ba5ca-c483-4487-8812-1cec826a4461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2024.12.18 19:48:28.819927 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34857
699 2024.12.18 19:48:28.819968 [ 280 ] {} <Debug> TCP-Session: dc61171e-1f4d-446d-8944-36858b82bada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.18 19:48:28.819997 [ 283 ] {} <Debug> TCP-Session: b77d8e61-9923-44e0-928f-8043228d5e53 Authenticating user 'default' from [fd00:1122:3344:101::c]:62590
701 2024.12.18 19:48:28.819970 [ 282 ] {} <Debug> TCP-Session: 368ba5ca-c483-4487-8812-1cec826a4461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.12.18 19:48:28.820014 [ 280 ] {} <Debug> TCP-Session: dc61171e-1f4d-446d-8944-36858b82bada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2024.12.18 19:48:28.820164 [ 283 ] {} <Debug> TCP-Session: b77d8e61-9923-44e0-928f-8043228d5e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2024.12.18 19:48:28.820294 [ 283 ] {} <Debug> TCP-Session: b77d8e61-9923-44e0-928f-8043228d5e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.18 19:48:28.821734 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
706 2024.12.18 19:48:28.821773 [ 284 ] {} <Debug> TCP-Session: 299ff76d-1713-45c6-a5ed-7132faf3796a Authenticating user 'default' from [fd00:1122:3344:101::c]:34857
707 2024.12.18 19:48:28.821830 [ 284 ] {} <Debug> TCP-Session: 299ff76d-1713-45c6-a5ed-7132faf3796a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.18 19:48:28.821845 [ 284 ] {} <Debug> TCP-Session: 299ff76d-1713-45c6-a5ed-7132faf3796a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.18 19:48:29.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.03 MiB, peak 129.03 MiB, free memory in arenas 0.00 B, will set to 140.76 MiB (RSS), difference: 11.74 MiB
710 2024.12.18 19:48:29.216665 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64798
711 2024.12.18 19:48:29.216875 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
712 2024.12.18 19:48:29.216907 [ 285 ] {} <Debug> TCP-Session: a7f9398e-0f2b-4e6b-9f1b-d6b5728b4c70 Authenticating user 'default' from [fd00:1122:3344:101::b]:64798
713 2024.12.18 19:48:29.217170 [ 285 ] {} <Debug> TCP-Session: a7f9398e-0f2b-4e6b-9f1b-d6b5728b4c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.18 19:48:29.217188 [ 285 ] {} <Debug> TCP-Session: a7f9398e-0f2b-4e6b-9f1b-d6b5728b4c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
715 2024.12.18 19:48:29.217258 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
716 2024.12.18 19:48:29.217378 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
717 2024.12.18 19:48:29.217398 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
718 2024.12.18 19:48:29.219714 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64409
719 2024.12.18 19:48:29.219857 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37336
720 2024.12.18 19:48:29.219901 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
721 2024.12.18 19:48:29.220092 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41987
722 2024.12.18 19:48:29.220091 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56077
723 2024.12.18 19:48:29.220279 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51550
724 2024.12.18 19:48:29.220312 [ 286 ] {} <Debug> TCP-Session: 2a41d9b9-1f34-4166-a332-d0647b3613ed Authenticating user 'default' from [fd00:1122:3344:101::b]:64409
725 2024.12.18 19:48:29.220333 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
726 2024.12.18 19:48:29.220648 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2024.12.18 19:48:29.220540 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43256
728 2024.12.18 19:48:29.220866 [ 288 ] {} <Debug> TCP-Session: 826fa0b7-bf7a-490d-9356-d94949e1b66b Authenticating user 'default' from [fd00:1122:3344:101::b]:56077
729 2024.12.18 19:48:29.220951 [ 287 ] {} <Debug> TCP-Session: 939add2f-eaa4-4645-9168-f5643af2ef72 Authenticating user 'default' from [fd00:1122:3344:101::b]:37336
730 2024.12.18 19:48:29.220960 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
731 2024.12.18 19:48:29.220724 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
732 2024.12.18 19:48:29.221032 [ 289 ] {} <Debug> TCP-Session: bf8afce4-6dad-4c36-b2ed-1cc6318b4027 Authenticating user 'default' from [fd00:1122:3344:101::b]:41987
733 2024.12.18 19:48:29.220720 [ 286 ] {} <Debug> TCP-Session: 2a41d9b9-1f34-4166-a332-d0647b3613ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
734 2024.12.18 19:48:29.221147 [ 287 ] {} <Debug> TCP-Session: 939add2f-eaa4-4645-9168-f5643af2ef72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.18 19:48:29.221231 [ 286 ] {} <Debug> TCP-Session: 2a41d9b9-1f34-4166-a332-d0647b3613ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2024.12.18 19:48:29.221258 [ 289 ] {} <Debug> TCP-Session: bf8afce4-6dad-4c36-b2ed-1cc6318b4027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
737 2024.12.18 19:48:29.221165 [ 288 ] {} <Debug> TCP-Session: 826fa0b7-bf7a-490d-9356-d94949e1b66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
738 2024.12.18 19:48:29.221341 [ 289 ] {} <Debug> TCP-Session: bf8afce4-6dad-4c36-b2ed-1cc6318b4027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
739 2024.12.18 19:48:29.221142 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
740 2024.12.18 19:48:29.220733 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62942
741 2024.12.18 19:48:29.221511 [ 291 ] {} <Debug> TCP-Session: ea7c2083-3624-4c1a-b169-c6365436291c Authenticating user 'default' from [fd00:1122:3344:101::b]:43256
742 2024.12.18 19:48:29.221496 [ 288 ] {} <Debug> TCP-Session: 826fa0b7-bf7a-490d-9356-d94949e1b66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.18 19:48:29.221213 [ 290 ] {} <Debug> TCP-Session: dbde6a76-9334-4423-9b8a-0469d5be0a6e Authenticating user 'default' from [fd00:1122:3344:101::b]:51550
744 2024.12.18 19:48:29.221759 [ 291 ] {} <Debug> TCP-Session: ea7c2083-3624-4c1a-b169-c6365436291c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
745 2024.12.18 19:48:29.221324 [ 287 ] {} <Debug> TCP-Session: 939add2f-eaa4-4645-9168-f5643af2ef72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.12.18 19:48:29.221878 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
747 2024.12.18 19:48:29.222003 [ 290 ] {} <Debug> TCP-Session: dbde6a76-9334-4423-9b8a-0469d5be0a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.18 19:48:29.222041 [ 292 ] {} <Debug> TCP-Session: 50ab56a8-66fc-4c4b-857a-4d95c62e7f69 Authenticating user 'default' from [fd00:1122:3344:101::b]:62942
749 2024.12.18 19:48:29.222046 [ 291 ] {} <Debug> TCP-Session: ea7c2083-3624-4c1a-b169-c6365436291c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
750 2024.12.18 19:48:29.222191 [ 292 ] {} <Debug> TCP-Session: 50ab56a8-66fc-4c4b-857a-4d95c62e7f69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.18 19:48:29.222097 [ 290 ] {} <Debug> TCP-Session: dbde6a76-9334-4423-9b8a-0469d5be0a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.18 19:48:29.222271 [ 292 ] {} <Debug> TCP-Session: 50ab56a8-66fc-4c4b-857a-4d95c62e7f69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
753 2024.12.18 19:48:34.410520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
754 2024.12.18 19:48:34.410643 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
755 2024.12.18 19:48:34.410739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
756 2024.12.18 19:48:34.410851 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
757 2024.12.18 19:48:34.417921 [ 244 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Loading data parts
758 2024.12.18 19:48:34.418276 [ 244 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): There are no data parts
759 2024.12.18 19:48:34.425906 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.12.18 19:48:34.425964 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
761 2024.12.18 19:48:34.429341 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2024.12.18 19:48:34.430312 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2024.12.18 19:48:34.431161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
764 2024.12.18 19:48:34.439685 [ 243 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Loading data parts
765 2024.12.18 19:48:34.439906 [ 243 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): There are no data parts
766 2024.12.18 19:48:34.464779 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2024.12.18 19:48:34.464843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
768 2024.12.18 19:48:34.473032 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2024.12.18 19:48:34.474595 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2024.12.18 19:48:34.478234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2024.12.18 19:48:35.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.41 MiB, peak 150.41 MiB, free memory in arenas 0.00 B, will set to 151.20 MiB (RSS), difference: 4.79 MiB
772 2024.12.18 19:48:36.910493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2024.12.18 19:48:36.910639 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2024.12.18 19:48:36.915868 [ 242 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Loading data parts
775 2024.12.18 19:48:36.916058 [ 242 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): There are no data parts
776 2024.12.18 19:48:36.922411 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2024.12.18 19:48:36.922460 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
778 2024.12.18 19:48:36.924280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2024.12.18 19:48:36.924801 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2024.12.18 19:48:36.925349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2024.12.18 19:48:37.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.38 MiB, peak 155.38 MiB, free memory in arenas 0.00 B, will set to 151.61 MiB (RSS), difference: -3.77 MiB
782 2024.12.18 19:48:41.861844 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.18 19:48:41.861906 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.18 19:48:41.931301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2024.12.18 19:48:41.934132 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.18 19:48:41.934185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
787 2024.12.18 19:48:41.934848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.18 19:48:41.935338 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2024.12.18 19:48:41.935647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.18 19:48:41.978334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.18 19:48:42.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.66 MiB, peak 155.81 MiB, free memory in arenas 0.00 B, will set to 153.78 MiB (RSS), difference: 2.12 MiB
792 2024.12.18 19:48:42.002108 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2024.12.18 19:48:42.002162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
794 2024.12.18 19:48:42.008870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2024.12.18 19:48:42.010003 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2024.12.18 19:48:42.012726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2024.12.18 19:48:47.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.38 MiB, peak 158.40 MiB, free memory in arenas 0.00 B, will set to 154.40 MiB (RSS), difference: 4.02 MiB
798 2024.12.18 19:48:49.435814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
799 2024.12.18 19:48:49.436939 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2024.12.18 19:48:49.436982 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
801 2024.12.18 19:48:49.437694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2024.12.18 19:48:49.438281 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
803 2024.12.18 19:48:49.438490 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
804 2024.12.18 19:48:49.512836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2024.12.18 19:48:49.531590 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2024.12.18 19:48:49.531650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
807 2024.12.18 19:48:49.538240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2024.12.18 19:48:49.539548 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
809 2024.12.18 19:48:49.542326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2024.12.18 19:48:56.861958 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
811 2024.12.18 19:48:56.862025 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
812 2024.12.18 19:48:56.938599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
813 2024.12.18 19:48:56.939208 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
814 2024.12.18 19:48:56.939258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
815 2024.12.18 19:48:56.939933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
816 2024.12.18 19:48:56.940415 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
817 2024.12.18 19:48:56.940655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
818 2024.12.18 19:48:57.042412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
819 2024.12.18 19:48:57.061916 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2024.12.18 19:48:57.061982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
821 2024.12.18 19:48:57.068648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
822 2024.12.18 19:48:57.069792 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2024.12.18 19:48:57.072426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
824 2024.12.18 19:48:58.665282 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2024.12.18 19:48:58.665503 [ 258 ] {9d296838-79cf-433c-af7a-0711662bf9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
826 2024.12.18 19:48:58.674063 [ 258 ] {9d296838-79cf-433c-af7a-0711662bf9bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2024.12.18 19:48:58.684518 [ 258 ] {9d296838-79cf-433c-af7a-0711662bf9bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2024.12.18 19:48:58.697348 [ 258 ] {9d296838-79cf-433c-af7a-0711662bf9bd} <Debug> TCPHandler: Processed in 0.032198612 sec.
829 2024.12.18 19:48:58.710772 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2024.12.18 19:48:58.710973 [ 262 ] {c7e914c7-b6e8-4c1d-b739-ce88d6ae941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
831 2024.12.18 19:48:58.720964 [ 262 ] {c7e914c7-b6e8-4c1d-b739-ce88d6ae941c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2024.12.18 19:48:58.721034 [ 262 ] {c7e914c7-b6e8-4c1d-b739-ce88d6ae941c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2024.12.18 19:48:58.721656 [ 262 ] {c7e914c7-b6e8-4c1d-b739-ce88d6ae941c} <Debug> TCPHandler: Processed in 0.010953886 sec.
834 2024.12.18 19:48:58.721941 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2024.12.18 19:48:58.722120 [ 258 ] {d99e280d-47c0-4c0c-93e9-ce2508952ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
836 2024.12.18 19:48:58.724682 [ 258 ] {d99e280d-47c0-4c0c-93e9-ce2508952ba9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2024.12.18 19:48:58.724750 [ 258 ] {d99e280d-47c0-4c0c-93e9-ce2508952ba9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
838 2024.12.18 19:48:58.725300 [ 258 ] {d99e280d-47c0-4c0c-93e9-ce2508952ba9} <Debug> TCPHandler: Processed in 0.003423251 sec.
839 2024.12.18 19:48:58.725719 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
840 2024.12.18 19:48:58.725888 [ 262 ] {b475e62f-41af-4884-8638-48f3bb3566e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
841 2024.12.18 19:48:58.726268 [ 262 ] {b475e62f-41af-4884-8638-48f3bb3566e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
842 2024.12.18 19:48:58.726332 [ 262 ] {b475e62f-41af-4884-8638-48f3bb3566e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
843 2024.12.18 19:48:58.726825 [ 262 ] {b475e62f-41af-4884-8638-48f3bb3566e3} <Debug> TCPHandler: Processed in 0.001170644 sec.
844 2024.12.18 19:48:58.727478 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.12.18 19:48:58.727616 [ 258 ] {11c47198-f9cd-4886-8f01-c3b32039542f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
846 2024.12.18 19:48:58.728004 [ 258 ] {11c47198-f9cd-4886-8f01-c3b32039542f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.12.18 19:48:58.728068 [ 258 ] {11c47198-f9cd-4886-8f01-c3b32039542f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2024.12.18 19:48:58.728617 [ 258 ] {11c47198-f9cd-4886-8f01-c3b32039542f} <Debug> TCPHandler: Processed in 0.001188244 sec.
849 2024.12.18 19:48:58.728942 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2024.12.18 19:48:58.729060 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
851 2024.12.18 19:48:58.729106 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
852 2024.12.18 19:48:58.731782 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
853 2024.12.18 19:48:58.731836 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
854 2024.12.18 19:48:58.734608 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
855 2024.12.18 19:48:58.735036 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
856 2024.12.18 19:48:58.735286 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.006258 sec., 798.9773090444232 rows/sec., 84.11 KiB/sec.
857 2024.12.18 19:48:58.735468 [ 262 ] {d0de9506-88ec-4809-b461-80cdb2a100f5} <Debug> TCPHandler: Processed in 0.006572675 sec.
858 2024.12.18 19:48:58.735682 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2024.12.18 19:48:58.735813 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
860 2024.12.18 19:48:58.735868 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
861 2024.12.18 19:48:58.744271 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
862 2024.12.18 19:48:58.744317 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
863 2024.12.18 19:48:58.746974 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
864 2024.12.18 19:48:58.747506 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
865 2024.12.18 19:48:58.747761 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Debug> executeQuery: Read 43 rows, 4.03 KiB in 0.011959 sec., 3595.61836273936 rows/sec., 336.60 KiB/sec.
866 2024.12.18 19:48:58.747858 [ 258 ] {06a0533b-4b14-4054-9d00-e4e19f90a988} <Debug> TCPHandler: Processed in 0.012240112 sec.
867 2024.12.18 19:48:58.748022 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.12.18 19:48:58.748133 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
869 2024.12.18 19:48:58.748176 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
870 2024.12.18 19:48:58.748757 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
871 2024.12.18 19:48:58.748792 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
872 2024.12.18 19:48:58.749267 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
873 2024.12.18 19:48:58.749700 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
874 2024.12.18 19:48:58.749968 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001838 sec., 11425.462459194778 rows/sec., 859.14 KiB/sec.
875 2024.12.18 19:48:58.750034 [ 262 ] {059fc608-1396-41f3-93cc-cac9804f428d} <Debug> TCPHandler: Processed in 0.002066233 sec.
876 2024.12.18 19:48:58.750174 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
877 2024.12.18 19:48:58.750284 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
878 2024.12.18 19:48:58.750328 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
879 2024.12.18 19:48:58.750889 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
880 2024.12.18 19:48:58.750929 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
881 2024.12.18 19:48:58.751480 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
882 2024.12.18 19:48:58.751997 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
883 2024.12.18 19:48:58.752275 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002001 sec., 499.7501249375312 rows/sec., 33.19 KiB/sec.
884 2024.12.18 19:48:58.752338 [ 258 ] {f384721b-d49f-4530-b52f-2f794ceca477} <Debug> TCPHandler: Processed in 0.002216416 sec.
885 2024.12.18 19:48:58.752491 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
886 2024.12.18 19:48:58.752620 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
887 2024.12.18 19:48:58.752673 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
888 2024.12.18 19:48:58.753300 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2024.12.18 19:48:58.753347 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
890 2024.12.18 19:48:58.753827 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
891 2024.12.18 19:48:58.754264 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2024.12.18 19:48:58.754538 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Debug> executeQuery: Read 30 rows, 2.41 KiB in 0.001931 sec., 15535.991714137752 rows/sec., 1.22 MiB/sec.
893 2024.12.18 19:48:58.754593 [ 262 ] {8ee6b5ef-04cd-45be-9a1b-f620d92ad305} <Debug> TCPHandler: Processed in 0.002166604 sec.
894 2024.12.18 19:48:58.754738 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2024.12.18 19:48:58.754868 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
896 2024.12.18 19:48:58.754924 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
897 2024.12.18 19:48:58.757471 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
898 2024.12.18 19:48:58.757518 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
899 2024.12.18 19:48:58.760161 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
900 2024.12.18 19:48:58.760786 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
901 2024.12.18 19:48:58.760997 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.006153 sec., 162.52234682268812 rows/sec., 10.32 KiB/sec.
902 2024.12.18 19:48:58.761132 [ 258 ] {da131baa-02d2-4a53-9787-ddbf591731b7} <Debug> TCPHandler: Processed in 0.006454053 sec.
903 2024.12.18 19:48:58.761290 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
904 2024.12.18 19:48:58.761422 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
905 2024.12.18 19:48:58.761499 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
906 2024.12.18 19:48:58.762709 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
907 2024.12.18 19:48:58.762748 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
908 2024.12.18 19:48:58.765681 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
909 2024.12.18 19:48:58.766215 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
910 2024.12.18 19:48:58.766565 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.005145 sec., 4081.632653061224 rows/sec., 7.31 MiB/sec.
911 2024.12.18 19:48:58.766759 [ 262 ] {1bbc5a97-bf1a-4a55-9261-027a60fcf3ee} <Debug> TCPHandler: Processed in 0.005532514 sec.
912 2024.12.18 19:48:58.766919 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
913 2024.12.18 19:48:58.767048 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
914 2024.12.18 19:48:58.767103 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
915 2024.12.18 19:48:58.767622 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Trace> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): Trying to reserve 1.00 MiB using storage policy from min volume index 0
916 2024.12.18 19:48:58.767666 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
917 2024.12.18 19:48:58.768162 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
918 2024.12.18 19:48:58.768658 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Trace> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
919 2024.12.18 19:48:58.768852 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001833 sec., 8183.306055646482 rows/sec., 608.95 KiB/sec.
920 2024.12.18 19:48:58.768902 [ 258 ] {19f31612-de28-426c-8752-01ecb777f740} <Debug> TCPHandler: Processed in 0.002047091 sec.
921 2024.12.18 19:49:03.664790 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
922 2024.12.18 19:49:03.665102 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
923 2024.12.18 19:49:03.667638 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
924 2024.12.18 19:49:03.671835 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE
925 2024.12.18 19:49:03.672252 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
926 2024.12.18 19:49:03.676580 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
927 2024.12.18 19:49:03.679062 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
928 2024.12.18 19:49:03.684643 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
929 2024.12.18 19:49:03.686605 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
930 2024.12.18 19:49:03.686638 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
931 2024.12.18 19:49:03.688904 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))"
932 2024.12.18 19:49:03.688958 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
933 2024.12.18 19:49:03.713379 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.048393 sec., 103.32072820449238 rows/sec., 4.62 KiB/sec.
934 2024.12.18 19:49:03.713512 [ 258 ] {756e6cae-9d72-4d45-b1c9-105aedcb6633} <Debug> TCPHandler: Processed in 0.048907906 sec.
935 2024.12.18 19:49:03.713935 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
936 2024.12.18 19:49:03.714129 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
937 2024.12.18 19:49:03.714456 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
938 2024.12.18 19:49:03.714493 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE
939 2024.12.18 19:49:03.714736 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
940 2024.12.18 19:49:03.714814 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
941 2024.12.18 19:49:03.714985 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
942 2024.12.18 19:49:03.715023 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
943 2024.12.18 19:49:03.715048 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
944 2024.12.18 19:49:03.715064 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
945 2024.12.18 19:49:03.715108 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))"
946 2024.12.18 19:49:03.715130 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
947 2024.12.18 19:49:03.715723 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001678 sec., 2979.7377830750893 rows/sec., 133.27 KiB/sec.
948 2024.12.18 19:49:03.715811 [ 262 ] {606968ea-eba1-41b6-8b76-80c62c9c81ed} <Debug> TCPHandler: Processed in 0.001993211 sec.
949 2024.12.18 19:49:03.716155 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
950 2024.12.18 19:49:03.716305 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
951 2024.12.18 19:49:03.716555 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
952 2024.12.18 19:49:03.716589 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE
953 2024.12.18 19:49:03.716864 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
954 2024.12.18 19:49:03.716939 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
955 2024.12.18 19:49:03.717086 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
956 2024.12.18 19:49:03.717119 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
957 2024.12.18 19:49:03.717142 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
958 2024.12.18 19:49:03.717159 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
959 2024.12.18 19:49:03.717201 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))"
960 2024.12.18 19:49:03.717221 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
961 2024.12.18 19:49:03.717737 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001492 sec., 3351.206434316354 rows/sec., 149.89 KiB/sec.
962 2024.12.18 19:49:03.717819 [ 258 ] {a03ab2ae-7a54-44f6-85e8-5ccf7bab5496} <Debug> TCPHandler: Processed in 0.001720466 sec.
963 2024.12.18 19:49:03.718115 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2024.12.18 19:49:03.718268 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
965 2024.12.18 19:49:03.718511 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
966 2024.12.18 19:49:03.718546 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
967 2024.12.18 19:49:03.718765 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
968 2024.12.18 19:49:03.718832 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
969 2024.12.18 19:49:03.718973 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
970 2024.12.18 19:49:03.719007 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
971 2024.12.18 19:49:03.719029 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
972 2024.12.18 19:49:03.719045 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
973 2024.12.18 19:49:03.719086 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
974 2024.12.18 19:49:03.719106 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
975 2024.12.18 19:49:03.719743 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001535 sec., 3257.328990228013 rows/sec., 145.69 KiB/sec.
976 2024.12.18 19:49:03.719823 [ 262 ] {17a4313d-0a5a-484e-8704-64b6b269c155} <Debug> TCPHandler: Processed in 0.001764606 sec.
977 2024.12.18 19:49:03.720082 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2024.12.18 19:49:03.720258 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
979 2024.12.18 19:49:03.720504 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
980 2024.12.18 19:49:03.720538 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
981 2024.12.18 19:49:03.720780 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
982 2024.12.18 19:49:03.720855 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
983 2024.12.18 19:49:03.721012 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
984 2024.12.18 19:49:03.721045 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
985 2024.12.18 19:49:03.721068 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
986 2024.12.18 19:49:03.721085 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
987 2024.12.18 19:49:03.721128 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
988 2024.12.18 19:49:03.721151 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
989 2024.12.18 19:49:03.721675 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001504 sec., 3324.468085106383 rows/sec., 148.69 KiB/sec.
990 2024.12.18 19:49:03.721758 [ 258 ] {ac4dafa8-1854-4eba-891d-386facd2b6a5} <Debug> TCPHandler: Processed in 0.001729676 sec.
991 2024.12.18 19:49:03.722054 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
992 2024.12.18 19:49:03.722204 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
993 2024.12.18 19:49:03.722447 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
994 2024.12.18 19:49:03.722483 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
995 2024.12.18 19:49:03.722705 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
996 2024.12.18 19:49:03.722770 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
997 2024.12.18 19:49:03.722910 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
998 2024.12.18 19:49:03.722942 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
999 2024.12.18 19:49:03.722964 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1000 2024.12.18 19:49:03.722980 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1001 2024.12.18 19:49:03.723020 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
1002 2024.12.18 19:49:03.723042 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1003 2024.12.18 19:49:03.723590 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001446 sec., 3457.814661134163 rows/sec., 154.66 KiB/sec.
1004 2024.12.18 19:49:03.723675 [ 262 ] {c229957c-5e54-4cbf-bef0-f2fb9f971305} <Debug> TCPHandler: Processed in 0.001684154 sec.
1005 2024.12.18 19:49:03.724024 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1006 2024.12.18 19:49:03.724170 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1007 2024.12.18 19:49:03.724409 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1008 2024.12.18 19:49:03.724445 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1009 2024.12.18 19:49:03.724688 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1010 2024.12.18 19:49:03.724753 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1011 2024.12.18 19:49:03.724909 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1012 2024.12.18 19:49:03.724946 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1013 2024.12.18 19:49:03.724974 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1014 2024.12.18 19:49:03.724992 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1015 2024.12.18 19:49:03.725033 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
1016 2024.12.18 19:49:03.725054 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1017 2024.12.18 19:49:03.725673 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001561 sec., 3203.0749519538754 rows/sec., 143.26 KiB/sec.
1018 2024.12.18 19:49:03.725763 [ 258 ] {81c22e4d-22bc-4fef-b64c-ff6df1951eca} <Debug> TCPHandler: Processed in 0.001800067 sec.
1019 2024.12.18 19:49:03.726060 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1020 2024.12.18 19:49:03.726238 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1021 2024.12.18 19:49:03.726510 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1022 2024.12.18 19:49:03.726548 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1023 2024.12.18 19:49:03.726772 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1024 2024.12.18 19:49:03.726837 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1025 2024.12.18 19:49:03.726976 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1026 2024.12.18 19:49:03.727008 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1027 2024.12.18 19:49:03.727030 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1028 2024.12.18 19:49:03.727046 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1029 2024.12.18 19:49:03.727086 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
1030 2024.12.18 19:49:03.727106 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1031 2024.12.18 19:49:03.727607 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001439 sec., 3474.635163307853 rows/sec., 155.41 KiB/sec.
1032 2024.12.18 19:49:03.727686 [ 262 ] {11327367-c516-4d8f-a059-ce65e1ac20ff} <Debug> TCPHandler: Processed in 0.001676205 sec.
1033 2024.12.18 19:49:03.727946 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1034 2024.12.18 19:49:03.728099 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1035 2024.12.18 19:49:03.728353 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1036 2024.12.18 19:49:03.728392 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1037 2024.12.18 19:49:03.728662 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1038 2024.12.18 19:49:03.728731 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1039 2024.12.18 19:49:03.728873 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1040 2024.12.18 19:49:03.728907 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1041 2024.12.18 19:49:03.728930 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1042 2024.12.18 19:49:03.728947 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1043 2024.12.18 19:49:03.728989 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
1044 2024.12.18 19:49:03.729011 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1045 2024.12.18 19:49:03.729508 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001472 sec., 3396.7391304347825 rows/sec., 151.92 KiB/sec.
1046 2024.12.18 19:49:03.729590 [ 258 ] {035563a4-437d-4837-a1f3-4d0f04856baa} <Debug> TCPHandler: Processed in 0.001700105 sec.
1047 2024.12.18 19:49:03.729864 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1048 2024.12.18 19:49:03.730026 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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') FORMAT Native; (stage: Complete)
1049 2024.12.18 19:49:03.730321 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1050 2024.12.18 19:49:03.730376 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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')" moved to PREWHERE
1051 2024.12.18 19:49:03.730635 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1052 2024.12.18 19:49:03.730708 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1053 2024.12.18 19:49:03.730853 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1054 2024.12.18 19:49:03.730890 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1055 2024.12.18 19:49:03.730912 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1056 2024.12.18 19:49:03.730929 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1057 2024.12.18 19:49:03.730970 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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'))"
1058 2024.12.18 19:49:03.730991 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1059 2024.12.18 19:49:03.731548 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001593 sec., 3138.7319522912744 rows/sec., 140.38 KiB/sec.
1060 2024.12.18 19:49:03.731637 [ 262 ] {bd708b25-68df-49d3-9495-22eae1fe5c86} <Debug> TCPHandler: Processed in 0.001825588 sec.
1061 2024.12.18 19:49:03.731959 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1062 2024.12.18 19:49:03.732135 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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') FORMAT Native; (stage: Complete)
1063 2024.12.18 19:49:03.732392 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1064 2024.12.18 19:49:03.732430 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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')" moved to PREWHERE
1065 2024.12.18 19:49:03.732683 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1066 2024.12.18 19:49:03.732747 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1067 2024.12.18 19:49:03.732889 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1068 2024.12.18 19:49:03.732920 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1069 2024.12.18 19:49:03.732942 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1070 2024.12.18 19:49:03.732958 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1071 2024.12.18 19:49:03.732999 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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'))"
1072 2024.12.18 19:49:03.733020 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1073 2024.12.18 19:49:03.733546 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.00148 sec., 3378.3783783783783 rows/sec., 151.10 KiB/sec.
1074 2024.12.18 19:49:03.733629 [ 258 ] {0d007ea0-a04b-43d6-912d-737f9bcb1db2} <Debug> TCPHandler: Processed in 0.001731186 sec.
1075 2024.12.18 19:49:03.733901 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1076 2024.12.18 19:49:03.734069 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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') FORMAT Native; (stage: Complete)
1077 2024.12.18 19:49:03.734344 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1078 2024.12.18 19:49:03.734384 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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')" moved to PREWHERE
1079 2024.12.18 19:49:03.734657 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1080 2024.12.18 19:49:03.734723 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1081 2024.12.18 19:49:03.734870 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1082 2024.12.18 19:49:03.734908 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1083 2024.12.18 19:49:03.734932 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1084 2024.12.18 19:49:03.734949 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1085 2024.12.18 19:49:03.734991 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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'))"
1086 2024.12.18 19:49:03.735013 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1087 2024.12.18 19:49:03.735571 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001571 sec., 3182.686187141948 rows/sec., 142.35 KiB/sec.
1088 2024.12.18 19:49:03.735652 [ 262 ] {874f2e16-f3b8-4687-9487-c011cffc16d3} <Debug> TCPHandler: Processed in 0.001803387 sec.
1089 2024.12.18 19:49:03.735947 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1090 2024.12.18 19:49:03.736094 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1091 2024.12.18 19:49:03.736346 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1092 2024.12.18 19:49:03.736383 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1093 2024.12.18 19:49:03.736644 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1094 2024.12.18 19:49:03.736704 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1095 2024.12.18 19:49:03.736834 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1096 2024.12.18 19:49:03.736871 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1097 2024.12.18 19:49:03.736898 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1098 2024.12.18 19:49:03.736919 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1099 2024.12.18 19:49:03.736966 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1100 2024.12.18 19:49:03.736987 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1101 2024.12.18 19:49:03.737525 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001492 sec., 3351.206434316354 rows/sec., 149.89 KiB/sec.
1102 2024.12.18 19:49:03.737606 [ 258 ] {1ecefc0e-41e6-4182-9e04-38945e53a46b} <Debug> TCPHandler: Processed in 0.001710796 sec.
1103 2024.12.18 19:49:03.737889 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2024.12.18 19:49:03.738050 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1105 2024.12.18 19:49:03.738309 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1106 2024.12.18 19:49:03.738350 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1107 2024.12.18 19:49:03.738605 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1108 2024.12.18 19:49:03.738674 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1109 2024.12.18 19:49:03.738826 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1110 2024.12.18 19:49:03.738859 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1111 2024.12.18 19:49:03.738881 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
1112 2024.12.18 19:49:03.738898 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1113 2024.12.18 19:49:03.738939 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1114 2024.12.18 19:49:03.738961 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0
1115 2024.12.18 19:49:03.739538 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001553 sec., 3219.575016097875 rows/sec., 144.00 KiB/sec.
1116 2024.12.18 19:49:03.739622 [ 262 ] {37c7d0bb-fc0f-4abf-bcce-1f611c7176cc} <Debug> TCPHandler: Processed in 0.001789657 sec.
1117 2024.12.18 19:49:03.741791 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1118 2024.12.18 19:49:03.741924 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1119 2024.12.18 19:49:03.741985 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1120 2024.12.18 19:49:03.742745 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2024.12.18 19:49:03.742798 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1122 2024.12.18 19:49:03.743447 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1123 2024.12.18 19:49:03.743713 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1124 2024.12.18 19:49:03.743949 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002064 sec., 6782.945736434109 rows/sec., 973.25 KiB/sec.
1125 2024.12.18 19:49:03.744025 [ 258 ] {7add2072-3d02-4ffa-963e-b4b131a8a8be} <Debug> TCPHandler: Processed in 0.002296137 sec.
1126 2024.12.18 19:49:03.744204 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1127 2024.12.18 19:49:03.744325 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1128 2024.12.18 19:49:03.744382 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1129 2024.12.18 19:49:03.744963 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1130 2024.12.18 19:49:03.745010 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1131 2024.12.18 19:49:03.745400 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1132 2024.12.18 19:49:03.745641 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1133 2024.12.18 19:49:03.745848 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001554 sec., 16731.01673101673 rows/sec., 1.30 MiB/sec.
1134 2024.12.18 19:49:03.745908 [ 262 ] {7c3e1f26-714c-4333-8ab4-7c26a8eaca9c} <Debug> TCPHandler: Processed in 0.001755856 sec.
1135 2024.12.18 19:49:03.746094 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2024.12.18 19:49:03.746222 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1137 2024.12.18 19:49:03.746275 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1138 2024.12.18 19:49:03.747150 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1139 2024.12.18 19:49:03.747216 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1140 2024.12.18 19:49:03.747799 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1141 2024.12.18 19:49:03.748149 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1142 2024.12.18 19:49:03.748473 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002269 sec., 12340.237990304098 rows/sec., 985.60 KiB/sec.
1143 2024.12.18 19:49:03.748551 [ 258 ] {5e09b74b-e3d6-46b9-bbb0-ed5e5e01863f} <Debug> TCPHandler: Processed in 0.002521762 sec.
1144 2024.12.18 19:49:03.748726 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1145 2024.12.18 19:49:03.748857 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1146 2024.12.18 19:49:03.748919 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1147 2024.12.18 19:49:03.749450 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1148 2024.12.18 19:49:03.749492 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1149 2024.12.18 19:49:03.749924 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1150 2024.12.18 19:49:03.750198 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1151 2024.12.18 19:49:03.750445 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001607 sec., 24891.101431238334 rows/sec., 1.73 MiB/sec.
1152 2024.12.18 19:49:03.750567 [ 262 ] {09955e6a-9333-45f6-94c1-672b356f4a64} <Debug> TCPHandler: Processed in 0.001900899 sec.
1153 2024.12.18 19:49:03.750737 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1154 2024.12.18 19:49:03.750853 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1155 2024.12.18 19:49:03.750900 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1156 2024.12.18 19:49:03.751373 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1157 2024.12.18 19:49:03.751414 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1158 2024.12.18 19:49:03.751826 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1159 2024.12.18 19:49:03.752081 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1160 2024.12.18 19:49:03.752298 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001467 sec., 10906.612133605999 rows/sec., 766.87 KiB/sec.
1161 2024.12.18 19:49:03.752370 [ 258 ] {0e998f42-ed3f-41a0-b6f7-742755efbbc8} <Debug> TCPHandler: Processed in 0.001697885 sec.
1162 2024.12.18 19:49:04.440753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1163 2024.12.18 19:49:04.441384 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1164 2024.12.18 19:49:04.441431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1165 2024.12.18 19:49:04.441945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1166 2024.12.18 19:49:04.442196 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1167 2024.12.18 19:49:04.442466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1168 2024.12.18 19:49:04.572487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1169 2024.12.18 19:49:04.591948 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2024.12.18 19:49:04.592013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1171 2024.12.18 19:49:04.598576 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1172 2024.12.18 19:49:04.599312 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1173 2024.12.18 19:49:04.602152 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1174 2024.12.18 19:49:06.925855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 154
1175 2024.12.18 19:49:06.930590 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2024.12.18 19:49:06.930648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1177 2024.12.18 19:49:06.932202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1178 2024.12.18 19:49:06.932523 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2024.12.18 19:49:06.933141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 154
1180 2024.12.18 19:49:08.668761 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1181 2024.12.18 19:49:08.668965 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1182 2024.12.18 19:49:08.669034 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1183 2024.12.18 19:49:08.669765 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1184 2024.12.18 19:49:08.669808 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1185 2024.12.18 19:49:08.670225 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1186 2024.12.18 19:49:08.670476 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1187 2024.12.18 19:49:08.670670 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Debug> executeQuery: Read 68 rows, 5.99 KiB in 0.001763 sec., 38570.61826432218 rows/sec., 3.32 MiB/sec.
1188 2024.12.18 19:49:08.670732 [ 258 ] {c803af97-48e3-45f2-abae-92a20851e610} <Debug> TCPHandler: Processed in 0.002100353 sec.
1189 2024.12.18 19:49:08.670901 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1190 2024.12.18 19:49:08.671033 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1191 2024.12.18 19:49:08.671090 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1192 2024.12.18 19:49:08.671787 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1193 2024.12.18 19:49:08.671833 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1194 2024.12.18 19:49:08.672218 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1195 2024.12.18 19:49:08.672455 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1196 2024.12.18 19:49:08.672623 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001625 sec., 12923.076923076924 rows/sec., 971.75 KiB/sec.
1197 2024.12.18 19:49:08.672673 [ 262 ] {40ffcee2-fc01-4bf7-8648-2c633607eace} <Debug> TCPHandler: Processed in 0.001829787 sec.
1198 2024.12.18 19:49:08.672830 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2024.12.18 19:49:08.672941 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1200 2024.12.18 19:49:08.672988 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1201 2024.12.18 19:49:08.673621 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1202 2024.12.18 19:49:08.673665 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1203 2024.12.18 19:49:08.674065 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1204 2024.12.18 19:49:08.674302 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1205 2024.12.18 19:49:08.674472 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Debug> executeQuery: Read 49 rows, 3.92 KiB in 0.001554 sec., 31531.53153153153 rows/sec., 2.46 MiB/sec.
1206 2024.12.18 19:49:08.674521 [ 258 ] {4b5dfceb-7908-472c-821f-f8b7dc8f9dfc} <Debug> TCPHandler: Processed in 0.001741086 sec.
1207 2024.12.18 19:49:08.674655 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1208 2024.12.18 19:49:08.674762 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1209 2024.12.18 19:49:08.674810 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1210 2024.12.18 19:49:08.675278 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1211 2024.12.18 19:49:08.675314 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1212 2024.12.18 19:49:08.675684 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1213 2024.12.18 19:49:08.675911 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1214 2024.12.18 19:49:08.676072 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001332 sec., 37537.53753753754 rows/sec., 2.60 MiB/sec.
1215 2024.12.18 19:49:08.676121 [ 262 ] {ea1f3691-33b0-4394-9241-a97bbe77f565} <Debug> TCPHandler: Processed in 0.001516081 sec.
1216 2024.12.18 19:49:08.676251 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1217 2024.12.18 19:49:08.676380 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1218 2024.12.18 19:49:08.676457 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1219 2024.12.18 19:49:08.677700 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1220 2024.12.18 19:49:08.677737 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1221 2024.12.18 19:49:08.678339 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1222 2024.12.18 19:49:08.678590 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1223 2024.12.18 19:49:08.678846 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002495 sec., 8416.83366733467 rows/sec., 15.08 MiB/sec.
1224 2024.12.18 19:49:08.679114 [ 258 ] {4a814b3c-d8ea-460d-9972-deae98551dd0} <Debug> TCPHandler: Processed in 0.00292292 sec.
1225 2024.12.18 19:49:08.679284 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1226 2024.12.18 19:49:08.679413 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1227 2024.12.18 19:49:08.679469 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1228 2024.12.18 19:49:08.679975 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1229 2024.12.18 19:49:08.680014 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1230 2024.12.18 19:49:08.680359 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1231 2024.12.18 19:49:08.680585 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1232 2024.12.18 19:49:08.680815 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001427 sec., 14015.41695865452 rows/sec., 985.46 KiB/sec.
1233 2024.12.18 19:49:08.680872 [ 262 ] {fbb74c3f-0eb0-43af-ae0e-3a358570d434} <Debug> TCPHandler: Processed in 0.001649024 sec.
1234 2024.12.18 19:49:11.862077 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
1235 2024.12.18 19:49:11.862151 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
1236 2024.12.18 19:49:11.942583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1237 2024.12.18 19:49:11.943387 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1238 2024.12.18 19:49:11.943436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1239 2024.12.18 19:49:11.944021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1240 2024.12.18 19:49:11.944290 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1241 2024.12.18 19:49:11.944492 [ 78 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1242 2024.12.18 19:49:11.944573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1243 2024.12.18 19:49:11.944604 [ 78 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1244 2024.12.18 19:49:11.944634 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1245 2024.12.18 19:49:11.944849 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1246 2024.12.18 19:49:11.945027 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1247 2024.12.18 19:49:11.945111 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1248 2024.12.18 19:49:11.945229 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1249 2024.12.18 19:49:11.945477 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1250 2024.12.18 19:49:11.945577 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1251 2024.12.18 19:49:11.945808 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1252 2024.12.18 19:49:11.945948 [ 187 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1253 2024.12.18 19:49:11.972811 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028095348 sec., 99874.18557691472 rows/sec., 1.43 MiB/sec.
1254 2024.12.18 19:49:11.973194 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1255 2024.12.18 19:49:11.973558 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1256 2024.12.18 19:49:11.973653 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_6_1} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1257 2024.12.18 19:49:11.973789 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1258 2024.12.18 19:49:12.102220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1259 2024.12.18 19:49:12.121455 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2024.12.18 19:49:12.121505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1261 2024.12.18 19:49:12.128414 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1262 2024.12.18 19:49:12.129146 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2024.12.18 19:49:12.129563 [ 78 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1264 2024.12.18 19:49:12.129715 [ 78 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1265 2024.12.18 19:49:12.129830 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1266 2024.12.18 19:49:12.130294 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1267 2024.12.18 19:49:12.145210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1268 2024.12.18 19:49:12.146617 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1269 2024.12.18 19:49:12.147713 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1270 2024.12.18 19:49:12.152785 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1271 2024.12.18 19:49:12.157924 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1272 2024.12.18 19:49:12.163009 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1273 2024.12.18 19:49:12.170359 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1274 2024.12.18 19:49:12.175064 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1275 2024.12.18 19:49:12.235849 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105837937 sec., 434.6267633693578 rows/sec., 2.25 MiB/sec.
1276 2024.12.18 19:49:12.238679 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1277 2024.12.18 19:49:12.241849 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_6_1} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1278 2024.12.18 19:49:12.241992 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_6_1} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1279 2024.12.18 19:49:12.244581 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1280 2024.12.18 19:49:13.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.73 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 163.73 MiB (RSS), difference: 3.00 MiB
1281 2024.12.18 19:49:13.666409 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1282 2024.12.18 19:49:13.666599 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1283 2024.12.18 19:49:13.666671 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1284 2024.12.18 19:49:13.667404 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1285 2024.12.18 19:49:13.667457 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1286 2024.12.18 19:49:13.667903 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1287 2024.12.18 19:49:13.668162 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1288 2024.12.18 19:49:13.668428 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001873 sec., 13881.47357180993 rows/sec., 1.07 MiB/sec.
1289 2024.12.18 19:49:13.668597 [ 258 ] {869540da-a31c-4aea-a9e7-f4642ab0f23f} <Debug> TCPHandler: Processed in 0.002305127 sec.
1290 2024.12.18 19:49:13.668798 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1291 2024.12.18 19:49:13.668921 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1292 2024.12.18 19:49:13.668971 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1293 2024.12.18 19:49:13.669580 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1294 2024.12.18 19:49:13.669622 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1295 2024.12.18 19:49:13.669990 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1296 2024.12.18 19:49:13.670228 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1297 2024.12.18 19:49:13.670440 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001548 sec., 18087.855297157625 rows/sec., 1.41 MiB/sec.
1298 2024.12.18 19:49:13.670496 [ 262 ] {c42cd7dd-0ef8-47a5-99ae-70de55445974} <Debug> TCPHandler: Processed in 0.001756386 sec.
1299 2024.12.18 19:49:13.670665 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1300 2024.12.18 19:49:13.670795 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1301 2024.12.18 19:49:13.670855 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1302 2024.12.18 19:49:13.671391 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1303 2024.12.18 19:49:13.671430 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1304 2024.12.18 19:49:13.671808 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1305 2024.12.18 19:49:13.672053 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1306 2024.12.18 19:49:13.672231 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001466 sec., 34106.41200545702 rows/sec., 2.36 MiB/sec.
1307 2024.12.18 19:49:13.672321 [ 258 ] {a93f6716-f6af-4359-9018-7da055772840} <Debug> TCPHandler: Processed in 0.001718136 sec.
1308 2024.12.18 19:49:13.672507 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1309 2024.12.18 19:49:13.672635 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1310 2024.12.18 19:49:13.672689 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1311 2024.12.18 19:49:13.673191 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1312 2024.12.18 19:49:13.673227 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1313 2024.12.18 19:49:13.673583 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1314 2024.12.18 19:49:13.673817 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1315 2024.12.18 19:49:13.673990 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001384 sec., 14450.86705202312 rows/sec., 1016.08 KiB/sec.
1316 2024.12.18 19:49:13.674037 [ 262 ] {a38593d5-fea3-4f5f-8012-c7a4445072d1} <Debug> TCPHandler: Processed in 0.001592353 sec.
1317 2024.12.18 19:49:16.933466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 174
1318 2024.12.18 19:49:16.936286 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1319 2024.12.18 19:49:16.936337 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1320 2024.12.18 19:49:16.937857 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1321 2024.12.18 19:49:16.938168 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1322 2024.12.18 19:49:16.938806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 174
1323 2024.12.18 19:49:18.668675 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1324 2024.12.18 19:49:18.668877 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1325 2024.12.18 19:49:18.668955 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1326 2024.12.18 19:49:18.669753 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1327 2024.12.18 19:49:18.669793 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1328 2024.12.18 19:49:18.670208 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1329 2024.12.18 19:49:18.670458 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1330 2024.12.18 19:49:18.670654 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Debug> executeQuery: Read 68 rows, 5.99 KiB in 0.001834 sec., 37077.42639040349 rows/sec., 3.19 MiB/sec.
1331 2024.12.18 19:49:18.670708 [ 258 ] {2fa0e343-e788-4682-af35-f8e2b454740c} <Debug> TCPHandler: Processed in 0.002160884 sec.
1332 2024.12.18 19:49:18.670885 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1333 2024.12.18 19:49:18.671000 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1334 2024.12.18 19:49:18.671046 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1335 2024.12.18 19:49:18.671608 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1336 2024.12.18 19:49:18.671645 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1337 2024.12.18 19:49:18.671995 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1338 2024.12.18 19:49:18.672255 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1339 2024.12.18 19:49:18.672508 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001509 sec., 13916.500994035787 rows/sec., 1.02 MiB/sec.
1340 2024.12.18 19:49:18.672588 [ 262 ] {bd66af1f-fe80-4a64-b481-ce36dfab4aff} <Debug> TCPHandler: Processed in 0.001760896 sec.
1341 2024.12.18 19:49:18.672736 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1342 2024.12.18 19:49:18.672845 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1343 2024.12.18 19:49:18.672891 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1344 2024.12.18 19:49:18.673442 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1345 2024.12.18 19:49:18.673481 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1346 2024.12.18 19:49:18.673854 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1347 2024.12.18 19:49:18.674091 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1348 2024.12.18 19:49:18.674264 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Debug> executeQuery: Read 49 rows, 3.92 KiB in 0.001442 sec., 33980.58252427185 rows/sec., 2.65 MiB/sec.
1349 2024.12.18 19:49:18.674315 [ 258 ] {5ca9d4ad-a7b8-49bd-b292-9a5ffebf6068} <Debug> TCPHandler: Processed in 0.001629894 sec.
1350 2024.12.18 19:49:18.674456 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1351 2024.12.18 19:49:18.674564 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1352 2024.12.18 19:49:18.674612 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1353 2024.12.18 19:49:18.675103 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1354 2024.12.18 19:49:18.675139 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1355 2024.12.18 19:49:18.675525 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1356 2024.12.18 19:49:18.675761 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1357 2024.12.18 19:49:18.675947 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001403 sec., 35637.91874554526 rows/sec., 2.47 MiB/sec.
1358 2024.12.18 19:49:18.675999 [ 262 ] {f2701404-314d-49b9-94f9-92cf12b55188} <Debug> TCPHandler: Processed in 0.001605713 sec.
1359 2024.12.18 19:49:18.676147 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1360 2024.12.18 19:49:18.676253 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1361 2024.12.18 19:49:18.676322 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1362 2024.12.18 19:49:18.677589 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1363 2024.12.18 19:49:18.677627 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1364 2024.12.18 19:49:18.678246 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1365 2024.12.18 19:49:18.678508 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1366 2024.12.18 19:49:18.678703 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002473 sec., 8491.710473109584 rows/sec., 15.22 MiB/sec.
1367 2024.12.18 19:49:18.678791 [ 258 ] {3036fa51-1375-4513-97b4-35409f3f7b7b} <Debug> TCPHandler: Processed in 0.002695076 sec.
1368 2024.12.18 19:49:18.678942 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1369 2024.12.18 19:49:18.679049 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1370 2024.12.18 19:49:18.679094 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1371 2024.12.18 19:49:18.679523 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1372 2024.12.18 19:49:18.679558 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1373 2024.12.18 19:49:18.679905 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1374 2024.12.18 19:49:18.680137 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2024.12.18 19:49:18.680305 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001278 sec., 15649.452269170579 rows/sec., 1.07 MiB/sec.
1376 2024.12.18 19:49:18.680353 [ 262 ] {94ffbe77-a4ce-4eae-a856-d3650a628b10} <Debug> TCPHandler: Processed in 0.00146363 sec.
1377 2024.12.18 19:49:19.444687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1378 2024.12.18 19:49:19.445429 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1379 2024.12.18 19:49:19.445474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1380 2024.12.18 19:49:19.446089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1381 2024.12.18 19:49:19.446344 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1382 2024.12.18 19:49:19.446557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1383 2024.12.18 19:49:19.645311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1384 2024.12.18 19:49:19.664853 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1385 2024.12.18 19:49:19.664914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1386 2024.12.18 19:49:19.671688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1387 2024.12.18 19:49:19.672459 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1388 2024.12.18 19:49:19.675104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1389 2024.12.18 19:49:23.666596 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1390 2024.12.18 19:49:23.666802 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1391 2024.12.18 19:49:23.666873 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1392 2024.12.18 19:49:23.667614 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1393 2024.12.18 19:49:23.667666 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1394 2024.12.18 19:49:23.668114 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1395 2024.12.18 19:49:23.668362 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1396 2024.12.18 19:49:23.668550 [ 67 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1397 2024.12.18 19:49:23.668619 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001866 sec., 13933.547695605574 rows/sec., 1.08 MiB/sec.
1398 2024.12.18 19:49:23.668635 [ 67 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1399 2024.12.18 19:49:23.668704 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1400 2024.12.18 19:49:23.668756 [ 258 ] {8a6057c5-f207-443a-ad84-04082263431a} <Debug> TCPHandler: Processed in 0.002284537 sec.
1401 2024.12.18 19:49:23.668982 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
1402 2024.12.18 19:49:23.668997 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1403 2024.12.18 19:49:23.669309 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1404 2024.12.18 19:49:23.669321 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1405 2024.12.18 19:49:23.669414 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1406 2024.12.18 19:49:23.669420 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part
1407 2024.12.18 19:49:23.669793 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1408 2024.12.18 19:49:23.670116 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part
1409 2024.12.18 19:49:23.670506 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1410 2024.12.18 19:49:23.670896 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 68 rows starting from the beginning of the part
1411 2024.12.18 19:49:23.671199 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1412 2024.12.18 19:49:23.672298 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2024.12.18 19:49:23.672387 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1414 2024.12.18 19:49:23.673557 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1415 2024.12.18 19:49:23.674195 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2024.12.18 19:49:23.674269 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005430202 sec., 47327.88945972912 rows/sec., 4.17 MiB/sec.
1417 2024.12.18 19:49:23.674435 [ 67 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1418 2024.12.18 19:49:23.674535 [ 67 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1419 2024.12.18 19:49:23.674609 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1420 2024.12.18 19:49:23.674708 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005467 sec., 5121.638924455826 rows/sec., 409.06 KiB/sec.
1421 2024.12.18 19:49:23.674724 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1422 2024.12.18 19:49:23.674982 [ 262 ] {4a00ce78-32dc-4526-a865-5f4977c12213} <Debug> TCPHandler: Processed in 0.006082005 sec.
1423 2024.12.18 19:49:23.675021 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
1424 2024.12.18 19:49:23.675237 [ 258 ] {} <Trace> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1425 2024.12.18 19:49:23.675337 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1426 2024.12.18 19:49:23.675473 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1427 2024.12.18 19:49:23.675571 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36654) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1428 2024.12.18 19:49:23.675586 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1429 2024.12.18 19:49:23.675881 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1430 2024.12.18 19:49:23.675930 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1431 2024.12.18 19:49:23.676054 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_6_1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1432 2024.12.18 19:49:23.676494 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 49 rows starting from the beginning of the part
1433 2024.12.18 19:49:23.676526 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1434 2024.12.18 19:49:23.676894 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1435 2024.12.18 19:49:23.677265 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part
1436 2024.12.18 19:49:23.677628 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
1437 2024.12.18 19:49:23.679122 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1438 2024.12.18 19:49:23.679204 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1439 2024.12.18 19:49:23.680369 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1440 2024.12.18 19:49:23.680558 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581777 sec., 36440.07927436114 rows/sec., 2.98 MiB/sec.
1441 2024.12.18 19:49:23.680727 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1442 2024.12.18 19:49:23.680881 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2024.12.18 19:49:23.681302 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.005853 sec., 8542.627712284298 rows/sec., 606.49 KiB/sec.
1444 2024.12.18 19:49:23.681316 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1445 2024.12.18 19:49:23.681478 [ 258 ] {01cf6e91-1684-4c2f-bcb6-59890dc70d35} <Debug> TCPHandler: Processed in 0.006358831 sec.
1446 2024.12.18 19:49:23.681511 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_6_1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1447 2024.12.18 19:49:23.681660 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1448 2024.12.18 19:49:23.681706 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1449 2024.12.18 19:49:23.681825 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1450 2024.12.18 19:49:23.681874 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1451 2024.12.18 19:49:23.682340 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1452 2024.12.18 19:49:23.682378 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1453 2024.12.18 19:49:23.682760 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1454 2024.12.18 19:49:23.682996 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1455 2024.12.18 19:49:23.683203 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001403 sec., 14255.167498218105 rows/sec., 1002.32 KiB/sec.
1456 2024.12.18 19:49:23.683254 [ 262 ] {5da571e0-4617-491f-bfcd-93729623334f} <Debug> TCPHandler: Processed in 0.001655754 sec.
1457 2024.12.18 19:49:26.862395 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
1458 2024.12.18 19:49:26.862466 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
1459 2024.12.18 19:49:26.938949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 194
1460 2024.12.18 19:49:26.941832 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1461 2024.12.18 19:49:26.941888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1462 2024.12.18 19:49:26.943388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1463 2024.12.18 19:49:26.943710 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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.12.18 19:49:26.944297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194
1465 2024.12.18 19:49:26.946683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1466 2024.12.18 19:49:26.947420 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1467 2024.12.18 19:49:26.947484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1468 2024.12.18 19:49:26.948045 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1469 2024.12.18 19:49:26.948315 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1470 2024.12.18 19:49:26.948547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1471 2024.12.18 19:49:27.175168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1472 2024.12.18 19:49:27.194819 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1473 2024.12.18 19:49:27.194882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1474 2024.12.18 19:49:27.201807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1475 2024.12.18 19:49:27.202577 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1476 2024.12.18 19:49:27.205324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1477 2024.12.18 19:49:27.993861 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1478 2024.12.18 19:49:27.993957 [ 258 ] {} <Debug> TCP-Session: 65a3e3df-5204-4534-b043-34c33c740613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1479 2024.12.18 19:49:28.000426 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.49 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 165.61 MiB (RSS), difference: 2.12 MiB
1480 2024.12.18 19:49:28.668042 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1481 2024.12.18 19:49:28.668251 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1482 2024.12.18 19:49:28.668329 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1483 2024.12.18 19:49:28.669128 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1484 2024.12.18 19:49:28.669172 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1485 2024.12.18 19:49:28.669610 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1486 2024.12.18 19:49:28.669866 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1487 2024.12.18 19:49:28.670219 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Debug> executeQuery: Read 68 rows, 5.99 KiB in 0.001994 sec., 34102.30692076228 rows/sec., 2.94 MiB/sec.
1488 2024.12.18 19:49:28.670446 [ 262 ] {13c0ae2c-bb5e-40e5-a3ce-5f6f239bc573} <Debug> TCPHandler: Processed in 0.002554992 sec.
1489 2024.12.18 19:49:28.670769 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1490 2024.12.18 19:49:28.670922 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1491 2024.12.18 19:49:28.671020 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1492 2024.12.18 19:49:28.671789 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1493 2024.12.18 19:49:28.671829 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1494 2024.12.18 19:49:28.672186 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1495 2024.12.18 19:49:28.672426 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1496 2024.12.18 19:49:28.672619 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001732 sec., 12124.711316397228 rows/sec., 911.72 KiB/sec.
1497 2024.12.18 19:49:28.672677 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1498 2024.12.18 19:49:28.672692 [ 266 ] {b1fe4135-1a2f-45a1-9d60-9b86f814697f} <Debug> TCPHandler: Processed in 0.002007242 sec.
1499 2024.12.18 19:49:28.672839 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2024.12.18 19:49:28.672950 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1501 2024.12.18 19:49:28.672996 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1502 2024.12.18 19:49:28.673531 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2024.12.18 19:49:28.673570 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1504 2024.12.18 19:49:28.673920 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1505 2024.12.18 19:49:28.674156 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2024.12.18 19:49:28.674411 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Debug> executeQuery: Read 49 rows, 3.92 KiB in 0.001461 sec., 33538.67214236824 rows/sec., 2.62 MiB/sec.
1507 2024.12.18 19:49:28.674498 [ 262 ] {35a84526-cc19-4f3c-9854-022cdb57c79b} <Debug> TCPHandler: Processed in 0.001710195 sec.
1508 2024.12.18 19:49:28.674640 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2024.12.18 19:49:28.674770 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1510 2024.12.18 19:49:28.674827 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1511 2024.12.18 19:49:28.675397 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1512 2024.12.18 19:49:28.675442 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1513 2024.12.18 19:49:28.675843 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1514 2024.12.18 19:49:28.676076 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2024.12.18 19:49:28.676194 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1516 2024.12.18 19:49:28.676246 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1517 2024.12.18 19:49:28.676251 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001509 sec., 33134.52617627568 rows/sec., 2.30 MiB/sec.
1518 2024.12.18 19:49:28.676272 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1519 2024.12.18 19:49:28.676331 [ 266 ] {c3166eae-17ff-468e-ac0a-271d46338e09} <Debug> TCPHandler: Processed in 0.001738965 sec.
1520 2024.12.18 19:49:28.676532 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2024.12.18 19:49:28.676574 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
1522 2024.12.18 19:49:28.676745 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1523 2024.12.18 19:49:28.676910 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1524 2024.12.18 19:49:28.676948 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1525 2024.12.18 19:49:28.676992 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
1526 2024.12.18 19:49:28.677407 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
1527 2024.12.18 19:49:28.677820 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part
1528 2024.12.18 19:49:28.678211 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part
1529 2024.12.18 19:49:28.678538 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part
1530 2024.12.18 19:49:28.678905 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part
1531 2024.12.18 19:49:28.682600 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.006219158 sec., 46630.10651924264 rows/sec., 3.23 MiB/sec.
1532 2024.12.18 19:49:28.682726 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2024.12.18 19:49:28.682792 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1534 2024.12.18 19:49:28.682872 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1535 2024.12.18 19:49:28.683560 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2024.12.18 19:49:28.683699 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1537 2024.12.18 19:49:28.683831 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1538 2024.12.18 19:49:28.684021 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1539 2024.12.18 19:49:28.684288 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2024.12.18 19:49:28.684490 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.007831 sec., 2681.6498531477464 rows/sec., 4.81 MiB/sec.
1541 2024.12.18 19:49:28.684619 [ 262 ] {b91ecafd-5054-4eaf-b830-5784186799c1} <Debug> TCPHandler: Processed in 0.008190118 sec.
1542 2024.12.18 19:49:28.684775 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1543 2024.12.18 19:49:28.684903 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1544 2024.12.18 19:49:28.684957 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1545 2024.12.18 19:49:28.685461 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1546 2024.12.18 19:49:28.685505 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1547 2024.12.18 19:49:28.685871 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1548 2024.12.18 19:49:28.686111 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1549 2024.12.18 19:49:28.686223 [ 60 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1550 2024.12.18 19:49:28.686263 [ 60 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1551 2024.12.18 19:49:28.686287 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1552 2024.12.18 19:49:28.686292 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001418 sec., 14104.372355430183 rows/sec., 991.71 KiB/sec.
1553 2024.12.18 19:49:28.686778 [ 266 ] {935a2bf5-18fe-4fc1-b501-88c81a611473} <Debug> TCPHandler: Processed in 0.002055742 sec.
1554 2024.12.18 19:49:28.687143 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
1555 2024.12.18 19:49:28.687308 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1556 2024.12.18 19:49:28.687343 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part
1557 2024.12.18 19:49:28.687457 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part
1558 2024.12.18 19:49:28.687653 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
1559 2024.12.18 19:49:28.687821 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1560 2024.12.18 19:49:28.687971 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1561 2024.12.18 19:49:28.688105 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part
1562 2024.12.18 19:49:28.689195 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.002801327 sec., 41408.94654569066 rows/sec., 2.84 MiB/sec.
1563 2024.12.18 19:49:28.689387 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1564 2024.12.18 19:49:28.689707 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1565 2024.12.18 19:49:28.689778 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_6_1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1566 2024.12.18 19:49:28.689856 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1567 2024.12.18 19:49:29.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.15 MiB, peak 171.37 MiB, free memory in arenas 0.00 B, will set to 165.71 MiB (RSS), difference: -2.43 MiB
1568 2024.12.18 19:49:33.672683 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1569 2024.12.18 19:49:33.672928 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1570 2024.12.18 19:49:33.673018 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1571 2024.12.18 19:49:33.674006 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1572 2024.12.18 19:49:33.674071 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1573 2024.12.18 19:49:33.674663 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1574 2024.12.18 19:49:33.675004 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1575 2024.12.18 19:49:33.675319 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002453 sec., 21198.53240929474 rows/sec., 1.61 MiB/sec.
1576 2024.12.18 19:49:33.675395 [ 262 ] {8b3d5e34-3f92-4ee5-8a25-3bd14694b7f1} <Debug> TCPHandler: Processed in 0.002895539 sec.
1577 2024.12.18 19:49:33.675625 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1578 2024.12.18 19:49:33.675757 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1579 2024.12.18 19:49:33.675813 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1580 2024.12.18 19:49:33.676579 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1581 2024.12.18 19:49:33.676630 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1582 2024.12.18 19:49:33.677115 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1583 2024.12.18 19:49:33.677430 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1584 2024.12.18 19:49:33.677710 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.20 MiB/sec.
1585 2024.12.18 19:49:33.677781 [ 266 ] {bf4adf39-e5e1-409d-9da4-942876ffa364} <Debug> TCPHandler: Processed in 0.002220915 sec.
1586 2024.12.18 19:49:33.677981 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1587 2024.12.18 19:49:33.678109 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1588 2024.12.18 19:49:33.678173 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1589 2024.12.18 19:49:33.678895 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1590 2024.12.18 19:49:33.678947 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1591 2024.12.18 19:49:33.679441 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1592 2024.12.18 19:49:33.679774 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1593 2024.12.18 19:49:33.680048 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Debug> executeQuery: Read 110 rows, 7.81 KiB in 0.00197 sec., 55837.56345177665 rows/sec., 3.87 MiB/sec.
1594 2024.12.18 19:49:33.680116 [ 262 ] {bbb85de7-4133-4624-8008-b67398ff1a15} <Debug> TCPHandler: Processed in 0.002195405 sec.
1595 2024.12.18 19:49:33.680335 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1596 2024.12.18 19:49:33.680517 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1597 2024.12.18 19:49:33.680575 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1598 2024.12.18 19:49:33.681137 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1599 2024.12.18 19:49:33.681186 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1600 2024.12.18 19:49:33.681650 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1601 2024.12.18 19:49:33.681959 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1602 2024.12.18 19:49:33.682204 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Debug> executeQuery: Read 38 rows, 2.67 KiB in 0.001717 sec., 22131.6249271986 rows/sec., 1.52 MiB/sec.
1603 2024.12.18 19:49:33.682268 [ 266 ] {adb8892b-d11d-4bdf-ac42-1958d9057d6e} <Debug> TCPHandler: Processed in 0.001995172 sec.
1604 2024.12.18 19:49:34.448661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1605 2024.12.18 19:49:34.449402 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1606 2024.12.18 19:49:34.449462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1607 2024.12.18 19:49:34.450040 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1608 2024.12.18 19:49:34.450306 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1609 2024.12.18 19:49:34.450602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1610 2024.12.18 19:49:34.705393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1611 2024.12.18 19:49:34.725842 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1612 2024.12.18 19:49:34.725910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1613 2024.12.18 19:49:34.733346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1614 2024.12.18 19:49:34.734102 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1615 2024.12.18 19:49:34.737533 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1616 2024.12.18 19:49:36.944449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 214
1617 2024.12.18 19:49:36.947533 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1618 2024.12.18 19:49:36.947598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1619 2024.12.18 19:49:36.949117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1620 2024.12.18 19:49:36.949443 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1621 2024.12.18 19:49:36.950481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 214
1622 2024.12.18 19:49:38.673095 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1623 2024.12.18 19:49:38.673282 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1624 2024.12.18 19:49:38.673355 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1625 2024.12.18 19:49:38.674135 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1626 2024.12.18 19:49:38.674186 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1627 2024.12.18 19:49:38.674636 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1628 2024.12.18 19:49:38.674891 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1629 2024.12.18 19:49:38.675128 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Debug> executeQuery: Read 94 rows, 7.97 KiB in 0.001898 sec., 49525.81664910432 rows/sec., 4.10 MiB/sec.
1630 2024.12.18 19:49:38.675196 [ 262 ] {778273e1-fb55-4c92-b1c0-037ff99924e2} <Debug> TCPHandler: Processed in 0.002227286 sec.
1631 2024.12.18 19:49:38.675370 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1632 2024.12.18 19:49:38.675494 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1633 2024.12.18 19:49:38.675545 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1634 2024.12.18 19:49:38.676169 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1635 2024.12.18 19:49:38.676212 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1636 2024.12.18 19:49:38.676572 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1637 2024.12.18 19:49:38.676819 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1638 2024.12.18 19:49:38.676986 [ 49 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1639 2024.12.18 19:49:38.677064 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001597 sec., 13149.655604257985 rows/sec., 988.79 KiB/sec.
1640 2024.12.18 19:49:38.677073 [ 49 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1641 2024.12.18 19:49:38.677144 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1642 2024.12.18 19:49:38.677199 [ 266 ] {61fd8906-d659-43bf-ba51-6c8cc74a06c9} <Debug> TCPHandler: Processed in 0.001885879 sec.
1643 2024.12.18 19:49:38.677505 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1644 2024.12.18 19:49:38.677533 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::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
1645 2024.12.18 19:49:38.677741 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1646 2024.12.18 19:49:38.677784 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1647 2024.12.18 19:49:38.677842 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1648 2024.12.18 19:49:38.677862 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part
1649 2024.12.18 19:49:38.678170 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part
1650 2024.12.18 19:49:38.678529 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part
1651 2024.12.18 19:49:38.678843 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part
1652 2024.12.18 19:49:38.679211 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part
1653 2024.12.18 19:49:38.680429 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2024.12.18 19:49:38.680495 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1655 2024.12.18 19:49:38.681498 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1656 2024.12.18 19:49:38.681652 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 5 columns (5 merged, 0 gathered) in 0.00437706 sec., 23988.704747021973 rows/sec., 1.85 MiB/sec.
1657 2024.12.18 19:49:38.681921 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1658 2024.12.18 19:49:38.681931 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1659 2024.12.18 19:49:38.682443 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Debug> executeQuery: Read 77 rows, 6.15 KiB in 0.004769 sec., 16145.942545607046 rows/sec., 1.26 MiB/sec.
1660 2024.12.18 19:49:38.682634 [ 262 ] {bb940c28-b44f-4022-ad56-99791a2a40ef} <Debug> TCPHandler: Processed in 0.005308749 sec.
1661 2024.12.18 19:49:38.682753 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1662 2024.12.18 19:49:38.682861 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1663 2024.12.18 19:49:38.682878 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_5_1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1664 2024.12.18 19:49:38.683053 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1665 2024.12.18 19:49:38.683083 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1666 2024.12.18 19:49:38.683168 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1667 2024.12.18 19:49:38.683742 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1668 2024.12.18 19:49:38.683782 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1669 2024.12.18 19:49:38.684179 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1670 2024.12.18 19:49:38.684421 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1671 2024.12.18 19:49:38.684632 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00161 sec., 93167.70186335403 rows/sec., 6.46 MiB/sec.
1672 2024.12.18 19:49:38.684685 [ 266 ] {fb67258c-8d70-4d68-b9f3-8f3b7f7c83a1} <Debug> TCPHandler: Processed in 0.001900379 sec.
1673 2024.12.18 19:49:38.684832 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2024.12.18 19:49:38.684944 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1675 2024.12.18 19:49:38.685010 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1676 2024.12.18 19:49:38.686094 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2024.12.18 19:49:38.686135 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1678 2024.12.18 19:49:38.686777 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1679 2024.12.18 19:49:38.687062 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1680 2024.12.18 19:49:38.687394 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002453 sec., 8560.945780676722 rows/sec., 15.34 MiB/sec.
1681 2024.12.18 19:49:38.687511 [ 262 ] {16c0e2ae-0311-47f9-ae16-0056304e89d1} <Debug> TCPHandler: Processed in 0.002731756 sec.
1682 2024.12.18 19:49:38.687668 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2024.12.18 19:49:38.687798 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1684 2024.12.18 19:49:38.687853 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1685 2024.12.18 19:49:38.688297 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2024.12.18 19:49:38.688335 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1687 2024.12.18 19:49:38.688692 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1688 2024.12.18 19:49:38.688932 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2024.12.18 19:49:38.689178 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001407 sec., 35536.602700781805 rows/sec., 2.44 MiB/sec.
1690 2024.12.18 19:49:38.689321 [ 266 ] {e0f3bb01-bc24-4982-9abc-8cefff5b5050} <Debug> TCPHandler: Processed in 0.001712306 sec.
1691 2024.12.18 19:49:41.862720 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
1692 2024.12.18 19:49:41.862784 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
1693 2024.12.18 19:49:41.950720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
1694 2024.12.18 19:49:41.951351 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2024.12.18 19:49:41.951401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1696 2024.12.18 19:49:41.951933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1697 2024.12.18 19:49:41.952189 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2024.12.18 19:49:41.952438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1699 2024.12.18 19:49:42.237611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1700 2024.12.18 19:49:42.257591 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1701 2024.12.18 19:49:42.257638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1702 2024.12.18 19:49:42.265000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1703 2024.12.18 19:49:42.265750 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1704 2024.12.18 19:49:42.268301 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1705 2024.12.18 19:49:43.671836 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1706 2024.12.18 19:49:43.672039 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1707 2024.12.18 19:49:43.672119 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1708 2024.12.18 19:49:43.672866 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1709 2024.12.18 19:49:43.672915 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1710 2024.12.18 19:49:43.673337 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1711 2024.12.18 19:49:43.673595 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1712 2024.12.18 19:49:43.673860 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.00187 sec., 27807.486631016043 rows/sec., 2.11 MiB/sec.
1713 2024.12.18 19:49:43.674048 [ 262 ] {4b2fba9c-7f0f-4d81-bd43-8f338ed4d499} <Debug> TCPHandler: Processed in 0.002342288 sec.
1714 2024.12.18 19:49:43.674238 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1715 2024.12.18 19:49:43.674363 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1716 2024.12.18 19:49:43.674415 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1717 2024.12.18 19:49:43.675012 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1718 2024.12.18 19:49:43.675052 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1719 2024.12.18 19:49:43.675422 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1720 2024.12.18 19:49:43.675682 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1721 2024.12.18 19:49:43.675892 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001557 sec., 35966.60244059088 rows/sec., 2.81 MiB/sec.
1722 2024.12.18 19:49:43.675950 [ 266 ] {94c1fc84-3091-4595-be9b-cdef757af141} <Debug> TCPHandler: Processed in 0.001767916 sec.
1723 2024.12.18 19:49:43.676090 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1724 2024.12.18 19:49:43.676217 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1725 2024.12.18 19:49:43.676275 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1726 2024.12.18 19:49:43.676903 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1727 2024.12.18 19:49:43.676950 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1728 2024.12.18 19:49:43.677363 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1729 2024.12.18 19:49:43.677603 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1730 2024.12.18 19:49:43.677815 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001625 sec., 92307.69230769231 rows/sec., 6.40 MiB/sec.
1731 2024.12.18 19:49:43.677919 [ 262 ] {9938fa60-b0fc-4f8a-b09c-478f9219ea7c} <Debug> TCPHandler: Processed in 0.001879429 sec.
1732 2024.12.18 19:49:43.678069 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1733 2024.12.18 19:49:43.678193 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1734 2024.12.18 19:49:43.678247 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1735 2024.12.18 19:49:43.678762 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1736 2024.12.18 19:49:43.678808 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1737 2024.12.18 19:49:43.679210 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1738 2024.12.18 19:49:43.679440 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1739 2024.12.18 19:49:43.679649 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001485 sec., 33670.03367003367 rows/sec., 2.31 MiB/sec.
1740 2024.12.18 19:49:43.679697 [ 266 ] {2308a04f-7f8c-49d0-98fb-85658c23f603} <Debug> TCPHandler: Processed in 0.001678584 sec.
1741 2024.12.18 19:49:46.950637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 234
1742 2024.12.18 19:49:46.953468 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1743 2024.12.18 19:49:46.953518 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1744 2024.12.18 19:49:46.954988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1745 2024.12.18 19:49:46.955294 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1746 2024.12.18 19:49:46.955457 [ 38 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1747 2024.12.18 19:49:46.955512 [ 38 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1748 2024.12.18 19:49:46.955549 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1749 2024.12.18 19:49:46.955981 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
1750 2024.12.18 19:49:46.956495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234
1751 2024.12.18 19:49:46.957031 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1752 2024.12.18 19:49:46.957243 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
1753 2024.12.18 19:49:46.957856 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
1754 2024.12.18 19:49:46.958372 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
1755 2024.12.18 19:49:46.958873 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1756 2024.12.18 19:49:46.959345 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1757 2024.12.18 19:49:46.959803 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part
1758 2024.12.18 19:49:46.967725 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 72 columns (72 merged, 0 gathered) in 0.012046037 sec., 19425.47578095601 rows/sec., 18.49 MiB/sec.
1759 2024.12.18 19:49:46.968592 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1760 2024.12.18 19:49:46.969356 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1761 2024.12.18 19:49:46.969432 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_6_1} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1762 2024.12.18 19:49:46.969718 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
1763 2024.12.18 19:49:48.666932 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2024.12.18 19:49:48.667208 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1765 2024.12.18 19:49:48.667836 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1766 2024.12.18 19:49:48.667883 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1767 2024.12.18 19:49:48.668190 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1768 2024.12.18 19:49:48.668271 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1769 2024.12.18 19:49:48.668444 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1770 2024.12.18 19:49:48.668702 [ 294 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1771 2024.12.18 19:49:48.668725 [ 295 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1772 2024.12.18 19:49:48.668856 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1773 2024.12.18 19:49:48.668888 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
1774 2024.12.18 19:49:48.673321 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1775 2024.12.18 19:49:48.673357 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
1776 2024.12.18 19:49:48.673430 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1777 2024.12.18 19:49:48.673489 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1778 2024.12.18 19:49:48.674954 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.007869 sec., 2414.5380607446946 rows/sec., 101.02 KiB/sec.
1779 2024.12.18 19:49:48.675096 [ 262 ] {fddfb9b9-9347-4d78-b9ce-c4ad1a214390} <Debug> TCPHandler: Processed in 0.00829864 sec.
1780 2024.12.18 19:49:48.682317 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1781 2024.12.18 19:49:48.682460 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1782 2024.12.18 19:49:48.682520 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1783 2024.12.18 19:49:48.683388 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1784 2024.12.18 19:49:48.683431 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1785 2024.12.18 19:49:48.683905 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1786 2024.12.18 19:49:48.684132 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1787 2024.12.18 19:49:48.684428 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001989 sec., 502.7652086475616 rows/sec., 113.91 KiB/sec.
1788 2024.12.18 19:49:48.684570 [ 262 ] {d7fab6b1-328a-48c2-b445-b8430029945f} <Debug> TCPHandler: Processed in 0.002314587 sec.
1789 2024.12.18 19:49:48.684730 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1790 2024.12.18 19:49:48.684850 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
1791 2024.12.18 19:49:48.684898 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
1792 2024.12.18 19:49:48.685459 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1793 2024.12.18 19:49:48.685501 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1794 2024.12.18 19:49:48.685856 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1795 2024.12.18 19:49:48.686097 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1796 2024.12.18 19:49:48.686378 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001542 sec., 1297.0168612191958 rows/sec., 105.76 KiB/sec.
1797 2024.12.18 19:49:48.686436 [ 266 ] {d2dd1c72-57e2-4f22-af83-0197ee1678ba} <Debug> TCPHandler: Processed in 0.001762687 sec.
1798 2024.12.18 19:49:48.686591 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1799 2024.12.18 19:49:48.686717 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1800 2024.12.18 19:49:48.686769 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1801 2024.12.18 19:49:48.687418 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1802 2024.12.18 19:49:48.687457 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1803 2024.12.18 19:49:48.687803 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1804 2024.12.18 19:49:48.688033 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1805 2024.12.18 19:49:48.688176 [ 35 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1806 2024.12.18 19:49:48.688214 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Debug> executeQuery: Read 95 rows, 8.05 KiB in 0.001523 sec., 62376.8877216021 rows/sec., 5.16 MiB/sec.
1807 2024.12.18 19:49:48.688217 [ 35 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1808 2024.12.18 19:49:48.688256 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1809 2024.12.18 19:49:48.688283 [ 262 ] {bfd72388-ea32-4efc-a241-4cf970487773} <Debug> TCPHandler: Processed in 0.001754206 sec.
1810 2024.12.18 19:49:48.688391 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
1811 2024.12.18 19:49:48.688423 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1812 2024.12.18 19:49:48.688530 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1813 2024.12.18 19:49:48.688557 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1814 2024.12.18 19:49:48.688571 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 69 rows starting from the beginning of the part
1815 2024.12.18 19:49:48.688613 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1816 2024.12.18 19:49:48.688764 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part
1817 2024.12.18 19:49:48.688940 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part
1818 2024.12.18 19:49:48.689233 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 94 rows starting from the beginning of the part
1819 2024.12.18 19:49:48.689444 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part
1820 2024.12.18 19:49:48.689643 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 95 rows starting from the beginning of the part
1821 2024.12.18 19:49:48.690275 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2024.12.18 19:49:48.690314 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1823 2024.12.18 19:49:48.690857 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1824 2024.12.18 19:49:48.691216 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2024.12.18 19:49:48.691247 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 430 rows, containing 5 columns (5 merged, 0 gathered) in 0.00291053 sec., 147739.415158064 rows/sec., 12.70 MiB/sec.
1826 2024.12.18 19:49:48.691475 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Debug> executeQuery: Read 23 rows, 1.72 KiB in 0.002943 sec., 7815.15460414543 rows/sec., 584.01 KiB/sec.
1827 2024.12.18 19:49:48.691572 [ 266 ] {ee6986ef-330d-4b4e-8b64-2f172b8ab06a} <Debug> TCPHandler: Processed in 0.003195736 sec.
1828 2024.12.18 19:49:48.691646 [ 193 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1829 2024.12.18 19:49:48.691724 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1830 2024.12.18 19:49:48.691875 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1831 2024.12.18 19:49:48.691946 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1832 2024.12.18 19:49:48.692285 [ 193 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2024.12.18 19:49:48.692555 [ 193 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_11_2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1834 2024.12.18 19:49:48.692719 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1835 2024.12.18 19:49:48.692986 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1836 2024.12.18 19:49:48.693030 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1837 2024.12.18 19:49:48.693397 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1838 2024.12.18 19:49:48.693643 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1839 2024.12.18 19:49:48.693768 [ 35 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1840 2024.12.18 19:49:48.693806 [ 35 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1841 2024.12.18 19:49:48.693828 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1842 2024.12.18 19:49:48.693838 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001992 sec., 39658.63453815261 rows/sec., 3.10 MiB/sec.
1843 2024.12.18 19:49:48.694049 [ 262 ] {6cfceae8-8680-49af-99e5-129ac2735f68} <Debug> TCPHandler: Processed in 0.002393779 sec.
1844 2024.12.18 19:49:48.694076 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
1845 2024.12.18 19:49:48.694223 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2024.12.18 19:49:48.694250 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1847 2024.12.18 19:49:48.694300 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part
1848 2024.12.18 19:49:48.694469 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1849 2024.12.18 19:49:48.694603 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 49 rows starting from the beginning of the part
1850 2024.12.18 19:49:48.694617 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1851 2024.12.18 19:49:48.694916 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1852 2024.12.18 19:49:48.695257 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part
1853 2024.12.18 19:49:48.695628 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
1854 2024.12.18 19:49:48.695961 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 79 rows starting from the beginning of the part
1855 2024.12.18 19:49:48.696909 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1856 2024.12.18 19:49:48.696974 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1857 2024.12.18 19:49:48.697970 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1858 2024.12.18 19:49:48.698555 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1859 2024.12.18 19:49:48.698634 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 375 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731867 sec., 79249.90283961913 rows/sec., 6.49 MiB/sec.
1860 2024.12.18 19:49:48.698908 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.004536 sec., 33289.241622574955 rows/sec., 2.31 MiB/sec.
1861 2024.12.18 19:49:48.698946 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1862 2024.12.18 19:49:48.699080 [ 266 ] {45755357-7cf6-4f38-9f82-53c20dcd718a} <Debug> TCPHandler: Processed in 0.004924351 sec.
1863 2024.12.18 19:49:48.699274 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2024.12.18 19:49:48.699439 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1865 2024.12.18 19:49:48.699447 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1866 2024.12.18 19:49:48.699614 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1867 2024.12.18 19:49:48.699615 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_11_2} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1868 2024.12.18 19:49:48.699820 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1869 2024.12.18 19:49:48.700878 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1870 2024.12.18 19:49:48.700922 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1871 2024.12.18 19:49:48.701549 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1872 2024.12.18 19:49:48.701795 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1873 2024.12.18 19:49:48.701922 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1874 2024.12.18 19:49:48.701961 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1875 2024.12.18 19:49:48.701983 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1876 2024.12.18 19:49:48.702008 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002613 sec., 8036.739380022963 rows/sec., 14.40 MiB/sec.
1877 2024.12.18 19:49:48.702306 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
1878 2024.12.18 19:49:48.702403 [ 262 ] {0ae492eb-e2fe-4b06-8793-628171d6d239} <Debug> TCPHandler: Processed in 0.003205066 sec.
1879 2024.12.18 19:49:48.702627 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1880 2024.12.18 19:49:48.702909 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1881 2024.12.18 19:49:48.703043 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1882 2024.12.18 19:49:48.703071 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1883 2024.12.18 19:49:48.703321 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part
1884 2024.12.18 19:49:48.704137 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part
1885 2024.12.18 19:49:48.704924 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part
1886 2024.12.18 19:49:48.705374 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1887 2024.12.18 19:49:48.705526 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1888 2024.12.18 19:49:48.705684 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part
1889 2024.12.18 19:49:48.706275 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part
1890 2024.12.18 19:49:48.706984 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part
1891 2024.12.18 19:49:48.707079 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1892 2024.12.18 19:49:48.707928 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2024.12.18 19:49:48.708379 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005563 sec., 8987.956138774043 rows/sec., 631.09 KiB/sec.
1894 2024.12.18 19:49:48.708496 [ 266 ] {32dbb663-26ae-4211-b203-8cf6e2eaa907} <Debug> TCPHandler: Processed in 0.005990043 sec.
1895 2024.12.18 19:49:48.710522 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008456274 sec., 14900.179440732409 rows/sec., 26.70 MiB/sec.
1896 2024.12.18 19:49:48.710860 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1897 2024.12.18 19:49:48.711295 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1898 2024.12.18 19:49:48.711378 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1899 2024.12.18 19:49:48.711533 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
1900 2024.12.18 19:49:49.452578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
1901 2024.12.18 19:49:49.453375 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2024.12.18 19:49:49.453414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1903 2024.12.18 19:49:49.453940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1904 2024.12.18 19:49:49.454202 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2024.12.18 19:49:49.454358 [ 35 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1906 2024.12.18 19:49:49.454417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
1907 2024.12.18 19:49:49.454425 [ 35 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2024.12.18 19:49:49.454454 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1909 2024.12.18 19:49:49.454831 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1910 2024.12.18 19:49:49.455105 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1911 2024.12.18 19:49:49.455179 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1912 2024.12.18 19:49:49.455350 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1913 2024.12.18 19:49:49.455484 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1914 2024.12.18 19:49:49.455681 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1915 2024.12.18 19:49:49.455802 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1916 2024.12.18 19:49:49.455995 [ 191 ] {5cb70047-6278-4e28-be38-e051435f4750::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
1917 2024.12.18 19:49:49.457738 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003186656 sec., 1607955.173071709 rows/sec., 23.00 MiB/sec.
1918 2024.12.18 19:49:49.458259 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1919 2024.12.18 19:49:49.458590 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_11_2} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2024.12.18 19:49:49.458679 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_11_2} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1921 2024.12.18 19:49:49.458778 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
1922 2024.12.18 19:49:49.768380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
1923 2024.12.18 19:49:49.789759 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1924 2024.12.18 19:49:49.789813 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1925 2024.12.18 19:49:49.797045 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1926 2024.12.18 19:49:49.797811 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1927 2024.12.18 19:49:49.798181 [ 35 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1928 2024.12.18 19:49:49.798304 [ 35 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1929 2024.12.18 19:49:49.798371 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1930 2024.12.18 19:49:49.798680 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1931 2024.12.18 19:49:49.806140 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
1932 2024.12.18 19:49:49.807557 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1933 2024.12.18 19:49:49.808417 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1934 2024.12.18 19:49:49.812923 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1935 2024.12.18 19:49:49.817551 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1936 2024.12.18 19:49:49.822586 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1937 2024.12.18 19:49:49.827866 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1938 2024.12.18 19:49:49.832559 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
1939 2024.12.18 19:49:49.889634 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091131075 sec., 910.7760442856621 rows/sec., 4.71 MiB/sec.
1940 2024.12.18 19:49:49.891376 [ 199 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1941 2024.12.18 19:49:49.893742 [ 199 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_11_2} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1942 2024.12.18 19:49:49.893846 [ 199 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_11_2} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1943 2024.12.18 19:49:49.895145 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
1944 2024.12.18 19:49:50.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.13 MiB, peak 179.03 MiB, free memory in arenas 0.00 B, will set to 170.69 MiB (RSS), difference: 1.55 MiB
1945 2024.12.18 19:49:53.671309 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1946 2024.12.18 19:49:53.671520 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1947 2024.12.18 19:49:53.671600 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1948 2024.12.18 19:49:53.672454 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1949 2024.12.18 19:49:53.672499 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1950 2024.12.18 19:49:53.672955 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1951 2024.12.18 19:49:53.673207 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1952 2024.12.18 19:49:53.673401 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001941 sec., 26790.31427099433 rows/sec., 2.03 MiB/sec.
1953 2024.12.18 19:49:53.673464 [ 262 ] {cf5097d9-bf55-4165-bdaa-e4f91df51dc5} <Debug> TCPHandler: Processed in 0.002277957 sec.
1954 2024.12.18 19:49:53.673651 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1955 2024.12.18 19:49:53.673795 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1956 2024.12.18 19:49:53.673852 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1957 2024.12.18 19:49:53.674515 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1958 2024.12.18 19:49:53.674553 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1959 2024.12.18 19:49:53.674923 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1960 2024.12.18 19:49:53.675170 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1961 2024.12.18 19:49:53.675348 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001588 sec., 35264.48362720403 rows/sec., 2.75 MiB/sec.
1962 2024.12.18 19:49:53.675399 [ 266 ] {9e0e02e9-8785-4a99-9b76-be15b8249bc8} <Debug> TCPHandler: Processed in 0.001815798 sec.
1963 2024.12.18 19:49:53.675533 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1964 2024.12.18 19:49:53.675668 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1965 2024.12.18 19:49:53.675727 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1966 2024.12.18 19:49:53.676373 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1967 2024.12.18 19:49:53.676417 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1968 2024.12.18 19:49:53.676804 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1969 2024.12.18 19:49:53.677042 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1970 2024.12.18 19:49:53.677166 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1971 2024.12.18 19:49:53.677209 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1972 2024.12.18 19:49:53.677233 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1973 2024.12.18 19:49:53.677236 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001599 sec., 93808.63039399625 rows/sec., 6.50 MiB/sec.
1974 2024.12.18 19:49:53.677414 [ 262 ] {a975072c-448d-46db-aa70-1c6ec560e86f} <Debug> TCPHandler: Processed in 0.00193796 sec.
1975 2024.12.18 19:49:53.677778 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1976 2024.12.18 19:49:53.678005 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
1977 2024.12.18 19:49:53.678042 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1978 2024.12.18 19:49:53.678168 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1979 2024.12.18 19:49:53.678543 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1980 2024.12.18 19:49:53.678652 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part
1981 2024.12.18 19:49:53.679024 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part
1982 2024.12.18 19:49:53.679325 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part
1983 2024.12.18 19:49:53.679720 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part
1984 2024.12.18 19:49:53.679972 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 151 rows starting from the beginning of the part
1985 2024.12.18 19:49:53.680364 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part
1986 2024.12.18 19:49:53.680639 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1987 2024.12.18 19:49:53.680753 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1988 2024.12.18 19:49:53.681988 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1989 2024.12.18 19:49:53.682641 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1990 2024.12.18 19:49:53.682948 [ 31 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1991 2024.12.18 19:49:53.683045 [ 31 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1992 2024.12.18 19:49:53.683125 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1993 2024.12.18 19:49:53.683300 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005283 sec., 9464.31951542684 rows/sec., 664.54 KiB/sec.
1994 2024.12.18 19:49:53.683588 [ 266 ] {2cf69beb-fc30-45a0-9f59-7954d92399cc} <Debug> TCPHandler: Processed in 0.006037954 sec.
1995 2024.12.18 19:49:53.683624 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
1996 2024.12.18 19:49:53.684272 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1997 2024.12.18 19:49:53.684430 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part
1998 2024.12.18 19:49:53.684478 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1001 rows, containing 5 columns (5 merged, 0 gathered) in 0.007091845 sec., 141148.03693538142 rows/sec., 9.79 MiB/sec.
1999 2024.12.18 19:49:53.684655 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part
2000 2024.12.18 19:49:53.684892 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part
2001 2024.12.18 19:49:53.684913 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2002 2024.12.18 19:49:53.685151 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part
2003 2024.12.18 19:49:53.685440 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part
2004 2024.12.18 19:49:53.685702 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part
2005 2024.12.18 19:49:53.686204 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2006 2024.12.18 19:49:53.686382 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2007 2024.12.18 19:49:53.686531 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
2008 2024.12.18 19:49:53.687250 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 4 columns (4 merged, 0 gathered) in 0.004010282 sec., 88273.09401184255 rows/sec., 6.06 MiB/sec.
2009 2024.12.18 19:49:53.687448 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2010 2024.12.18 19:49:53.687832 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2011 2024.12.18 19:49:53.687923 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_11_2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2012 2024.12.18 19:49:53.688010 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2013 2024.12.18 19:49:56.862833 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
2014 2024.12.18 19:49:56.862906 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
2015 2024.12.18 19:49:56.954525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2016 2024.12.18 19:49:56.955251 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2017 2024.12.18 19:49:56.955310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2018 2024.12.18 19:49:56.955883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2019 2024.12.18 19:49:56.956155 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2020 2024.12.18 19:49:56.956501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2021 2024.12.18 19:49:56.957670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 260
2022 2024.12.18 19:49:56.960809 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2023 2024.12.18 19:49:56.960865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2024 2024.12.18 19:49:56.962396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2025 2024.12.18 19:49:56.962751 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2026 2024.12.18 19:49:56.963371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260
2027 2024.12.18 19:49:57.307191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2028 2024.12.18 19:49:57.327342 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2029 2024.12.18 19:49:57.327407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2030 2024.12.18 19:49:57.334458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2031 2024.12.18 19:49:57.335228 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2032 2024.12.18 19:49:57.338569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2033 2024.12.18 19:49:58.669079 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2034 2024.12.18 19:49:58.669359 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete)
2035 2024.12.18 19:49:58.669784 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2036 2024.12.18 19:49:58.669830 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE
2037 2024.12.18 19:49:58.670143 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2038 2024.12.18 19:49:58.670226 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2039 2024.12.18 19:49:58.670401 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
2040 2024.12.18 19:49:58.670574 [ 294 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2041 2024.12.18 19:49:58.670603 [ 296 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2042 2024.12.18 19:49:58.670628 [ 295 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2043 2024.12.18 19:49:58.670784 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2044 2024.12.18 19:49:58.670815 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2045 2024.12.18 19:49:58.670910 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2046 2024.12.18 19:49:58.670933 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2047 2024.12.18 19:49:58.670979 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))"
2048 2024.12.18 19:49:58.671025 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))"
2049 2024.12.18 19:49:58.672208 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002976 sec., 6384.408602150538 rows/sec., 267.11 KiB/sec.
2050 2024.12.18 19:49:58.672362 [ 262 ] {7be8d44c-2e99-4b8c-9d38-48f955c6ff77} <Debug> TCPHandler: Processed in 0.00342003 sec.
2051 2024.12.18 19:49:58.672757 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2052 2024.12.18 19:49:58.672927 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
2053 2024.12.18 19:49:58.673218 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2054 2024.12.18 19:49:58.673262 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled')" moved to PREWHERE
2055 2024.12.18 19:49:58.673554 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2056 2024.12.18 19:49:58.673622 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2057 2024.12.18 19:49:58.673767 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
2058 2024.12.18 19:49:58.673929 [ 294 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2059 2024.12.18 19:49:58.673943 [ 296 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2060 2024.12.18 19:49:58.673981 [ 295 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2061 2024.12.18 19:49:58.674136 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2062 2024.12.18 19:49:58.674167 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2063 2024.12.18 19:49:58.674254 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2064 2024.12.18 19:49:58.674275 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2065 2024.12.18 19:49:58.674318 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled'))"
2066 2024.12.18 19:49:58.674363 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled'))"
2067 2024.12.18 19:49:58.675382 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.00253 sec., 7509.881422924901 rows/sec., 314.20 KiB/sec.
2068 2024.12.18 19:49:58.675522 [ 266 ] {860ddb72-e943-4a1f-a1f7-e70f5420b8ec} <Debug> TCPHandler: Processed in 0.002824178 sec.
2069 2024.12.18 19:49:58.676146 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2070 2024.12.18 19:49:58.676338 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
2071 2024.12.18 19:49:58.676658 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2072 2024.12.18 19:49:58.676701 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
2073 2024.12.18 19:49:58.676975 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2074 2024.12.18 19:49:58.677041 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2075 2024.12.18 19:49:58.677186 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
2076 2024.12.18 19:49:58.677339 [ 296 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2077 2024.12.18 19:49:58.677357 [ 294 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2078 2024.12.18 19:49:58.677384 [ 295 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2079 2024.12.18 19:49:58.677533 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2080 2024.12.18 19:49:58.677562 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2081 2024.12.18 19:49:58.677645 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2082 2024.12.18 19:49:58.677666 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2083 2024.12.18 19:49:58.677705 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
2084 2024.12.18 19:49:58.677748 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
2085 2024.12.18 19:49:58.678727 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002478 sec., 7667.473769168684 rows/sec., 320.79 KiB/sec.
2086 2024.12.18 19:49:58.678863 [ 262 ] {a077b032-bb6d-4305-b592-119c149e5109} <Debug> TCPHandler: Processed in 0.002779527 sec.
2087 2024.12.18 19:49:58.679220 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2088 2024.12.18 19:49:58.679409 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
2089 2024.12.18 19:49:58.679714 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2090 2024.12.18 19:49:58.679757 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
2091 2024.12.18 19:49:58.680033 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2092 2024.12.18 19:49:58.680099 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2093 2024.12.18 19:49:58.680244 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
2094 2024.12.18 19:49:58.680372 [ 294 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2095 2024.12.18 19:49:58.680404 [ 295 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2096 2024.12.18 19:49:58.680402 [ 296 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2097 2024.12.18 19:49:58.680528 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2098 2024.12.18 19:49:58.680557 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2099 2024.12.18 19:49:58.680641 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2100 2024.12.18 19:49:58.680661 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2101 2024.12.18 19:49:58.680702 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
2102 2024.12.18 19:49:58.680743 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
2103 2024.12.18 19:49:58.681800 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002477 sec., 7670.569236980218 rows/sec., 320.92 KiB/sec.
2104 2024.12.18 19:49:58.681954 [ 266 ] {c6f2cc15-c062-4152-b32b-6c60a31e15be} <Debug> TCPHandler: Processed in 0.002798128 sec.
2105 2024.12.18 19:49:58.682212 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2106 2024.12.18 19:49:58.682399 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
2107 2024.12.18 19:49:58.682710 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2108 2024.12.18 19:49:58.682753 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
2109 2024.12.18 19:49:58.683032 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2110 2024.12.18 19:49:58.683097 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2111 2024.12.18 19:49:58.683241 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
2112 2024.12.18 19:49:58.683368 [ 296 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2113 2024.12.18 19:49:58.683386 [ 294 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2114 2024.12.18 19:49:58.683409 [ 295 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2115 2024.12.18 19:49:58.683513 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2116 2024.12.18 19:49:58.683541 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2117 2024.12.18 19:49:58.683623 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2118 2024.12.18 19:49:58.683643 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2119 2024.12.18 19:49:58.683683 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
2120 2024.12.18 19:49:58.683727 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
2121 2024.12.18 19:49:58.684745 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.00243 sec., 7818.930041152264 rows/sec., 327.13 KiB/sec.
2122 2024.12.18 19:49:58.684881 [ 262 ] {10a345fa-fd26-4c46-9bfb-cc867ab970d4} <Debug> TCPHandler: Processed in 0.002731736 sec.
2123 2024.12.18 19:49:58.685131 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2024.12.18 19:49:58.685290 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
2125 2024.12.18 19:49:58.685567 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2126 2024.12.18 19:49:58.685610 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
2127 2024.12.18 19:49:58.685894 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2128 2024.12.18 19:49:58.685959 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2129 2024.12.18 19:49:58.686101 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
2130 2024.12.18 19:49:58.686234 [ 294 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2131 2024.12.18 19:49:58.686263 [ 296 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2132 2024.12.18 19:49:58.686267 [ 295 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2133 2024.12.18 19:49:58.686387 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2134 2024.12.18 19:49:58.686415 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2135 2024.12.18 19:49:58.686499 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2136 2024.12.18 19:49:58.686520 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2137 2024.12.18 19:49:58.686560 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
2138 2024.12.18 19:49:58.686603 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
2139 2024.12.18 19:49:58.687621 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002401 sec., 7913.369429404415 rows/sec., 331.08 KiB/sec.
2140 2024.12.18 19:49:58.687758 [ 266 ] {33625ea4-4beb-47e6-8d4e-88b1e80209e1} <Debug> TCPHandler: Processed in 0.002680195 sec.
2141 2024.12.18 19:49:58.688063 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2142 2024.12.18 19:49:58.688250 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
2143 2024.12.18 19:49:58.688587 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2144 2024.12.18 19:49:58.688631 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
2145 2024.12.18 19:49:58.688914 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2146 2024.12.18 19:49:58.688980 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2147 2024.12.18 19:49:58.689121 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
2148 2024.12.18 19:49:58.689224 [ 294 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2149 2024.12.18 19:49:58.689275 [ 295 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2150 2024.12.18 19:49:58.689276 [ 296 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2151 2024.12.18 19:49:58.689400 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2152 2024.12.18 19:49:58.689428 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2153 2024.12.18 19:49:58.689513 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2154 2024.12.18 19:49:58.689533 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2155 2024.12.18 19:49:58.689575 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
2156 2024.12.18 19:49:58.689619 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
2157 2024.12.18 19:49:58.690595 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002431 sec., 7815.713698066639 rows/sec., 326.99 KiB/sec.
2158 2024.12.18 19:49:58.690746 [ 262 ] {07fc476e-4c2b-4792-87aa-ed0cbb66ea4f} <Debug> TCPHandler: Processed in 0.002743717 sec.
2159 2024.12.18 19:49:58.691001 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2160 2024.12.18 19:49:58.691190 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
2161 2024.12.18 19:49:58.691536 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2162 2024.12.18 19:49:58.691586 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
2163 2024.12.18 19:49:58.691876 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2164 2024.12.18 19:49:58.691942 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2165 2024.12.18 19:49:58.692086 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
2166 2024.12.18 19:49:58.692162 [ 294 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2167 2024.12.18 19:49:58.692232 [ 296 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2168 2024.12.18 19:49:58.692249 [ 295 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2169 2024.12.18 19:49:58.692358 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2170 2024.12.18 19:49:58.692387 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2171 2024.12.18 19:49:58.692469 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2172 2024.12.18 19:49:58.692489 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2173 2024.12.18 19:49:58.692530 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
2174 2024.12.18 19:49:58.692572 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
2175 2024.12.18 19:49:58.693579 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002477 sec., 7670.569236980218 rows/sec., 320.92 KiB/sec.
2176 2024.12.18 19:49:58.693715 [ 266 ] {ffcddbb6-3cba-47d8-a152-125f5525d46c} <Debug> TCPHandler: Processed in 0.002775847 sec.
2177 2024.12.18 19:49:58.693967 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2178 2024.12.18 19:49:58.694156 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
2179 2024.12.18 19:49:58.694496 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2180 2024.12.18 19:49:58.694551 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
2181 2024.12.18 19:49:58.694841 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2182 2024.12.18 19:49:58.694906 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2183 2024.12.18 19:49:58.695046 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
2184 2024.12.18 19:49:58.695142 [ 294 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2185 2024.12.18 19:49:58.695188 [ 296 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2186 2024.12.18 19:49:58.695215 [ 295 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2187 2024.12.18 19:49:58.695318 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2188 2024.12.18 19:49:58.695345 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2189 2024.12.18 19:49:58.695428 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2190 2024.12.18 19:49:58.695447 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2191 2024.12.18 19:49:58.695486 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
2192 2024.12.18 19:49:58.695529 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
2193 2024.12.18 19:49:58.696519 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002452 sec., 7748.776508972267 rows/sec., 324.19 KiB/sec.
2194 2024.12.18 19:49:58.696655 [ 262 ] {3259285e-366a-4af4-a5d2-9be4d546decb} <Debug> TCPHandler: Processed in 0.002750886 sec.
2195 2024.12.18 19:49:58.696910 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2196 2024.12.18 19:49:58.697106 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2197 2024.12.18 19:49:58.697449 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2198 2024.12.18 19:49:58.697504 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2199 2024.12.18 19:49:58.697806 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2200 2024.12.18 19:49:58.697871 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2201 2024.12.18 19:49:58.698012 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
2202 2024.12.18 19:49:58.698100 [ 296 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2203 2024.12.18 19:49:58.698161 [ 294 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2204 2024.12.18 19:49:58.698177 [ 295 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2205 2024.12.18 19:49:58.698278 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2206 2024.12.18 19:49:58.698305 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2207 2024.12.18 19:49:58.698387 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2208 2024.12.18 19:49:58.698406 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2209 2024.12.18 19:49:58.698447 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2210 2024.12.18 19:49:58.698492 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2211 2024.12.18 19:49:58.699536 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002519 sec., 7542.675664946408 rows/sec., 315.57 KiB/sec.
2212 2024.12.18 19:49:58.699681 [ 266 ] {e29b7066-9d65-4461-bb60-045d83d2d869} <Debug> TCPHandler: Processed in 0.002834608 sec.
2213 2024.12.18 19:49:58.699930 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2214 2024.12.18 19:49:58.700125 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2215 2024.12.18 19:49:58.700482 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2216 2024.12.18 19:49:58.700538 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2217 2024.12.18 19:49:58.700840 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2218 2024.12.18 19:49:58.700904 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2219 2024.12.18 19:49:58.701045 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
2220 2024.12.18 19:49:58.701204 [ 294 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2221 2024.12.18 19:49:58.701188 [ 295 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2222 2024.12.18 19:49:58.701209 [ 296 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2223 2024.12.18 19:49:58.701347 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2224 2024.12.18 19:49:58.701375 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2225 2024.12.18 19:49:58.701462 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2226 2024.12.18 19:49:58.701483 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2227 2024.12.18 19:49:58.701523 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2228 2024.12.18 19:49:58.701568 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2229 2024.12.18 19:49:58.702562 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002528 sec., 7515.822784810127 rows/sec., 314.45 KiB/sec.
2230 2024.12.18 19:49:58.702690 [ 262 ] {d437e4fa-d8d5-4240-9645-790a779234e6} <Debug> TCPHandler: Processed in 0.002823278 sec.
2231 2024.12.18 19:49:58.706864 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2232 2024.12.18 19:49:58.707031 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2233 2024.12.18 19:49:58.707328 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2234 2024.12.18 19:49:58.707374 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2235 2024.12.18 19:49:58.707673 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2236 2024.12.18 19:49:58.707739 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2237 2024.12.18 19:49:58.707884 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2238 2024.12.18 19:49:58.708011 [ 295 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2239 2024.12.18 19:49:58.708037 [ 294 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2240 2024.12.18 19:49:58.708042 [ 296 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2241 2024.12.18 19:49:58.708166 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2242 2024.12.18 19:49:58.708195 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2243 2024.12.18 19:49:58.708276 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2244 2024.12.18 19:49:58.708297 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 19 rows with 2 streams
2245 2024.12.18 19:49:58.708337 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2246 2024.12.18 19:49:58.708381 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2247 2024.12.18 19:49:58.709370 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002414 sec., 7870.753935376968 rows/sec., 329.30 KiB/sec.
2248 2024.12.18 19:49:58.709505 [ 266 ] {63ef236b-f2e7-46ed-8029-350f8f03b3c3} <Debug> TCPHandler: Processed in 0.002696356 sec.
2249 2024.12.18 19:49:58.715362 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2250 2024.12.18 19:49:58.715504 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2251 2024.12.18 19:49:58.715562 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2252 2024.12.18 19:49:58.716359 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2253 2024.12.18 19:49:58.716409 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2254 2024.12.18 19:49:58.716946 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2255 2024.12.18 19:49:58.717170 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2256 2024.12.18 19:49:58.717419 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001949 sec., 6157.003591585429 rows/sec., 1.25 MiB/sec.
2257 2024.12.18 19:49:58.717593 [ 262 ] {26a846a3-2125-4106-bf49-73cc304f209b} <Debug> TCPHandler: Processed in 0.002291287 sec.
2258 2024.12.18 19:49:58.717751 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2259 2024.12.18 19:49:58.717866 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2260 2024.12.18 19:49:58.717911 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2261 2024.12.18 19:49:58.719170 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.12.18 19:49:58.719208 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2263 2024.12.18 19:49:58.719581 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2264 2024.12.18 19:49:58.719826 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2024.12.18 19:49:58.720099 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002238 sec., 6255.585344057194 rows/sec., 450.32 KiB/sec.
2266 2024.12.18 19:49:58.720168 [ 266 ] {b7bde0e0-a45c-4be2-a9d2-49b54cbdab26} <Debug> TCPHandler: Processed in 0.002471441 sec.
2267 2024.12.18 19:49:58.720344 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2024.12.18 19:49:58.720470 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2269 2024.12.18 19:49:58.720523 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2270 2024.12.18 19:49:58.721314 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2271 2024.12.18 19:49:58.721361 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2272 2024.12.18 19:49:58.721783 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2273 2024.12.18 19:49:58.722024 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2274 2024.12.18 19:49:58.722228 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Debug> executeQuery: Read 281 rows, 25.41 KiB in 0.001787 sec., 157246.78231673196 rows/sec., 13.89 MiB/sec.
2275 2024.12.18 19:49:58.722279 [ 262 ] {8ccbd85a-3302-490c-85e9-aed04ac881cb} <Debug> TCPHandler: Processed in 0.001997161 sec.
2276 2024.12.18 19:49:58.722415 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2277 2024.12.18 19:49:58.722521 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2278 2024.12.18 19:49:58.722568 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2279 2024.12.18 19:49:58.723222 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2280 2024.12.18 19:49:58.723269 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2281 2024.12.18 19:49:58.723672 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2282 2024.12.18 19:49:58.723908 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2283 2024.12.18 19:49:58.724154 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00165 sec., 29090.909090909092 rows/sec., 2.09 MiB/sec.
2284 2024.12.18 19:49:58.724307 [ 266 ] {6d136d34-a2ca-4200-8f13-e05c6c83a90e} <Debug> TCPHandler: Processed in 0.00194025 sec.
2285 2024.12.18 19:49:58.724458 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2024.12.18 19:49:58.724570 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2287 2024.12.18 19:49:58.724621 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2288 2024.12.18 19:49:58.725258 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2289 2024.12.18 19:49:58.725304 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2290 2024.12.18 19:49:58.725690 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2291 2024.12.18 19:49:58.725922 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2292 2024.12.18 19:49:58.726180 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00162 sec., 8641.975308641975 rows/sec., 605.23 KiB/sec.
2293 2024.12.18 19:49:58.726243 [ 262 ] {e3e8f213-6036-4d71-b58e-8a264978ded1} <Debug> TCPHandler: Processed in 0.001835168 sec.
2294 2024.12.18 19:49:58.726380 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2295 2024.12.18 19:49:58.726490 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2296 2024.12.18 19:49:58.726535 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2297 2024.12.18 19:49:58.727152 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2298 2024.12.18 19:49:58.727199 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2299 2024.12.18 19:49:58.727611 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2300 2024.12.18 19:49:58.727853 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2301 2024.12.18 19:49:58.728134 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec.
2302 2024.12.18 19:49:58.728186 [ 266 ] {0911329b-5dc4-4695-9d21-d0d9012cc35a} <Debug> TCPHandler: Processed in 0.001856448 sec.
2303 2024.12.18 19:49:58.728322 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2304 2024.12.18 19:49:58.728427 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2305 2024.12.18 19:49:58.728470 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2306 2024.12.18 19:49:58.729261 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2307 2024.12.18 19:49:58.729308 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2308 2024.12.18 19:49:58.729722 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2309 2024.12.18 19:49:58.729960 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2024.12.18 19:49:58.730167 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Debug> executeQuery: Read 426 rows, 31.23 KiB in 0.001762 sec., 241770.7150964813 rows/sec., 17.31 MiB/sec.
2311 2024.12.18 19:49:58.730219 [ 262 ] {79f231e1-048d-46bb-94a0-343e0e5456a8} <Debug> TCPHandler: Processed in 0.00194882 sec.
2312 2024.12.18 19:49:58.730369 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2313 2024.12.18 19:49:58.730475 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2314 2024.12.18 19:49:58.730520 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2315 2024.12.18 19:49:58.730951 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2024.12.18 19:49:58.730992 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2317 2024.12.18 19:49:58.731351 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2318 2024.12.18 19:49:58.731597 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2024.12.18 19:49:58.731951 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
2320 2024.12.18 19:49:58.732017 [ 266 ] {15a0c1e6-7a92-42bc-89fc-f05f2d3aed2e} <Debug> TCPHandler: Processed in 0.001699544 sec.
2321 2024.12.18 19:49:58.732176 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2024.12.18 19:49:58.732283 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2323 2024.12.18 19:49:58.732330 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2324 2024.12.18 19:49:58.732865 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2024.12.18 19:49:58.732904 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2326 2024.12.18 19:49:58.733296 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2327 2024.12.18 19:49:58.733532 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2328 2024.12.18 19:49:58.733768 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001502 sec., 151131.8242343542 rows/sec., 10.08 MiB/sec.
2329 2024.12.18 19:49:58.733916 [ 262 ] {c8134a4c-c66e-4c20-af60-3c7ff248b2a2} <Debug> TCPHandler: Processed in 0.001792017 sec.
2330 2024.12.18 19:49:58.734067 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2331 2024.12.18 19:49:58.734176 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2332 2024.12.18 19:49:58.734222 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2333 2024.12.18 19:49:58.734659 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2334 2024.12.18 19:49:58.734698 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2335 2024.12.18 19:49:58.735049 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2336 2024.12.18 19:49:58.735286 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2024.12.18 19:49:58.735556 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec.
2338 2024.12.18 19:49:58.735630 [ 266 ] {46f71ed3-887f-4f28-8d0f-6f9de3407dd7} <Debug> TCPHandler: Processed in 0.001621924 sec.
2339 2024.12.18 19:49:58.735777 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2340 2024.12.18 19:49:58.735881 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2341 2024.12.18 19:49:58.735944 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2342 2024.12.18 19:49:58.737153 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2024.12.18 19:49:58.737193 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2344 2024.12.18 19:49:58.737837 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2345 2024.12.18 19:49:58.738088 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2346 2024.12.18 19:49:58.738291 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002429 sec., 16879.3742280774 rows/sec., 30.25 MiB/sec.
2347 2024.12.18 19:49:58.738483 [ 262 ] {5ce2cfac-05db-4b01-b79d-7084fdd39a92} <Debug> TCPHandler: Processed in 0.002762157 sec.
2348 2024.12.18 19:49:58.738644 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2349 2024.12.18 19:49:58.738751 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2350 2024.12.18 19:49:58.738796 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2351 2024.12.18 19:49:58.739209 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Trace> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2352 2024.12.18 19:49:58.739247 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2353 2024.12.18 19:49:58.739593 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2354 2024.12.18 19:49:58.739825 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Trace> oximeter.measurements_i64 (29049c63-cd4f-4920-87bf-9e2033952957): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2355 2024.12.18 19:49:58.740049 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001307 sec., 9181.33129303749 rows/sec., 670.22 KiB/sec.
2356 2024.12.18 19:49:58.740112 [ 266 ] {db2740f9-ee23-4d57-8f24-670365c70186} <Debug> TCPHandler: Processed in 0.001526691 sec.
2357 2024.12.18 19:49:58.740248 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2358 2024.12.18 19:49:58.740359 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2359 2024.12.18 19:49:58.740405 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2360 2024.12.18 19:49:58.740852 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2361 2024.12.18 19:49:58.740890 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2362 2024.12.18 19:49:58.741262 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2363 2024.12.18 19:49:58.741518 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2364 2024.12.18 19:49:58.741697 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00136 sec., 52941.17647058823 rows/sec., 3.38 MiB/sec.
2365 2024.12.18 19:49:58.741746 [ 262 ] {295a5c43-5239-4b54-8a97-24160e54737b} <Debug> TCPHandler: Processed in 0.001551692 sec.
2366 2024.12.18 19:49:59.000362 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.73 MiB, peak 179.03 MiB, free memory in arenas 0.00 B, will set to 172.24 MiB (RSS), difference: -1.49 MiB
2367 2024.12.18 19:50:03.667627 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2368 2024.12.18 19:50:03.667994 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2369 2024.12.18 19:50:03.668640 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2370 2024.12.18 19:50:03.668711 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2371 2024.12.18 19:50:03.669141 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2372 2024.12.18 19:50:03.669237 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2373 2024.12.18 19:50:03.669435 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2374 2024.12.18 19:50:03.669696 [ 295 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2375 2024.12.18 19:50:03.669825 [ 298 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2376 2024.12.18 19:50:03.669867 [ 294 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2377 2024.12.18 19:50:03.669894 [ 296 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2378 2024.12.18 19:50:03.670516 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
2379 2024.12.18 19:50:03.670564 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2380 2024.12.18 19:50:03.670749 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2381 2024.12.18 19:50:03.670810 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 31 rows with 3 streams
2382 2024.12.18 19:50:03.670872 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2383 2024.12.18 19:50:03.670972 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2384 2024.12.18 19:50:03.671033 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2385 2024.12.18 19:50:03.672947 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.005118 sec., 6057.05353653771 rows/sec., 231.07 KiB/sec.
2386 2024.12.18 19:50:03.673166 [ 262 ] {c5f995cc-c714-486b-9418-6bab3df42789} <Debug> TCPHandler: Processed in 0.005734868 sec.
2387 2024.12.18 19:50:03.673546 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2388 2024.12.18 19:50:03.673736 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2389 2024.12.18 19:50:03.674094 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2390 2024.12.18 19:50:03.674147 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2391 2024.12.18 19:50:03.674497 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2392 2024.12.18 19:50:03.674572 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2393 2024.12.18 19:50:03.674725 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2394 2024.12.18 19:50:03.674888 [ 294 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2395 2024.12.18 19:50:03.674905 [ 298 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2396 2024.12.18 19:50:03.674949 [ 295 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2397 2024.12.18 19:50:03.674960 [ 296 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2398 2024.12.18 19:50:03.675113 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
2399 2024.12.18 19:50:03.675142 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2400 2024.12.18 19:50:03.675256 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2401 2024.12.18 19:50:03.675280 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 31 rows with 3 streams
2402 2024.12.18 19:50:03.675322 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2403 2024.12.18 19:50:03.675371 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2404 2024.12.18 19:50:03.675446 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2405 2024.12.18 19:50:03.677041 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003391 sec., 9141.846063108227 rows/sec., 348.75 KiB/sec.
2406 2024.12.18 19:50:03.677324 [ 266 ] {e1883558-870d-4eac-818e-d48c5ebc1f48} <Debug> TCPHandler: Processed in 0.003843749 sec.
2407 2024.12.18 19:50:03.677671 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2024.12.18 19:50:03.677853 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2409 2024.12.18 19:50:03.678173 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2410 2024.12.18 19:50:03.678224 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2411 2024.12.18 19:50:03.678548 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2412 2024.12.18 19:50:03.678617 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2413 2024.12.18 19:50:03.678769 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2414 2024.12.18 19:50:03.678887 [ 294 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2415 2024.12.18 19:50:03.678982 [ 295 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2416 2024.12.18 19:50:03.678987 [ 298 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2417 2024.12.18 19:50:03.678995 [ 296 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2418 2024.12.18 19:50:03.679167 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
2419 2024.12.18 19:50:03.679195 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2420 2024.12.18 19:50:03.679303 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2421 2024.12.18 19:50:03.679326 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 31 rows with 3 streams
2422 2024.12.18 19:50:03.679367 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2423 2024.12.18 19:50:03.679413 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2424 2024.12.18 19:50:03.679454 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2425 2024.12.18 19:50:03.680890 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.00312 sec., 9935.897435897436 rows/sec., 379.04 KiB/sec.
2426 2024.12.18 19:50:03.681095 [ 262 ] {80018fc8-08fa-4949-8886-bd2f273a474f} <Debug> TCPHandler: Processed in 0.003482241 sec.
2427 2024.12.18 19:50:03.681401 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2428 2024.12.18 19:50:03.681648 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2429 2024.12.18 19:50:03.682080 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2430 2024.12.18 19:50:03.682149 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2431 2024.12.18 19:50:03.682631 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2432 2024.12.18 19:50:03.682705 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2433 2024.12.18 19:50:03.682857 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2434 2024.12.18 19:50:03.682948 [ 294 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2435 2024.12.18 19:50:03.683044 [ 295 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2436 2024.12.18 19:50:03.683061 [ 298 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2437 2024.12.18 19:50:03.683081 [ 296 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2438 2024.12.18 19:50:03.683244 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
2439 2024.12.18 19:50:03.683275 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
2440 2024.12.18 19:50:03.683390 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2441 2024.12.18 19:50:03.683413 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Reading approx. 31 rows with 3 streams
2442 2024.12.18 19:50:03.683454 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2443 2024.12.18 19:50:03.683525 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2444 2024.12.18 19:50:03.683569 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2445 2024.12.18 19:50:03.685017 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003481 sec., 8905.486929043378 rows/sec., 339.73 KiB/sec.
2446 2024.12.18 19:50:03.685222 [ 266 ] {dcf1a111-5c19-4651-8b24-8d263dce303a} <Debug> TCPHandler: Processed in 0.00388563 sec.
2447 2024.12.18 19:50:03.690519 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2448 2024.12.18 19:50:03.690653 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2449 2024.12.18 19:50:03.690705 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2450 2024.12.18 19:50:03.691699 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2451 2024.12.18 19:50:03.691758 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2452 2024.12.18 19:50:03.692493 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2453 2024.12.18 19:50:03.692835 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2454 2024.12.18 19:50:03.693117 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002501 sec., 1599.3602558976409 rows/sec., 203.43 KiB/sec.
2455 2024.12.18 19:50:03.693200 [ 262 ] {89550c1f-e544-4ae9-8753-b53066b19b67} <Debug> TCPHandler: Processed in 0.002740386 sec.
2456 2024.12.18 19:50:03.693388 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2457 2024.12.18 19:50:03.693526 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2458 2024.12.18 19:50:03.693587 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2459 2024.12.18 19:50:03.694177 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2460 2024.12.18 19:50:03.694217 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2461 2024.12.18 19:50:03.694574 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2462 2024.12.18 19:50:03.694923 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2463 2024.12.18 19:50:03.695188 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001685 sec., 1186.9436201780416 rows/sec., 96.79 KiB/sec.
2464 2024.12.18 19:50:03.695326 [ 266 ] {4bb199cc-d20b-47ab-84e1-94809e49135d} <Debug> TCPHandler: Processed in 0.002003411 sec.
2465 2024.12.18 19:50:03.695491 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2466 2024.12.18 19:50:03.695607 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2467 2024.12.18 19:50:03.695654 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2468 2024.12.18 19:50:03.696419 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2469 2024.12.18 19:50:03.696470 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2470 2024.12.18 19:50:03.696947 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2471 2024.12.18 19:50:03.697310 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2472 2024.12.18 19:50:03.697544 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001962 sec., 29051.987767584094 rows/sec., 2.22 MiB/sec.
2473 2024.12.18 19:50:03.697655 [ 262 ] {ed74a30d-15d5-4d94-94e8-fd59b37257db} <Debug> TCPHandler: Processed in 0.002217296 sec.
2474 2024.12.18 19:50:03.697872 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2475 2024.12.18 19:50:03.698021 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2476 2024.12.18 19:50:03.698076 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2477 2024.12.18 19:50:03.699359 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2478 2024.12.18 19:50:03.699404 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2479 2024.12.18 19:50:03.699880 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2480 2024.12.18 19:50:03.700236 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2481 2024.12.18 19:50:03.700557 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002539 sec., 787.7116975187081 rows/sec., 55.00 KiB/sec.
2482 2024.12.18 19:50:03.700667 [ 266 ] {2c22b963-3ef0-4443-9286-8869d44c4cb1} <Debug> TCPHandler: Processed in 0.002856629 sec.
2483 2024.12.18 19:50:03.700847 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2484 2024.12.18 19:50:03.700959 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2485 2024.12.18 19:50:03.701004 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2486 2024.12.18 19:50:03.701573 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2487 2024.12.18 19:50:03.701620 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2488 2024.12.18 19:50:03.702117 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2489 2024.12.18 19:50:03.702468 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2490 2024.12.18 19:50:03.702701 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001764 sec., 37414.965986394556 rows/sec., 2.92 MiB/sec.
2491 2024.12.18 19:50:03.702806 [ 262 ] {0e2bd68f-e59e-480f-b0fa-092734b01db0} <Debug> TCPHandler: Processed in 0.002013771 sec.
2492 2024.12.18 19:50:03.702976 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2024.12.18 19:50:03.703086 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2494 2024.12.18 19:50:03.703134 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2495 2024.12.18 19:50:03.703666 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2496 2024.12.18 19:50:03.703704 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2497 2024.12.18 19:50:03.704087 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2498 2024.12.18 19:50:03.704319 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2499 2024.12.18 19:50:03.704495 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001431 sec., 111111.11111111111 rows/sec., 7.73 MiB/sec.
2500 2024.12.18 19:50:03.704558 [ 266 ] {73a9ab82-6818-447a-a33d-715efc71ff9c} <Debug> TCPHandler: Processed in 0.001646414 sec.
2501 2024.12.18 19:50:03.704718 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2502 2024.12.18 19:50:03.704839 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2503 2024.12.18 19:50:03.704890 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2504 2024.12.18 19:50:03.705351 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2505 2024.12.18 19:50:03.705388 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2506 2024.12.18 19:50:03.705757 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2507 2024.12.18 19:50:03.705993 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2508 2024.12.18 19:50:03.706166 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001353 sec., 42867.70140428677 rows/sec., 2.90 MiB/sec.
2509 2024.12.18 19:50:03.706214 [ 262 ] {310f7e13-da90-4cb6-8089-c0e8f87b6af3} <Debug> TCPHandler: Processed in 0.001553432 sec.
2510 2024.12.18 19:50:04.457590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2511 2024.12.18 19:50:04.458232 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.12.18 19:50:04.458271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2513 2024.12.18 19:50:04.458846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2514 2024.12.18 19:50:04.459099 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.12.18 19:50:04.459342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2516 2024.12.18 19:50:04.838616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2517 2024.12.18 19:50:04.858895 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2518 2024.12.18 19:50:04.858962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2519 2024.12.18 19:50:04.866913 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2520 2024.12.18 19:50:04.868268 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2521 2024.12.18 19:50:04.871781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2522 2024.12.18 19:50:06.963533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 332
2523 2024.12.18 19:50:06.967844 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2524 2024.12.18 19:50:06.967908 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2525 2024.12.18 19:50:06.969559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2526 2024.12.18 19:50:06.969876 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2527 2024.12.18 19:50:06.970849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332
2528 2024.12.18 19:50:08.679582 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2529 2024.12.18 19:50:08.679790 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2530 2024.12.18 19:50:08.679869 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2531 2024.12.18 19:50:08.680619 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2532 2024.12.18 19:50:08.680673 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2533 2024.12.18 19:50:08.681093 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2534 2024.12.18 19:50:08.681349 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2024.12.18 19:50:08.681594 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec.
2536 2024.12.18 19:50:08.681679 [ 262 ] {d6036a73-1e93-4980-ad52-b90cee2b6d6f} <Debug> TCPHandler: Processed in 0.002232176 sec.
2537 2024.12.18 19:50:08.681849 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2024.12.18 19:50:08.681964 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2539 2024.12.18 19:50:08.682011 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2540 2024.12.18 19:50:08.682704 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2024.12.18 19:50:08.682744 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2542 2024.12.18 19:50:08.683122 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2543 2024.12.18 19:50:08.683355 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2024.12.18 19:50:08.683558 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001621 sec., 175817.396668723 rows/sec., 15.51 MiB/sec.
2545 2024.12.18 19:50:08.683610 [ 266 ] {cd9a7994-2456-4d89-b312-00731f9cbfa0} <Debug> TCPHandler: Processed in 0.001814747 sec.
2546 2024.12.18 19:50:08.683762 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2547 2024.12.18 19:50:08.683878 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2548 2024.12.18 19:50:08.683923 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2549 2024.12.18 19:50:08.684514 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2550 2024.12.18 19:50:08.684554 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2551 2024.12.18 19:50:08.684918 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2552 2024.12.18 19:50:08.685155 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2024.12.18 19:50:08.685359 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001505 sec., 31893.687707641195 rows/sec., 2.30 MiB/sec.
2554 2024.12.18 19:50:08.685412 [ 262 ] {9c08ccb2-c93e-4c98-a733-edb9bd300678} <Debug> TCPHandler: Processed in 0.001708915 sec.
2555 2024.12.18 19:50:08.685545 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2556 2024.12.18 19:50:08.685654 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2557 2024.12.18 19:50:08.685697 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2558 2024.12.18 19:50:08.686217 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2024.12.18 19:50:08.686255 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2560 2024.12.18 19:50:08.686601 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2561 2024.12.18 19:50:08.686834 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2024.12.18 19:50:08.687114 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001452 sec., 9641.873278236915 rows/sec., 675.25 KiB/sec.
2563 2024.12.18 19:50:08.687197 [ 266 ] {306ccae7-2fc8-4601-b856-8888354fbb88} <Debug> TCPHandler: Processed in 0.001702865 sec.
2564 2024.12.18 19:50:08.687325 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2024.12.18 19:50:08.687433 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2566 2024.12.18 19:50:08.687489 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2567 2024.12.18 19:50:08.688015 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2024.12.18 19:50:08.688055 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2569 2024.12.18 19:50:08.688398 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2570 2024.12.18 19:50:08.688644 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2024.12.18 19:50:08.688839 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001428 sec., 9103.641456582633 rows/sec., 567.61 KiB/sec.
2572 2024.12.18 19:50:08.688891 [ 262 ] {9a2d0e17-4341-4242-8a4b-a9dd4b1e1c9f} <Debug> TCPHandler: Processed in 0.001618674 sec.
2573 2024.12.18 19:50:08.689028 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2574 2024.12.18 19:50:08.689156 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2575 2024.12.18 19:50:08.689208 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2576 2024.12.18 19:50:08.689954 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2024.12.18 19:50:08.689993 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2578 2024.12.18 19:50:08.690351 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2579 2024.12.18 19:50:08.690579 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.12.18 19:50:08.690778 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001651 sec., 256208.35857056332 rows/sec., 18.32 MiB/sec.
2581 2024.12.18 19:50:08.690828 [ 266 ] {8f7c7794-c221-4f69-919c-8b409d899fbd} <Debug> TCPHandler: Processed in 0.001860589 sec.
2582 2024.12.18 19:50:08.690946 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2583 2024.12.18 19:50:08.691053 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2584 2024.12.18 19:50:08.691100 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2585 2024.12.18 19:50:08.691539 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.12.18 19:50:08.691578 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2587 2024.12.18 19:50:08.691924 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2588 2024.12.18 19:50:08.692162 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2024.12.18 19:50:08.692381 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec.
2590 2024.12.18 19:50:08.692432 [ 262 ] {b33ce960-a7a8-4cfe-91b2-a07d9c32c979} <Debug> TCPHandler: Processed in 0.001538221 sec.
2591 2024.12.18 19:50:08.692581 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2592 2024.12.18 19:50:08.692687 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2593 2024.12.18 19:50:08.692734 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2594 2024.12.18 19:50:08.693256 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2595 2024.12.18 19:50:08.693294 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2596 2024.12.18 19:50:08.693658 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2597 2024.12.18 19:50:08.693883 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2598 2024.12.18 19:50:08.694144 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001464 sec., 161885.24590163934 rows/sec., 10.85 MiB/sec.
2599 2024.12.18 19:50:08.694339 [ 266 ] {c984e500-5455-4d26-91fd-4d09efdc3560} <Debug> TCPHandler: Processed in 0.001805957 sec.
2600 2024.12.18 19:50:08.694489 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2601 2024.12.18 19:50:08.694597 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2602 2024.12.18 19:50:08.694642 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2603 2024.12.18 19:50:08.695085 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2604 2024.12.18 19:50:08.695123 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2605 2024.12.18 19:50:08.695467 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2606 2024.12.18 19:50:08.695691 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2607 2024.12.18 19:50:08.695902 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec.
2608 2024.12.18 19:50:08.695964 [ 262 ] {89076296-96c3-42f4-b7a8-193d97091c23} <Debug> TCPHandler: Processed in 0.001534431 sec.
2609 2024.12.18 19:50:08.696096 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2610 2024.12.18 19:50:08.696224 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2611 2024.12.18 19:50:08.696300 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2612 2024.12.18 19:50:08.697484 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2613 2024.12.18 19:50:08.697521 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2614 2024.12.18 19:50:08.698141 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2615 2024.12.18 19:50:08.698396 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2024.12.18 19:50:08.698728 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002513 sec., 16315.16116195782 rows/sec., 29.24 MiB/sec.
2617 2024.12.18 19:50:08.698861 [ 266 ] {e4295513-9928-4223-aada-3b1d4cbe32ba} <Debug> TCPHandler: Processed in 0.002824398 sec.
2618 2024.12.18 19:50:08.698994 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2619 2024.12.18 19:50:08.699101 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2620 2024.12.18 19:50:08.699146 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2621 2024.12.18 19:50:08.699653 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2622 2024.12.18 19:50:08.699703 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2623 2024.12.18 19:50:08.700098 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2624 2024.12.18 19:50:08.700338 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2625 2024.12.18 19:50:08.700540 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec.
2626 2024.12.18 19:50:08.700591 [ 262 ] {0a6858cf-ea61-4403-8e4a-3a47d1273050} <Debug> TCPHandler: Processed in 0.001649124 sec.
2627 2024.12.18 19:50:11.863148 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
2628 2024.12.18 19:50:11.863209 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
2629 2024.12.18 19:50:11.959445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2630 2024.12.18 19:50:11.960079 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2024.12.18 19:50:11.960130 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2632 2024.12.18 19:50:11.960689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2633 2024.12.18 19:50:11.960947 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2634 2024.12.18 19:50:11.961222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2635 2024.12.18 19:50:12.371835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2636 2024.12.18 19:50:12.392564 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2637 2024.12.18 19:50:12.392627 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2638 2024.12.18 19:50:12.400236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2639 2024.12.18 19:50:12.401020 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2640 2024.12.18 19:50:12.404070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2641 2024.12.18 19:50:13.672603 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2642 2024.12.18 19:50:13.672784 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2643 2024.12.18 19:50:13.672853 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2644 2024.12.18 19:50:13.673582 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2645 2024.12.18 19:50:13.673624 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2646 2024.12.18 19:50:13.674070 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2647 2024.12.18 19:50:13.674320 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2648 2024.12.18 19:50:13.674466 [ 148 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2649 2024.12.18 19:50:13.674517 [ 148 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2024.12.18 19:50:13.674528 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001792 sec., 31250 rows/sec., 2.39 MiB/sec.
2651 2024.12.18 19:50:13.674550 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2652 2024.12.18 19:50:13.674650 [ 262 ] {35fc468a-7b57-46fa-a6ef-a8969ed2371d} <Debug> TCPHandler: Processed in 0.002166495 sec.
2653 2024.12.18 19:50:13.674964 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2654 2024.12.18 19:50:13.675033 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
2655 2024.12.18 19:50:13.675235 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2656 2024.12.18 19:50:13.675311 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2657 2024.12.18 19:50:13.675328 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2658 2024.12.18 19:50:13.675379 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 96 rows starting from the beginning of the part
2659 2024.12.18 19:50:13.675711 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part
2660 2024.12.18 19:50:13.676077 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 281 rows starting from the beginning of the part
2661 2024.12.18 19:50:13.676414 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 57 rows starting from the beginning of the part
2662 2024.12.18 19:50:13.676752 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 285 rows starting from the beginning of the part
2663 2024.12.18 19:50:13.677054 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
2664 2024.12.18 19:50:13.677973 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2665 2024.12.18 19:50:13.678044 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2666 2024.12.18 19:50:13.679016 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2667 2024.12.18 19:50:13.679487 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2668 2024.12.18 19:50:13.679863 [ 148 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2669 2024.12.18 19:50:13.679973 [ 148 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2670 2024.12.18 19:50:13.679984 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.005313809 sec., 155632.24045124694 rows/sec., 13.86 MiB/sec.
2671 2024.12.18 19:50:13.680030 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2672 2024.12.18 19:50:13.680082 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004896 sec., 13071.8954248366 rows/sec., 1.02 MiB/sec.
2673 2024.12.18 19:50:13.680333 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2674 2024.12.18 19:50:13.680411 [ 266 ] {a643048a-6cb6-4f4d-9324-8120b131bcba} <Debug> TCPHandler: Processed in 0.005637056 sec.
2675 2024.12.18 19:50:13.680455 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
2676 2024.12.18 19:50:13.680710 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2677 2024.12.18 19:50:13.680802 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2678 2024.12.18 19:50:13.680882 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 88 rows starting from the beginning of the part
2679 2024.12.18 19:50:13.681006 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2680 2024.12.18 19:50:13.681145 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2681 2024.12.18 19:50:13.681310 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part
2682 2024.12.18 19:50:13.681412 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2683 2024.12.18 19:50:13.681453 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_16_3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2684 2024.12.18 19:50:13.681856 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 426 rows starting from the beginning of the part
2685 2024.12.18 19:50:13.681900 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2686 2024.12.18 19:50:13.682238 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part
2687 2024.12.18 19:50:13.682579 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 423 rows starting from the beginning of the part
2688 2024.12.18 19:50:13.682891 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
2689 2024.12.18 19:50:13.684157 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2690 2024.12.18 19:50:13.684225 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2691 2024.12.18 19:50:13.685232 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2692 2024.12.18 19:50:13.685525 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1123 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537481 sec., 208937.6182599943 rows/sec., 16.08 MiB/sec.
2693 2024.12.18 19:50:13.685658 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2694 2024.12.18 19:50:13.685700 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2695 2024.12.18 19:50:13.685892 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00494 sec., 32388.663967611337 rows/sec., 2.26 MiB/sec.
2696 2024.12.18 19:50:13.685978 [ 262 ] {5c859c43-ee80-432c-9b0c-95a2b14b12af} <Debug> TCPHandler: Processed in 0.005454343 sec.
2697 2024.12.18 19:50:13.686081 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2698 2024.12.18 19:50:13.686128 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2699 2024.12.18 19:50:13.686167 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_16_3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2700 2024.12.18 19:50:13.686265 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2701 2024.12.18 19:50:13.686301 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2702 2024.12.18 19:50:13.686356 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2703 2024.12.18 19:50:13.686869 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2704 2024.12.18 19:50:13.686913 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2705 2024.12.18 19:50:13.687281 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2706 2024.12.18 19:50:13.687515 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2707 2024.12.18 19:50:13.687685 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec.
2708 2024.12.18 19:50:13.687733 [ 266 ] {61e229ef-31a5-408c-9e49-9752a86d4389} <Debug> TCPHandler: Processed in 0.001669575 sec.
2709 2024.12.18 19:50:14.722177 [ 147 ] {} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2710 2024.12.18 19:50:14.722241 [ 147 ] {} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2711 2024.12.18 19:50:14.722262 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2712 2024.12.18 19:50:14.722423 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::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
2713 2024.12.18 19:50:14.722801 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2714 2024.12.18 19:50:14.722849 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part
2715 2024.12.18 19:50:14.722953 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::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
2716 2024.12.18 19:50:14.723086 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::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
2717 2024.12.18 19:50:14.723199 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
2718 2024.12.18 19:50:14.723411 [ 187 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
2719 2024.12.18 19:50:14.725567 [ 188 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003239917 sec., 11111.395754891251 rows/sec., 1.73 MiB/sec.
2720 2024.12.18 19:50:14.725839 [ 190 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2721 2024.12.18 19:50:14.726403 [ 190 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2722 2024.12.18 19:50:14.726509 [ 190 ] {f73d90e4-45cc-4e2b-8980-7e61d6fbbc95::all_1_5_1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2723 2024.12.18 19:50:14.726626 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2724 2024.12.18 19:50:16.972525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 362
2725 2024.12.18 19:50:16.975757 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2726 2024.12.18 19:50:16.975822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2727 2024.12.18 19:50:16.977380 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2728 2024.12.18 19:50:16.977709 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2729 2024.12.18 19:50:16.978367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362
2730 2024.12.18 19:50:18.679538 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2731 2024.12.18 19:50:18.679744 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2732 2024.12.18 19:50:18.679822 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2733 2024.12.18 19:50:18.680613 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2734 2024.12.18 19:50:18.680666 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2735 2024.12.18 19:50:18.681098 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2736 2024.12.18 19:50:18.681352 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2737 2024.12.18 19:50:18.681638 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec.
2738 2024.12.18 19:50:18.681789 [ 262 ] {92ae12df-fa0e-4e11-b529-250f4c1d4a37} <Debug> TCPHandler: Processed in 0.002393819 sec.
2739 2024.12.18 19:50:18.681979 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2740 2024.12.18 19:50:18.682128 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2741 2024.12.18 19:50:18.682188 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2742 2024.12.18 19:50:18.683028 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2024.12.18 19:50:18.683078 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2744 2024.12.18 19:50:18.683482 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2745 2024.12.18 19:50:18.683734 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2024.12.18 19:50:18.683954 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001862 sec., 153061.22448979592 rows/sec., 13.50 MiB/sec.
2747 2024.12.18 19:50:18.684090 [ 266 ] {cb313270-1d91-4cac-9eea-db670195a60e} <Debug> TCPHandler: Processed in 0.002180135 sec.
2748 2024.12.18 19:50:18.684263 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2749 2024.12.18 19:50:18.684395 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2750 2024.12.18 19:50:18.684451 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2751 2024.12.18 19:50:18.685128 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2752 2024.12.18 19:50:18.685174 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2753 2024.12.18 19:50:18.685527 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2754 2024.12.18 19:50:18.685763 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2024.12.18 19:50:18.685912 [ 139 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
2756 2024.12.18 19:50:18.685980 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00161 sec., 29813.66459627329 rows/sec., 2.15 MiB/sec.
2757 2024.12.18 19:50:18.685990 [ 139 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2758 2024.12.18 19:50:18.686061 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2759 2024.12.18 19:50:18.686106 [ 262 ] {54317775-dcfa-49a9-954b-c3d9ce4ff3bf} <Debug> TCPHandler: Processed in 0.001904569 sec.
2760 2024.12.18 19:50:18.686255 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::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
2761 2024.12.18 19:50:18.686291 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2762 2024.12.18 19:50:18.686407 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2763 2024.12.18 19:50:18.686461 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 21 rows starting from the beginning of the part
2764 2024.12.18 19:50:18.686463 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2765 2024.12.18 19:50:18.686535 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2766 2024.12.18 19:50:18.686672 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part
2767 2024.12.18 19:50:18.686956 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part
2768 2024.12.18 19:50:18.687211 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
2769 2024.12.18 19:50:18.687436 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part
2770 2024.12.18 19:50:18.687682 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part
2771 2024.12.18 19:50:18.688419 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2772 2024.12.18 19:50:18.688465 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2773 2024.12.18 19:50:18.689038 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2774 2024.12.18 19:50:18.689281 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.003112354 sec., 61047.04027883718 rows/sec., 4.64 MiB/sec.
2775 2024.12.18 19:50:18.689432 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2024.12.18 19:50:18.689580 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
2777 2024.12.18 19:50:18.689923 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00347 sec., 4034.5821325648417 rows/sec., 282.56 KiB/sec.
2778 2024.12.18 19:50:18.690216 [ 266 ] {e59ab787-3172-4d29-9164-ed5932019329} <Debug> TCPHandler: Processed in 0.003993762 sec.
2779 2024.12.18 19:50:18.690415 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2780 2024.12.18 19:50:18.690494 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2781 2024.12.18 19:50:18.690632 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2782 2024.12.18 19:50:18.690675 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_10_2} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
2783 2024.12.18 19:50:18.690720 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2784 2024.12.18 19:50:18.690870 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2785 2024.12.18 19:50:18.691473 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2024.12.18 19:50:18.691518 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2787 2024.12.18 19:50:18.691867 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2788 2024.12.18 19:50:18.692113 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2789 2024.12.18 19:50:18.692405 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001835 sec., 7084.4686648501365 rows/sec., 441.71 KiB/sec.
2790 2024.12.18 19:50:18.692534 [ 262 ] {db259fc4-3a92-44f5-b2d4-23e9be496e7b} <Debug> TCPHandler: Processed in 0.002214626 sec.
2791 2024.12.18 19:50:18.692666 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2792 2024.12.18 19:50:18.692774 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2793 2024.12.18 19:50:18.692819 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2794 2024.12.18 19:50:18.693520 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2795 2024.12.18 19:50:18.693559 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2796 2024.12.18 19:50:18.693928 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2797 2024.12.18 19:50:18.694167 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2798 2024.12.18 19:50:18.694386 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001633 sec., 259032.45560318435 rows/sec., 18.52 MiB/sec.
2799 2024.12.18 19:50:18.694440 [ 266 ] {5e45f63e-8c6b-46f7-b293-d27025f6c8d1} <Debug> TCPHandler: Processed in 0.001825668 sec.
2800 2024.12.18 19:50:18.694598 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2801 2024.12.18 19:50:18.694728 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2802 2024.12.18 19:50:18.694782 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2803 2024.12.18 19:50:18.695285 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2024.12.18 19:50:18.695323 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2805 2024.12.18 19:50:18.695667 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2806 2024.12.18 19:50:18.695895 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2807 2024.12.18 19:50:18.696113 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001412 sec., 4249.291784702549 rows/sec., 222.01 KiB/sec.
2808 2024.12.18 19:50:18.696167 [ 262 ] {4c3af8be-0e53-4672-b123-e65c603b0246} <Debug> TCPHandler: Processed in 0.001634674 sec.
2809 2024.12.18 19:50:18.696314 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2810 2024.12.18 19:50:18.696443 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2811 2024.12.18 19:50:18.696502 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2812 2024.12.18 19:50:18.697130 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2813 2024.12.18 19:50:18.697175 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2814 2024.12.18 19:50:18.697555 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2815 2024.12.18 19:50:18.697800 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2816 2024.12.18 19:50:18.697955 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2817 2024.12.18 19:50:18.698011 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2024.12.18 19:50:18.698042 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec.
2819 2024.12.18 19:50:18.698045 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2820 2024.12.18 19:50:18.698200 [ 266 ] {a71f541f-5b0a-4934-a295-56177b6a35e8} <Debug> TCPHandler: Processed in 0.0019407 sec.
2821 2024.12.18 19:50:18.698453 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2822 2024.12.18 19:50:18.698512 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
2823 2024.12.18 19:50:18.698658 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2824 2024.12.18 19:50:18.698782 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2825 2024.12.18 19:50:18.699056 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2826 2024.12.18 19:50:18.699201 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1001 rows starting from the beginning of the part
2827 2024.12.18 19:50:18.699553 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 227 rows starting from the beginning of the part
2828 2024.12.18 19:50:18.699892 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 159 rows starting from the beginning of the part
2829 2024.12.18 19:50:18.700241 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
2830 2024.12.18 19:50:18.700549 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2831 2024.12.18 19:50:18.700914 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
2832 2024.12.18 19:50:18.701166 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2024.12.18 19:50:18.701295 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2834 2024.12.18 19:50:18.702185 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2835 2024.12.18 19:50:18.702738 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2836 2024.12.18 19:50:18.703436 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004825 sec., 207.2538860103627 rows/sec., 13.97 KiB/sec.
2837 2024.12.18 19:50:18.703744 [ 262 ] {e3648b38-7d95-47e4-a91d-e1d3248a1ff1} <Debug> TCPHandler: Processed in 0.005430071 sec.
2838 2024.12.18 19:50:18.703935 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2839 2024.12.18 19:50:18.704308 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2840 2024.12.18 19:50:18.704373 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2021 rows, containing 5 columns (5 merged, 0 gathered) in 0.006154436 sec., 328381.02467878454 rows/sec., 22.51 MiB/sec.
2841 2024.12.18 19:50:18.704422 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2842 2024.12.18 19:50:18.704689 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2843 2024.12.18 19:50:18.705175 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2024.12.18 19:50:18.705308 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2845 2024.12.18 19:50:18.705426 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
2846 2024.12.18 19:50:18.706060 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2847 2024.12.18 19:50:18.706098 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2848 2024.12.18 19:50:18.706800 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2849 2024.12.18 19:50:18.707057 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2850 2024.12.18 19:50:18.707292 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003139 sec., 13061.484549219496 rows/sec., 23.41 MiB/sec.
2851 2024.12.18 19:50:18.707396 [ 266 ] {f6cfaed8-f231-4b5a-9007-0e5d463cb302} <Debug> TCPHandler: Processed in 0.003526243 sec.
2852 2024.12.18 19:50:18.707553 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2853 2024.12.18 19:50:18.707710 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2854 2024.12.18 19:50:18.707775 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2855 2024.12.18 19:50:18.708287 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2856 2024.12.18 19:50:18.708325 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2857 2024.12.18 19:50:18.708669 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2858 2024.12.18 19:50:18.708909 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2024.12.18 19:50:18.709075 [ 139 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2860 2024.12.18 19:50:18.709128 [ 139 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2024.12.18 19:50:18.709151 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec.
2862 2024.12.18 19:50:18.709166 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2863 2024.12.18 19:50:18.709251 [ 262 ] {d97b6053-129f-40c8-ba71-e85d62ebedce} <Debug> TCPHandler: Processed in 0.001754716 sec.
2864 2024.12.18 19:50:18.709489 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
2865 2024.12.18 19:50:18.709658 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2866 2024.12.18 19:50:18.709686 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 354 rows starting from the beginning of the part
2867 2024.12.18 19:50:18.709757 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2868 2024.12.18 19:50:18.709849 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
2869 2024.12.18 19:50:18.709974 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
2870 2024.12.18 19:50:18.710050 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2871 2024.12.18 19:50:18.710147 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
2872 2024.12.18 19:50:18.711073 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 4 columns (4 merged, 0 gathered) in 0.001805887 sec., 392051.1084026852 rows/sec., 26.17 MiB/sec.
2873 2024.12.18 19:50:18.711197 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2874 2024.12.18 19:50:18.711453 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2875 2024.12.18 19:50:18.711530 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_16_3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2876 2024.12.18 19:50:18.711593 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2877 2024.12.18 19:50:19.461316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
2878 2024.12.18 19:50:19.462062 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2024.12.18 19:50:19.462111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2880 2024.12.18 19:50:19.462634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2881 2024.12.18 19:50:19.462883 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2024.12.18 19:50:19.463117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
2883 2024.12.18 19:50:19.904121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
2884 2024.12.18 19:50:19.925868 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2885 2024.12.18 19:50:19.925937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2886 2024.12.18 19:50:19.933992 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2887 2024.12.18 19:50:19.934801 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2888 2024.12.18 19:50:19.938774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
2889 2024.12.18 19:50:23.672598 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2890 2024.12.18 19:50:23.672806 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2891 2024.12.18 19:50:23.672880 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2892 2024.12.18 19:50:23.673639 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2893 2024.12.18 19:50:23.673694 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2894 2024.12.18 19:50:23.674151 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2895 2024.12.18 19:50:23.674405 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2896 2024.12.18 19:50:23.674653 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec.
2897 2024.12.18 19:50:23.674794 [ 262 ] {20b0fa4e-4874-4dea-b669-d7c4b79d1db8} <Debug> TCPHandler: Processed in 0.002325158 sec.
2898 2024.12.18 19:50:23.674991 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2899 2024.12.18 19:50:23.675133 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2900 2024.12.18 19:50:23.675192 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2901 2024.12.18 19:50:23.675776 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2902 2024.12.18 19:50:23.675816 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2903 2024.12.18 19:50:23.676185 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2904 2024.12.18 19:50:23.676426 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2905 2024.12.18 19:50:23.676694 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001594 sec., 40150.564617314936 rows/sec., 3.13 MiB/sec.
2906 2024.12.18 19:50:23.676929 [ 266 ] {200a69fa-296d-49b1-a2e5-04c24b7b9c3b} <Debug> TCPHandler: Processed in 0.002002771 sec.
2907 2024.12.18 19:50:23.677097 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2908 2024.12.18 19:50:23.677233 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2909 2024.12.18 19:50:23.677293 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2910 2024.12.18 19:50:23.677954 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2911 2024.12.18 19:50:23.678002 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2912 2024.12.18 19:50:23.678439 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2913 2024.12.18 19:50:23.678672 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2914 2024.12.18 19:50:23.678878 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec.
2915 2024.12.18 19:50:23.678932 [ 262 ] {a0b7dfe3-324e-4619-b861-2c7d826f41b3} <Debug> TCPHandler: Processed in 0.001908309 sec.
2916 2024.12.18 19:50:23.679074 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2917 2024.12.18 19:50:23.679181 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2918 2024.12.18 19:50:23.679227 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2919 2024.12.18 19:50:23.679760 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2920 2024.12.18 19:50:23.679806 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2921 2024.12.18 19:50:23.680232 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2922 2024.12.18 19:50:23.680481 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2923 2024.12.18 19:50:23.680692 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec.
2924 2024.12.18 19:50:23.680741 [ 266 ] {a1f340a6-2384-4250-ad6f-c4752bcc2e52} <Debug> TCPHandler: Processed in 0.001717525 sec.
2925 2024.12.18 19:50:26.863448 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
2926 2024.12.18 19:50:26.863515 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
2927 2024.12.18 19:50:26.963219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
2928 2024.12.18 19:50:26.963857 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2929 2024.12.18 19:50:26.963908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2930 2024.12.18 19:50:26.964483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2931 2024.12.18 19:50:26.964783 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2932 2024.12.18 19:50:26.965008 [ 130 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2933 2024.12.18 19:50:26.965068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
2934 2024.12.18 19:50:26.965094 [ 130 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.12.18 19:50:26.965128 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2936 2024.12.18 19:50:26.965249 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2937 2024.12.18 19:50:26.965356 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2938 2024.12.18 19:50:26.965389 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2939 2024.12.18 19:50:26.965455 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2940 2024.12.18 19:50:26.965567 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2941 2024.12.18 19:50:26.965676 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2942 2024.12.18 19:50:26.965745 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2943 2024.12.18 19:50:26.965839 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::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
2944 2024.12.18 19:50:26.967470 [ 189 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266427 sec., 3256667.874147281 rows/sec., 46.59 MiB/sec.
2945 2024.12.18 19:50:26.968253 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2946 2024.12.18 19:50:26.968557 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_16_3} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2024.12.18 19:50:26.968646 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_16_3} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2948 2024.12.18 19:50:26.968731 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
2949 2024.12.18 19:50:26.979553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 392
2950 2024.12.18 19:50:26.983259 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2951 2024.12.18 19:50:26.983318 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2952 2024.12.18 19:50:26.984853 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2953 2024.12.18 19:50:26.985180 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2954 2024.12.18 19:50:26.985782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392
2955 2024.12.18 19:50:27.001360 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00097443 sec.
2956 2024.12.18 19:50:27.438829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
2957 2024.12.18 19:50:27.460540 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2958 2024.12.18 19:50:27.460608 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2959 2024.12.18 19:50:27.467946 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2960 2024.12.18 19:50:27.468731 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2961 2024.12.18 19:50:27.469112 [ 130 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2962 2024.12.18 19:50:27.469257 [ 130 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2024.12.18 19:50:27.469333 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2964 2024.12.18 19:50:27.470135 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2965 2024.12.18 19:50:27.486443 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
2966 2024.12.18 19:50:27.487661 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2967 2024.12.18 19:50:27.489104 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2968 2024.12.18 19:50:27.494741 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2969 2024.12.18 19:50:27.500437 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2970 2024.12.18 19:50:27.505935 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2971 2024.12.18 19:50:27.511662 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2972 2024.12.18 19:50:27.516460 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
2973 2024.12.18 19:50:27.578495 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.109026522 sec., 1109.8217000813802 rows/sec., 5.74 MiB/sec.
2974 2024.12.18 19:50:27.581377 [ 189 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2975 2024.12.18 19:50:27.584783 [ 189 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_16_3} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2976 2024.12.18 19:50:27.584937 [ 189 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_16_3} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2977 2024.12.18 19:50:27.587427 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
2978 2024.12.18 19:50:28.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.60 MiB, peak 186.57 MiB, free memory in arenas 0.00 B, will set to 178.28 MiB (RSS), difference: 1.68 MiB
2979 2024.12.18 19:50:28.678924 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2980 2024.12.18 19:50:28.679113 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2981 2024.12.18 19:50:28.679186 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2982 2024.12.18 19:50:28.679914 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2983 2024.12.18 19:50:28.679968 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2984 2024.12.18 19:50:28.680391 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2985 2024.12.18 19:50:28.680648 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2986 2024.12.18 19:50:28.680881 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec.
2987 2024.12.18 19:50:28.680946 [ 262 ] {e9f65646-c384-436c-b8c4-ca9e87f62ddd} <Debug> TCPHandler: Processed in 0.002150045 sec.
2988 2024.12.18 19:50:28.681117 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2989 2024.12.18 19:50:28.681235 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2990 2024.12.18 19:50:28.681284 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2991 2024.12.18 19:50:28.681985 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2992 2024.12.18 19:50:28.682025 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2993 2024.12.18 19:50:28.682431 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2994 2024.12.18 19:50:28.682670 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2995 2024.12.18 19:50:28.682945 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001725 sec., 165217.39130434784 rows/sec., 14.58 MiB/sec.
2996 2024.12.18 19:50:28.683314 [ 266 ] {b3873096-1e76-45b3-8912-aed1f28fad99} <Debug> TCPHandler: Processed in 0.002245456 sec.
2997 2024.12.18 19:50:28.683669 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2998 2024.12.18 19:50:28.683812 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2999 2024.12.18 19:50:28.683860 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3000 2024.12.18 19:50:28.684420 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3001 2024.12.18 19:50:28.684458 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3002 2024.12.18 19:50:28.684809 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3003 2024.12.18 19:50:28.685047 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3004 2024.12.18 19:50:28.685297 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001496 sec., 32085.561497326205 rows/sec., 2.31 MiB/sec.
3005 2024.12.18 19:50:28.685427 [ 262 ] {83c1b3cd-c5fb-4b45-b8d2-517b2a879b67} <Debug> TCPHandler: Processed in 0.001965581 sec.
3006 2024.12.18 19:50:28.685579 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3007 2024.12.18 19:50:28.685687 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3008 2024.12.18 19:50:28.685732 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3009 2024.12.18 19:50:28.686253 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2024.12.18 19:50:28.686293 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3011 2024.12.18 19:50:28.686638 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3012 2024.12.18 19:50:28.686868 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3013 2024.12.18 19:50:28.687070 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001404 sec., 9971.509971509971 rows/sec., 698.34 KiB/sec.
3014 2024.12.18 19:50:28.687120 [ 266 ] {59fb9773-503b-48d2-a792-7e8ea74f5760} <Debug> TCPHandler: Processed in 0.001598922 sec.
3015 2024.12.18 19:50:28.687264 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3016 2024.12.18 19:50:28.687371 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3017 2024.12.18 19:50:28.687414 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3018 2024.12.18 19:50:28.687949 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3019 2024.12.18 19:50:28.687988 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3020 2024.12.18 19:50:28.688328 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3021 2024.12.18 19:50:28.688569 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3022 2024.12.18 19:50:28.688775 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001426 sec., 9116.409537166901 rows/sec., 568.41 KiB/sec.
3023 2024.12.18 19:50:28.688851 [ 262 ] {aff6abf1-37b6-43f3-9cb0-04c5d029601c} <Debug> TCPHandler: Processed in 0.001647394 sec.
3024 2024.12.18 19:50:28.689007 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3025 2024.12.18 19:50:28.689113 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3026 2024.12.18 19:50:28.689156 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3027 2024.12.18 19:50:28.689810 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2024.12.18 19:50:28.689850 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3029 2024.12.18 19:50:28.690221 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3030 2024.12.18 19:50:28.690457 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3031 2024.12.18 19:50:28.690834 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001707 sec., 247803.16344463974 rows/sec., 17.71 MiB/sec.
3032 2024.12.18 19:50:28.691184 [ 266 ] {4afaa070-aa72-48e0-a016-f2fb985803aa} <Debug> TCPHandler: Processed in 0.002228516 sec.
3033 2024.12.18 19:50:28.691459 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3034 2024.12.18 19:50:28.691590 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3035 2024.12.18 19:50:28.691639 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3036 2024.12.18 19:50:28.692123 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3037 2024.12.18 19:50:28.692163 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3038 2024.12.18 19:50:28.692541 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3039 2024.12.18 19:50:28.692795 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3040 2024.12.18 19:50:28.693003 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec.
3041 2024.12.18 19:50:28.693056 [ 262 ] {c484f5f3-6106-4983-93bb-5f7215884b14} <Debug> TCPHandler: Processed in 0.001747416 sec.
3042 2024.12.18 19:50:28.693197 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3043 2024.12.18 19:50:28.693303 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3044 2024.12.18 19:50:28.693351 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3045 2024.12.18 19:50:28.693955 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3046 2024.12.18 19:50:28.694001 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3047 2024.12.18 19:50:28.694465 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3048 2024.12.18 19:50:28.694698 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2024.12.18 19:50:28.694934 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec.
3050 2024.12.18 19:50:28.695033 [ 266 ] {1c40e788-adbf-4b90-a2b7-2adc28b8bc70} <Debug> TCPHandler: Processed in 0.001884918 sec.
3051 2024.12.18 19:50:28.695163 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3052 2024.12.18 19:50:28.695271 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3053 2024.12.18 19:50:28.695318 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3054 2024.12.18 19:50:28.695743 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3055 2024.12.18 19:50:28.695781 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3056 2024.12.18 19:50:28.696126 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3057 2024.12.18 19:50:28.696356 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3058 2024.12.18 19:50:28.696649 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec.
3059 2024.12.18 19:50:28.696751 [ 262 ] {c356447b-a5c1-4c39-b9f8-cc9ba40a46d4} <Debug> TCPHandler: Processed in 0.001640604 sec.
3060 2024.12.18 19:50:28.696894 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3061 2024.12.18 19:50:28.696999 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3062 2024.12.18 19:50:28.697064 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3063 2024.12.18 19:50:28.698219 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3064 2024.12.18 19:50:28.698257 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3065 2024.12.18 19:50:28.698913 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3066 2024.12.18 19:50:28.699158 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3067 2024.12.18 19:50:28.699465 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002471 sec., 16592.47268312424 rows/sec., 29.73 MiB/sec.
3068 2024.12.18 19:50:28.699563 [ 266 ] {7f822d57-1fc9-4cca-80e6-03c2ad40a3c2} <Debug> TCPHandler: Processed in 0.002719365 sec.
3069 2024.12.18 19:50:28.699710 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3070 2024.12.18 19:50:28.699819 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3071 2024.12.18 19:50:28.699865 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3072 2024.12.18 19:50:28.700294 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2024.12.18 19:50:28.700332 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3074 2024.12.18 19:50:28.700687 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3075 2024.12.18 19:50:28.700920 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3076 2024.12.18 19:50:28.701204 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec.
3077 2024.12.18 19:50:28.701351 [ 262 ] {346c7b13-94dc-47f4-9718-a47c32def6e4} <Debug> TCPHandler: Processed in 0.001692625 sec.
3078 2024.12.18 19:50:33.675772 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3079 2024.12.18 19:50:33.676046 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3080 2024.12.18 19:50:33.676144 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3081 2024.12.18 19:50:33.677166 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3082 2024.12.18 19:50:33.677227 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3083 2024.12.18 19:50:33.677674 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3084 2024.12.18 19:50:33.677952 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3085 2024.12.18 19:50:33.678215 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002237 sec., 894.054537326777 rows/sec., 72.90 KiB/sec.
3086 2024.12.18 19:50:33.678362 [ 262 ] {9ab2180c-d19e-4ee5-9891-7f1089b909d9} <Debug> TCPHandler: Processed in 0.002774377 sec.
3087 2024.12.18 19:50:33.678593 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3088 2024.12.18 19:50:33.678721 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3089 2024.12.18 19:50:33.678771 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3090 2024.12.18 19:50:33.679431 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3091 2024.12.18 19:50:33.679477 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3092 2024.12.18 19:50:33.679950 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3093 2024.12.18 19:50:33.680329 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3094 2024.12.18 19:50:33.680590 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001895 sec., 30079.15567282322 rows/sec., 2.29 MiB/sec.
3095 2024.12.18 19:50:33.680675 [ 266 ] {6e2eaec7-8a13-4f81-8907-861fe2782fd7} <Debug> TCPHandler: Processed in 0.002141734 sec.
3096 2024.12.18 19:50:33.680876 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3097 2024.12.18 19:50:33.681006 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3098 2024.12.18 19:50:33.681063 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3099 2024.12.18 19:50:33.681734 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3100 2024.12.18 19:50:33.681789 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3101 2024.12.18 19:50:33.682210 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3102 2024.12.18 19:50:33.682494 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3103 2024.12.18 19:50:33.682754 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001769 sec., 1130.5822498586772 rows/sec., 78.94 KiB/sec.
3104 2024.12.18 19:50:33.682839 [ 262 ] {794c0bdb-8008-4dfe-bf56-a91e500f3f12} <Debug> TCPHandler: Processed in 0.002029302 sec.
3105 2024.12.18 19:50:33.683078 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3106 2024.12.18 19:50:33.683196 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3107 2024.12.18 19:50:33.683255 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3108 2024.12.18 19:50:33.683939 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3109 2024.12.18 19:50:33.683983 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3110 2024.12.18 19:50:33.684362 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3111 2024.12.18 19:50:33.684605 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3112 2024.12.18 19:50:33.684836 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001666 sec., 39615.84633853542 rows/sec., 3.09 MiB/sec.
3113 2024.12.18 19:50:33.684894 [ 266 ] {fc498a3d-6c98-45f5-a86a-de724a73f8d1} <Debug> TCPHandler: Processed in 0.00191219 sec.
3114 2024.12.18 19:50:33.685074 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3115 2024.12.18 19:50:33.685194 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3116 2024.12.18 19:50:33.685245 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3117 2024.12.18 19:50:33.685824 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3118 2024.12.18 19:50:33.685865 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3119 2024.12.18 19:50:33.686305 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3120 2024.12.18 19:50:33.686572 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3121 2024.12.18 19:50:33.686808 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001628 sec., 98894.34889434889 rows/sec., 6.89 MiB/sec.
3122 2024.12.18 19:50:33.686937 [ 262 ] {b14bb548-45bb-4ea4-a297-ce610735da1f} <Debug> TCPHandler: Processed in 0.00191361 sec.
3123 2024.12.18 19:50:33.687141 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3124 2024.12.18 19:50:33.687272 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3125 2024.12.18 19:50:33.687320 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3126 2024.12.18 19:50:33.687814 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3127 2024.12.18 19:50:33.687854 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3128 2024.12.18 19:50:33.688251 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3129 2024.12.18 19:50:33.688512 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3130 2024.12.18 19:50:33.688764 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec.
3131 2024.12.18 19:50:33.688834 [ 266 ] {2488e827-96a9-41c5-a271-f34eee595476} <Debug> TCPHandler: Processed in 0.001775777 sec.
3132 2024.12.18 19:50:34.465178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3133 2024.12.18 19:50:34.465890 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.12.18 19:50:34.465932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3135 2024.12.18 19:50:34.466514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3136 2024.12.18 19:50:34.466771 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2024.12.18 19:50:34.466971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3138 2024.12.18 19:50:34.986506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3139 2024.12.18 19:50:35.006321 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2024.12.18 19:50:35.006383 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3141 2024.12.18 19:50:35.014230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3142 2024.12.18 19:50:35.015047 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2024.12.18 19:50:35.019007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3144 2024.12.18 19:50:36.985946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 426
3145 2024.12.18 19:50:36.989331 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3146 2024.12.18 19:50:36.989393 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3147 2024.12.18 19:50:36.990910 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3148 2024.12.18 19:50:36.991235 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3149 2024.12.18 19:50:36.991405 [ 114 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3150 2024.12.18 19:50:36.991464 [ 114 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3151 2024.12.18 19:50:36.991501 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3152 2024.12.18 19:50:36.991949 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
3153 2024.12.18 19:50:36.993189 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426
3154 2024.12.18 19:50:36.993585 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3155 2024.12.18 19:50:36.993781 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 234 rows starting from the beginning of the part
3156 2024.12.18 19:50:36.994286 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
3157 2024.12.18 19:50:36.994767 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part
3158 2024.12.18 19:50:36.995231 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
3159 2024.12.18 19:50:36.995718 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
3160 2024.12.18 19:50:36.996194 [ 200 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part
3161 2024.12.18 19:50:37.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.55 MiB, peak 186.57 MiB, free memory in arenas 0.00 B, will set to 179.53 MiB (RSS), difference: -4.02 MiB
3162 2024.12.18 19:50:37.004843 [ 192 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 72 columns (72 merged, 0 gathered) in 0.013227603 sec., 32205.38142851732 rows/sec., 29.67 MiB/sec.
3163 2024.12.18 19:50:37.005943 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3164 2024.12.18 19:50:37.006798 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3165 2024.12.18 19:50:37.006899 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_11_2} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3166 2024.12.18 19:50:37.007231 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB.
3167 2024.12.18 19:50:38.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.62 MiB, peak 186.57 MiB, free memory in arenas 0.00 B, will set to 179.55 MiB (RSS), difference: 3.93 MiB
3168 2024.12.18 19:50:38.678703 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3169 2024.12.18 19:50:38.678916 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3170 2024.12.18 19:50:38.678997 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3171 2024.12.18 19:50:38.679847 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2024.12.18 19:50:38.679902 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3173 2024.12.18 19:50:38.680337 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3174 2024.12.18 19:50:38.680603 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3175 2024.12.18 19:50:38.680799 [ 119 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3176 2024.12.18 19:50:38.680864 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002 sec., 7000 rows/sec., 503.91 KiB/sec.
3177 2024.12.18 19:50:38.680893 [ 119 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3178 2024.12.18 19:50:38.680968 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3179 2024.12.18 19:50:38.680980 [ 262 ] {9168714b-b9c1-4b28-99ff-0b86f31a41d4} <Debug> TCPHandler: Processed in 0.002409749 sec.
3180 2024.12.18 19:50:38.681250 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3181 2024.12.18 19:50:38.681268 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3182 2024.12.18 19:50:38.681482 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3183 2024.12.18 19:50:38.681488 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3184 2024.12.18 19:50:38.681543 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3185 2024.12.18 19:50:38.681555 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3186 2024.12.18 19:50:38.681712 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3187 2024.12.18 19:50:38.681892 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3188 2024.12.18 19:50:38.682088 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3189 2024.12.18 19:50:38.682313 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
3190 2024.12.18 19:50:38.683364 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3191 2024.12.18 19:50:38.683419 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3192 2024.12.18 19:50:38.683720 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002650955 sec., 26405.57836704131 rows/sec., 1.96 MiB/sec.
3193 2024.12.18 19:50:38.683909 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3194 2024.12.18 19:50:38.684076 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3195 2024.12.18 19:50:38.684239 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_5_1} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3196 2024.12.18 19:50:38.684325 [ 200 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_5_1} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3197 2024.12.18 19:50:38.684415 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2024.12.18 19:50:38.684426 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3199 2024.12.18 19:50:38.684608 [ 119 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3200 2024.12.18 19:50:38.684676 [ 119 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3201 2024.12.18 19:50:38.684700 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.003254 sec., 87584.51137062078 rows/sec., 7.73 MiB/sec.
3202 2024.12.18 19:50:38.684713 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3203 2024.12.18 19:50:38.684908 [ 266 ] {07bdd2aa-49c0-49ba-a4a4-955d2fcd8e6e} <Debug> TCPHandler: Processed in 0.003782538 sec.
3204 2024.12.18 19:50:38.685168 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
3205 2024.12.18 19:50:38.685212 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3206 2024.12.18 19:50:38.685567 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3207 2024.12.18 19:50:38.685584 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3208 2024.12.18 19:50:38.685663 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3209 2024.12.18 19:50:38.685668 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 288 rows starting from the beginning of the part
3210 2024.12.18 19:50:38.686017 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 285 rows starting from the beginning of the part
3211 2024.12.18 19:50:38.686328 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3212 2024.12.18 19:50:38.686695 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 285 rows starting from the beginning of the part
3213 2024.12.18 19:50:38.687040 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part
3214 2024.12.18 19:50:38.687382 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 285 rows starting from the beginning of the part
3215 2024.12.18 19:50:38.688357 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3216 2024.12.18 19:50:38.688430 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3217 2024.12.18 19:50:38.689329 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3218 2024.12.18 19:50:38.689737 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3219 2024.12.18 19:50:38.690527 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005039 sec., 9525.69954356023 rows/sec., 702.33 KiB/sec.
3220 2024.12.18 19:50:38.690631 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 5 columns (5 merged, 0 gathered) in 0.005788019 sec., 216999.9787492059 rows/sec., 19.73 MiB/sec.
3221 2024.12.18 19:50:38.690675 [ 262 ] {59fe37ce-abc0-4da8-a574-101958cba3e0} <Debug> TCPHandler: Processed in 0.005602016 sec.
3222 2024.12.18 19:50:38.690831 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3223 2024.12.18 19:50:38.690849 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3224 2024.12.18 19:50:38.690969 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3225 2024.12.18 19:50:38.691022 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3226 2024.12.18 19:50:38.691169 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3227 2024.12.18 19:50:38.691288 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_21_4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3228 2024.12.18 19:50:38.691397 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3229 2024.12.18 19:50:38.691738 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2024.12.18 19:50:38.691777 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3231 2024.12.18 19:50:38.692126 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3232 2024.12.18 19:50:38.692356 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2024.12.18 19:50:38.692513 [ 119 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3234 2024.12.18 19:50:38.692571 [ 119 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3235 2024.12.18 19:50:38.692606 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3236 2024.12.18 19:50:38.692606 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec.
3237 2024.12.18 19:50:38.692915 [ 266 ] {da10666e-554d-44a5-bb44-039c2fda482c} <Debug> TCPHandler: Processed in 0.002116264 sec.
3238 2024.12.18 19:50:38.692950 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
3239 2024.12.18 19:50:38.693182 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3240 2024.12.18 19:50:38.693271 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3241 2024.12.18 19:50:38.693345 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3242 2024.12.18 19:50:38.693401 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3243 2024.12.18 19:50:38.693538 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
3244 2024.12.18 19:50:38.693552 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3245 2024.12.18 19:50:38.693933 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
3246 2024.12.18 19:50:38.694213 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
3247 2024.12.18 19:50:38.694556 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
3248 2024.12.18 19:50:38.694923 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
3249 2024.12.18 19:50:38.696231 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3250 2024.12.18 19:50:38.696303 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3251 2024.12.18 19:50:38.697266 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3252 2024.12.18 19:50:38.697487 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 5 columns (5 merged, 0 gathered) in 0.004815939 sec., 14742.711649794568 rows/sec., 1.06 MiB/sec.
3253 2024.12.18 19:50:38.697630 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3254 2024.12.18 19:50:38.697659 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3255 2024.12.18 19:50:38.697881 [ 119 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3256 2024.12.18 19:50:38.697973 [ 119 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3257 2024.12.18 19:50:38.698041 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3258 2024.12.18 19:50:38.698061 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004698 sec., 2767.1349510429973 rows/sec., 172.53 KiB/sec.
3259 2024.12.18 19:50:38.698306 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3260 2024.12.18 19:50:38.698628 [ 262 ] {83d870f7-a68c-4370-b46d-2906cf3ecb0b} <Debug> TCPHandler: Processed in 0.005575165 sec.
3261 2024.12.18 19:50:38.698757 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3262 2024.12.18 19:50:38.698950 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_6_1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3263 2024.12.18 19:50:38.699008 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3264 2024.12.18 19:50:38.699222 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3265 2024.12.18 19:50:38.699235 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3266 2024.12.18 19:50:38.699333 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3267 2024.12.18 19:50:38.699348 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3268 2024.12.18 19:50:38.699511 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3269 2024.12.18 19:50:38.699583 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3270 2024.12.18 19:50:38.699958 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3271 2024.12.18 19:50:38.700268 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3272 2024.12.18 19:50:38.700610 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
3273 2024.12.18 19:50:38.702534 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3274 2024.12.18 19:50:38.702610 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3275 2024.12.18 19:50:38.703169 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005000893 sec., 12997.678614599432 rows/sec., 861.17 KiB/sec.
3276 2024.12.18 19:50:38.703362 [ 195 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3277 2024.12.18 19:50:38.703519 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3278 2024.12.18 19:50:38.703852 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_5_1} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2024.12.18 19:50:38.703952 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2024.12.18 19:50:38.703977 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_5_1} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3281 2024.12.18 19:50:38.704094 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3282 2024.12.18 19:50:38.704202 [ 119 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3283 2024.12.18 19:50:38.704262 [ 119 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3284 2024.12.18 19:50:38.704298 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3285 2024.12.18 19:50:38.704305 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00504 sec., 83928.57142857142 rows/sec., 6.00 MiB/sec.
3286 2024.12.18 19:50:38.704523 [ 266 ] {cde2b249-3ffc-4eed-a8bd-9969438fae95} <Debug> TCPHandler: Processed in 0.005739259 sec.
3287 2024.12.18 19:50:38.704536 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
3288 2024.12.18 19:50:38.704708 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3289 2024.12.18 19:50:38.704719 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3290 2024.12.18 19:50:38.704744 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 445 rows starting from the beginning of the part
3291 2024.12.18 19:50:38.704927 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 423 rows starting from the beginning of the part
3292 2024.12.18 19:50:38.705078 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3293 2024.12.18 19:50:38.705234 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
3294 2024.12.18 19:50:38.705264 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3295 2024.12.18 19:50:38.705565 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 423 rows starting from the beginning of the part
3296 2024.12.18 19:50:38.705870 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part
3297 2024.12.18 19:50:38.706234 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 423 rows starting from the beginning of the part
3298 2024.12.18 19:50:38.707496 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2024.12.18 19:50:38.707571 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3300 2024.12.18 19:50:38.708517 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3301 2024.12.18 19:50:38.708897 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2024.12.18 19:50:38.709208 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.004817009 sec., 382810.1629039929 rows/sec., 29.04 MiB/sec.
3303 2024.12.18 19:50:38.709339 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004383 sec., 1368.9253935660508 rows/sec., 71.52 KiB/sec.
3304 2024.12.18 19:50:38.709472 [ 262 ] {d753c472-6782-4aa1-b711-64cda75f0fb9} <Debug> TCPHandler: Processed in 0.004833569 sec.
3305 2024.12.18 19:50:38.709593 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3306 2024.12.18 19:50:38.709663 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3307 2024.12.18 19:50:38.709837 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3308 2024.12.18 19:50:38.709930 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3309 2024.12.18 19:50:38.710162 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3310 2024.12.18 19:50:38.710407 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_21_4} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3311 2024.12.18 19:50:38.710598 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3312 2024.12.18 19:50:38.710942 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3313 2024.12.18 19:50:38.710987 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3314 2024.12.18 19:50:38.711388 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3315 2024.12.18 19:50:38.711652 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3316 2024.12.18 19:50:38.711885 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002092 sec., 113288.71892925429 rows/sec., 7.59 MiB/sec.
3317 2024.12.18 19:50:38.711945 [ 266 ] {6ce71f11-158d-45a5-af25-5eda519811a4} <Debug> TCPHandler: Processed in 0.002365968 sec.
3318 2024.12.18 19:50:38.712103 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3319 2024.12.18 19:50:38.712212 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3320 2024.12.18 19:50:38.712259 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3321 2024.12.18 19:50:38.712680 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3322 2024.12.18 19:50:38.712718 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3323 2024.12.18 19:50:38.713063 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3324 2024.12.18 19:50:38.713305 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3325 2024.12.18 19:50:38.713443 [ 119 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3326 2024.12.18 19:50:38.713505 [ 119 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.12.18 19:50:38.713530 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3328 2024.12.18 19:50:38.713551 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec.
3329 2024.12.18 19:50:38.713830 [ 262 ] {58dfd729-0a13-4fcd-b328-8338f919c482} <Debug> TCPHandler: Processed in 0.001769986 sec.
3330 2024.12.18 19:50:38.713949 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
3331 2024.12.18 19:50:38.714142 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3332 2024.12.18 19:50:38.714293 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3333 2024.12.18 19:50:38.714318 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3334 2024.12.18 19:50:38.714329 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3335 2024.12.18 19:50:38.714481 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
3336 2024.12.18 19:50:38.714492 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3337 2024.12.18 19:50:38.714702 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3338 2024.12.18 19:50:38.714944 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3339 2024.12.18 19:50:38.715147 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
3340 2024.12.18 19:50:38.715343 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3341 2024.12.18 19:50:38.717051 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.003436191 sec., 1746.1194677478638 rows/sec., 116.52 KiB/sec.
3342 2024.12.18 19:50:38.717190 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3343 2024.12.18 19:50:38.717547 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3344 2024.12.18 19:50:38.717574 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2024.12.18 19:50:38.717591 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3346 2024.12.18 19:50:38.717660 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_6_1} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3347 2024.12.18 19:50:38.717749 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3348 2024.12.18 19:50:38.718328 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3349 2024.12.18 19:50:38.718602 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3350 2024.12.18 19:50:38.718780 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3351 2024.12.18 19:50:38.718858 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3352 2024.12.18 19:50:38.718889 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3353 2024.12.18 19:50:38.718915 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004627 sec., 8861.033066781933 rows/sec., 15.88 MiB/sec.
3354 2024.12.18 19:50:38.719257 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3355 2024.12.18 19:50:38.719319 [ 266 ] {3d1fc3df-6c44-4ab7-98b0-481aa4800caf} <Debug> TCPHandler: Processed in 0.00535346 sec.
3356 2024.12.18 19:50:38.719534 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2024.12.18 19:50:38.719807 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3358 2024.12.18 19:50:38.719939 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3359 2024.12.18 19:50:38.720043 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3360 2024.12.18 19:50:38.720297 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
3361 2024.12.18 19:50:38.721111 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3362 2024.12.18 19:50:38.721889 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3363 2024.12.18 19:50:38.721966 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3364 2024.12.18 19:50:38.722037 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3365 2024.12.18 19:50:38.722568 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3366 2024.12.18 19:50:38.723268 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3367 2024.12.18 19:50:38.723752 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3368 2024.12.18 19:50:38.723932 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
3369 2024.12.18 19:50:38.724682 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3370 2024.12.18 19:50:38.725350 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005638 sec., 14544.164597374956 rows/sec., 945.90 KiB/sec.
3371 2024.12.18 19:50:38.725639 [ 262 ] {4238f6a4-4b45-4b19-aea5-4e02e3a69d19} <Debug> TCPHandler: Processed in 0.006203478 sec.
3372 2024.12.18 19:50:38.729379 [ 199 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 19 columns (19 merged, 0 gathered) in 0.010389804 sec., 31858.156323256913 rows/sec., 57.09 MiB/sec.
3373 2024.12.18 19:50:38.729859 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3374 2024.12.18 19:50:38.730259 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2024.12.18 19:50:38.730347 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3376 2024.12.18 19:50:38.730466 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB.
3377 2024.12.18 19:50:41.863756 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
3378 2024.12.18 19:50:41.863823 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
3379 2024.12.18 19:50:41.967076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3380 2024.12.18 19:50:41.967717 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3381 2024.12.18 19:50:41.967763 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3382 2024.12.18 19:50:41.968291 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3383 2024.12.18 19:50:41.968553 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3384 2024.12.18 19:50:41.968793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3385 2024.12.18 19:50:42.519072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3386 2024.12.18 19:50:42.540475 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2024.12.18 19:50:42.540549 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3388 2024.12.18 19:50:42.548342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3389 2024.12.18 19:50:42.549112 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2024.12.18 19:50:42.552212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3391 2024.12.18 19:50:43.672407 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3392 2024.12.18 19:50:43.672595 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3393 2024.12.18 19:50:43.672664 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3394 2024.12.18 19:50:43.673438 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3395 2024.12.18 19:50:43.673490 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3396 2024.12.18 19:50:43.673918 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3397 2024.12.18 19:50:43.674169 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3398 2024.12.18 19:50:43.674393 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.31 MiB/sec.
3399 2024.12.18 19:50:43.674459 [ 262 ] {85f7d82d-458f-409f-b7b9-ac25a7b848ad} <Debug> TCPHandler: Processed in 0.002172434 sec.
3400 2024.12.18 19:50:43.674634 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3401 2024.12.18 19:50:43.674759 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3402 2024.12.18 19:50:43.674809 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3403 2024.12.18 19:50:43.675393 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3404 2024.12.18 19:50:43.675436 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3405 2024.12.18 19:50:43.675807 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3406 2024.12.18 19:50:43.676045 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3407 2024.12.18 19:50:43.676269 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001539 sec., 41585.44509421702 rows/sec., 3.25 MiB/sec.
3408 2024.12.18 19:50:43.676394 [ 266 ] {926cfc5e-7a9c-45b1-bbf0-e377f24fc8ef} <Debug> TCPHandler: Processed in 0.001816907 sec.
3409 2024.12.18 19:50:43.676548 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3410 2024.12.18 19:50:43.676657 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3411 2024.12.18 19:50:43.676708 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3412 2024.12.18 19:50:43.677241 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3413 2024.12.18 19:50:43.677280 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3414 2024.12.18 19:50:43.677669 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3415 2024.12.18 19:50:43.677905 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3416 2024.12.18 19:50:43.678065 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3417 2024.12.18 19:50:43.678123 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec.
3418 2024.12.18 19:50:43.678142 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3419 2024.12.18 19:50:43.678211 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3420 2024.12.18 19:50:43.678256 [ 262 ] {4ec48dd3-f44a-4b43-bcf5-66566af18a59} <Debug> TCPHandler: Processed in 0.001758057 sec.
3421 2024.12.18 19:50:43.678467 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3422 2024.12.18 19:50:43.678476 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
3423 2024.12.18 19:50:43.678628 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3424 2024.12.18 19:50:43.678744 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3425 2024.12.18 19:50:43.678761 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3426 2024.12.18 19:50:43.678868 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2021 rows starting from the beginning of the part
3427 2024.12.18 19:50:43.679250 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
3428 2024.12.18 19:50:43.679578 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
3429 2024.12.18 19:50:43.679850 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part
3430 2024.12.18 19:50:43.680127 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part
3431 2024.12.18 19:50:43.680457 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
3432 2024.12.18 19:50:43.681101 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3433 2024.12.18 19:50:43.681156 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3434 2024.12.18 19:50:43.682069 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3435 2024.12.18 19:50:43.682584 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3436 2024.12.18 19:50:43.682858 [ 111 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3437 2024.12.18 19:50:43.682945 [ 111 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2024.12.18 19:50:43.683030 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3439 2024.12.18 19:50:43.683188 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004573 sec., 13120.489831620382 rows/sec., 905.45 KiB/sec.
3440 2024.12.18 19:50:43.683511 [ 266 ] {53f086ba-4c74-45dc-ae81-bfd1ef39277b} <Debug> TCPHandler: Processed in 0.005136366 sec.
3441 2024.12.18 19:50:43.684147 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
3442 2024.12.18 19:50:43.684296 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005980733 sec., 497597.8696925611 rows/sec., 34.07 MiB/sec.
3443 2024.12.18 19:50:43.684419 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3444 2024.12.18 19:50:43.684468 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 708 rows starting from the beginning of the part
3445 2024.12.18 19:50:43.684653 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3446 2024.12.18 19:50:43.684676 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
3447 2024.12.18 19:50:43.685032 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3448 2024.12.18 19:50:43.685277 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3449 2024.12.18 19:50:43.685519 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
3450 2024.12.18 19:50:43.685542 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2024.12.18 19:50:43.685848 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3452 2024.12.18 19:50:43.685851 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
3453 2024.12.18 19:50:43.686106 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
3454 2024.12.18 19:50:43.687283 [ 199 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 4 columns (4 merged, 0 gathered) in 0.004100734 sec., 256539.4390370114 rows/sec., 17.02 MiB/sec.
3455 2024.12.18 19:50:43.687450 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3456 2024.12.18 19:50:43.687744 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3457 2024.12.18 19:50:43.687824 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_21_4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3458 2024.12.18 19:50:43.687905 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3459 2024.12.18 19:50:44.876444 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3460 2024.12.18 19:50:44.876751 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3461 2024.12.18 19:50:44.877214 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3462 2024.12.18 19:50:44.877267 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3463 2024.12.18 19:50:44.877636 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3464 2024.12.18 19:50:44.877720 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3465 2024.12.18 19:50:44.877902 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
3466 2024.12.18 19:50:44.877942 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3467 2024.12.18 19:50:44.877967 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3468 2024.12.18 19:50:44.877985 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3469 2024.12.18 19:50:44.878035 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3470 2024.12.18 19:50:44.878061 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3471 2024.12.18 19:50:44.878871 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002269 sec., 15866.020273248125 rows/sec., 610.73 KiB/sec.
3472 2024.12.18 19:50:44.878973 [ 262 ] {417ba452-35de-4864-a633-5363b0be05de} <Debug> TCPHandler: Processed in 0.002666495 sec.
3473 2024.12.18 19:50:44.879311 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3474 2024.12.18 19:50:44.879501 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3475 2024.12.18 19:50:44.879822 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3476 2024.12.18 19:50:44.879873 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3477 2024.12.18 19:50:44.880200 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3478 2024.12.18 19:50:44.880268 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3479 2024.12.18 19:50:44.880416 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
3480 2024.12.18 19:50:44.880452 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3481 2024.12.18 19:50:44.880477 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3482 2024.12.18 19:50:44.880493 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3483 2024.12.18 19:50:44.880538 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3484 2024.12.18 19:50:44.880562 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3485 2024.12.18 19:50:44.881093 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001684 sec., 21377.67220902613 rows/sec., 822.89 KiB/sec.
3486 2024.12.18 19:50:44.881181 [ 266 ] {4884980f-0121-401f-bdd0-06688a462fcf} <Debug> TCPHandler: Processed in 0.00193087 sec.
3487 2024.12.18 19:50:44.881455 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3488 2024.12.18 19:50:44.881655 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3489 2024.12.18 19:50:44.882012 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3490 2024.12.18 19:50:44.882062 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3491 2024.12.18 19:50:44.882384 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3492 2024.12.18 19:50:44.882450 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3493 2024.12.18 19:50:44.882591 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
3494 2024.12.18 19:50:44.882624 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3495 2024.12.18 19:50:44.882647 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3496 2024.12.18 19:50:44.882663 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3497 2024.12.18 19:50:44.882706 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3498 2024.12.18 19:50:44.882729 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3499 2024.12.18 19:50:44.883225 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001671 sec., 21543.98563734291 rows/sec., 829.29 KiB/sec.
3500 2024.12.18 19:50:44.883310 [ 262 ] {0d7ddd23-f49a-46f0-b39c-b47a2af9ee71} <Debug> TCPHandler: Processed in 0.00191996 sec.
3501 2024.12.18 19:50:44.883577 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3502 2024.12.18 19:50:44.883746 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3503 2024.12.18 19:50:44.884050 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3504 2024.12.18 19:50:44.884100 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3505 2024.12.18 19:50:44.884427 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3506 2024.12.18 19:50:44.884495 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3507 2024.12.18 19:50:44.884638 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
3508 2024.12.18 19:50:44.884671 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3509 2024.12.18 19:50:44.884694 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3510 2024.12.18 19:50:44.884711 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3511 2024.12.18 19:50:44.884755 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3512 2024.12.18 19:50:44.884778 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3513 2024.12.18 19:50:44.885316 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001649 sec., 21831.41297756216 rows/sec., 840.35 KiB/sec.
3514 2024.12.18 19:50:44.885401 [ 266 ] {cfbbdb65-5637-4308-8ba6-940d9864f49a} <Debug> TCPHandler: Processed in 0.001876919 sec.
3515 2024.12.18 19:50:44.885737 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3516 2024.12.18 19:50:44.885938 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3517 2024.12.18 19:50:44.886305 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3518 2024.12.18 19:50:44.886365 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3519 2024.12.18 19:50:44.886773 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3520 2024.12.18 19:50:44.886853 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3521 2024.12.18 19:50:44.887009 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3522 2024.12.18 19:50:44.887041 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3523 2024.12.18 19:50:44.887063 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3524 2024.12.18 19:50:44.887079 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3525 2024.12.18 19:50:44.887121 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3526 2024.12.18 19:50:44.887143 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3527 2024.12.18 19:50:44.887622 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001785 sec., 20168.06722689076 rows/sec., 776.33 KiB/sec.
3528 2024.12.18 19:50:44.887706 [ 262 ] {d2c3a9da-b9a3-4a9d-95c2-4194b138bc99} <Debug> TCPHandler: Processed in 0.002030912 sec.
3529 2024.12.18 19:50:44.887967 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3530 2024.12.18 19:50:44.888134 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
3531 2024.12.18 19:50:44.888442 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3532 2024.12.18 19:50:44.888493 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3533 2024.12.18 19:50:44.888824 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3534 2024.12.18 19:50:44.888891 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3535 2024.12.18 19:50:44.889034 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3536 2024.12.18 19:50:44.889066 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3537 2024.12.18 19:50:44.889090 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3538 2024.12.18 19:50:44.889106 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3539 2024.12.18 19:50:44.889149 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3540 2024.12.18 19:50:44.889173 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3541 2024.12.18 19:50:44.889692 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001638 sec., 21978.021978021978 rows/sec., 846.00 KiB/sec.
3542 2024.12.18 19:50:44.889777 [ 266 ] {e98401cc-b699-401a-9801-9e127de98ab1} <Debug> TCPHandler: Processed in 0.001863958 sec.
3543 2024.12.18 19:50:45.037340 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3544 2024.12.18 19:50:45.037615 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
3545 2024.12.18 19:50:45.038055 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3546 2024.12.18 19:50:45.038109 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
3547 2024.12.18 19:50:45.038476 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3548 2024.12.18 19:50:45.038550 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3549 2024.12.18 19:50:45.038712 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
3550 2024.12.18 19:50:45.038750 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3551 2024.12.18 19:50:45.038775 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (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
3552 2024.12.18 19:50:45.038793 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95) (SelectExecutor): Spreading mark ranges among streams (default reading)
3553 2024.12.18 19:50:45.038840 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
3554 2024.12.18 19:50:45.038893 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0
3555 2024.12.18 19:50:45.039523 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002042 sec., 17629.77473065622 rows/sec., 678.62 KiB/sec.
3556 2024.12.18 19:50:45.039617 [ 262 ] {de14e20a-1629-4a51-bec2-d29be3716edb} <Debug> TCPHandler: Processed in 0.002384269 sec.
3557 2024.12.18 19:50:45.040128 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3558 2024.12.18 19:50:45.040256 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
3559 2024.12.18 19:50:45.040309 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3560 2024.12.18 19:50:45.041009 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3561 2024.12.18 19:50:45.041054 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3562 2024.12.18 19:50:45.041556 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3563 2024.12.18 19:50:45.041790 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3564 2024.12.18 19:50:45.042004 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001783 sec., 3925.967470555244 rows/sec., 798.56 KiB/sec.
3565 2024.12.18 19:50:45.042060 [ 266 ] {6029a62e-359c-4e7f-8a1c-60836038c072} <Debug> TCPHandler: Processed in 0.001988851 sec.
3566 2024.12.18 19:50:45.042202 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3567 2024.12.18 19:50:45.042320 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3568 2024.12.18 19:50:45.042365 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3569 2024.12.18 19:50:45.042916 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2024.12.18 19:50:45.042956 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3571 2024.12.18 19:50:45.043317 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3572 2024.12.18 19:50:45.043560 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2024.12.18 19:50:45.043771 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001476 sec., 9485.09485094851 rows/sec., 682.80 KiB/sec.
3574 2024.12.18 19:50:45.043822 [ 262 ] {d7a38743-c497-490f-b19c-1e96b6b392ee} <Debug> TCPHandler: Processed in 0.001674934 sec.
3575 2024.12.18 19:50:45.043969 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3576 2024.12.18 19:50:45.044079 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3577 2024.12.18 19:50:45.044123 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3578 2024.12.18 19:50:45.044649 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3579 2024.12.18 19:50:45.044690 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3580 2024.12.18 19:50:45.045063 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3581 2024.12.18 19:50:45.045293 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3582 2024.12.18 19:50:45.045541 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001485 sec., 6734.006734006734 rows/sec., 549.11 KiB/sec.
3583 2024.12.18 19:50:45.045686 [ 266 ] {e4e2b7a8-3d4b-4649-b763-cb918524caa0} <Debug> TCPHandler: Processed in 0.001768897 sec.
3584 2024.12.18 19:50:45.045822 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3585 2024.12.18 19:50:45.045928 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3586 2024.12.18 19:50:45.045982 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3587 2024.12.18 19:50:45.047287 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3588 2024.12.18 19:50:45.047326 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3589 2024.12.18 19:50:45.047768 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3590 2024.12.18 19:50:45.048004 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3591 2024.12.18 19:50:45.048223 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Debug> executeQuery: Read 1431 rows, 122.31 KiB in 0.002317 sec., 617608.9771255935 rows/sec., 51.55 MiB/sec.
3592 2024.12.18 19:50:45.048277 [ 262 ] {fbabbdc0-377f-48d4-b2a9-5b6a4754f4b2} <Debug> TCPHandler: Processed in 0.002504982 sec.
3593 2024.12.18 19:50:45.048422 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3594 2024.12.18 19:50:45.048533 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3595 2024.12.18 19:50:45.048577 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3596 2024.12.18 19:50:45.049134 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3597 2024.12.18 19:50:45.049173 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3598 2024.12.18 19:50:45.049518 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3599 2024.12.18 19:50:45.049747 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3600 2024.12.18 19:50:45.049972 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001452 sec., 39944.903581267215 rows/sec., 2.85 MiB/sec.
3601 2024.12.18 19:50:45.050168 [ 266 ] {53b829e5-24d2-493c-ae92-ef5fb7c8e8b7} <Debug> TCPHandler: Processed in 0.001798157 sec.
3602 2024.12.18 19:50:45.050344 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3603 2024.12.18 19:50:45.050473 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3604 2024.12.18 19:50:45.050527 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3605 2024.12.18 19:50:45.051205 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3606 2024.12.18 19:50:45.051244 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3607 2024.12.18 19:50:45.051594 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3608 2024.12.18 19:50:45.051829 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3609 2024.12.18 19:50:45.052031 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001588 sec., 152392.94710327455 rows/sec., 10.32 MiB/sec.
3610 2024.12.18 19:50:45.052085 [ 262 ] {9366acd7-35c1-4c11-954f-d2c20cbd5cc8} <Debug> TCPHandler: Processed in 0.001816607 sec.
3611 2024.12.18 19:50:45.052223 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3612 2024.12.18 19:50:45.052329 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3613 2024.12.18 19:50:45.052373 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3614 2024.12.18 19:50:45.052892 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3615 2024.12.18 19:50:45.052931 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3616 2024.12.18 19:50:45.053266 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3617 2024.12.18 19:50:45.053507 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3618 2024.12.18 19:50:45.053713 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001405 sec., 9252.669039145907 rows/sec., 576.90 KiB/sec.
3619 2024.12.18 19:50:45.053765 [ 266 ] {0f527d17-deb8-4f7d-a0ec-63307e216ff5} <Debug> TCPHandler: Processed in 0.001595853 sec.
3620 2024.12.18 19:50:45.053903 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3621 2024.12.18 19:50:45.054034 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3622 2024.12.18 19:50:45.054088 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3623 2024.12.18 19:50:45.055249 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3624 2024.12.18 19:50:45.055290 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3625 2024.12.18 19:50:45.055693 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3626 2024.12.18 19:50:45.055935 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3627 2024.12.18 19:50:45.056142 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.002136 sec., 416198.5018726592 rows/sec., 30.21 MiB/sec.
3628 2024.12.18 19:50:45.056195 [ 262 ] {b1ae9bdb-1f29-4cdc-af6c-9b35feed324d} <Debug> TCPHandler: Processed in 0.002344898 sec.
3629 2024.12.18 19:50:45.056331 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3630 2024.12.18 19:50:45.056443 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3631 2024.12.18 19:50:45.056490 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3632 2024.12.18 19:50:45.056913 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3633 2024.12.18 19:50:45.056951 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3634 2024.12.18 19:50:45.057296 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3635 2024.12.18 19:50:45.057538 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3636 2024.12.18 19:50:45.057695 [ 109 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3637 2024.12.18 19:50:45.057761 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec.
3638 2024.12.18 19:50:45.057778 [ 109 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.12.18 19:50:45.057839 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3640 2024.12.18 19:50:45.057886 [ 266 ] {0958af98-bd87-4d32-8d95-aeb31266a9ac} <Debug> TCPHandler: Processed in 0.001605533 sec.
3641 2024.12.18 19:50:45.058115 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3642 2024.12.18 19:50:45.058155 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3643 2024.12.18 19:50:45.058332 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3644 2024.12.18 19:50:45.058460 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3645 2024.12.18 19:50:45.058480 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3646 2024.12.18 19:50:45.058601 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3647 2024.12.18 19:50:45.058908 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3648 2024.12.18 19:50:45.059253 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3649 2024.12.18 19:50:45.059609 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3650 2024.12.18 19:50:45.059920 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3651 2024.12.18 19:50:45.060097 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
3652 2024.12.18 19:50:45.062031 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004063154 sec., 8860.112119796591 rows/sec., 462.91 KiB/sec.
3653 2024.12.18 19:50:45.062196 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3654 2024.12.18 19:50:45.062501 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_6_1} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3655 2024.12.18 19:50:45.062582 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_6_1} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3656 2024.12.18 19:50:45.062663 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3657 2024.12.18 19:50:45.064231 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2024.12.18 19:50:45.064281 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3659 2024.12.18 19:50:45.064997 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3660 2024.12.18 19:50:45.065260 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3661 2024.12.18 19:50:45.065487 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Debug> executeQuery: Read 4113 rows, 280.92 KiB in 0.00723 sec., 568879.6680497925 rows/sec., 37.94 MiB/sec.
3662 2024.12.18 19:50:45.065553 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.00 MiB.
3663 2024.12.18 19:50:45.065568 [ 262 ] {0b2a35ae-dc70-4aa9-a7fe-240ef2f9e3b0} <Debug> TCPHandler: Processed in 0.007591306 sec.
3664 2024.12.18 19:50:45.065710 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3665 2024.12.18 19:50:45.065820 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3666 2024.12.18 19:50:45.065867 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3667 2024.12.18 19:50:45.066291 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3668 2024.12.18 19:50:45.066330 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3669 2024.12.18 19:50:45.066676 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3670 2024.12.18 19:50:45.066908 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3671 2024.12.18 19:50:45.067186 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec.
3672 2024.12.18 19:50:45.067290 [ 266 ] {ef5de774-c1f2-41e6-b937-0bf89c1a87a4} <Debug> TCPHandler: Processed in 0.001632524 sec.
3673 2024.12.18 19:50:45.067422 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3674 2024.12.18 19:50:45.067528 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3675 2024.12.18 19:50:45.067593 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3676 2024.12.18 19:50:45.068708 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3677 2024.12.18 19:50:45.068747 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3678 2024.12.18 19:50:45.069377 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3679 2024.12.18 19:50:45.069633 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3680 2024.12.18 19:50:45.069859 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002352 sec., 17431.972789115647 rows/sec., 31.24 MiB/sec.
3681 2024.12.18 19:50:45.069953 [ 262 ] {6be525fb-39c1-465b-a78a-935a786ea446} <Debug> TCPHandler: Processed in 0.002580483 sec.
3682 2024.12.18 19:50:45.070081 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3683 2024.12.18 19:50:45.070188 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3684 2024.12.18 19:50:45.070234 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3685 2024.12.18 19:50:45.070661 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3686 2024.12.18 19:50:45.070699 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3687 2024.12.18 19:50:45.071041 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3688 2024.12.18 19:50:45.071269 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3689 2024.12.18 19:50:45.071522 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001347 sec., 29695.619896065327 rows/sec., 1.77 MiB/sec.
3690 2024.12.18 19:50:45.071726 [ 266 ] {76e87739-a66a-43ef-8179-2439710939e9} <Debug> TCPHandler: Processed in 0.001693505 sec.
3691 2024.12.18 19:50:46.994393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 496
3692 2024.12.18 19:50:46.998504 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3693 2024.12.18 19:50:46.998566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3694 2024.12.18 19:50:47.000125 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3695 2024.12.18 19:50:47.000884 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3696 2024.12.18 19:50:47.002068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 496
3697 2024.12.18 19:50:48.670155 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3698 2024.12.18 19:50:48.670365 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3699 2024.12.18 19:50:48.670445 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3700 2024.12.18 19:50:48.671258 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3701 2024.12.18 19:50:48.671313 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3702 2024.12.18 19:50:48.671790 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3703 2024.12.18 19:50:48.672040 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3704 2024.12.18 19:50:48.672270 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.18 MiB/sec.
3705 2024.12.18 19:50:48.672340 [ 262 ] {7b97c833-c524-4685-8f6f-0329f03a5300} <Debug> TCPHandler: Processed in 0.002317288 sec.
3706 2024.12.18 19:50:48.672497 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.12.18 19:50:48.672621 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3708 2024.12.18 19:50:48.672672 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3709 2024.12.18 19:50:48.673280 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2024.12.18 19:50:48.673322 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3711 2024.12.18 19:50:48.673697 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3712 2024.12.18 19:50:48.673937 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.12.18 19:50:48.674190 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec.
3714 2024.12.18 19:50:48.674403 [ 266 ] {ba7d183e-7425-4103-992a-2c1ec6cbad57} <Debug> TCPHandler: Processed in 0.00196361 sec.
3715 2024.12.18 19:50:48.674600 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3716 2024.12.18 19:50:48.674734 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3717 2024.12.18 19:50:48.674794 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3718 2024.12.18 19:50:48.675376 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2024.12.18 19:50:48.675416 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3720 2024.12.18 19:50:48.675792 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3721 2024.12.18 19:50:48.676039 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2024.12.18 19:50:48.676248 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001545 sec., 69902.91262135922 rows/sec., 4.87 MiB/sec.
3723 2024.12.18 19:50:48.676302 [ 262 ] {a5a52ab0-36b8-4e0b-be0f-7b6583098fd6} <Debug> TCPHandler: Processed in 0.001767786 sec.
3724 2024.12.18 19:50:48.676458 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3725 2024.12.18 19:50:48.676588 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3726 2024.12.18 19:50:48.676644 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3727 2024.12.18 19:50:48.677142 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3728 2024.12.18 19:50:48.677181 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3729 2024.12.18 19:50:48.677535 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3730 2024.12.18 19:50:48.677763 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3731 2024.12.18 19:50:48.677966 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001407 sec., 29850.746268656716 rows/sec., 2.01 MiB/sec.
3732 2024.12.18 19:50:48.678017 [ 266 ] {a7bc6b8b-fdee-43f2-8dc0-2e4dd7506d19} <Debug> TCPHandler: Processed in 0.001623064 sec.
3733 2024.12.18 19:50:49.468891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3734 2024.12.18 19:50:49.469658 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3735 2024.12.18 19:50:49.469716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3736 2024.12.18 19:50:49.470294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3737 2024.12.18 19:50:49.470565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3738 2024.12.18 19:50:49.470815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3739 2024.12.18 19:50:50.052270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3740 2024.12.18 19:50:50.073199 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2024.12.18 19:50:50.073255 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3742 2024.12.18 19:50:50.080820 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3743 2024.12.18 19:50:50.081611 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2024.12.18 19:50:50.085119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3745 2024.12.18 19:50:53.672249 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3746 2024.12.18 19:50:53.672467 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3747 2024.12.18 19:50:53.672545 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3748 2024.12.18 19:50:53.673351 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2024.12.18 19:50:53.673406 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3750 2024.12.18 19:50:53.673859 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3751 2024.12.18 19:50:53.674110 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2024.12.18 19:50:53.674361 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec.
3753 2024.12.18 19:50:53.674426 [ 262 ] {18806054-b2ef-4301-95dd-6ab3716e8947} <Debug> TCPHandler: Processed in 0.002310078 sec.
3754 2024.12.18 19:50:53.674581 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3755 2024.12.18 19:50:53.674703 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3756 2024.12.18 19:50:53.674751 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3757 2024.12.18 19:50:53.675322 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3758 2024.12.18 19:50:53.675365 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3759 2024.12.18 19:50:53.675726 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3760 2024.12.18 19:50:53.675963 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2024.12.18 19:50:53.676175 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001499 sec., 42695.130086724486 rows/sec., 3.33 MiB/sec.
3762 2024.12.18 19:50:53.676230 [ 266 ] {90dc0e43-fb67-4492-8c3d-a6db88e71f69} <Debug> TCPHandler: Processed in 0.001709745 sec.
3763 2024.12.18 19:50:53.676370 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3764 2024.12.18 19:50:53.676500 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3765 2024.12.18 19:50:53.676557 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3766 2024.12.18 19:50:53.677160 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3767 2024.12.18 19:50:53.677218 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3768 2024.12.18 19:50:53.677764 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3769 2024.12.18 19:50:53.678002 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3770 2024.12.18 19:50:53.678224 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001754 sec., 91220.06841505131 rows/sec., 6.35 MiB/sec.
3771 2024.12.18 19:50:53.678276 [ 262 ] {8dabd840-1ccf-412d-badf-c91bdb03dafb} <Debug> TCPHandler: Processed in 0.001969161 sec.
3772 2024.12.18 19:50:53.678414 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3773 2024.12.18 19:50:53.678543 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3774 2024.12.18 19:50:53.678598 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3775 2024.12.18 19:50:53.679112 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2024.12.18 19:50:53.679159 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3777 2024.12.18 19:50:53.679519 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3778 2024.12.18 19:50:53.679753 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2024.12.18 19:50:53.679959 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec.
3780 2024.12.18 19:50:53.680007 [ 266 ] {4e027e99-2a9f-486c-8fe3-b2df6f18c11d} <Debug> TCPHandler: Processed in 0.001658315 sec.
3781 2024.12.18 19:50:56.250661 [ 95 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
3782 2024.12.18 19:50:56.250738 [ 95 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2024.12.18 19:50:56.250760 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3784 2024.12.18 19:50:56.250976 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
3785 2024.12.18 19:50:56.251157 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3786 2024.12.18 19:50:56.251198 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 52 rows starting from the beginning of the part
3787 2024.12.18 19:50:56.251282 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part
3788 2024.12.18 19:50:56.251535 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
3789 2024.12.18 19:50:56.251772 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part
3790 2024.12.18 19:50:56.251962 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part
3791 2024.12.18 19:50:56.253112 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.002271697 sec., 91561.5066622001 rows/sec., 6.92 MiB/sec.
3792 2024.12.18 19:50:56.253256 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
3793 2024.12.18 19:50:56.253545 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3794 2024.12.18 19:50:56.253628 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_14_3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
3795 2024.12.18 19:50:56.253717 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3796 2024.12.18 19:50:56.863867 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
3797 2024.12.18 19:50:56.863912 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
3798 2024.12.18 19:50:56.970918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3799 2024.12.18 19:50:56.971556 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2024.12.18 19:50:56.971604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3801 2024.12.18 19:50:56.972176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3802 2024.12.18 19:50:56.972433 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2024.12.18 19:50:56.972696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3804 2024.12.18 19:50:57.002397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 512
3805 2024.12.18 19:50:57.005629 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3806 2024.12.18 19:50:57.005696 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3807 2024.12.18 19:50:57.007211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3808 2024.12.18 19:50:57.007540 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3809 2024.12.18 19:50:57.008161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512
3810 2024.12.18 19:50:57.585171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3811 2024.12.18 19:50:57.607288 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3812 2024.12.18 19:50:57.607354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3813 2024.12.18 19:50:57.615123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3814 2024.12.18 19:50:57.615902 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3815 2024.12.18 19:50:57.619011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3816 2024.12.18 19:50:58.679309 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3817 2024.12.18 19:50:58.679503 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3818 2024.12.18 19:50:58.679573 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3819 2024.12.18 19:50:58.680303 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3820 2024.12.18 19:50:58.680357 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3821 2024.12.18 19:50:58.680803 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3822 2024.12.18 19:50:58.681053 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3823 2024.12.18 19:50:58.681298 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
3824 2024.12.18 19:50:58.681364 [ 262 ] {4a5bc973-b2e1-4fce-8e06-9629eca3f231} <Debug> TCPHandler: Processed in 0.002191206 sec.
3825 2024.12.18 19:50:58.681522 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3826 2024.12.18 19:50:58.681635 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3827 2024.12.18 19:50:58.681684 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3828 2024.12.18 19:50:58.682325 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3829 2024.12.18 19:50:58.682367 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3830 2024.12.18 19:50:58.682769 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3831 2024.12.18 19:50:58.683010 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3832 2024.12.18 19:50:58.683173 [ 93 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3833 2024.12.18 19:50:58.683237 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001627 sec., 175169.02274124156 rows/sec., 15.45 MiB/sec.
3834 2024.12.18 19:50:58.683256 [ 93 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3835 2024.12.18 19:50:58.683318 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3836 2024.12.18 19:50:58.683370 [ 266 ] {8c6fe093-f4fd-4532-baa1-fa782e342864} <Debug> TCPHandler: Processed in 0.001901799 sec.
3837 2024.12.18 19:50:58.683584 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3838 2024.12.18 19:50:58.683595 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
3839 2024.12.18 19:50:58.683803 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3840 2024.12.18 19:50:58.683883 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3841 2024.12.18 19:50:58.683906 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3842 2024.12.18 19:50:58.683976 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 289 rows starting from the beginning of the part
3843 2024.12.18 19:50:58.684299 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3844 2024.12.18 19:50:58.684648 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1431 rows starting from the beginning of the part
3845 2024.12.18 19:50:58.684986 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
3846 2024.12.18 19:50:58.685261 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3847 2024.12.18 19:50:58.685613 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 285 rows starting from the beginning of the part
3848 2024.12.18 19:50:58.686601 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3849 2024.12.18 19:50:58.686677 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3850 2024.12.18 19:50:58.687601 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3851 2024.12.18 19:50:58.688085 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3852 2024.12.18 19:50:58.688552 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004809 sec., 9981.285090455396 rows/sec., 735.92 KiB/sec.
3853 2024.12.18 19:50:58.688994 [ 262 ] {bda8bcfe-d344-46f8-923b-07147aa66df1} <Debug> TCPHandler: Processed in 0.005519403 sec.
3854 2024.12.18 19:50:58.689293 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3855 2024.12.18 19:50:58.689469 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021434 sec., 360877.49197284237 rows/sec., 31.74 MiB/sec.
3856 2024.12.18 19:50:58.689626 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3857 2024.12.18 19:50:58.689688 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3858 2024.12.18 19:50:58.689914 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3859 2024.12.18 19:50:58.690621 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3860 2024.12.18 19:50:58.690841 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_26_5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3861 2024.12.18 19:50:58.691045 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
3862 2024.12.18 19:50:58.691052 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3863 2024.12.18 19:50:58.691115 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3864 2024.12.18 19:50:58.691473 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3865 2024.12.18 19:50:58.691718 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2024.12.18 19:50:58.691933 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002404 sec., 5823.627287853577 rows/sec., 407.85 KiB/sec.
3867 2024.12.18 19:50:58.691988 [ 266 ] {2362e881-fb7c-4d26-b72a-53906c65faee} <Debug> TCPHandler: Processed in 0.002862469 sec.
3868 2024.12.18 19:50:58.692129 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3869 2024.12.18 19:50:58.692261 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3870 2024.12.18 19:50:58.692316 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3871 2024.12.18 19:50:58.692954 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3872 2024.12.18 19:50:58.693001 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3873 2024.12.18 19:50:58.693410 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3874 2024.12.18 19:50:58.693648 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3875 2024.12.18 19:50:58.693824 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec.
3876 2024.12.18 19:50:58.693875 [ 262 ] {2f19f43a-bee1-40f5-95aa-e3e06dc11dfb} <Debug> TCPHandler: Processed in 0.001811607 sec.
3877 2024.12.18 19:50:58.693998 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3878 2024.12.18 19:50:58.694101 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3879 2024.12.18 19:50:58.694143 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3880 2024.12.18 19:50:58.694845 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3881 2024.12.18 19:50:58.694881 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3882 2024.12.18 19:50:58.695251 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3883 2024.12.18 19:50:58.695487 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3884 2024.12.18 19:50:58.695610 [ 92 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3885 2024.12.18 19:50:58.695656 [ 92 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3886 2024.12.18 19:50:58.695666 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001585 sec., 266876.9716088328 rows/sec., 19.08 MiB/sec.
3887 2024.12.18 19:50:58.695686 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3888 2024.12.18 19:50:58.695743 [ 266 ] {8f839d28-c757-4bce-81eb-cbb39f28b465} <Debug> TCPHandler: Processed in 0.001790337 sec.
3889 2024.12.18 19:50:58.695959 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
3890 2024.12.18 19:50:58.695978 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2024.12.18 19:50:58.696218 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3892 2024.12.18 19:50:58.696240 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3893 2024.12.18 19:50:58.696285 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 447 rows starting from the beginning of the part
3894 2024.12.18 19:50:58.696358 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3895 2024.12.18 19:50:58.696609 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3896 2024.12.18 19:50:58.696923 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 889 rows starting from the beginning of the part
3897 2024.12.18 19:50:58.697312 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
3898 2024.12.18 19:50:58.697659 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3899 2024.12.18 19:50:58.697907 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 423 rows starting from the beginning of the part
3900 2024.12.18 19:50:58.698800 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2024.12.18 19:50:58.698870 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3902 2024.12.18 19:50:58.699856 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3903 2024.12.18 19:50:58.700373 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2024.12.18 19:50:58.700625 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004463 sec., 1344.3871835088505 rows/sec., 70.24 KiB/sec.
3905 2024.12.18 19:50:58.700800 [ 262 ] {8f6c44e1-cacf-4ff3-8be8-acacc6adf7e9} <Debug> TCPHandler: Processed in 0.004941731 sec.
3906 2024.12.18 19:50:58.701060 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3907 2024.12.18 19:50:58.701156 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378411 sec., 362746.54354232136 rows/sec., 27.76 MiB/sec.
3908 2024.12.18 19:50:58.701206 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3909 2024.12.18 19:50:58.701255 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3910 2024.12.18 19:50:58.701365 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3911 2024.12.18 19:50:58.701762 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3912 2024.12.18 19:50:58.701874 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_26_5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3913 2024.12.18 19:50:58.701990 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3914 2024.12.18 19:50:58.702033 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2024.12.18 19:50:58.702070 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3916 2024.12.18 19:50:58.702458 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3917 2024.12.18 19:50:58.702694 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2024.12.18 19:50:58.702876 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001697 sec., 139658.22038892162 rows/sec., 9.36 MiB/sec.
3919 2024.12.18 19:50:58.702926 [ 266 ] {5ebb491e-0dfc-476f-8437-0333d9d14776} <Debug> TCPHandler: Processed in 0.001999391 sec.
3920 2024.12.18 19:50:58.703051 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2024.12.18 19:50:58.703159 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3922 2024.12.18 19:50:58.703205 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3923 2024.12.18 19:50:58.703628 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2024.12.18 19:50:58.703664 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3925 2024.12.18 19:50:58.704006 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3926 2024.12.18 19:50:58.704250 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2024.12.18 19:50:58.704425 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec.
3928 2024.12.18 19:50:58.704472 [ 262 ] {58724668-9bbd-45e2-ab3d-670c1e42ab1b} <Debug> TCPHandler: Processed in 0.001475151 sec.
3929 2024.12.18 19:50:58.704616 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3930 2024.12.18 19:50:58.704741 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3931 2024.12.18 19:50:58.704815 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3932 2024.12.18 19:50:58.705964 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3933 2024.12.18 19:50:58.706000 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3934 2024.12.18 19:50:58.706644 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3935 2024.12.18 19:50:58.706891 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3936 2024.12.18 19:50:58.707084 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002371 sec., 17292.281737663434 rows/sec., 30.99 MiB/sec.
3937 2024.12.18 19:50:58.707172 [ 266 ] {411ae9e5-659e-45a4-886f-45f4fa4f626c} <Debug> TCPHandler: Processed in 0.002617734 sec.
3938 2024.12.18 19:50:58.707306 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3939 2024.12.18 19:50:58.707416 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3940 2024.12.18 19:50:58.707461 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3941 2024.12.18 19:50:58.707885 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2024.12.18 19:50:58.707921 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3943 2024.12.18 19:50:58.708278 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3944 2024.12.18 19:50:58.708510 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2024.12.18 19:50:58.708727 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001333 sec., 61515.37884471118 rows/sec., 3.91 MiB/sec.
3946 2024.12.18 19:50:58.708919 [ 262 ] {5cb17ac3-bcf7-41fc-8d22-9313572f0cb1} <Debug> TCPHandler: Processed in 0.001665044 sec.
3947 2024.12.18 19:51:03.675443 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3948 2024.12.18 19:51:03.675711 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3949 2024.12.18 19:51:03.675807 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3950 2024.12.18 19:51:03.676735 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3951 2024.12.18 19:51:03.676789 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3952 2024.12.18 19:51:03.677221 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3953 2024.12.18 19:51:03.677555 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3954 2024.12.18 19:51:03.677826 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002174 sec., 1839.926402943882 rows/sec., 150.03 KiB/sec.
3955 2024.12.18 19:51:03.678042 [ 262 ] {d4d7c157-587d-411c-a0a8-029de8ab38f3} <Debug> TCPHandler: Processed in 0.002780337 sec.
3956 2024.12.18 19:51:03.678278 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3957 2024.12.18 19:51:03.678434 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3958 2024.12.18 19:51:03.678496 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3959 2024.12.18 19:51:03.679204 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2024.12.18 19:51:03.679250 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3961 2024.12.18 19:51:03.679732 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3962 2024.12.18 19:51:03.680042 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3963 2024.12.18 19:51:03.680283 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001907 sec., 30414.263240692188 rows/sec., 2.32 MiB/sec.
3964 2024.12.18 19:51:03.680352 [ 266 ] {dccb47ab-eea6-4a99-9f30-0bdc0d07f2db} <Debug> TCPHandler: Processed in 0.002139194 sec.
3965 2024.12.18 19:51:03.680524 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3966 2024.12.18 19:51:03.680642 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3967 2024.12.18 19:51:03.680692 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3968 2024.12.18 19:51:03.681263 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3969 2024.12.18 19:51:03.681305 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3970 2024.12.18 19:51:03.681770 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3971 2024.12.18 19:51:03.682119 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3972 2024.12.18 19:51:03.682366 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001744 sec., 2293.577981651376 rows/sec., 160.15 KiB/sec.
3973 2024.12.18 19:51:03.682451 [ 262 ] {c0f95bd9-0490-4fd6-910b-3c5390118e54} <Debug> TCPHandler: Processed in 0.00198206 sec.
3974 2024.12.18 19:51:03.682641 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3975 2024.12.18 19:51:03.682771 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3976 2024.12.18 19:51:03.682827 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3977 2024.12.18 19:51:03.683543 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3978 2024.12.18 19:51:03.683590 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3979 2024.12.18 19:51:03.684036 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3980 2024.12.18 19:51:03.684344 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3981 2024.12.18 19:51:03.684615 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001867 sec., 36422.06748794858 rows/sec., 2.85 MiB/sec.
3982 2024.12.18 19:51:03.684705 [ 266 ] {8afd9702-25ef-4ffa-abf7-9835de8f60c0} <Debug> TCPHandler: Processed in 0.002119543 sec.
3983 2024.12.18 19:51:03.684944 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3984 2024.12.18 19:51:03.685086 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3985 2024.12.18 19:51:03.685153 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3986 2024.12.18 19:51:03.685893 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3987 2024.12.18 19:51:03.685940 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3988 2024.12.18 19:51:03.686430 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3989 2024.12.18 19:51:03.686768 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3990 2024.12.18 19:51:03.687002 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3991 2024.12.18 19:51:03.687054 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001999 sec., 81040.52026013007 rows/sec., 5.64 MiB/sec.
3992 2024.12.18 19:51:03.687119 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3993 2024.12.18 19:51:03.687208 [ 262 ] {44c2ca75-a227-4b81-bee7-4929c06f8293} <Debug> TCPHandler: Processed in 0.002363929 sec.
3994 2024.12.18 19:51:03.687212 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3995 2024.12.18 19:51:03.687459 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3996 2024.12.18 19:51:03.687500 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
3997 2024.12.18 19:51:03.687732 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3998 2024.12.18 19:51:03.687831 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3999 2024.12.18 19:51:03.687855 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4000 2024.12.18 19:51:03.687954 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2976 rows starting from the beginning of the part
4001 2024.12.18 19:51:03.688427 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4113 rows starting from the beginning of the part
4002 2024.12.18 19:51:03.688777 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part
4003 2024.12.18 19:51:03.689125 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
4004 2024.12.18 19:51:03.689331 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
4005 2024.12.18 19:51:03.689711 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part
4006 2024.12.18 19:51:03.690619 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4007 2024.12.18 19:51:03.690696 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4008 2024.12.18 19:51:03.691872 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4009 2024.12.18 19:51:03.692642 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4010 2024.12.18 19:51:03.693090 [ 86 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4011 2024.12.18 19:51:03.693196 [ 86 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2024.12.18 19:51:03.693253 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4013 2024.12.18 19:51:03.693271 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005656 sec., 10608.20367751061 rows/sec., 732.08 KiB/sec.
4014 2024.12.18 19:51:03.693496 [ 266 ] {17a7325d-177d-4b09-a5e5-3cb9f2b50718} <Debug> TCPHandler: Processed in 0.006154607 sec.
4015 2024.12.18 19:51:03.693534 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
4016 2024.12.18 19:51:03.693734 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4017 2024.12.18 19:51:03.693818 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1052 rows starting from the beginning of the part
4018 2024.12.18 19:51:03.693966 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
4019 2024.12.18 19:51:03.694083 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
4020 2024.12.18 19:51:03.694168 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
4021 2024.12.18 19:51:03.694681 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
4022 2024.12.18 19:51:03.694903 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
4023 2024.12.18 19:51:03.694903 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7756 rows, containing 5 columns (5 merged, 0 gathered) in 0.007500284 sec., 1034094.1756338826 rows/sec., 69.86 MiB/sec.
4024 2024.12.18 19:51:03.695704 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4025 2024.12.18 19:51:03.696380 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4026 2024.12.18 19:51:03.696645 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4027 2024.12.18 19:51:03.696830 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
4028 2024.12.18 19:51:03.697157 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003744517 sec., 356788.33878975577 rows/sec., 23.58 MiB/sec.
4029 2024.12.18 19:51:03.697418 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4030 2024.12.18 19:51:03.697751 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4031 2024.12.18 19:51:03.697850 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_26_5} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4032 2024.12.18 19:51:03.697955 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
4033 2024.12.18 19:51:04.472796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4034 2024.12.18 19:51:04.473454 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4035 2024.12.18 19:51:04.473505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4036 2024.12.18 19:51:04.474029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4037 2024.12.18 19:51:04.474283 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4038 2024.12.18 19:51:04.474488 [ 85 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4039 2024.12.18 19:51:04.474556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4040 2024.12.18 19:51:04.474583 [ 85 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4041 2024.12.18 19:51:04.474615 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4042 2024.12.18 19:51:04.474810 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4043 2024.12.18 19:51:04.475055 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4044 2024.12.18 19:51:04.475091 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4045 2024.12.18 19:51:04.475153 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4046 2024.12.18 19:51:04.475257 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4047 2024.12.18 19:51:04.475387 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4048 2024.12.18 19:51:04.475461 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4049 2024.12.18 19:51:04.475558 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4050 2024.12.18 19:51:04.477433 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002748616 sec., 3528684.9818235794 rows/sec., 50.48 MiB/sec.
4051 2024.12.18 19:51:04.477724 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4052 2024.12.18 19:51:04.478063 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_21_4} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4053 2024.12.18 19:51:04.478150 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_21_4} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4054 2024.12.18 19:51:04.478261 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4055 2024.12.18 19:51:05.119061 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4056 2024.12.18 19:51:05.142575 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4057 2024.12.18 19:51:05.142637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4058 2024.12.18 19:51:05.150253 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4059 2024.12.18 19:51:05.151029 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4060 2024.12.18 19:51:05.151338 [ 83 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4061 2024.12.18 19:51:05.151409 [ 83 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2024.12.18 19:51:05.151451 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4063 2024.12.18 19:51:05.151808 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4064 2024.12.18 19:51:05.166755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4065 2024.12.18 19:51:05.168116 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4066 2024.12.18 19:51:05.169253 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4067 2024.12.18 19:51:05.174005 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4068 2024.12.18 19:51:05.178943 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4069 2024.12.18 19:51:05.184057 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4070 2024.12.18 19:51:05.189376 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4071 2024.12.18 19:51:05.193961 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4072 2024.12.18 19:51:05.251416 [ 197 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.099850594 sec., 1592.3791099329865 rows/sec., 8.23 MiB/sec.
4073 2024.12.18 19:51:05.254051 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4074 2024.12.18 19:51:05.256909 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_21_4} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4075 2024.12.18 19:51:05.257006 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_21_4} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4076 2024.12.18 19:51:05.259218 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4077 2024.12.18 19:51:06.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.63 MiB, peak 194.18 MiB, free memory in arenas 0.00 B, will set to 185.64 MiB (RSS), difference: 2.02 MiB
4078 2024.12.18 19:51:07.008278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 546
4079 2024.12.18 19:51:07.011409 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4080 2024.12.18 19:51:07.011451 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4081 2024.12.18 19:51:07.012959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4082 2024.12.18 19:51:07.013267 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4083 2024.12.18 19:51:07.014328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546
4084 2024.12.18 19:51:08.678628 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4085 2024.12.18 19:51:08.678836 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4086 2024.12.18 19:51:08.678913 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4087 2024.12.18 19:51:08.679739 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.12.18 19:51:08.679783 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4089 2024.12.18 19:51:08.680204 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4090 2024.12.18 19:51:08.680452 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4091 2024.12.18 19:51:08.680645 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec.
4092 2024.12.18 19:51:08.680711 [ 262 ] {203b3318-d419-4a51-8004-7c9e83ab4fdb} <Debug> TCPHandler: Processed in 0.002216316 sec.
4093 2024.12.18 19:51:08.680891 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4094 2024.12.18 19:51:08.681036 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4095 2024.12.18 19:51:08.681096 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4096 2024.12.18 19:51:08.681890 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4097 2024.12.18 19:51:08.681929 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4098 2024.12.18 19:51:08.682331 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4099 2024.12.18 19:51:08.682586 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4100 2024.12.18 19:51:08.682809 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001799 sec., 158421.3451917732 rows/sec., 13.98 MiB/sec.
4101 2024.12.18 19:51:08.683026 [ 266 ] {cd61682a-bbf3-4c5a-ae1d-8da747f3a20f} <Debug> TCPHandler: Processed in 0.002202225 sec.
4102 2024.12.18 19:51:08.683211 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4103 2024.12.18 19:51:08.683327 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4104 2024.12.18 19:51:08.683376 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4105 2024.12.18 19:51:08.683947 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4106 2024.12.18 19:51:08.683985 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4107 2024.12.18 19:51:08.684342 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4108 2024.12.18 19:51:08.684570 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4109 2024.12.18 19:51:08.684741 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00144 sec., 33333.33333333333 rows/sec., 2.40 MiB/sec.
4110 2024.12.18 19:51:08.684794 [ 262 ] {d1b6c2c0-8ee0-4e44-bc79-35f7f7e8f15a} <Debug> TCPHandler: Processed in 0.001660215 sec.
4111 2024.12.18 19:51:08.684947 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4112 2024.12.18 19:51:08.685079 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4113 2024.12.18 19:51:08.685134 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4114 2024.12.18 19:51:08.685742 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4115 2024.12.18 19:51:08.685780 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4116 2024.12.18 19:51:08.686129 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4117 2024.12.18 19:51:08.686366 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4118 2024.12.18 19:51:08.686539 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec.
4119 2024.12.18 19:51:08.686589 [ 266 ] {30e3f724-0429-4767-b270-3eccaa9e5ffb} <Debug> TCPHandler: Processed in 0.001707896 sec.
4120 2024.12.18 19:51:08.686726 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4121 2024.12.18 19:51:08.686853 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4122 2024.12.18 19:51:08.686907 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4123 2024.12.18 19:51:08.687534 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4124 2024.12.18 19:51:08.687578 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4125 2024.12.18 19:51:08.687922 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4126 2024.12.18 19:51:08.688148 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4127 2024.12.18 19:51:08.688320 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001494 sec., 8701.472556894243 rows/sec., 542.53 KiB/sec.
4128 2024.12.18 19:51:08.688370 [ 262 ] {9224711e-4656-43d0-89d2-5540b0bf0bc3} <Debug> TCPHandler: Processed in 0.001705825 sec.
4129 2024.12.18 19:51:08.688503 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4130 2024.12.18 19:51:08.688611 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4131 2024.12.18 19:51:08.688659 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4132 2024.12.18 19:51:08.689475 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4133 2024.12.18 19:51:08.689520 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4134 2024.12.18 19:51:08.689928 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4135 2024.12.18 19:51:08.690163 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4136 2024.12.18 19:51:08.690376 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001786 sec., 236842.1052631579 rows/sec., 16.93 MiB/sec.
4137 2024.12.18 19:51:08.690591 [ 266 ] {065c128b-a7b9-412a-8916-9b7258c42745} <Debug> TCPHandler: Processed in 0.002137924 sec.
4138 2024.12.18 19:51:08.690783 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4139 2024.12.18 19:51:08.690915 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4140 2024.12.18 19:51:08.690971 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4141 2024.12.18 19:51:08.691506 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4142 2024.12.18 19:51:08.691553 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4143 2024.12.18 19:51:08.691912 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4144 2024.12.18 19:51:08.692139 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4145 2024.12.18 19:51:08.692413 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec.
4146 2024.12.18 19:51:08.692494 [ 262 ] {5a43f2c3-f72c-496a-88f6-a41196ee8c2a} <Debug> TCPHandler: Processed in 0.001790197 sec.
4147 2024.12.18 19:51:08.692621 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4148 2024.12.18 19:51:08.692748 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4149 2024.12.18 19:51:08.692805 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4150 2024.12.18 19:51:08.693431 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4151 2024.12.18 19:51:08.693478 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4152 2024.12.18 19:51:08.693887 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4153 2024.12.18 19:51:08.694126 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4154 2024.12.18 19:51:08.694299 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec.
4155 2024.12.18 19:51:08.694349 [ 266 ] {68669271-e382-490c-bfa4-661909e42167} <Debug> TCPHandler: Processed in 0.001781877 sec.
4156 2024.12.18 19:51:08.694473 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4157 2024.12.18 19:51:08.694578 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4158 2024.12.18 19:51:08.694625 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4159 2024.12.18 19:51:08.695104 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4160 2024.12.18 19:51:08.695147 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4161 2024.12.18 19:51:08.695555 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4162 2024.12.18 19:51:08.695797 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2024.12.18 19:51:08.696005 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec.
4164 2024.12.18 19:51:08.696185 [ 262 ] {29296114-ad53-4d61-b1ca-d533ad62efb2} <Debug> TCPHandler: Processed in 0.001759627 sec.
4165 2024.12.18 19:51:08.696322 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4166 2024.12.18 19:51:08.696431 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4167 2024.12.18 19:51:08.696500 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4168 2024.12.18 19:51:08.697630 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4169 2024.12.18 19:51:08.697669 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4170 2024.12.18 19:51:08.698327 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4171 2024.12.18 19:51:08.698578 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4172 2024.12.18 19:51:08.698920 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002489 sec., 16472.478907191646 rows/sec., 29.52 MiB/sec.
4173 2024.12.18 19:51:08.699092 [ 266 ] {a22a3d8e-1284-4d99-829c-ead4f97fa2ea} <Debug> TCPHandler: Processed in 0.002822298 sec.
4174 2024.12.18 19:51:08.699224 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4175 2024.12.18 19:51:08.699330 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4176 2024.12.18 19:51:08.699375 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4177 2024.12.18 19:51:08.699795 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4178 2024.12.18 19:51:08.699834 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4179 2024.12.18 19:51:08.700173 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4180 2024.12.18 19:51:08.700400 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4181 2024.12.18 19:51:08.700605 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001297 sec., 63222.82189668466 rows/sec., 4.02 MiB/sec.
4182 2024.12.18 19:51:08.700655 [ 262 ] {73782c1a-7ee0-4381-ba6d-79f2f9ce72a6} <Debug> TCPHandler: Processed in 0.001481041 sec.
4183 2024.12.18 19:51:11.863954 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
4184 2024.12.18 19:51:11.864027 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
4185 2024.12.18 19:51:11.974697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4186 2024.12.18 19:51:11.975438 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4187 2024.12.18 19:51:11.975503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4188 2024.12.18 19:51:11.976143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4189 2024.12.18 19:51:11.976406 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2024.12.18 19:51:11.976625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4191 2024.12.18 19:51:12.666838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4192 2024.12.18 19:51:12.686659 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4193 2024.12.18 19:51:12.686721 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4194 2024.12.18 19:51:12.694033 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4195 2024.12.18 19:51:12.694760 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4196 2024.12.18 19:51:12.697517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4197 2024.12.18 19:51:13.672555 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4198 2024.12.18 19:51:13.672765 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4199 2024.12.18 19:51:13.672841 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4200 2024.12.18 19:51:13.673600 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4201 2024.12.18 19:51:13.673644 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4202 2024.12.18 19:51:13.674094 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4203 2024.12.18 19:51:13.674347 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4204 2024.12.18 19:51:13.674542 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.33 MiB/sec.
4205 2024.12.18 19:51:13.674606 [ 262 ] {73629bba-c7d5-4313-9779-2d38ca7152a2} <Debug> TCPHandler: Processed in 0.002182045 sec.
4206 2024.12.18 19:51:13.674784 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4207 2024.12.18 19:51:13.674931 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4208 2024.12.18 19:51:13.674989 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4209 2024.12.18 19:51:13.675679 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4210 2024.12.18 19:51:13.675725 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4211 2024.12.18 19:51:13.676119 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4212 2024.12.18 19:51:13.676359 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4213 2024.12.18 19:51:13.676545 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001648 sec., 38834.95145631068 rows/sec., 3.03 MiB/sec.
4214 2024.12.18 19:51:13.676673 [ 266 ] {18f2de2d-90c1-41c9-92bb-2fcd30ef28b3} <Debug> TCPHandler: Processed in 0.00196084 sec.
4215 2024.12.18 19:51:13.676821 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4216 2024.12.18 19:51:13.676931 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4217 2024.12.18 19:51:13.676982 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4218 2024.12.18 19:51:13.677494 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4219 2024.12.18 19:51:13.677530 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4220 2024.12.18 19:51:13.677904 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4221 2024.12.18 19:51:13.678145 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4222 2024.12.18 19:51:13.678329 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001422 sec., 112517.58087201124 rows/sec., 7.84 MiB/sec.
4223 2024.12.18 19:51:13.678448 [ 262 ] {90db7d99-c9e9-4e2b-a6cc-a981ec13b6f2} <Debug> TCPHandler: Processed in 0.001678495 sec.
4224 2024.12.18 19:51:13.678593 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4225 2024.12.18 19:51:13.678702 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4226 2024.12.18 19:51:13.678747 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4227 2024.12.18 19:51:13.679279 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4228 2024.12.18 19:51:13.679324 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4229 2024.12.18 19:51:13.679750 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4230 2024.12.18 19:51:13.679993 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4231 2024.12.18 19:51:13.680167 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
4232 2024.12.18 19:51:13.680214 [ 266 ] {4dd79bd8-b482-449d-9cf9-23a9d42af3c8} <Debug> TCPHandler: Processed in 0.001675194 sec.
4233 2024.12.18 19:51:14.434644 [ 43 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4234 2024.12.18 19:51:14.434716 [ 43 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4235 2024.12.18 19:51:14.434740 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4236 2024.12.18 19:51:14.434998 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
4237 2024.12.18 19:51:14.435171 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4238 2024.12.18 19:51:14.435210 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
4239 2024.12.18 19:51:14.435326 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
4240 2024.12.18 19:51:14.435573 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
4241 2024.12.18 19:51:14.435792 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part
4242 2024.12.18 19:51:14.436001 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
4243 2024.12.18 19:51:14.437170 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002346508 sec., 8523.303564275084 rows/sec., 728.31 KiB/sec.
4244 2024.12.18 19:51:14.437321 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4245 2024.12.18 19:51:14.437608 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4246 2024.12.18 19:51:14.437689 [ 194 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4247 2024.12.18 19:51:14.437799 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4248 2024.12.18 19:51:16.589850 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4249 2024.12.18 19:51:16.590067 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4250 2024.12.18 19:51:16.590146 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4251 2024.12.18 19:51:16.590959 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4252 2024.12.18 19:51:16.590999 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4253 2024.12.18 19:51:16.591438 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4254 2024.12.18 19:51:16.591724 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4255 2024.12.18 19:51:16.591857 [ 72 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4256 2024.12.18 19:51:16.591900 [ 72 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4257 2024.12.18 19:51:16.591932 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4258 2024.12.18 19:51:16.591935 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec.
4259 2024.12.18 19:51:16.592113 [ 262 ] {e7392de0-1e3d-4309-9de7-9e5ff62d1540} <Debug> TCPHandler: Processed in 0.002377879 sec.
4260 2024.12.18 19:51:16.592209 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4261 2024.12.18 19:51:16.592378 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4262 2024.12.18 19:51:16.592445 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4263 2024.12.18 19:51:16.592506 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4264 2024.12.18 19:51:16.592610 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4265 2024.12.18 19:51:16.592742 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4266 2024.12.18 19:51:16.592762 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4267 2024.12.18 19:51:16.593082 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4268 2024.12.18 19:51:16.593396 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4269 2024.12.18 19:51:16.593758 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
4270 2024.12.18 19:51:16.595326 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4271 2024.12.18 19:51:16.595399 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4272 2024.12.18 19:51:16.596543 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004498673 sec., 15560.14406915106 rows/sec., 1.15 MiB/sec.
4273 2024.12.18 19:51:16.596549 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4274 2024.12.18 19:51:16.596670 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4275 2024.12.18 19:51:16.596861 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4276 2024.12.18 19:51:16.597033 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_9_2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2024.12.18 19:51:16.597101 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004559 sec., 438.69269576661554 rows/sec., 35.77 KiB/sec.
4278 2024.12.18 19:51:16.597119 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_9_2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4279 2024.12.18 19:51:16.597198 [ 266 ] {25c91e6b-ae84-4f2d-8e0c-5270fec822db} <Debug> TCPHandler: Processed in 0.004908492 sec.
4280 2024.12.18 19:51:16.597235 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4281 2024.12.18 19:51:16.597360 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2024.12.18 19:51:16.597472 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4283 2024.12.18 19:51:16.597518 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4284 2024.12.18 19:51:16.598818 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4285 2024.12.18 19:51:16.598856 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4286 2024.12.18 19:51:16.599317 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4287 2024.12.18 19:51:16.599561 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2024.12.18 19:51:16.599747 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002298 sec., 620539.5996518711 rows/sec., 51.82 MiB/sec.
4289 2024.12.18 19:51:16.599800 [ 262 ] {7efb790d-9666-49ed-88b8-1399e88f619d} <Debug> TCPHandler: Processed in 0.002494381 sec.
4290 2024.12.18 19:51:16.599957 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2024.12.18 19:51:16.600089 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4292 2024.12.18 19:51:16.600143 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4293 2024.12.18 19:51:16.600804 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4294 2024.12.18 19:51:16.600849 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4295 2024.12.18 19:51:16.601203 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4296 2024.12.18 19:51:16.601459 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4297 2024.12.18 19:51:16.601683 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001614 sec., 30978.934324659233 rows/sec., 2.23 MiB/sec.
4298 2024.12.18 19:51:16.601914 [ 266 ] {513f5083-4671-476a-9ed0-d490bcdb16d8} <Debug> TCPHandler: Processed in 0.002019281 sec.
4299 2024.12.18 19:51:16.602081 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2024.12.18 19:51:16.602193 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4301 2024.12.18 19:51:16.602238 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4302 2024.12.18 19:51:16.602893 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2024.12.18 19:51:16.602931 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4304 2024.12.18 19:51:16.603290 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4305 2024.12.18 19:51:16.603534 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2024.12.18 19:51:16.603714 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001546 sec., 156532.98835705043 rows/sec., 10.61 MiB/sec.
4307 2024.12.18 19:51:16.603764 [ 262 ] {4e310b3e-e8bf-447c-8dd0-0e63d158d563} <Debug> TCPHandler: Processed in 0.001741376 sec.
4308 2024.12.18 19:51:16.603917 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.12.18 19:51:16.604023 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4310 2024.12.18 19:51:16.604067 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4311 2024.12.18 19:51:16.604605 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2024.12.18 19:51:16.604642 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4313 2024.12.18 19:51:16.604979 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4314 2024.12.18 19:51:16.605210 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2024.12.18 19:51:16.605319 [ 72 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4316 2024.12.18 19:51:16.605364 [ 72 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2024.12.18 19:51:16.605387 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4318 2024.12.18 19:51:16.605396 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001392 sec., 9339.080459770115 rows/sec., 582.29 KiB/sec.
4319 2024.12.18 19:51:16.605608 [ 266 ] {c66f31f8-d24f-4e30-a536-f62cc20862dd} <Debug> TCPHandler: Processed in 0.001749625 sec.
4320 2024.12.18 19:51:16.605612 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4321 2024.12.18 19:51:16.605761 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4322 2024.12.18 19:51:16.605786 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4323 2024.12.18 19:51:16.605796 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4324 2024.12.18 19:51:16.605913 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4325 2024.12.18 19:51:16.605992 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4326 2024.12.18 19:51:16.606098 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4327 2024.12.18 19:51:16.606111 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4328 2024.12.18 19:51:16.606309 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4329 2024.12.18 19:51:16.606475 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
4330 2024.12.18 19:51:16.607775 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002339378 sec., 27785.163406683314 rows/sec., 1.80 MiB/sec.
4331 2024.12.18 19:51:16.607797 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4332 2024.12.18 19:51:16.607857 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4333 2024.12.18 19:51:16.607998 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4334 2024.12.18 19:51:16.608613 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_9_2} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4335 2024.12.18 19:51:16.608630 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4336 2024.12.18 19:51:16.608779 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_9_2} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4337 2024.12.18 19:51:16.608959 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4338 2024.12.18 19:51:16.609058 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4339 2024.12.18 19:51:16.609251 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.003316 sec., 265681.54402895056 rows/sec., 19.27 MiB/sec.
4340 2024.12.18 19:51:16.609311 [ 262 ] {3fa89c01-6b76-4f57-9c20-9d23b9969063} <Debug> TCPHandler: Processed in 0.003595754 sec.
4341 2024.12.18 19:51:16.609485 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4342 2024.12.18 19:51:16.609623 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4343 2024.12.18 19:51:16.609679 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4344 2024.12.18 19:51:16.610155 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2024.12.18 19:51:16.610191 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4346 2024.12.18 19:51:16.610542 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4347 2024.12.18 19:51:16.610775 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4348 2024.12.18 19:51:16.610955 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec.
4349 2024.12.18 19:51:16.611005 [ 266 ] {80ca4fb1-511a-4138-b54a-f7b3485d382f} <Debug> TCPHandler: Processed in 0.001585003 sec.
4350 2024.12.18 19:51:16.611139 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4351 2024.12.18 19:51:16.611250 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4352 2024.12.18 19:51:16.611299 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4353 2024.12.18 19:51:16.612007 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4354 2024.12.18 19:51:16.612044 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4355 2024.12.18 19:51:16.612464 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4356 2024.12.18 19:51:16.612697 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4357 2024.12.18 19:51:16.612874 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001648 sec., 542475.7281553398 rows/sec., 36.14 MiB/sec.
4358 2024.12.18 19:51:16.612925 [ 262 ] {64253e3a-2c56-4ed7-ab2e-a8a1e79fa200} <Debug> TCPHandler: Processed in 0.001837148 sec.
4359 2024.12.18 19:51:16.613070 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4360 2024.12.18 19:51:16.613200 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4361 2024.12.18 19:51:16.613256 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4362 2024.12.18 19:51:16.613751 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4363 2024.12.18 19:51:16.613796 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4364 2024.12.18 19:51:16.614145 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4365 2024.12.18 19:51:16.614377 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4366 2024.12.18 19:51:16.614601 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 47.59 KiB/sec.
4367 2024.12.18 19:51:16.614730 [ 266 ] {4a3319d3-d224-452f-b0d9-225de9e1b331} <Debug> TCPHandler: Processed in 0.001723495 sec.
4368 2024.12.18 19:51:16.614869 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4369 2024.12.18 19:51:16.614977 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4370 2024.12.18 19:51:16.615046 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4371 2024.12.18 19:51:16.616124 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2024.12.18 19:51:16.616162 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4373 2024.12.18 19:51:16.616807 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4374 2024.12.18 19:51:16.617068 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2024.12.18 19:51:16.617276 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002322 sec., 17657.192075796727 rows/sec., 31.64 MiB/sec.
4376 2024.12.18 19:51:16.617372 [ 262 ] {890c25ec-9e2e-43b8-9114-317233058abd} <Debug> TCPHandler: Processed in 0.002556092 sec.
4377 2024.12.18 19:51:16.617508 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4378 2024.12.18 19:51:16.617616 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4379 2024.12.18 19:51:16.617663 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4380 2024.12.18 19:51:16.618088 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2024.12.18 19:51:16.618124 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4382 2024.12.18 19:51:16.618476 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4383 2024.12.18 19:51:16.618701 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2024.12.18 19:51:16.618874 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001281 sec., 45277.12724434036 rows/sec., 2.80 MiB/sec.
4385 2024.12.18 19:51:16.618923 [ 266 ] {adaf43a8-d9df-4066-89fe-a48f576fb3f4} <Debug> TCPHandler: Processed in 0.00146523 sec.
4386 2024.12.18 19:51:17.014527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 600
4387 2024.12.18 19:51:17.018101 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4388 2024.12.18 19:51:17.018162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4389 2024.12.18 19:51:17.019680 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4390 2024.12.18 19:51:17.020003 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4391 2024.12.18 19:51:17.021170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600
4392 2024.12.18 19:51:18.667468 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4393 2024.12.18 19:51:18.667685 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4394 2024.12.18 19:51:18.667766 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4395 2024.12.18 19:51:18.668580 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4396 2024.12.18 19:51:18.668633 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4397 2024.12.18 19:51:18.669065 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4398 2024.12.18 19:51:18.669316 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4399 2024.12.18 19:51:18.669518 [ 79 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4400 2024.12.18 19:51:18.669583 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.18 MiB/sec.
4401 2024.12.18 19:51:18.669610 [ 79 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4402 2024.12.18 19:51:18.669674 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4403 2024.12.18 19:51:18.669711 [ 262 ] {3f5937c3-0584-44d3-9761-fec1cb47ca51} <Debug> TCPHandler: Processed in 0.002380669 sec.
4404 2024.12.18 19:51:18.669973 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4405 2024.12.18 19:51:18.670372 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
4406 2024.12.18 19:51:18.670409 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4407 2024.12.18 19:51:18.670590 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4408 2024.12.18 19:51:18.670910 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4409 2024.12.18 19:51:18.670985 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part
4410 2024.12.18 19:51:18.671329 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 58 rows starting from the beginning of the part
4411 2024.12.18 19:51:18.671745 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 285 rows starting from the beginning of the part
4412 2024.12.18 19:51:18.672105 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4413 2024.12.18 19:51:18.672436 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1426 rows starting from the beginning of the part
4414 2024.12.18 19:51:18.672720 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part
4415 2024.12.18 19:51:18.673676 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4416 2024.12.18 19:51:18.673743 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4417 2024.12.18 19:51:18.674731 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4418 2024.12.18 19:51:18.675272 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4419 2024.12.18 19:51:18.675473 [ 79 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4420 2024.12.18 19:51:18.675539 [ 79 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4421 2024.12.18 19:51:18.675577 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4422 2024.12.18 19:51:18.675639 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005361 sec., 11938.071255362805 rows/sec., 954.16 KiB/sec.
4423 2024.12.18 19:51:18.676000 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
4424 2024.12.18 19:51:18.676018 [ 266 ] {d300a318-a7bb-4e73-aa82-239a22ff3ed5} <Debug> TCPHandler: Processed in 0.006176807 sec.
4425 2024.12.18 19:51:18.676371 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4426 2024.12.18 19:51:18.676539 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4427 2024.12.18 19:51:18.676707 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
4428 2024.12.18 19:51:18.676907 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.007032255 sec., 471399.2879951025 rows/sec., 41.17 MiB/sec.
4429 2024.12.18 19:51:18.676952 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4430 2024.12.18 19:51:18.677171 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part
4431 2024.12.18 19:51:18.677189 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4432 2024.12.18 19:51:18.677451 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4433 2024.12.18 19:51:18.677715 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 423 rows starting from the beginning of the part
4434 2024.12.18 19:51:18.678227 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4435 2024.12.18 19:51:18.678776 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 881 rows starting from the beginning of the part
4436 2024.12.18 19:51:18.679226 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2024.12.18 19:51:18.679265 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part
4438 2024.12.18 19:51:18.679846 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_31_6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4439 2024.12.18 19:51:18.680190 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
4440 2024.12.18 19:51:18.681318 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4441 2024.12.18 19:51:18.681385 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4442 2024.12.18 19:51:18.682400 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4443 2024.12.18 19:51:18.682883 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4444 2024.12.18 19:51:18.683107 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007422283 sec., 324832.66940912924 rows/sec., 24.91 MiB/sec.
4445 2024.12.18 19:51:18.683314 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006565 sec., 9748.66717440975 rows/sec., 695.27 KiB/sec.
4446 2024.12.18 19:51:18.683439 [ 262 ] {5aad8f1f-7e96-47c5-a8f1-b52e8b381863} <Debug> TCPHandler: Processed in 0.007295299 sec.
4447 2024.12.18 19:51:18.683446 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4448 2024.12.18 19:51:18.683650 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4449 2024.12.18 19:51:18.683859 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4450 2024.12.18 19:51:18.683953 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4451 2024.12.18 19:51:18.683971 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4452 2024.12.18 19:51:18.684212 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_31_6} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4453 2024.12.18 19:51:18.684393 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4454 2024.12.18 19:51:18.684728 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4455 2024.12.18 19:51:18.684771 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4456 2024.12.18 19:51:18.685131 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4457 2024.12.18 19:51:18.685363 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4458 2024.12.18 19:51:18.685600 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001794 sec., 13377.926421404682 rows/sec., 923.22 KiB/sec.
4459 2024.12.18 19:51:18.685700 [ 266 ] {2320887d-4a79-4131-a5e6-6ab95ca2997b} <Debug> TCPHandler: Processed in 0.002158524 sec.
4460 2024.12.18 19:51:19.476743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4461 2024.12.18 19:51:19.477523 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4462 2024.12.18 19:51:19.477581 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4463 2024.12.18 19:51:19.478175 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4464 2024.12.18 19:51:19.478442 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4465 2024.12.18 19:51:19.478672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4466 2024.12.18 19:51:20.197575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4467 2024.12.18 19:51:20.217843 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4468 2024.12.18 19:51:20.217901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4469 2024.12.18 19:51:20.225402 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4470 2024.12.18 19:51:20.226162 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2024.12.18 19:51:20.228791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4472 2024.12.18 19:51:23.671811 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4473 2024.12.18 19:51:23.672050 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4474 2024.12.18 19:51:23.672133 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4475 2024.12.18 19:51:23.672908 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4476 2024.12.18 19:51:23.672966 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4477 2024.12.18 19:51:23.673444 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4478 2024.12.18 19:51:23.673700 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4479 2024.12.18 19:51:23.673949 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec.
4480 2024.12.18 19:51:23.674016 [ 262 ] {316b3025-d60d-422c-b88c-0a711b75f680} <Debug> TCPHandler: Processed in 0.002343768 sec.
4481 2024.12.18 19:51:23.674202 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4482 2024.12.18 19:51:23.674351 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4483 2024.12.18 19:51:23.674413 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4484 2024.12.18 19:51:23.675096 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4485 2024.12.18 19:51:23.675142 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4486 2024.12.18 19:51:23.675518 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4487 2024.12.18 19:51:23.675768 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4488 2024.12.18 19:51:23.676016 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001695 sec., 37758.112094395285 rows/sec., 2.95 MiB/sec.
4489 2024.12.18 19:51:23.676122 [ 266 ] {8a9b4021-70c0-463a-a487-a4eff00ea1aa} <Debug> TCPHandler: Processed in 0.001984401 sec.
4490 2024.12.18 19:51:23.676363 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4491 2024.12.18 19:51:23.676508 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4492 2024.12.18 19:51:23.676570 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4493 2024.12.18 19:51:23.677216 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4494 2024.12.18 19:51:23.677256 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4495 2024.12.18 19:51:23.677658 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4496 2024.12.18 19:51:23.677896 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4497 2024.12.18 19:51:23.678060 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4498 2024.12.18 19:51:23.678127 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec.
4499 2024.12.18 19:51:23.678144 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4500 2024.12.18 19:51:23.678213 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4501 2024.12.18 19:51:23.678250 [ 262 ] {73894251-9c53-48ac-bb76-60ff8549d9fc} <Debug> TCPHandler: Processed in 0.002010551 sec.
4502 2024.12.18 19:51:23.678461 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4503 2024.12.18 19:51:23.678481 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
4504 2024.12.18 19:51:23.678637 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4505 2024.12.18 19:51:23.678753 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4506 2024.12.18 19:51:23.678819 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4507 2024.12.18 19:51:23.678924 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7756 rows starting from the beginning of the part
4508 2024.12.18 19:51:23.679300 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4509 2024.12.18 19:51:23.679610 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
4510 2024.12.18 19:51:23.679762 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 894 rows starting from the beginning of the part
4511 2024.12.18 19:51:23.680128 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
4512 2024.12.18 19:51:23.680536 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
4513 2024.12.18 19:51:23.681202 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2024.12.18 19:51:23.681249 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4515 2024.12.18 19:51:23.682100 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4516 2024.12.18 19:51:23.682555 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2024.12.18 19:51:23.682903 [ 73 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4518 2024.12.18 19:51:23.683038 [ 73 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4519 2024.12.18 19:51:23.683121 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4520 2024.12.18 19:51:23.683187 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004582 sec., 13094.718463553034 rows/sec., 903.67 KiB/sec.
4521 2024.12.18 19:51:23.683527 [ 266 ] {0841b4d9-468b-4500-8796-d75ffd54f9fc} <Debug> TCPHandler: Processed in 0.005161166 sec.
4522 2024.12.18 19:51:23.684087 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
4523 2024.12.18 19:51:23.684360 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4524 2024.12.18 19:51:23.684402 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1336 rows starting from the beginning of the part
4525 2024.12.18 19:51:23.684522 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
4526 2024.12.18 19:51:23.684932 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
4527 2024.12.18 19:51:23.685146 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part
4528 2024.12.18 19:51:23.685383 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part
4529 2024.12.18 19:51:23.685489 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
4530 2024.12.18 19:51:23.686247 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9271 rows, containing 5 columns (5 merged, 0 gathered) in 0.007911483 sec., 1171840.981014558 rows/sec., 79.15 MiB/sec.
4531 2024.12.18 19:51:23.686491 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4532 2024.12.18 19:51:23.687089 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4533 2024.12.18 19:51:23.687298 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4534 2024.12.18 19:51:23.687478 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB.
4535 2024.12.18 19:51:23.688019 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 4 columns (4 merged, 0 gathered) in 0.004358649 sec., 371674.8010679456 rows/sec., 24.51 MiB/sec.
4536 2024.12.18 19:51:23.688305 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4537 2024.12.18 19:51:23.688651 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4538 2024.12.18 19:51:23.688741 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_31_6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4539 2024.12.18 19:51:23.688840 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4540 2024.12.18 19:51:26.864077 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
4541 2024.12.18 19:51:26.864146 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
4542 2024.12.18 19:51:26.978794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4543 2024.12.18 19:51:26.979419 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4544 2024.12.18 19:51:26.979467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4545 2024.12.18 19:51:26.979984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4546 2024.12.18 19:51:26.980245 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4547 2024.12.18 19:51:26.980495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4548 2024.12.18 19:51:27.021449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 616
4549 2024.12.18 19:51:27.024264 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4550 2024.12.18 19:51:27.024332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4551 2024.12.18 19:51:27.025887 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4552 2024.12.18 19:51:27.026214 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2024.12.18 19:51:27.026392 [ 70 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4554 2024.12.18 19:51:27.026454 [ 70 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4555 2024.12.18 19:51:27.026489 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4556 2024.12.18 19:51:27.027336 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
4557 2024.12.18 19:51:27.027908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616
4558 2024.12.18 19:51:27.028421 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4559 2024.12.18 19:51:27.028631 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 426 rows starting from the beginning of the part
4560 2024.12.18 19:51:27.029333 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 70 rows starting from the beginning of the part
4561 2024.12.18 19:51:27.029993 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
4562 2024.12.18 19:51:27.030642 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part
4563 2024.12.18 19:51:27.031260 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 54 rows starting from the beginning of the part
4564 2024.12.18 19:51:27.031915 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part
4565 2024.12.18 19:51:27.040396 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 72 columns (72 merged, 0 gathered) in 0.013787443 sec., 44678.335206898046 rows/sec., 39.59 MiB/sec.
4566 2024.12.18 19:51:27.041620 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4567 2024.12.18 19:51:27.042506 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2024.12.18 19:51:27.042603 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_16_3} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4569 2024.12.18 19:51:27.042966 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB.
4570 2024.12.18 19:51:27.728854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4571 2024.12.18 19:51:27.749156 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4572 2024.12.18 19:51:27.749211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4573 2024.12.18 19:51:27.756601 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4574 2024.12.18 19:51:27.757383 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4575 2024.12.18 19:51:27.760025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4576 2024.12.18 19:51:27.875017 [ 70 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
4577 2024.12.18 19:51:27.875088 [ 70 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4578 2024.12.18 19:51:27.875116 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4579 2024.12.18 19:51:27.875337 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
4580 2024.12.18 19:51:27.875540 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4581 2024.12.18 19:51:27.875578 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 62 rows starting from the beginning of the part
4582 2024.12.18 19:51:27.875663 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part
4583 2024.12.18 19:51:27.875926 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part
4584 2024.12.18 19:51:27.876127 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
4585 2024.12.18 19:51:27.876305 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part
4586 2024.12.18 19:51:27.877453 [ 198 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002256257 sec., 93960.92732343878 rows/sec., 7.09 MiB/sec.
4587 2024.12.18 19:51:27.877652 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
4588 2024.12.18 19:51:27.878000 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4589 2024.12.18 19:51:27.878094 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_18_4} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
4590 2024.12.18 19:51:27.878201 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4591 2024.12.18 19:51:28.159482 [ 69 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
4592 2024.12.18 19:51:28.159560 [ 69 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2024.12.18 19:51:28.159588 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4594 2024.12.18 19:51:28.159773 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
4595 2024.12.18 19:51:28.159973 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4596 2024.12.18 19:51:28.160027 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part
4597 2024.12.18 19:51:28.160138 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
4598 2024.12.18 19:51:28.160392 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
4599 2024.12.18 19:51:28.160640 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
4600 2024.12.18 19:51:28.160807 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
4601 2024.12.18 19:51:28.162153 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002480521 sec., 4031.4111430622843 rows/sec., 270.07 KiB/sec.
4602 2024.12.18 19:51:28.162348 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
4603 2024.12.18 19:51:28.162690 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2024.12.18 19:51:28.162782 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_10_2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
4605 2024.12.18 19:51:28.162877 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4606 2024.12.18 19:51:28.678718 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4607 2024.12.18 19:51:28.678905 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4608 2024.12.18 19:51:28.678976 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4609 2024.12.18 19:51:28.679687 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4610 2024.12.18 19:51:28.679742 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4611 2024.12.18 19:51:28.680183 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4612 2024.12.18 19:51:28.680444 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4613 2024.12.18 19:51:28.680675 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001819 sec., 7696.5365585486525 rows/sec., 554.05 KiB/sec.
4614 2024.12.18 19:51:28.680741 [ 262 ] {4ebf1480-c563-405c-8051-957a22707675} <Debug> TCPHandler: Processed in 0.002147754 sec.
4615 2024.12.18 19:51:28.680897 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4616 2024.12.18 19:51:28.681014 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4617 2024.12.18 19:51:28.681063 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4618 2024.12.18 19:51:28.681775 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4619 2024.12.18 19:51:28.681817 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4620 2024.12.18 19:51:28.682204 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4621 2024.12.18 19:51:28.682449 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4622 2024.12.18 19:51:28.682670 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001682 sec., 169441.14149821643 rows/sec., 14.95 MiB/sec.
4623 2024.12.18 19:51:28.682725 [ 266 ] {ee3474bf-4ea7-49b7-8b40-a2e9d342787c} <Debug> TCPHandler: Processed in 0.001889778 sec.
4624 2024.12.18 19:51:28.682878 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2024.12.18 19:51:28.682984 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4626 2024.12.18 19:51:28.683029 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4627 2024.12.18 19:51:28.683569 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4628 2024.12.18 19:51:28.683609 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4629 2024.12.18 19:51:28.683953 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4630 2024.12.18 19:51:28.684196 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4631 2024.12.18 19:51:28.684405 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001444 sec., 33240.997229916895 rows/sec., 2.39 MiB/sec.
4632 2024.12.18 19:51:28.684457 [ 262 ] {c3d1d31c-73a6-4a22-9f56-1ec6f08fdafd} <Debug> TCPHandler: Processed in 0.001639184 sec.
4633 2024.12.18 19:51:28.684609 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4634 2024.12.18 19:51:28.684713 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4635 2024.12.18 19:51:28.684757 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4636 2024.12.18 19:51:28.685264 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4637 2024.12.18 19:51:28.685304 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4638 2024.12.18 19:51:28.685648 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4639 2024.12.18 19:51:28.685879 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4640 2024.12.18 19:51:28.686041 [ 69 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4641 2024.12.18 19:51:28.686112 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001416 sec., 9887.005649717514 rows/sec., 692.42 KiB/sec.
4642 2024.12.18 19:51:28.686119 [ 69 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4643 2024.12.18 19:51:28.686198 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4644 2024.12.18 19:51:28.686248 [ 266 ] {563a753b-978f-46e0-8afa-ce9ced4ec9db} <Debug> TCPHandler: Processed in 0.001697595 sec.
4645 2024.12.18 19:51:28.686506 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4646 2024.12.18 19:51:28.686611 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
4647 2024.12.18 19:51:28.686838 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4648 2024.12.18 19:51:28.686867 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4649 2024.12.18 19:51:28.686908 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 15 rows starting from the beginning of the part
4650 2024.12.18 19:51:28.686913 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4651 2024.12.18 19:51:28.687083 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part
4652 2024.12.18 19:51:28.687277 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
4653 2024.12.18 19:51:28.687521 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
4654 2024.12.18 19:51:28.687721 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part
4655 2024.12.18 19:51:28.687965 [ 196 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
4656 2024.12.18 19:51:28.688670 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4657 2024.12.18 19:51:28.688718 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4658 2024.12.18 19:51:28.689324 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4659 2024.12.18 19:51:28.689570 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.003272647 sec., 165309.6102329399 rows/sec., 11.84 MiB/sec.
4660 2024.12.18 19:51:28.689717 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2024.12.18 19:51:28.689845 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4662 2024.12.18 19:51:28.690129 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003362 sec., 3866.745984533016 rows/sec., 241.09 KiB/sec.
4663 2024.12.18 19:51:28.690278 [ 262 ] {d266b10d-23a3-424d-8cfe-22c2810bb950} <Debug> TCPHandler: Processed in 0.003915281 sec.
4664 2024.12.18 19:51:28.690469 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4665 2024.12.18 19:51:28.690525 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4666 2024.12.18 19:51:28.690695 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4667 2024.12.18 19:51:28.690708 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_11_2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4668 2024.12.18 19:51:28.690780 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4669 2024.12.18 19:51:28.690882 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4670 2024.12.18 19:51:28.691632 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4671 2024.12.18 19:51:28.691677 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4672 2024.12.18 19:51:28.692053 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4673 2024.12.18 19:51:28.692285 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4674 2024.12.18 19:51:28.692516 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001881 sec., 224880.38277511962 rows/sec., 16.08 MiB/sec.
4675 2024.12.18 19:51:28.692634 [ 266 ] {2a4ca53d-a4ff-4c73-9900-145ce91967bb} <Debug> TCPHandler: Processed in 0.002240226 sec.
4676 2024.12.18 19:51:28.692788 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4677 2024.12.18 19:51:28.692920 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4678 2024.12.18 19:51:28.692975 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4679 2024.12.18 19:51:28.693459 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4680 2024.12.18 19:51:28.693497 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4681 2024.12.18 19:51:28.693862 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4682 2024.12.18 19:51:28.694105 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4683 2024.12.18 19:51:28.694314 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec.
4684 2024.12.18 19:51:28.694366 [ 262 ] {0eab9c4a-9c74-4c7a-9188-79a465b163d0} <Debug> TCPHandler: Processed in 0.001646574 sec.
4685 2024.12.18 19:51:28.694499 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4686 2024.12.18 19:51:28.694626 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4687 2024.12.18 19:51:28.694683 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4688 2024.12.18 19:51:28.695294 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4689 2024.12.18 19:51:28.695337 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4690 2024.12.18 19:51:28.695719 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4691 2024.12.18 19:51:28.695966 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4692 2024.12.18 19:51:28.696233 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec.
4693 2024.12.18 19:51:28.696469 [ 266 ] {b0325baf-aed9-4bff-b752-1636e25cf3ce} <Debug> TCPHandler: Processed in 0.002026872 sec.
4694 2024.12.18 19:51:28.696635 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4695 2024.12.18 19:51:28.696766 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4696 2024.12.18 19:51:28.696822 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4697 2024.12.18 19:51:28.697344 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4698 2024.12.18 19:51:28.697383 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4699 2024.12.18 19:51:28.697726 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4700 2024.12.18 19:51:28.697970 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4701 2024.12.18 19:51:28.698181 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec.
4702 2024.12.18 19:51:28.698231 [ 262 ] {007cc606-02f1-467c-b44c-b3ff95c824fe} <Debug> TCPHandler: Processed in 0.001664234 sec.
4703 2024.12.18 19:51:28.698359 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4704 2024.12.18 19:51:28.698485 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4705 2024.12.18 19:51:28.698562 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.18 19:51:28.699738 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4707 2024.12.18 19:51:28.699778 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4708 2024.12.18 19:51:28.700417 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4709 2024.12.18 19:51:28.700668 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4710 2024.12.18 19:51:28.700841 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4711 2024.12.18 19:51:28.700923 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.12.18 19:51:28.700969 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4713 2024.12.18 19:51:28.700981 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002516 sec., 16295.707472178061 rows/sec., 29.20 MiB/sec.
4714 2024.12.18 19:51:28.701369 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4715 2024.12.18 19:51:28.701619 [ 266 ] {e9f29a49-cacc-4095-9e1a-6293fd78c171} <Debug> TCPHandler: Processed in 0.003322528 sec.
4716 2024.12.18 19:51:28.701788 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4717 2024.12.18 19:51:28.701882 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4718 2024.12.18 19:51:28.701949 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4719 2024.12.18 19:51:28.701966 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 331 rows starting from the beginning of the part
4720 2024.12.18 19:51:28.702022 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4721 2024.12.18 19:51:28.702450 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4722 2024.12.18 19:51:28.702796 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4723 2024.12.18 19:51:28.703218 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4724 2024.12.18 19:51:28.703294 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4725 2024.12.18 19:51:28.703357 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4726 2024.12.18 19:51:28.703569 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4727 2024.12.18 19:51:28.703946 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
4728 2024.12.18 19:51:28.704156 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4729 2024.12.18 19:51:28.704502 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4730 2024.12.18 19:51:28.705000 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003068 sec., 26727.509778357235 rows/sec., 1.70 MiB/sec.
4731 2024.12.18 19:51:28.705740 [ 262 ] {f3bc30ed-5a25-4c74-b3bb-aebdecb9d5ba} <Debug> TCPHandler: Processed in 0.004018212 sec.
4732 2024.12.18 19:51:28.709818 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 19 columns (19 merged, 0 gathered) in 0.008748619 sec., 61266.8125106374 rows/sec., 109.79 MiB/sec.
4733 2024.12.18 19:51:28.710863 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4734 2024.12.18 19:51:28.711329 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2024.12.18 19:51:28.711422 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4736 2024.12.18 19:51:28.711603 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB.
4737 2024.12.18 19:51:33.675649 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4738 2024.12.18 19:51:33.675873 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4739 2024.12.18 19:51:33.675953 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4740 2024.12.18 19:51:33.676776 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4741 2024.12.18 19:51:33.676834 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4742 2024.12.18 19:51:33.677286 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4743 2024.12.18 19:51:33.677560 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4744 2024.12.18 19:51:33.677789 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001971 sec., 1014.7133434804667 rows/sec., 82.74 KiB/sec.
4745 2024.12.18 19:51:33.677861 [ 262 ] {64fed854-6979-4c0b-b5b3-1acecfee0655} <Debug> TCPHandler: Processed in 0.002344928 sec.
4746 2024.12.18 19:51:33.678083 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4747 2024.12.18 19:51:33.678235 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4748 2024.12.18 19:51:33.678298 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4749 2024.12.18 19:51:33.678914 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4750 2024.12.18 19:51:33.678955 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4751 2024.12.18 19:51:33.679351 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4752 2024.12.18 19:51:33.679604 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2024.12.18 19:51:33.679810 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001611 sec., 35381.75046554935 rows/sec., 2.70 MiB/sec.
4754 2024.12.18 19:51:33.679866 [ 266 ] {3a88eca2-e9ef-4620-8a30-a108b0fc9cb1} <Debug> TCPHandler: Processed in 0.001856248 sec.
4755 2024.12.18 19:51:33.680058 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4756 2024.12.18 19:51:33.680181 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4757 2024.12.18 19:51:33.680235 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4758 2024.12.18 19:51:33.680821 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2024.12.18 19:51:33.680861 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4760 2024.12.18 19:51:33.681205 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4761 2024.12.18 19:51:33.681484 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2024.12.18 19:51:33.681690 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001535 sec., 1302.9315960912054 rows/sec., 90.98 KiB/sec.
4763 2024.12.18 19:51:33.681751 [ 262 ] {f99e822b-0f49-4a98-9c6a-48ea31758415} <Debug> TCPHandler: Processed in 0.001753866 sec.
4764 2024.12.18 19:51:33.681923 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4765 2024.12.18 19:51:33.682034 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4766 2024.12.18 19:51:33.682083 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4767 2024.12.18 19:51:33.682735 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4768 2024.12.18 19:51:33.682783 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4769 2024.12.18 19:51:33.683187 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4770 2024.12.18 19:51:33.683449 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4771 2024.12.18 19:51:33.683647 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001635 sec., 40366.97247706422 rows/sec., 3.15 MiB/sec.
4772 2024.12.18 19:51:33.683699 [ 266 ] {ff8287cc-878a-4aa3-9bd9-58b93f8bd882} <Debug> TCPHandler: Processed in 0.001837697 sec.
4773 2024.12.18 19:51:33.683888 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4774 2024.12.18 19:51:33.684008 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4775 2024.12.18 19:51:33.684060 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4776 2024.12.18 19:51:33.684670 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4777 2024.12.18 19:51:33.684711 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4778 2024.12.18 19:51:33.685113 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4779 2024.12.18 19:51:33.685378 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4780 2024.12.18 19:51:33.685584 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001594 sec., 101003.76411543287 rows/sec., 7.03 MiB/sec.
4781 2024.12.18 19:51:33.685687 [ 262 ] {d9513887-fa2a-44d7-978c-1f1baa0df93f} <Debug> TCPHandler: Processed in 0.001860128 sec.
4782 2024.12.18 19:51:33.685909 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4783 2024.12.18 19:51:33.686069 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4784 2024.12.18 19:51:33.686117 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4785 2024.12.18 19:51:33.686622 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4786 2024.12.18 19:51:33.686661 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4787 2024.12.18 19:51:33.687027 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4788 2024.12.18 19:51:33.687264 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4789 2024.12.18 19:51:33.687482 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec.
4790 2024.12.18 19:51:33.687534 [ 266 ] {01c1d570-f0e1-42ab-9587-0a1ed179f26f} <Debug> TCPHandler: Processed in 0.001741106 sec.
4791 2024.12.18 19:51:34.480594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4792 2024.12.18 19:51:34.481337 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2024.12.18 19:51:34.481383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4794 2024.12.18 19:51:34.481901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4795 2024.12.18 19:51:34.482154 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2024.12.18 19:51:34.482445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4797 2024.12.18 19:51:35.260082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4798 2024.12.18 19:51:35.281618 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4799 2024.12.18 19:51:35.281685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4800 2024.12.18 19:51:35.289277 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4801 2024.12.18 19:51:35.290044 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4802 2024.12.18 19:51:35.294050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4803 2024.12.18 19:51:37.028058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650
4804 2024.12.18 19:51:37.031238 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4805 2024.12.18 19:51:37.031300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4806 2024.12.18 19:51:37.032841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4807 2024.12.18 19:51:37.033155 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4808 2024.12.18 19:51:37.034220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650
4809 2024.12.18 19:51:38.678773 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2024.12.18 19:51:38.678983 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4811 2024.12.18 19:51:38.679061 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4812 2024.12.18 19:51:38.679835 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2024.12.18 19:51:38.679887 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4814 2024.12.18 19:51:38.680311 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4815 2024.12.18 19:51:38.680561 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2024.12.18 19:51:38.680804 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec.
4817 2024.12.18 19:51:38.680873 [ 262 ] {6f2ffa50-4ee3-4932-a7b0-a8a12cf2f5f7} <Debug> TCPHandler: Processed in 0.002236146 sec.
4818 2024.12.18 19:51:38.681035 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4819 2024.12.18 19:51:38.681152 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4820 2024.12.18 19:51:38.681201 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4821 2024.12.18 19:51:38.681838 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4822 2024.12.18 19:51:38.681880 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4823 2024.12.18 19:51:38.682263 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4824 2024.12.18 19:51:38.682506 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2024.12.18 19:51:38.682722 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001596 sec., 178571.42857142858 rows/sec., 15.75 MiB/sec.
4826 2024.12.18 19:51:38.682776 [ 266 ] {b42a9c4c-b8a4-4765-abea-8375086bd1e2} <Debug> TCPHandler: Processed in 0.001807037 sec.
4827 2024.12.18 19:51:38.682913 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4828 2024.12.18 19:51:38.683021 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4829 2024.12.18 19:51:38.683066 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4830 2024.12.18 19:51:38.683618 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4831 2024.12.18 19:51:38.683658 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4832 2024.12.18 19:51:38.684001 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4833 2024.12.18 19:51:38.684232 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4834 2024.12.18 19:51:38.684486 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00148 sec., 32432.432432432433 rows/sec., 2.34 MiB/sec.
4835 2024.12.18 19:51:38.684666 [ 262 ] {88e4f242-63b0-4872-84fd-f32330b1d7fc} <Debug> TCPHandler: Processed in 0.001810017 sec.
4836 2024.12.18 19:51:38.684851 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4837 2024.12.18 19:51:38.684971 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4838 2024.12.18 19:51:38.685019 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4839 2024.12.18 19:51:38.685596 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4840 2024.12.18 19:51:38.685637 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4841 2024.12.18 19:51:38.685995 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4842 2024.12.18 19:51:38.686226 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4843 2024.12.18 19:51:38.686432 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec.
4844 2024.12.18 19:51:38.686485 [ 266 ] {3dd4322b-4612-4bcb-b56a-b8b8f8f37150} <Debug> TCPHandler: Processed in 0.001695635 sec.
4845 2024.12.18 19:51:38.686625 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4846 2024.12.18 19:51:38.686731 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4847 2024.12.18 19:51:38.686776 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4848 2024.12.18 19:51:38.687298 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4849 2024.12.18 19:51:38.687336 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4850 2024.12.18 19:51:38.687671 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4851 2024.12.18 19:51:38.687896 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2024.12.18 19:51:38.688164 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001446 sec., 8990.318118948824 rows/sec., 560.54 KiB/sec.
4853 2024.12.18 19:51:38.688317 [ 262 ] {e2491b51-881b-409e-86ef-b320693b7be5} <Debug> TCPHandler: Processed in 0.001742256 sec.
4854 2024.12.18 19:51:38.688455 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4855 2024.12.18 19:51:38.688564 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4856 2024.12.18 19:51:38.688620 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4857 2024.12.18 19:51:38.689443 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4858 2024.12.18 19:51:38.689491 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4859 2024.12.18 19:51:38.689880 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4860 2024.12.18 19:51:38.690123 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4861 2024.12.18 19:51:38.690341 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001799 sec., 235130.62812673708 rows/sec., 16.81 MiB/sec.
4862 2024.12.18 19:51:38.690393 [ 266 ] {d7c53d98-a307-4c4f-91ce-b67ee80bd870} <Debug> TCPHandler: Processed in 0.001991021 sec.
4863 2024.12.18 19:51:38.690529 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4864 2024.12.18 19:51:38.690650 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4865 2024.12.18 19:51:38.690704 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4866 2024.12.18 19:51:38.691212 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2024.12.18 19:51:38.691259 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4868 2024.12.18 19:51:38.691669 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4869 2024.12.18 19:51:38.691896 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2024.12.18 19:51:38.692050 [ 54 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4871 2024.12.18 19:51:38.692117 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec.
4872 2024.12.18 19:51:38.692132 [ 54 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2024.12.18 19:51:38.692208 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4874 2024.12.18 19:51:38.692246 [ 262 ] {665f9af9-854f-46b3-ad3c-1cba375b6337} <Debug> TCPHandler: Processed in 0.001766186 sec.
4875 2024.12.18 19:51:38.692391 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4876 2024.12.18 19:51:38.692400 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4877 2024.12.18 19:51:38.692547 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4878 2024.12.18 19:51:38.692559 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4879 2024.12.18 19:51:38.692592 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4880 2024.12.18 19:51:38.692629 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4881 2024.12.18 19:51:38.692764 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4882 2024.12.18 19:51:38.692971 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4883 2024.12.18 19:51:38.693214 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4884 2024.12.18 19:51:38.693430 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4885 2024.12.18 19:51:38.693620 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
4886 2024.12.18 19:51:38.694216 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2024.12.18 19:51:38.694256 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4888 2024.12.18 19:51:38.694923 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4889 2024.12.18 19:51:38.695070 [ 197 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.002749036 sec., 24008.41604111405 rows/sec., 1.22 MiB/sec.
4890 2024.12.18 19:51:38.695357 [ 197 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4891 2024.12.18 19:51:38.695360 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4892 2024.12.18 19:51:38.695824 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003301 sec., 71796.42532565889 rows/sec., 4.81 MiB/sec.
4893 2024.12.18 19:51:38.695976 [ 266 ] {0b1481b6-5243-44fa-b413-2d87c3026a39} <Debug> TCPHandler: Processed in 0.003635465 sec.
4894 2024.12.18 19:51:38.696111 [ 197 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_11_2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4895 2024.12.18 19:51:38.696180 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4896 2024.12.18 19:51:38.696274 [ 197 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_11_2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4897 2024.12.18 19:51:38.696420 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4898 2024.12.18 19:51:38.696436 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4899 2024.12.18 19:51:38.696501 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4900 2024.12.18 19:51:38.696942 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2024.12.18 19:51:38.696982 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4902 2024.12.18 19:51:38.697321 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4903 2024.12.18 19:51:38.697551 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4904 2024.12.18 19:51:38.697790 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
4905 2024.12.18 19:51:38.697985 [ 262 ] {d32573e1-28e8-49c4-94d3-8c48a96a25ca} <Debug> TCPHandler: Processed in 0.001920759 sec.
4906 2024.12.18 19:51:38.698132 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4907 2024.12.18 19:51:38.698264 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4908 2024.12.18 19:51:38.698345 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4909 2024.12.18 19:51:38.699448 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2024.12.18 19:51:38.699486 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4911 2024.12.18 19:51:38.700130 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4912 2024.12.18 19:51:38.700381 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2024.12.18 19:51:38.700617 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002383 sec., 17205.203524968525 rows/sec., 30.83 MiB/sec.
4914 2024.12.18 19:51:38.700708 [ 266 ] {0c850a63-9ca8-4506-848e-039526ab1da1} <Debug> TCPHandler: Processed in 0.002640064 sec.
4915 2024.12.18 19:51:38.700829 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4916 2024.12.18 19:51:38.700934 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4917 2024.12.18 19:51:38.700979 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4918 2024.12.18 19:51:38.701390 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2024.12.18 19:51:38.701429 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4920 2024.12.18 19:51:38.701790 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4921 2024.12.18 19:51:38.702018 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2024.12.18 19:51:38.702217 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001304 sec., 62883.43558282209 rows/sec., 3.99 MiB/sec.
4923 2024.12.18 19:51:38.702267 [ 262 ] {b79042ef-0a5c-43ce-a9ff-d31b781f4e4b} <Debug> TCPHandler: Processed in 0.00148752 sec.
4924 2024.12.18 19:51:41.864391 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
4925 2024.12.18 19:51:41.864461 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
4926 2024.12.18 19:51:41.982565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
4927 2024.12.18 19:51:41.983217 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2024.12.18 19:51:41.983269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4929 2024.12.18 19:51:41.983798 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4930 2024.12.18 19:51:41.984131 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2024.12.18 19:51:41.984384 [ 49 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4932 2024.12.18 19:51:41.984406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4933 2024.12.18 19:51:41.984474 [ 49 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4934 2024.12.18 19:51:41.984509 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4935 2024.12.18 19:51:41.984771 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4936 2024.12.18 19:51:41.984974 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4937 2024.12.18 19:51:41.985025 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4938 2024.12.18 19:51:41.985114 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4939 2024.12.18 19:51:41.985328 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4940 2024.12.18 19:51:41.985499 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4941 2024.12.18 19:51:41.985649 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4942 2024.12.18 19:51:41.985779 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::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
4943 2024.12.18 19:51:41.991091 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006498004 sec., 1839949.6214529877 rows/sec., 26.32 MiB/sec.
4944 2024.12.18 19:51:41.991420 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4945 2024.12.18 19:51:41.991746 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_26_5} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4946 2024.12.18 19:51:41.991837 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_26_5} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4947 2024.12.18 19:51:41.991944 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
4948 2024.12.18 19:51:42.794113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4949 2024.12.18 19:51:42.815763 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4950 2024.12.18 19:51:42.815826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4951 2024.12.18 19:51:42.823366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4952 2024.12.18 19:51:42.824132 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4953 2024.12.18 19:51:42.824559 [ 49 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4954 2024.12.18 19:51:42.824738 [ 49 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4955 2024.12.18 19:51:42.824818 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4956 2024.12.18 19:51:42.825278 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4957 2024.12.18 19:51:42.840414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4958 2024.12.18 19:51:42.841807 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4959 2024.12.18 19:51:42.843010 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4960 2024.12.18 19:51:42.851200 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4961 2024.12.18 19:51:42.856881 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4962 2024.12.18 19:51:42.862584 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4963 2024.12.18 19:51:42.868437 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4964 2024.12.18 19:51:42.873105 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
4965 2024.12.18 19:51:42.937795 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.11280095 sec., 1737.5740186585308 rows/sec., 8.98 MiB/sec.
4966 2024.12.18 19:51:42.940496 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4967 2024.12.18 19:51:42.943320 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_26_5} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4968 2024.12.18 19:51:42.943446 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_26_5} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4969 2024.12.18 19:51:42.945587 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4970 2024.12.18 19:51:43.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.13 MiB, peak 202.67 MiB, free memory in arenas 0.00 B, will set to 193.41 MiB (RSS), difference: 1.29 MiB
4971 2024.12.18 19:51:43.671539 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4972 2024.12.18 19:51:43.671735 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4973 2024.12.18 19:51:43.671809 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4974 2024.12.18 19:51:43.672546 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2024.12.18 19:51:43.672604 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4976 2024.12.18 19:51:43.673075 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4977 2024.12.18 19:51:43.673331 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4978 2024.12.18 19:51:43.673534 [ 49 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4979 2024.12.18 19:51:43.673608 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec.
4980 2024.12.18 19:51:43.673634 [ 49 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4981 2024.12.18 19:51:43.673707 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4982 2024.12.18 19:51:43.673764 [ 262 ] {5da2a28a-71a6-4773-a1d7-0d537c6b8f90} <Debug> TCPHandler: Processed in 0.002350008 sec.
4983 2024.12.18 19:51:43.674084 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4984 2024.12.18 19:51:43.674100 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
4985 2024.12.18 19:51:43.674554 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4986 2024.12.18 19:51:43.674627 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4987 2024.12.18 19:51:43.674773 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part
4988 2024.12.18 19:51:43.674773 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4989 2024.12.18 19:51:43.675439 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
4990 2024.12.18 19:51:43.675783 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 285 rows starting from the beginning of the part
4991 2024.12.18 19:51:43.676017 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 57 rows starting from the beginning of the part
4992 2024.12.18 19:51:43.676242 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 285 rows starting from the beginning of the part
4993 2024.12.18 19:51:43.676499 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4994 2024.12.18 19:51:43.677217 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4995 2024.12.18 19:51:43.677265 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4996 2024.12.18 19:51:43.677938 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4997 2024.12.18 19:51:43.678250 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4998 2024.12.18 19:51:43.678479 [ 47 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4999 2024.12.18 19:51:43.678520 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004145 sec., 15440.289505428225 rows/sec., 1.21 MiB/sec.
5000 2024.12.18 19:51:43.678587 [ 47 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5001 2024.12.18 19:51:43.678698 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5002 2024.12.18 19:51:43.678800 [ 266 ] {16983375-0a24-4c16-8718-345d3bd43be0} <Debug> TCPHandler: Processed in 0.004904511 sec.
5003 2024.12.18 19:51:43.679163 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2024.12.18 19:51:43.679267 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
5005 2024.12.18 19:51:43.679566 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5006 2024.12.18 19:51:43.679672 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5007 2024.12.18 19:51:43.679680 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00580158 sec., 374897.8726484854 rows/sec., 32.97 MiB/sec.
5008 2024.12.18 19:51:43.679719 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
5009 2024.12.18 19:51:43.679699 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5010 2024.12.18 19:51:43.680060 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
5011 2024.12.18 19:51:43.680217 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5012 2024.12.18 19:51:43.680749 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 423 rows starting from the beginning of the part
5013 2024.12.18 19:51:43.681203 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part
5014 2024.12.18 19:51:43.681618 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5015 2024.12.18 19:51:43.681654 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 423 rows starting from the beginning of the part
5016 2024.12.18 19:51:43.682035 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
5017 2024.12.18 19:51:43.682139 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_36_7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5018 2024.12.18 19:51:43.682630 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
5019 2024.12.18 19:51:43.683025 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5020 2024.12.18 19:51:43.683077 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5021 2024.12.18 19:51:43.683690 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5022 2024.12.18 19:51:43.683988 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5023 2024.12.18 19:51:43.684286 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005448443 sec., 358818.10638378706 rows/sec., 27.47 MiB/sec.
5024 2024.12.18 19:51:43.684364 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00492 sec., 32520.325203252032 rows/sec., 2.26 MiB/sec.
5025 2024.12.18 19:51:43.684486 [ 262 ] {4d96b2e0-8555-4d23-afb6-6ed78199db23} <Debug> TCPHandler: Processed in 0.005528344 sec.
5026 2024.12.18 19:51:43.684587 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5027 2024.12.18 19:51:43.684664 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5028 2024.12.18 19:51:43.684861 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5029 2024.12.18 19:51:43.684947 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5030 2024.12.18 19:51:43.685135 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5031 2024.12.18 19:51:43.685374 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_36_7} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5032 2024.12.18 19:51:43.685522 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5033 2024.12.18 19:51:43.685780 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5034 2024.12.18 19:51:43.685823 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5035 2024.12.18 19:51:43.686186 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5036 2024.12.18 19:51:43.686418 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2024.12.18 19:51:43.686625 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001816 sec., 33039.64757709251 rows/sec., 2.23 MiB/sec.
5038 2024.12.18 19:51:43.686679 [ 266 ] {f972ec41-64a5-48e5-9916-298458238a1e} <Debug> TCPHandler: Processed in 0.002101793 sec.
5039 2024.12.18 19:51:46.591229 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5040 2024.12.18 19:51:46.591434 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5041 2024.12.18 19:51:46.591508 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5042 2024.12.18 19:51:46.592228 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5043 2024.12.18 19:51:46.592281 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5044 2024.12.18 19:51:46.592716 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5045 2024.12.18 19:51:46.592966 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5046 2024.12.18 19:51:46.593218 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec.
5047 2024.12.18 19:51:46.593286 [ 262 ] {f760e175-ab3a-4841-9dba-5027f726bb4c} <Debug> TCPHandler: Processed in 0.002187455 sec.
5048 2024.12.18 19:51:46.593436 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5049 2024.12.18 19:51:46.593556 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5050 2024.12.18 19:51:46.593607 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5051 2024.12.18 19:51:46.594149 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5052 2024.12.18 19:51:46.594191 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5053 2024.12.18 19:51:46.594548 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5054 2024.12.18 19:51:46.594785 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5055 2024.12.18 19:51:46.595019 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001478 sec., 6765.899864682003 rows/sec., 551.71 KiB/sec.
5056 2024.12.18 19:51:46.595136 [ 266 ] {60bdc5e1-8cce-4e44-a9d1-23e7a44b02e3} <Debug> TCPHandler: Processed in 0.001755836 sec.
5057 2024.12.18 19:51:46.595355 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5058 2024.12.18 19:51:46.595498 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5059 2024.12.18 19:51:46.595555 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5060 2024.12.18 19:51:46.596630 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2024.12.18 19:51:46.596669 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5062 2024.12.18 19:51:46.597117 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5063 2024.12.18 19:51:46.597353 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5064 2024.12.18 19:51:46.597608 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002131 sec., 671046.4570624119 rows/sec., 56.01 MiB/sec.
5065 2024.12.18 19:51:46.597777 [ 262 ] {86795edc-a7c2-4b65-8b0d-5c04f18821c5} <Debug> TCPHandler: Processed in 0.002530212 sec.
5066 2024.12.18 19:51:46.598027 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5067 2024.12.18 19:51:46.598173 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5068 2024.12.18 19:51:46.598228 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5069 2024.12.18 19:51:46.598900 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5070 2024.12.18 19:51:46.598940 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5071 2024.12.18 19:51:46.599286 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5072 2024.12.18 19:51:46.599522 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5073 2024.12.18 19:51:46.599767 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001619 sec., 35824.58307597282 rows/sec., 2.56 MiB/sec.
5074 2024.12.18 19:51:46.600020 [ 266 ] {f495d1d9-090c-4141-a84e-137053a814d9} <Debug> TCPHandler: Processed in 0.002136104 sec.
5075 2024.12.18 19:51:46.600231 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5076 2024.12.18 19:51:46.600366 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5077 2024.12.18 19:51:46.600422 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5078 2024.12.18 19:51:46.601166 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5079 2024.12.18 19:51:46.601205 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5080 2024.12.18 19:51:46.601557 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5081 2024.12.18 19:51:46.601795 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5082 2024.12.18 19:51:46.602001 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001665 sec., 145345.34534534535 rows/sec., 9.85 MiB/sec.
5083 2024.12.18 19:51:46.602054 [ 262 ] {b007a770-d428-4eeb-ba55-8187c2ca006d} <Debug> TCPHandler: Processed in 0.001942169 sec.
5084 2024.12.18 19:51:46.602217 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5085 2024.12.18 19:51:46.602347 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5086 2024.12.18 19:51:46.602401 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5087 2024.12.18 19:51:46.603002 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5088 2024.12.18 19:51:46.603041 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5089 2024.12.18 19:51:46.603380 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5090 2024.12.18 19:51:46.603615 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5091 2024.12.18 19:51:46.603827 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
5092 2024.12.18 19:51:46.603881 [ 266 ] {13df4361-c2cb-4f1b-a678-71e53e3dbd19} <Debug> TCPHandler: Processed in 0.001724836 sec.
5093 2024.12.18 19:51:46.604034 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5094 2024.12.18 19:51:46.604164 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5095 2024.12.18 19:51:46.604216 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5096 2024.12.18 19:51:46.605092 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2024.12.18 19:51:46.605130 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5098 2024.12.18 19:51:46.605514 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5099 2024.12.18 19:51:46.605752 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5100 2024.12.18 19:51:46.605956 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.00182 sec., 488461.53846153844 rows/sec., 35.45 MiB/sec.
5101 2024.12.18 19:51:46.606007 [ 262 ] {5b10287f-ab65-4087-94b8-c8b962534743} <Debug> TCPHandler: Processed in 0.002037362 sec.
5102 2024.12.18 19:51:46.606135 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5103 2024.12.18 19:51:46.606243 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5104 2024.12.18 19:51:46.606288 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5105 2024.12.18 19:51:46.606710 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5106 2024.12.18 19:51:46.606749 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5107 2024.12.18 19:51:46.607101 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5108 2024.12.18 19:51:46.607332 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2024.12.18 19:51:46.607541 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 237.48 KiB/sec.
5110 2024.12.18 19:51:46.607590 [ 266 ] {181faccb-2c9e-4cac-a9d3-24dec3e076ab} <Debug> TCPHandler: Processed in 0.001507041 sec.
5111 2024.12.18 19:51:46.607713 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5112 2024.12.18 19:51:46.607827 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5113 2024.12.18 19:51:46.607884 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5114 2024.12.18 19:51:46.608667 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5115 2024.12.18 19:51:46.608712 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5116 2024.12.18 19:51:46.609154 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5117 2024.12.18 19:51:46.609388 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5118 2024.12.18 19:51:46.609545 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5119 2024.12.18 19:51:46.609613 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.001813 sec., 495311.63816878106 rows/sec., 33.00 MiB/sec.
5120 2024.12.18 19:51:46.609639 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5121 2024.12.18 19:51:46.609714 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5122 2024.12.18 19:51:46.609727 [ 262 ] {040f1643-31b2-4c68-b4c5-962594c90071} <Debug> TCPHandler: Processed in 0.002065272 sec.
5123 2024.12.18 19:51:46.609944 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5124 2024.12.18 19:51:46.610008 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
5125 2024.12.18 19:51:46.610141 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5126 2024.12.18 19:51:46.610259 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5127 2024.12.18 19:51:46.610348 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5128 2024.12.18 19:51:46.610456 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9271 rows starting from the beginning of the part
5129 2024.12.18 19:51:46.610853 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
5130 2024.12.18 19:51:46.611191 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part
5131 2024.12.18 19:51:46.611446 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part
5132 2024.12.18 19:51:46.611810 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
5133 2024.12.18 19:51:46.612142 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 898 rows starting from the beginning of the part
5134 2024.12.18 19:51:46.612733 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5135 2024.12.18 19:51:46.612787 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5136 2024.12.18 19:51:46.613435 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5137 2024.12.18 19:51:46.613789 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2024.12.18 19:51:46.614149 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004065 sec., 246.00246002460025 rows/sec., 16.58 KiB/sec.
5139 2024.12.18 19:51:46.614294 [ 266 ] {fa208cbe-2951-4cb3-8840-82a728d5e1b3} <Debug> TCPHandler: Processed in 0.004473202 sec.
5140 2024.12.18 19:51:46.614501 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5141 2024.12.18 19:51:46.614783 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5142 2024.12.18 19:51:46.615024 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5143 2024.12.18 19:51:46.617178 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2024.12.18 19:51:46.617225 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5145 2024.12.18 19:51:46.618169 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10964 rows, containing 5 columns (5 merged, 0 gathered) in 0.008325792 sec., 1316871.716228318 rows/sec., 88.89 MiB/sec.
5146 2024.12.18 19:51:46.618469 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5147 2024.12.18 19:51:46.618549 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5148 2024.12.18 19:51:46.618918 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5149 2024.12.18 19:51:46.619033 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5150 2024.12.18 19:51:46.619100 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5151 2024.12.18 19:51:46.619323 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB.
5152 2024.12.18 19:51:46.619501 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004818 sec., 8509.755085097551 rows/sec., 15.25 MiB/sec.
5153 2024.12.18 19:51:46.619624 [ 262 ] {c24c1cb1-0c4e-4df0-b162-d85b6f9a7207} <Debug> TCPHandler: Processed in 0.005246328 sec.
5154 2024.12.18 19:51:46.619774 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5155 2024.12.18 19:51:46.619905 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5156 2024.12.18 19:51:46.619960 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5157 2024.12.18 19:51:46.620478 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5158 2024.12.18 19:51:46.620525 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5159 2024.12.18 19:51:46.620934 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5160 2024.12.18 19:51:46.621171 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5161 2024.12.18 19:51:46.621346 [ 41 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5162 2024.12.18 19:51:46.621413 [ 41 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5163 2024.12.18 19:51:46.621419 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001534 sec., 37809.6479791395 rows/sec., 2.34 MiB/sec.
5164 2024.12.18 19:51:46.621464 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5165 2024.12.18 19:51:46.621579 [ 266 ] {4e55fce5-48e0-4bd9-82b0-7d2a9951cfbe} <Debug> TCPHandler: Processed in 0.001867039 sec.
5166 2024.12.18 19:51:46.621687 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
5167 2024.12.18 19:51:46.621823 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5168 2024.12.18 19:51:46.621859 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1620 rows starting from the beginning of the part
5169 2024.12.18 19:51:46.621963 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5170 2024.12.18 19:51:46.622167 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
5171 2024.12.18 19:51:46.622311 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
5172 2024.12.18 19:51:46.622495 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
5173 2024.12.18 19:51:46.622666 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 58 rows starting from the beginning of the part
5174 2024.12.18 19:51:46.624173 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 4 columns (4 merged, 0 gathered) in 0.002580403 sec., 760346.3490005243 rows/sec., 49.96 MiB/sec.
5175 2024.12.18 19:51:46.624465 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5176 2024.12.18 19:51:46.624817 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5177 2024.12.18 19:51:46.624911 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_36_7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5178 2024.12.18 19:51:46.625016 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
5179 2024.12.18 19:51:47.034422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 704
5180 2024.12.18 19:51:47.037933 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5181 2024.12.18 19:51:47.037987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5182 2024.12.18 19:51:47.039494 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5183 2024.12.18 19:51:47.039820 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5184 2024.12.18 19:51:47.040931 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
5185 2024.12.18 19:51:48.667617 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5186 2024.12.18 19:51:48.667809 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5187 2024.12.18 19:51:48.667881 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5188 2024.12.18 19:51:48.668638 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5189 2024.12.18 19:51:48.668691 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5190 2024.12.18 19:51:48.669128 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5191 2024.12.18 19:51:48.669380 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5192 2024.12.18 19:51:48.669637 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.27 MiB/sec.
5193 2024.12.18 19:51:48.669705 [ 262 ] {aa5f2b12-6cab-45e1-bc3d-4c9e66fcad03} <Debug> TCPHandler: Processed in 0.002218826 sec.
5194 2024.12.18 19:51:48.669862 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5195 2024.12.18 19:51:48.670022 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5196 2024.12.18 19:51:48.670095 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5197 2024.12.18 19:51:48.670822 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5198 2024.12.18 19:51:48.670873 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5199 2024.12.18 19:51:48.671257 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5200 2024.12.18 19:51:48.671504 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2024.12.18 19:51:48.671728 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001754 sec., 36488.02736602053 rows/sec., 2.85 MiB/sec.
5202 2024.12.18 19:51:48.671783 [ 266 ] {09f36076-5012-4223-9b4d-aae36ad44dab} <Debug> TCPHandler: Processed in 0.001990421 sec.
5203 2024.12.18 19:51:48.671947 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5204 2024.12.18 19:51:48.672062 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5205 2024.12.18 19:51:48.672114 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5206 2024.12.18 19:51:48.672616 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5207 2024.12.18 19:51:48.672657 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5208 2024.12.18 19:51:48.673034 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5209 2024.12.18 19:51:48.673281 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5210 2024.12.18 19:51:48.673531 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001486 sec., 43068.64064602961 rows/sec., 3.00 MiB/sec.
5211 2024.12.18 19:51:48.673594 [ 262 ] {ed2983e2-7cd3-446c-a7d0-f59b566aa141} <Debug> TCPHandler: Processed in 0.001700305 sec.
5212 2024.12.18 19:51:48.673828 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5213 2024.12.18 19:51:48.673986 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5214 2024.12.18 19:51:48.674045 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5215 2024.12.18 19:51:48.674745 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5216 2024.12.18 19:51:48.674832 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5217 2024.12.18 19:51:48.675222 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5218 2024.12.18 19:51:48.675463 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5219 2024.12.18 19:51:48.675670 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001716 sec., 13986.013986013986 rows/sec., 965.18 KiB/sec.
5220 2024.12.18 19:51:48.675720 [ 266 ] {1f2c87b3-1b63-4cda-957f-54e6dacbaffd} <Debug> TCPHandler: Processed in 0.002011642 sec.
5221 2024.12.18 19:51:49.484540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5222 2024.12.18 19:51:49.485260 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5223 2024.12.18 19:51:49.485311 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5224 2024.12.18 19:51:49.485841 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5225 2024.12.18 19:51:49.486097 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5226 2024.12.18 19:51:49.486338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5227 2024.12.18 19:51:50.340490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5228 2024.12.18 19:51:50.359663 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5229 2024.12.18 19:51:50.359729 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5230 2024.12.18 19:51:50.367096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5231 2024.12.18 19:51:50.367853 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5232 2024.12.18 19:51:50.371051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5233 2024.12.18 19:51:53.672112 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5234 2024.12.18 19:51:53.672322 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5235 2024.12.18 19:51:53.672402 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5236 2024.12.18 19:51:53.673152 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5237 2024.12.18 19:51:53.673204 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5238 2024.12.18 19:51:53.673645 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5239 2024.12.18 19:51:53.673893 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5240 2024.12.18 19:51:53.674125 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec.
5241 2024.12.18 19:51:53.674189 [ 262 ] {23115fb2-5ea4-43c2-889d-8d7ede9a68c2} <Debug> TCPHandler: Processed in 0.002202995 sec.
5242 2024.12.18 19:51:53.674352 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5243 2024.12.18 19:51:53.674504 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5244 2024.12.18 19:51:53.674563 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5245 2024.12.18 19:51:53.675221 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5246 2024.12.18 19:51:53.675262 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5247 2024.12.18 19:51:53.675620 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5248 2024.12.18 19:51:53.675863 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5249 2024.12.18 19:51:53.676042 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001574 sec., 40660.73697585768 rows/sec., 3.17 MiB/sec.
5250 2024.12.18 19:51:53.676094 [ 266 ] {41600229-3bbc-4dcc-8772-5763c56d85d7} <Debug> TCPHandler: Processed in 0.001808877 sec.
5251 2024.12.18 19:51:53.676269 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5252 2024.12.18 19:51:53.676380 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5253 2024.12.18 19:51:53.676435 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5254 2024.12.18 19:51:53.676960 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5255 2024.12.18 19:51:53.676996 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5256 2024.12.18 19:51:53.677372 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5257 2024.12.18 19:51:53.677608 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5258 2024.12.18 19:51:53.677800 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec.
5259 2024.12.18 19:51:53.677917 [ 262 ] {98aa0077-ee56-4fa8-a5bd-1f1d9464e01f} <Debug> TCPHandler: Processed in 0.001702665 sec.
5260 2024.12.18 19:51:53.678077 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5261 2024.12.18 19:51:53.678205 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5262 2024.12.18 19:51:53.678261 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5263 2024.12.18 19:51:53.678777 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5264 2024.12.18 19:51:53.678822 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5265 2024.12.18 19:51:53.679203 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5266 2024.12.18 19:51:53.679434 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5267 2024.12.18 19:51:53.679611 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec.
5268 2024.12.18 19:51:53.679658 [ 266 ] {204846ac-972a-4872-b3f4-28caa085993c} <Debug> TCPHandler: Processed in 0.001645654 sec.
5269 2024.12.18 19:51:56.864711 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
5270 2024.12.18 19:51:56.864778 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
5271 2024.12.18 19:51:56.986458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5272 2024.12.18 19:51:56.987338 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5273 2024.12.18 19:51:56.987382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5274 2024.12.18 19:51:56.987896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5275 2024.12.18 19:51:56.988152 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2024.12.18 19:51:56.988463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5277 2024.12.18 19:51:57.041170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 720
5278 2024.12.18 19:51:57.043923 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2024.12.18 19:51:57.043975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5280 2024.12.18 19:51:57.045435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5281 2024.12.18 19:51:57.045752 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5282 2024.12.18 19:51:57.046963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 720
5283 2024.12.18 19:51:57.871116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5284 2024.12.18 19:51:57.890514 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5285 2024.12.18 19:51:57.890578 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5286 2024.12.18 19:51:57.897878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5287 2024.12.18 19:51:57.898645 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5288 2024.12.18 19:51:57.901493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5289 2024.12.18 19:51:58.540551 [ 24 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0
5290 2024.12.18 19:51:58.540622 [ 24 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5291 2024.12.18 19:51:58.540649 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5292 2024.12.18 19:51:58.540879 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full
5293 2024.12.18 19:51:58.541113 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5294 2024.12.18 19:51:58.541154 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 66 rows starting from the beginning of the part
5295 2024.12.18 19:51:58.541244 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part
5296 2024.12.18 19:51:58.541489 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
5297 2024.12.18 19:51:58.541753 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part
5298 2024.12.18 19:51:58.541946 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part
5299 2024.12.18 19:51:58.543146 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.00241649 sec., 91868.78489048165 rows/sec., 6.92 MiB/sec.
5300 2024.12.18 19:51:58.543332 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary)
5301 2024.12.18 19:51:58.543693 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2024.12.18 19:51:58.543789 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_22_5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5
5303 2024.12.18 19:51:58.543894 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5304 2024.12.18 19:51:58.679121 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5305 2024.12.18 19:51:58.679302 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5306 2024.12.18 19:51:58.679370 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5307 2024.12.18 19:51:58.680120 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5308 2024.12.18 19:51:58.680165 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5309 2024.12.18 19:51:58.680588 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5310 2024.12.18 19:51:58.680842 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5311 2024.12.18 19:51:58.681018 [ 24 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5312 2024.12.18 19:51:58.681073 [ 24 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5313 2024.12.18 19:51:58.681093 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec.
5314 2024.12.18 19:51:58.681105 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5315 2024.12.18 19:51:58.681280 [ 262 ] {8340be17-2079-4bd2-94c7-7f038dcd4a75} <Debug> TCPHandler: Processed in 0.002271717 sec.
5316 2024.12.18 19:51:58.681429 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5317 2024.12.18 19:51:58.681592 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5318 2024.12.18 19:51:58.681711 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5319 2024.12.18 19:51:58.681751 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5320 2024.12.18 19:51:58.681773 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5321 2024.12.18 19:51:58.681838 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5322 2024.12.18 19:51:58.681860 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5323 2024.12.18 19:51:58.682147 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5324 2024.12.18 19:51:58.682345 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5325 2024.12.18 19:51:58.682576 [ 188 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
5326 2024.12.18 19:51:58.683628 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2024.12.18 19:51:58.683675 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5328 2024.12.18 19:51:58.683938 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002714556 sec., 25786.90585126997 rows/sec., 1.91 MiB/sec.
5329 2024.12.18 19:51:58.684296 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5330 2024.12.18 19:51:58.684420 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5331 2024.12.18 19:51:58.684760 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_13_3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5332 2024.12.18 19:51:58.684901 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5333 2024.12.18 19:51:58.684948 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_13_3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5334 2024.12.18 19:51:58.685116 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5335 2024.12.18 19:51:58.685326 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.003586 sec., 79475.73898494143 rows/sec., 7.01 MiB/sec.
5336 2024.12.18 19:51:58.685586 [ 266 ] {a6d5b96c-8cf6-4e6d-a669-d22d526de730} <Debug> TCPHandler: Processed in 0.004103405 sec.
5337 2024.12.18 19:51:58.685812 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5338 2024.12.18 19:51:58.685926 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5339 2024.12.18 19:51:58.685974 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5340 2024.12.18 19:51:58.686583 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2024.12.18 19:51:58.686623 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5342 2024.12.18 19:51:58.686969 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5343 2024.12.18 19:51:58.687206 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2024.12.18 19:51:58.687412 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001505 sec., 31893.687707641195 rows/sec., 2.30 MiB/sec.
5345 2024.12.18 19:51:58.687463 [ 262 ] {af081e74-327f-4895-bdcc-a5bee20b5655} <Debug> TCPHandler: Processed in 0.001758317 sec.
5346 2024.12.18 19:51:58.687637 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5347 2024.12.18 19:51:58.687764 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5348 2024.12.18 19:51:58.687815 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5349 2024.12.18 19:51:58.688405 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5350 2024.12.18 19:51:58.688444 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5351 2024.12.18 19:51:58.688790 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5352 2024.12.18 19:51:58.689031 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5353 2024.12.18 19:51:58.689238 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec.
5354 2024.12.18 19:51:58.689288 [ 266 ] {e4a326c2-5741-4c80-a604-6a1555a378a1} <Debug> TCPHandler: Processed in 0.001713655 sec.
5355 2024.12.18 19:51:58.689437 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5356 2024.12.18 19:51:58.689543 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5357 2024.12.18 19:51:58.689586 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5358 2024.12.18 19:51:58.690105 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5359 2024.12.18 19:51:58.690143 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5360 2024.12.18 19:51:58.690485 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5361 2024.12.18 19:51:58.690719 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5362 2024.12.18 19:51:58.690882 [ 24 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5363 2024.12.18 19:51:58.690940 [ 24 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5364 2024.12.18 19:51:58.690957 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001426 sec., 9116.409537166901 rows/sec., 568.41 KiB/sec.
5365 2024.12.18 19:51:58.690973 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5366 2024.12.18 19:51:58.691112 [ 262 ] {7f10cd2e-7e74-4bc0-8179-21ebeb24a6a9} <Debug> TCPHandler: Processed in 0.001725855 sec.
5367 2024.12.18 19:51:58.691189 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5368 2024.12.18 19:51:58.691301 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5369 2024.12.18 19:51:58.691360 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5370 2024.12.18 19:51:58.691401 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5371 2024.12.18 19:51:58.691573 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5372 2024.12.18 19:51:58.691678 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5373 2024.12.18 19:51:58.691725 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5374 2024.12.18 19:51:58.691980 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5375 2024.12.18 19:51:58.692326 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5376 2024.12.18 19:51:58.692630 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
5377 2024.12.18 19:51:58.694382 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5378 2024.12.18 19:51:58.694459 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5379 2024.12.18 19:51:58.694987 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00390906 sec., 16628.038454257545 rows/sec., 1.08 MiB/sec.
5380 2024.12.18 19:51:58.695180 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5381 2024.12.18 19:51:58.695406 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5382 2024.12.18 19:51:58.695741 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_13_3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5383 2024.12.18 19:51:58.695927 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_13_3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5384 2024.12.18 19:51:58.695927 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5385 2024.12.18 19:51:58.696073 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5386 2024.12.18 19:51:58.696301 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004842 sec., 87360.59479553903 rows/sec., 6.25 MiB/sec.
5387 2024.12.18 19:51:58.696367 [ 266 ] {d54573ff-b3a9-4207-aac5-b7075535a3b5} <Debug> TCPHandler: Processed in 0.005149525 sec.
5388 2024.12.18 19:51:58.696532 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5389 2024.12.18 19:51:58.696663 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5390 2024.12.18 19:51:58.696717 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5391 2024.12.18 19:51:58.697248 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5392 2024.12.18 19:51:58.697285 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5393 2024.12.18 19:51:58.697641 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5394 2024.12.18 19:51:58.697872 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5395 2024.12.18 19:51:58.698054 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec.
5396 2024.12.18 19:51:58.698241 [ 262 ] {c5b498ae-4b91-4e48-a95e-a6235c81cbad} <Debug> TCPHandler: Processed in 0.001770156 sec.
5397 2024.12.18 19:51:58.698448 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5398 2024.12.18 19:51:58.698584 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5399 2024.12.18 19:51:58.698643 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5400 2024.12.18 19:51:58.699294 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5401 2024.12.18 19:51:58.699333 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5402 2024.12.18 19:51:58.699719 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5403 2024.12.18 19:51:58.699963 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5404 2024.12.18 19:51:58.700142 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec.
5405 2024.12.18 19:51:58.700193 [ 266 ] {629ee8cb-8224-4efe-9e53-1bd5e413dd6d} <Debug> TCPHandler: Processed in 0.001842728 sec.
5406 2024.12.18 19:51:58.700327 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5407 2024.12.18 19:51:58.700438 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5408 2024.12.18 19:51:58.700485 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5409 2024.12.18 19:51:58.700893 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5410 2024.12.18 19:51:58.700927 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5411 2024.12.18 19:51:58.701270 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5412 2024.12.18 19:51:58.701505 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5413 2024.12.18 19:51:58.701745 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec.
5414 2024.12.18 19:51:58.701946 [ 262 ] {a6888af5-3dd9-49a0-a30f-9e4215b8f54a} <Debug> TCPHandler: Processed in 0.001666624 sec.
5415 2024.12.18 19:51:58.702086 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5416 2024.12.18 19:51:58.702202 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5417 2024.12.18 19:51:58.702283 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5418 2024.12.18 19:51:58.703640 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2024.12.18 19:51:58.703679 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5420 2024.12.18 19:51:58.704339 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5421 2024.12.18 19:51:58.704594 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5422 2024.12.18 19:51:58.704892 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002695 sec., 15213.358070500928 rows/sec., 27.26 MiB/sec.
5423 2024.12.18 19:51:58.705181 [ 266 ] {8130320b-e557-4fad-9bd3-c10ea574c8c8} <Debug> TCPHandler: Processed in 0.003146095 sec.
5424 2024.12.18 19:51:58.705334 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5425 2024.12.18 19:51:58.705465 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5426 2024.12.18 19:51:58.705518 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5427 2024.12.18 19:51:58.706041 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5428 2024.12.18 19:51:58.706084 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5429 2024.12.18 19:51:58.706450 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5430 2024.12.18 19:51:58.706681 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5431 2024.12.18 19:51:58.706851 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec.
5432 2024.12.18 19:51:58.706898 [ 262 ] {81e3f86e-1454-47b2-a620-992cbc3ced35} <Debug> TCPHandler: Processed in 0.001626413 sec.
5433 2024.12.18 19:52:03.672907 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5434 2024.12.18 19:52:03.673147 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5435 2024.12.18 19:52:03.673229 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5436 2024.12.18 19:52:03.674173 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2024.12.18 19:52:03.674232 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5438 2024.12.18 19:52:03.674683 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5439 2024.12.18 19:52:03.674949 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2024.12.18 19:52:03.675155 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002064 sec., 1937.9844961240312 rows/sec., 158.03 KiB/sec.
5441 2024.12.18 19:52:03.675220 [ 262 ] {3f271a75-f055-416d-9d0b-efb0ff72ac3f} <Debug> TCPHandler: Processed in 0.002448891 sec.
5442 2024.12.18 19:52:03.675399 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5443 2024.12.18 19:52:03.675512 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5444 2024.12.18 19:52:03.675574 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5445 2024.12.18 19:52:03.676147 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2024.12.18 19:52:03.676185 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5447 2024.12.18 19:52:03.676547 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5448 2024.12.18 19:52:03.676814 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2024.12.18 19:52:03.676959 [ 88 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5450 2024.12.18 19:52:03.676999 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001512 sec., 38359.788359788356 rows/sec., 2.92 MiB/sec.
5451 2024.12.18 19:52:03.677007 [ 88 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5452 2024.12.18 19:52:03.677055 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5453 2024.12.18 19:52:03.677067 [ 266 ] {1bdc0955-b540-457e-a264-2e936cedb164} <Debug> TCPHandler: Processed in 0.001724216 sec.
5454 2024.12.18 19:52:03.677182 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
5455 2024.12.18 19:52:03.677308 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5456 2024.12.18 19:52:03.677319 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5457 2024.12.18 19:52:03.677378 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part
5458 2024.12.18 19:52:03.677438 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5459 2024.12.18 19:52:03.677507 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5460 2024.12.18 19:52:03.677523 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1430 rows starting from the beginning of the part
5461 2024.12.18 19:52:03.677798 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
5462 2024.12.18 19:52:03.678030 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
5463 2024.12.18 19:52:03.678282 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 285 rows starting from the beginning of the part
5464 2024.12.18 19:52:03.678497 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 58 rows starting from the beginning of the part
5465 2024.12.18 19:52:03.679156 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2024.12.18 19:52:03.679200 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5467 2024.12.18 19:52:03.679691 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5468 2024.12.18 19:52:03.680000 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5469 2024.12.18 19:52:03.680197 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002791 sec., 1433.1780723754925 rows/sec., 100.07 KiB/sec.
5470 2024.12.18 19:52:03.680255 [ 262 ] {96a894a3-ba16-4cde-b43b-d032f7e9c495} <Debug> TCPHandler: Processed in 0.003008032 sec.
5471 2024.12.18 19:52:03.680454 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5472 2024.12.18 19:52:03.680582 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5473 2024.12.18 19:52:03.680637 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5474 2024.12.18 19:52:03.680913 [ 195 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.003788207 sec., 876668.0384678028 rows/sec., 76.54 MiB/sec.
5475 2024.12.18 19:52:03.681280 [ 195 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5476 2024.12.18 19:52:03.681894 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5477 2024.12.18 19:52:03.681915 [ 195 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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.12.18 19:52:03.681968 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5479 2024.12.18 19:52:03.682078 [ 195 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_41_8} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5480 2024.12.18 19:52:03.682227 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
5481 2024.12.18 19:52:03.682651 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5482 2024.12.18 19:52:03.683032 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2024.12.18 19:52:03.683215 [ 88 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5484 2024.12.18 19:52:03.683267 [ 88 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5485 2024.12.18 19:52:03.683307 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5486 2024.12.18 19:52:03.683307 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002747 sec., 24754.277393520206 rows/sec., 1.93 MiB/sec.
5487 2024.12.18 19:52:03.683562 [ 266 ] {bc945cbe-49f8-41e5-b1ab-0f5aca65a7ca} <Debug> TCPHandler: Processed in 0.003171235 sec.
5488 2024.12.18 19:52:03.683616 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
5489 2024.12.18 19:52:03.683805 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5490 2024.12.18 19:52:03.683879 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5491 2024.12.18 19:52:03.683994 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
5492 2024.12.18 19:52:03.684006 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5493 2024.12.18 19:52:03.684158 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5494 2024.12.18 19:52:03.684296 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 889 rows starting from the beginning of the part
5495 2024.12.18 19:52:03.684732 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
5496 2024.12.18 19:52:03.685127 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
5497 2024.12.18 19:52:03.685530 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part
5498 2024.12.18 19:52:03.685845 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 68 rows starting from the beginning of the part
5499 2024.12.18 19:52:03.687034 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2024.12.18 19:52:03.687127 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5501 2024.12.18 19:52:03.688390 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5502 2024.12.18 19:52:03.688746 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2024.12.18 19:52:03.689562 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143116 sec., 394425.2395689745 rows/sec., 30.26 MiB/sec.
5504 2024.12.18 19:52:03.689589 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005616 sec., 28846.153846153844 rows/sec., 2.01 MiB/sec.
5505 2024.12.18 19:52:03.689887 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5506 2024.12.18 19:52:03.690068 [ 262 ] {06365f43-bd4a-4944-9c1e-e24936c7238e} <Debug> TCPHandler: Processed in 0.006354831 sec.
5507 2024.12.18 19:52:03.690327 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5508 2024.12.18 19:52:03.690515 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5509 2024.12.18 19:52:03.690525 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5510 2024.12.18 19:52:03.690586 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5511 2024.12.18 19:52:03.690751 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_41_8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5512 2024.12.18 19:52:03.690968 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5513 2024.12.18 19:52:03.691385 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5514 2024.12.18 19:52:03.691432 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5515 2024.12.18 19:52:03.691831 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5516 2024.12.18 19:52:03.692154 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5517 2024.12.18 19:52:03.692397 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001941 sec., 30911.901081916538 rows/sec., 2.08 MiB/sec.
5518 2024.12.18 19:52:03.692461 [ 266 ] {4280d2e8-ea66-448b-b4a7-ea6fe3d17cb1} <Debug> TCPHandler: Processed in 0.002209715 sec.
5519 2024.12.18 19:52:04.488573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5520 2024.12.18 19:52:04.489233 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5521 2024.12.18 19:52:04.489275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5522 2024.12.18 19:52:04.489808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5523 2024.12.18 19:52:04.490066 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2024.12.18 19:52:04.490265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5525 2024.12.18 19:52:05.401544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5526 2024.12.18 19:52:05.422250 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5527 2024.12.18 19:52:05.422314 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5528 2024.12.18 19:52:05.430364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5529 2024.12.18 19:52:05.431125 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5530 2024.12.18 19:52:05.433939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5531 2024.12.18 19:52:07.047135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 754
5532 2024.12.18 19:52:07.050574 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5533 2024.12.18 19:52:07.050635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5534 2024.12.18 19:52:07.052156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5535 2024.12.18 19:52:07.052486 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5536 2024.12.18 19:52:07.053082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 754
5537 2024.12.18 19:52:08.677935 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5538 2024.12.18 19:52:08.678122 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5539 2024.12.18 19:52:08.678194 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5540 2024.12.18 19:52:08.678960 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5541 2024.12.18 19:52:08.679013 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5542 2024.12.18 19:52:08.679450 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5543 2024.12.18 19:52:08.679713 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5544 2024.12.18 19:52:08.679974 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
5545 2024.12.18 19:52:08.680196 [ 262 ] {4f851764-61dd-41cb-988a-f0a6d1e5c0e4} <Debug> TCPHandler: Processed in 0.002386389 sec.
5546 2024.12.18 19:52:08.680392 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2024.12.18 19:52:08.680517 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5548 2024.12.18 19:52:08.680566 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5549 2024.12.18 19:52:08.681318 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5550 2024.12.18 19:52:08.681359 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5551 2024.12.18 19:52:08.681758 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5552 2024.12.18 19:52:08.681997 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5553 2024.12.18 19:52:08.682196 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001706 sec., 167057.4443141852 rows/sec., 14.74 MiB/sec.
5554 2024.12.18 19:52:08.682251 [ 266 ] {8a9d0bb9-71f5-4466-a96a-0533fad9486f} <Debug> TCPHandler: Processed in 0.001922829 sec.
5555 2024.12.18 19:52:08.682435 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5556 2024.12.18 19:52:08.682546 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5557 2024.12.18 19:52:08.682593 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5558 2024.12.18 19:52:08.683142 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5559 2024.12.18 19:52:08.683180 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5560 2024.12.18 19:52:08.683532 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5561 2024.12.18 19:52:08.683763 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5562 2024.12.18 19:52:08.684014 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00148 sec., 32432.432432432433 rows/sec., 2.34 MiB/sec.
5563 2024.12.18 19:52:08.684230 [ 262 ] {4d4c92c7-9676-48ac-ab48-c7204cf36432} <Debug> TCPHandler: Processed in 0.001864138 sec.
5564 2024.12.18 19:52:08.684434 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5565 2024.12.18 19:52:08.684576 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5566 2024.12.18 19:52:08.684631 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5567 2024.12.18 19:52:08.685304 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5568 2024.12.18 19:52:08.685351 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5569 2024.12.18 19:52:08.685738 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5570 2024.12.18 19:52:08.685978 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5571 2024.12.18 19:52:08.686185 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00164 sec., 8536.585365853658 rows/sec., 597.85 KiB/sec.
5572 2024.12.18 19:52:08.686239 [ 266 ] {bc526695-3b8e-47f8-a7ed-ed22a54c491a} <Debug> TCPHandler: Processed in 0.001890419 sec.
5573 2024.12.18 19:52:08.686371 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5574 2024.12.18 19:52:08.686488 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5575 2024.12.18 19:52:08.686544 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5576 2024.12.18 19:52:08.687222 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5577 2024.12.18 19:52:08.687269 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5578 2024.12.18 19:52:08.687663 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5579 2024.12.18 19:52:08.687900 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5580 2024.12.18 19:52:08.688105 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec.
5581 2024.12.18 19:52:08.688159 [ 262 ] {3e47ad3e-1eb7-49c3-a8c8-389f68c34b7e} <Debug> TCPHandler: Processed in 0.001840598 sec.
5582 2024.12.18 19:52:08.688298 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5583 2024.12.18 19:52:08.688403 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5584 2024.12.18 19:52:08.688448 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5585 2024.12.18 19:52:08.689247 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5586 2024.12.18 19:52:08.689293 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5587 2024.12.18 19:52:08.689691 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5588 2024.12.18 19:52:08.689924 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5589 2024.12.18 19:52:08.690120 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001738 sec., 243383.19907940162 rows/sec., 17.40 MiB/sec.
5590 2024.12.18 19:52:08.690172 [ 266 ] {71e8b025-0e66-46c7-9021-aad1b3cb1e8b} <Debug> TCPHandler: Processed in 0.001923389 sec.
5591 2024.12.18 19:52:08.690297 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5592 2024.12.18 19:52:08.690404 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5593 2024.12.18 19:52:08.690451 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5594 2024.12.18 19:52:08.690959 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5595 2024.12.18 19:52:08.691006 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5596 2024.12.18 19:52:08.691424 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5597 2024.12.18 19:52:08.691670 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5598 2024.12.18 19:52:08.691895 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec.
5599 2024.12.18 19:52:08.692013 [ 262 ] {f934523c-a1fd-4420-a649-97c8adefa220} <Debug> TCPHandler: Processed in 0.001767766 sec.
5600 2024.12.18 19:52:08.692156 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5601 2024.12.18 19:52:08.692264 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5602 2024.12.18 19:52:08.692310 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5603 2024.12.18 19:52:08.692845 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2024.12.18 19:52:08.692883 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5605 2024.12.18 19:52:08.693257 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5606 2024.12.18 19:52:08.693484 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.12.18 19:52:08.693659 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5608 2024.12.18 19:52:08.693733 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001483 sec., 159811.1935266352 rows/sec., 10.71 MiB/sec.
5609 2024.12.18 19:52:08.693738 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5610 2024.12.18 19:52:08.693812 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5611 2024.12.18 19:52:08.693863 [ 266 ] {15b8d989-594b-42ab-84b7-0e02229d7575} <Debug> TCPHandler: Processed in 0.001755666 sec.
5612 2024.12.18 19:52:08.694116 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5613 2024.12.18 19:52:08.694395 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
5614 2024.12.18 19:52:08.694530 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5615 2024.12.18 19:52:08.694735 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5616 2024.12.18 19:52:08.695148 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5617 2024.12.18 19:52:08.695258 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10964 rows starting from the beginning of the part
5618 2024.12.18 19:52:08.695614 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
5619 2024.12.18 19:52:08.695886 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
5620 2024.12.18 19:52:08.696226 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
5621 2024.12.18 19:52:08.696569 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part
5622 2024.12.18 19:52:08.696924 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part
5623 2024.12.18 19:52:08.697255 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5624 2024.12.18 19:52:08.697374 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5625 2024.12.18 19:52:08.698300 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5626 2024.12.18 19:52:08.698600 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5627 2024.12.18 19:52:08.698902 [ 135 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5628 2024.12.18 19:52:08.699050 [ 135 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5629 2024.12.18 19:52:08.699069 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00467 sec., 214.13276231263384 rows/sec., 14.43 KiB/sec.
5630 2024.12.18 19:52:08.699157 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5631 2024.12.18 19:52:08.699375 [ 262 ] {0e779d45-90f1-4d47-b207-b05988466f53} <Debug> TCPHandler: Processed in 0.005403841 sec.
5632 2024.12.18 19:52:08.699800 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5633 2024.12.18 19:52:08.699885 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5634 2024.12.18 19:52:08.700276 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5635 2024.12.18 19:52:08.700446 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5636 2024.12.18 19:52:08.700554 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5637 2024.12.18 19:52:08.700694 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5638 2024.12.18 19:52:08.701133 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5639 2024.12.18 19:52:08.701777 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5640 2024.12.18 19:52:08.702364 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5641 2024.12.18 19:52:08.702679 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5642 2024.12.18 19:52:08.702941 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::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
5643 2024.12.18 19:52:08.705904 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11824 rows, containing 5 columns (5 merged, 0 gathered) in 0.011920045 sec., 991942.5639752198 rows/sec., 67.01 MiB/sec.
5644 2024.12.18 19:52:08.706474 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.007063445 sec., 2123.6096550620837 rows/sec., 142.54 KiB/sec.
5645 2024.12.18 19:52:08.706494 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5646 2024.12.18 19:52:08.706657 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5647 2024.12.18 19:52:08.707108 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5648 2024.12.18 19:52:08.707151 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_15_3} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5649 2024.12.18 19:52:08.707241 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5650 2024.12.18 19:52:08.707294 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5651 2024.12.18 19:52:08.707303 [ 192 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_15_3} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5652 2024.12.18 19:52:08.707303 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5653 2024.12.18 19:52:08.707428 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5654 2024.12.18 19:52:08.707483 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
5655 2024.12.18 19:52:08.708119 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5656 2024.12.18 19:52:08.708377 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5657 2024.12.18 19:52:08.708655 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008555 sec., 4792.5189947399185 rows/sec., 8.59 MiB/sec.
5658 2024.12.18 19:52:08.708884 [ 266 ] {84d9f7ad-0d7d-4c50-b82b-308adf1bba47} <Debug> TCPHandler: Processed in 0.009327112 sec.
5659 2024.12.18 19:52:08.709056 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5660 2024.12.18 19:52:08.709164 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5661 2024.12.18 19:52:08.709209 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5662 2024.12.18 19:52:08.709660 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5663 2024.12.18 19:52:08.709698 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5664 2024.12.18 19:52:08.710076 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5665 2024.12.18 19:52:08.710310 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5666 2024.12.18 19:52:08.710480 [ 135 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5667 2024.12.18 19:52:08.710550 [ 135 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5668 2024.12.18 19:52:08.710555 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec.
5669 2024.12.18 19:52:08.710590 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5670 2024.12.18 19:52:08.710672 [ 262 ] {3317c570-8d7a-4869-af3b-b522ad2d778e} <Debug> TCPHandler: Processed in 0.001672545 sec.
5671 2024.12.18 19:52:08.710874 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
5672 2024.12.18 19:52:08.711049 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5673 2024.12.18 19:52:08.711094 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1962 rows starting from the beginning of the part
5674 2024.12.18 19:52:08.711227 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
5675 2024.12.18 19:52:08.711402 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
5676 2024.12.18 19:52:08.711608 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
5677 2024.12.18 19:52:08.711749 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
5678 2024.12.18 19:52:08.711957 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
5679 2024.12.18 19:52:08.713437 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002716846 sec., 835527.6670079938 rows/sec., 54.85 MiB/sec.
5680 2024.12.18 19:52:08.713694 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5681 2024.12.18 19:52:08.714024 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2024.12.18 19:52:08.714113 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_41_8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5683 2024.12.18 19:52:08.714206 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5684 2024.12.18 19:52:11.865029 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
5685 2024.12.18 19:52:11.865106 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
5686 2024.12.18 19:52:11.990375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5687 2024.12.18 19:52:11.991127 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2024.12.18 19:52:11.991187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5689 2024.12.18 19:52:11.991766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5690 2024.12.18 19:52:11.992031 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2024.12.18 19:52:11.992295 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5692 2024.12.18 19:52:12.933992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5693 2024.12.18 19:52:12.956304 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2024.12.18 19:52:12.956373 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5695 2024.12.18 19:52:12.964223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5696 2024.12.18 19:52:12.965718 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5697 2024.12.18 19:52:12.969550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5698 2024.12.18 19:52:13.672164 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5699 2024.12.18 19:52:13.672380 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5700 2024.12.18 19:52:13.672460 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5701 2024.12.18 19:52:13.673262 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5702 2024.12.18 19:52:13.673318 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5703 2024.12.18 19:52:13.673780 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5704 2024.12.18 19:52:13.674039 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5705 2024.12.18 19:52:13.674280 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec.
5706 2024.12.18 19:52:13.674347 [ 262 ] {1f4a35db-d985-406b-95a9-f2493afe0b35} <Debug> TCPHandler: Processed in 0.002322358 sec.
5707 2024.12.18 19:52:13.674525 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5708 2024.12.18 19:52:13.674645 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5709 2024.12.18 19:52:13.674693 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5710 2024.12.18 19:52:13.675260 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2024.12.18 19:52:13.675302 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5712 2024.12.18 19:52:13.675676 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5713 2024.12.18 19:52:13.675915 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2024.12.18 19:52:13.676125 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec.
5715 2024.12.18 19:52:13.676179 [ 266 ] {d2495bb4-ad98-4281-97cb-33bfaa4437de} <Debug> TCPHandler: Processed in 0.001718916 sec.
5716 2024.12.18 19:52:13.676335 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5717 2024.12.18 19:52:13.676445 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5718 2024.12.18 19:52:13.676494 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5719 2024.12.18 19:52:13.677026 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2024.12.18 19:52:13.677066 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5721 2024.12.18 19:52:13.677465 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5722 2024.12.18 19:52:13.677721 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2024.12.18 19:52:13.677949 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec.
5724 2024.12.18 19:52:13.678025 [ 262 ] {f419cfd9-ba84-49a8-94f4-fef83028d4f4} <Debug> TCPHandler: Processed in 0.001750916 sec.
5725 2024.12.18 19:52:13.678273 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2024.12.18 19:52:13.678454 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5727 2024.12.18 19:52:13.678504 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5728 2024.12.18 19:52:13.678968 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2024.12.18 19:52:13.679007 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5730 2024.12.18 19:52:13.679365 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5731 2024.12.18 19:52:13.679601 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5732 2024.12.18 19:52:13.679836 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec.
5733 2024.12.18 19:52:13.679984 [ 266 ] {83fa432c-f5af-4cf7-8752-00cf0630f4f0} <Debug> TCPHandler: Processed in 0.001839378 sec.
5734 2024.12.18 19:52:15.087356 [ 147 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5735 2024.12.18 19:52:15.087418 [ 147 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5736 2024.12.18 19:52:15.087441 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5737 2024.12.18 19:52:15.087603 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
5738 2024.12.18 19:52:15.087763 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5739 2024.12.18 19:52:15.087803 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part
5740 2024.12.18 19:52:15.087890 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
5741 2024.12.18 19:52:15.088132 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
5742 2024.12.18 19:52:15.088396 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part
5743 2024.12.18 19:52:15.088554 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
5744 2024.12.18 19:52:15.089691 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002172785 sec., 15648.119809369082 rows/sec., 1.31 MiB/sec.
5745 2024.12.18 19:52:15.089890 [ 199 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5746 2024.12.18 19:52:15.090228 [ 199 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2024.12.18 19:52:15.090318 [ 199 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_9_2} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5748 2024.12.18 19:52:15.090424 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5749 2024.12.18 19:52:16.591055 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5750 2024.12.18 19:52:16.591279 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5751 2024.12.18 19:52:16.591361 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5752 2024.12.18 19:52:16.592179 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5753 2024.12.18 19:52:16.592235 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5754 2024.12.18 19:52:16.592678 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5755 2024.12.18 19:52:16.592937 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5756 2024.12.18 19:52:16.593181 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 514.19 KiB/sec.
5757 2024.12.18 19:52:16.593250 [ 262 ] {89b6917a-28d0-4a42-b922-c3f70e505446} <Debug> TCPHandler: Processed in 0.002335358 sec.
5758 2024.12.18 19:52:16.593438 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5759 2024.12.18 19:52:16.593556 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5760 2024.12.18 19:52:16.593606 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5761 2024.12.18 19:52:16.594139 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5762 2024.12.18 19:52:16.594181 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5763 2024.12.18 19:52:16.594546 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5764 2024.12.18 19:52:16.594782 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5765 2024.12.18 19:52:16.594996 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001468 sec., 1362.3978201634877 rows/sec., 111.09 KiB/sec.
5766 2024.12.18 19:52:16.595050 [ 266 ] {166c83fb-1f74-44d0-8636-5dd765e7333a} <Debug> TCPHandler: Processed in 0.001672914 sec.
5767 2024.12.18 19:52:16.595191 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5768 2024.12.18 19:52:16.595300 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5769 2024.12.18 19:52:16.595346 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5770 2024.12.18 19:52:16.596627 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5771 2024.12.18 19:52:16.596667 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5772 2024.12.18 19:52:16.597123 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5773 2024.12.18 19:52:16.597368 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5774 2024.12.18 19:52:16.597550 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002273 sec., 627364.716234052 rows/sec., 52.39 MiB/sec.
5775 2024.12.18 19:52:16.597603 [ 262 ] {cc891cb4-cf78-46af-92f8-b43a0bea59d6} <Debug> TCPHandler: Processed in 0.002474491 sec.
5776 2024.12.18 19:52:16.597741 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5777 2024.12.18 19:52:16.597849 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5778 2024.12.18 19:52:16.597896 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5779 2024.12.18 19:52:16.598442 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5780 2024.12.18 19:52:16.598479 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5781 2024.12.18 19:52:16.598825 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5782 2024.12.18 19:52:16.599058 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5783 2024.12.18 19:52:16.599266 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.00143 sec., 34965.03496503496 rows/sec., 2.51 MiB/sec.
5784 2024.12.18 19:52:16.599474 [ 266 ] {b3968325-268b-4e64-8e73-76c5e677eb0d} <Debug> TCPHandler: Processed in 0.001789647 sec.
5785 2024.12.18 19:52:16.599669 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5786 2024.12.18 19:52:16.599779 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5787 2024.12.18 19:52:16.599825 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5788 2024.12.18 19:52:16.600460 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5789 2024.12.18 19:52:16.600499 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5790 2024.12.18 19:52:16.600857 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5791 2024.12.18 19:52:16.601090 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5792 2024.12.18 19:52:16.601208 [ 144 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5793 2024.12.18 19:52:16.601259 [ 144 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2024.12.18 19:52:16.601270 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001509 sec., 160371.10669317428 rows/sec., 10.87 MiB/sec.
5795 2024.12.18 19:52:16.601289 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5796 2024.12.18 19:52:16.601345 [ 262 ] {62411712-e62e-498b-99d2-d37c56f8b7ef} <Debug> TCPHandler: Processed in 0.001769036 sec.
5797 2024.12.18 19:52:16.601480 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
5798 2024.12.18 19:52:16.601563 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5799 2024.12.18 19:52:16.601745 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5800 2024.12.18 19:52:16.601777 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5801 2024.12.18 19:52:16.601802 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
5802 2024.12.18 19:52:16.601869 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5803 2024.12.18 19:52:16.602123 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
5804 2024.12.18 19:52:16.602435 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part
5805 2024.12.18 19:52:16.602753 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
5806 2024.12.18 19:52:16.603091 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
5807 2024.12.18 19:52:16.603450 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part
5808 2024.12.18 19:52:16.604651 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5809 2024.12.18 19:52:16.604720 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5810 2024.12.18 19:52:16.605636 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5811 2024.12.18 19:52:16.606198 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5812 2024.12.18 19:52:16.606245 [ 200 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.00486903 sec., 157937.0018258257 rows/sec., 11.31 MiB/sec.
5813 2024.12.18 19:52:16.606474 [ 200 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5814 2024.12.18 19:52:16.606572 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004823 sec., 2695.4177897574123 rows/sec., 168.06 KiB/sec.
5815 2024.12.18 19:52:16.606931 [ 266 ] {5dd454d0-f525-438b-92ad-13c76ae55af3} <Debug> TCPHandler: Processed in 0.005440742 sec.
5816 2024.12.18 19:52:16.607101 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5817 2024.12.18 19:52:16.607170 [ 200 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2024.12.18 19:52:16.607244 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5819 2024.12.18 19:52:16.607274 [ 200 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_16_3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5820 2024.12.18 19:52:16.607299 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5821 2024.12.18 19:52:16.607383 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5822 2024.12.18 19:52:16.608237 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5823 2024.12.18 19:52:16.608276 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5824 2024.12.18 19:52:16.608697 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5825 2024.12.18 19:52:16.608931 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5826 2024.12.18 19:52:16.609106 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001899 sec., 463928.38335966296 rows/sec., 33.64 MiB/sec.
5827 2024.12.18 19:52:16.609161 [ 262 ] {462f9dcf-5fc6-420a-8693-78d1caa93576} <Debug> TCPHandler: Processed in 0.002128304 sec.
5828 2024.12.18 19:52:16.609313 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5829 2024.12.18 19:52:16.609440 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5830 2024.12.18 19:52:16.609497 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5831 2024.12.18 19:52:16.609967 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5832 2024.12.18 19:52:16.610005 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5833 2024.12.18 19:52:16.610357 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5834 2024.12.18 19:52:16.610601 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5835 2024.12.18 19:52:16.610778 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec.
5836 2024.12.18 19:52:16.610827 [ 266 ] {a8a350b3-64cd-445d-a067-d7d3db31405d} <Debug> TCPHandler: Processed in 0.001577873 sec.
5837 2024.12.18 19:52:16.610960 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5838 2024.12.18 19:52:16.611067 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5839 2024.12.18 19:52:16.611114 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5840 2024.12.18 19:52:16.611834 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5841 2024.12.18 19:52:16.611871 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5842 2024.12.18 19:52:16.612286 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5843 2024.12.18 19:52:16.612524 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5844 2024.12.18 19:52:16.612725 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001678 sec., 532777.115613826 rows/sec., 35.50 MiB/sec.
5845 2024.12.18 19:52:16.612850 [ 262 ] {98d23776-5999-4e80-b55b-54c25dd50873} <Debug> TCPHandler: Processed in 0.00193876 sec.
5846 2024.12.18 19:52:16.613085 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5847 2024.12.18 19:52:16.613232 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5848 2024.12.18 19:52:16.613283 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5849 2024.12.18 19:52:16.613720 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5850 2024.12.18 19:52:16.613757 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5851 2024.12.18 19:52:16.614095 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5852 2024.12.18 19:52:16.614321 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5853 2024.12.18 19:52:16.614539 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec.
5854 2024.12.18 19:52:16.614724 [ 266 ] {800eefa3-fc57-4534-8efe-df0594bae9d7} <Debug> TCPHandler: Processed in 0.001767817 sec.
5855 2024.12.18 19:52:16.614852 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5856 2024.12.18 19:52:16.614960 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5857 2024.12.18 19:52:16.615030 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5858 2024.12.18 19:52:16.616154 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5859 2024.12.18 19:52:16.616191 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5860 2024.12.18 19:52:16.616842 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5861 2024.12.18 19:52:16.617091 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5862 2024.12.18 19:52:16.617238 [ 144 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5863 2024.12.18 19:52:16.617285 [ 144 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5864 2024.12.18 19:52:16.617308 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002369 sec., 17306.88054031237 rows/sec., 31.01 MiB/sec.
5865 2024.12.18 19:52:16.617313 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5866 2024.12.18 19:52:16.617885 [ 262 ] {6f70f8f8-929d-4e5a-ba94-cf11f3db9eb9} <Debug> TCPHandler: Processed in 0.003073963 sec.
5867 2024.12.18 19:52:16.617995 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5868 2024.12.18 19:52:16.618218 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5869 2024.12.18 19:52:16.618516 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5870 2024.12.18 19:52:16.618660 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5871 2024.12.18 19:52:16.619037 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5872 2024.12.18 19:52:16.619317 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 536 rows starting from the beginning of the part
5873 2024.12.18 19:52:16.620063 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5874 2024.12.18 19:52:16.620843 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5875 2024.12.18 19:52:16.620943 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2024.12.18 19:52:16.621037 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5877 2024.12.18 19:52:16.621536 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5878 2024.12.18 19:52:16.622235 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5879 2024.12.18 19:52:16.622770 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5880 2024.12.18 19:52:16.622831 [ 198 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
5881 2024.12.18 19:52:16.623648 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5882 2024.12.18 19:52:16.624147 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005726 sec., 10129.235068110373 rows/sec., 642.12 KiB/sec.
5883 2024.12.18 19:52:16.624266 [ 266 ] {8a0e4762-44f7-4f9c-a72f-5ffb2a7ded59} <Debug> TCPHandler: Processed in 0.006254359 sec.
5884 2024.12.18 19:52:16.642454 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 19 columns (19 merged, 0 gathered) in 0.024986074 sec., 29656.519867827174 rows/sec., 53.14 MiB/sec.
5885 2024.12.18 19:52:16.643271 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5886 2024.12.18 19:52:16.643678 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2024.12.18 19:52:16.643753 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5888 2024.12.18 19:52:16.643895 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB.
5889 2024.12.18 19:52:17.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.91 MiB, peak 205.61 MiB, free memory in arenas 0.00 B, will set to 199.46 MiB (RSS), difference: 1.55 MiB
5890 2024.12.18 19:52:17.053269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 808
5891 2024.12.18 19:52:17.056826 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5892 2024.12.18 19:52:17.056878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5893 2024.12.18 19:52:17.058410 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5894 2024.12.18 19:52:17.058730 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5895 2024.12.18 19:52:17.058966 [ 143 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5896 2024.12.18 19:52:17.059075 [ 143 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5897 2024.12.18 19:52:17.059144 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5898 2024.12.18 19:52:17.059641 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
5899 2024.12.18 19:52:17.060155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808
5900 2024.12.18 19:52:17.060689 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5901 2024.12.18 19:52:17.060894 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 616 rows starting from the beginning of the part
5902 2024.12.18 19:52:17.061426 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part
5903 2024.12.18 19:52:17.061932 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part
5904 2024.12.18 19:52:17.062417 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part
5905 2024.12.18 19:52:17.062904 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part
5906 2024.12.18 19:52:17.063391 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 54 rows starting from the beginning of the part
5907 2024.12.18 19:52:17.072983 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 808 rows, containing 72 columns (72 merged, 0 gathered) in 0.013663671 sec., 59134.91330404545 rows/sec., 49.88 MiB/sec.
5908 2024.12.18 19:52:17.074255 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5909 2024.12.18 19:52:17.075084 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5910 2024.12.18 19:52:17.075183 [ 191 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_21_4} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5911 2024.12.18 19:52:17.075510 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
5912 2024.12.18 19:52:18.667067 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5913 2024.12.18 19:52:18.667282 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5914 2024.12.18 19:52:18.667362 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5915 2024.12.18 19:52:18.668146 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5916 2024.12.18 19:52:18.668201 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5917 2024.12.18 19:52:18.668631 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5918 2024.12.18 19:52:18.668887 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5919 2024.12.18 19:52:18.669137 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec.
5920 2024.12.18 19:52:18.669203 [ 262 ] {f096904d-aee2-4e97-86ff-ae7bdee2e1a0} <Debug> TCPHandler: Processed in 0.002272127 sec.
5921 2024.12.18 19:52:18.669356 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5922 2024.12.18 19:52:18.669478 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5923 2024.12.18 19:52:18.669527 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5924 2024.12.18 19:52:18.670125 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5925 2024.12.18 19:52:18.670168 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5926 2024.12.18 19:52:18.670540 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5927 2024.12.18 19:52:18.670786 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5928 2024.12.18 19:52:18.671024 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001573 sec., 40686.5861411316 rows/sec., 3.18 MiB/sec.
5929 2024.12.18 19:52:18.671077 [ 266 ] {378e02d8-6bfb-4053-ad08-74958aaea88b} <Debug> TCPHandler: Processed in 0.001778646 sec.
5930 2024.12.18 19:52:18.671227 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5931 2024.12.18 19:52:18.671335 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5932 2024.12.18 19:52:18.671385 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5933 2024.12.18 19:52:18.671933 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5934 2024.12.18 19:52:18.671971 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5935 2024.12.18 19:52:18.672338 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5936 2024.12.18 19:52:18.672575 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5937 2024.12.18 19:52:18.672773 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.05 MiB/sec.
5938 2024.12.18 19:52:18.672823 [ 262 ] {1efbb219-c527-44ac-9aa9-34b20ade3aae} <Debug> TCPHandler: Processed in 0.001649684 sec.
5939 2024.12.18 19:52:18.672964 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5940 2024.12.18 19:52:18.673093 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5941 2024.12.18 19:52:18.673147 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5942 2024.12.18 19:52:18.673668 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5943 2024.12.18 19:52:18.673715 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5944 2024.12.18 19:52:18.674083 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5945 2024.12.18 19:52:18.674332 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5946 2024.12.18 19:52:18.674533 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001468 sec., 16348.773841961854 rows/sec., 1.10 MiB/sec.
5947 2024.12.18 19:52:18.674584 [ 266 ] {a7276e79-26d7-4bb4-b9ff-8df508284580} <Debug> TCPHandler: Processed in 0.001681394 sec.
5948 2024.12.18 19:52:19.492424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
5949 2024.12.18 19:52:19.493150 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5950 2024.12.18 19:52:19.493200 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5951 2024.12.18 19:52:19.493721 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5952 2024.12.18 19:52:19.493973 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5953 2024.12.18 19:52:19.494233 [ 141 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5954 2024.12.18 19:52:19.494263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
5955 2024.12.18 19:52:19.494362 [ 141 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5956 2024.12.18 19:52:19.494413 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5957 2024.12.18 19:52:19.494600 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5958 2024.12.18 19:52:19.494817 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5959 2024.12.18 19:52:19.494887 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5960 2024.12.18 19:52:19.494964 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5961 2024.12.18 19:52:19.495196 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5962 2024.12.18 19:52:19.495389 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5963 2024.12.18 19:52:19.495544 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5964 2024.12.18 19:52:19.495709 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
5965 2024.12.18 19:52:19.497903 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.00339797 sec., 4200743.385021056 rows/sec., 60.09 MiB/sec.
5966 2024.12.18 19:52:19.498228 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5967 2024.12.18 19:52:19.498576 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_31_6} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2024.12.18 19:52:19.498676 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_31_6} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5969 2024.12.18 19:52:19.498780 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5970 2024.12.18 19:52:20.469624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5971 2024.12.18 19:52:20.490812 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2024.12.18 19:52:20.490860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5973 2024.12.18 19:52:20.498138 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5974 2024.12.18 19:52:20.498892 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2024.12.18 19:52:20.499325 [ 137 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5976 2024.12.18 19:52:20.499525 [ 137 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5977 2024.12.18 19:52:20.499640 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5978 2024.12.18 19:52:20.500159 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5979 2024.12.18 19:52:20.514997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5980 2024.12.18 19:52:20.516566 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5981 2024.12.18 19:52:20.517824 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5982 2024.12.18 19:52:20.523187 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5983 2024.12.18 19:52:20.528779 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5984 2024.12.18 19:52:20.534534 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5985 2024.12.18 19:52:20.540701 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5986 2024.12.18 19:52:20.545727 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
5987 2024.12.18 19:52:20.610663 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110800288 sec., 2111.9078679651084 rows/sec., 10.92 MiB/sec.
5988 2024.12.18 19:52:20.613788 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5989 2024.12.18 19:52:20.616857 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_31_6} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5990 2024.12.18 19:52:20.617008 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_31_6} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5991 2024.12.18 19:52:20.619507 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5992 2024.12.18 19:52:21.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.54 MiB, peak 211.09 MiB, free memory in arenas 0.00 B, will set to 202.70 MiB (RSS), difference: 2.16 MiB
5993 2024.12.18 19:52:23.672429 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5994 2024.12.18 19:52:23.672620 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5995 2024.12.18 19:52:23.672691 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5996 2024.12.18 19:52:23.673469 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5997 2024.12.18 19:52:23.673518 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5998 2024.12.18 19:52:23.673958 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5999 2024.12.18 19:52:23.674221 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6000 2024.12.18 19:52:23.674430 [ 133 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6001 2024.12.18 19:52:23.674502 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec.
6002 2024.12.18 19:52:23.674515 [ 133 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2024.12.18 19:52:23.674587 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6004 2024.12.18 19:52:23.674645 [ 262 ] {203231a1-bc57-4cdc-8ac7-f618ca4b8f40} <Debug> TCPHandler: Processed in 0.002338708 sec.
6005 2024.12.18 19:52:23.674911 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6006 2024.12.18 19:52:23.675134 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
6007 2024.12.18 19:52:23.675332 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6008 2024.12.18 19:52:23.675521 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6009 2024.12.18 19:52:23.675988 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6010 2024.12.18 19:52:23.676066 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part
6011 2024.12.18 19:52:23.676399 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 285 rows starting from the beginning of the part
6012 2024.12.18 19:52:23.676793 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
6013 2024.12.18 19:52:23.677153 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1426 rows starting from the beginning of the part
6014 2024.12.18 19:52:23.677492 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
6015 2024.12.18 19:52:23.677791 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
6016 2024.12.18 19:52:23.678740 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2024.12.18 19:52:23.678824 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6018 2024.12.18 19:52:23.679906 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6019 2024.12.18 19:52:23.680503 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2024.12.18 19:52:23.680712 [ 133 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6021 2024.12.18 19:52:23.680783 [ 133 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6022 2024.12.18 19:52:23.680814 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6023 2024.12.18 19:52:23.680832 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005635 sec., 11357.586512866015 rows/sec., 907.76 KiB/sec.
6024 2024.12.18 19:52:23.681116 [ 266 ] {afe0fed2-0f5f-426e-96a6-8bbb00081578} <Debug> TCPHandler: Processed in 0.00632048 sec.
6025 2024.12.18 19:52:23.681270 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
6026 2024.12.18 19:52:23.681393 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2024.12.18 19:52:23.681940 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6028 2024.12.18 19:52:23.681963 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6029 2024.12.18 19:52:23.682085 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
6030 2024.12.18 19:52:23.682093 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6031 2024.12.18 19:52:23.682104 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.007364671 sec., 450121.9402740462 rows/sec., 39.31 MiB/sec.
6032 2024.12.18 19:52:23.682516 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 423 rows starting from the beginning of the part
6033 2024.12.18 19:52:23.682722 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6034 2024.12.18 19:52:23.683055 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
6035 2024.12.18 19:52:23.683616 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 881 rows starting from the beginning of the part
6036 2024.12.18 19:52:23.684155 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
6037 2024.12.18 19:52:23.684582 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6038 2024.12.18 19:52:23.684785 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part
6039 2024.12.18 19:52:23.685494 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_46_9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6040 2024.12.18 19:52:23.685803 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6041 2024.12.18 19:52:23.686257 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2024.12.18 19:52:23.686324 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6043 2024.12.18 19:52:23.687364 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6044 2024.12.18 19:52:23.687709 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2024.12.18 19:52:23.688161 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006395 sec., 25019.546520719312 rows/sec., 1.74 MiB/sec.
6046 2024.12.18 19:52:23.688403 [ 262 ] {5615a5ed-c314-4c66-bcc3-4c48393e8fef} <Debug> TCPHandler: Processed in 0.007145257 sec.
6047 2024.12.18 19:52:23.688413 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007472824 sec., 322635.7264669956 rows/sec., 24.74 MiB/sec.
6048 2024.12.18 19:52:23.688582 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6049 2024.12.18 19:52:23.688630 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6050 2024.12.18 19:52:23.688800 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6051 2024.12.18 19:52:23.688909 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6052 2024.12.18 19:52:23.689114 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2024.12.18 19:52:23.689260 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_46_9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6054 2024.12.18 19:52:23.689388 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6055 2024.12.18 19:52:23.689586 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6056 2024.12.18 19:52:23.689623 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6057 2024.12.18 19:52:23.689992 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6058 2024.12.18 19:52:23.690233 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6059 2024.12.18 19:52:23.690460 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001714 sec., 35005.83430571762 rows/sec., 2.36 MiB/sec.
6060 2024.12.18 19:52:23.690515 [ 266 ] {0b3b79b4-23bd-41e7-8b69-7815b531fe0f} <Debug> TCPHandler: Processed in 0.002004031 sec.
6061 2024.12.18 19:52:26.865359 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
6062 2024.12.18 19:52:26.865422 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
6063 2024.12.18 19:52:26.994484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6064 2024.12.18 19:52:26.995136 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.12.18 19:52:26.995185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6066 2024.12.18 19:52:26.995727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6067 2024.12.18 19:52:26.996007 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.12.18 19:52:26.996258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6069 2024.12.18 19:52:27.002385 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094634 sec.
6070 2024.12.18 19:52:27.060479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 824
6071 2024.12.18 19:52:27.063188 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6072 2024.12.18 19:52:27.063235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6073 2024.12.18 19:52:27.064678 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6074 2024.12.18 19:52:27.064997 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6075 2024.12.18 19:52:27.065545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
6076 2024.12.18 19:52:27.660787 [ 128 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
6077 2024.12.18 19:52:27.660850 [ 128 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6078 2024.12.18 19:52:27.660871 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6079 2024.12.18 19:52:27.661098 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
6080 2024.12.18 19:52:27.661278 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6081 2024.12.18 19:52:27.661320 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
6082 2024.12.18 19:52:27.661402 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
6083 2024.12.18 19:52:27.661641 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
6084 2024.12.18 19:52:27.661874 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
6085 2024.12.18 19:52:27.662081 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
6086 2024.12.18 19:52:27.663213 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002263557 sec., 39760.430154840375 rows/sec., 2.03 MiB/sec.
6087 2024.12.18 19:52:27.663367 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
6088 2024.12.18 19:52:27.663678 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6089 2024.12.18 19:52:27.663763 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_15_3} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
6090 2024.12.18 19:52:27.663850 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6091 2024.12.18 19:52:27.998142 [ 127 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0
6092 2024.12.18 19:52:27.998204 [ 127 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6093 2024.12.18 19:52:27.998227 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6094 2024.12.18 19:52:27.998450 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full
6095 2024.12.18 19:52:27.998685 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6096 2024.12.18 19:52:27.998725 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 66 rows starting from the beginning of the part
6097 2024.12.18 19:52:27.998820 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
6098 2024.12.18 19:52:27.999067 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part
6099 2024.12.18 19:52:27.999270 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part
6100 2024.12.18 19:52:27.999481 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 50 rows starting from the beginning of the part
6101 2024.12.18 19:52:28.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.99 MiB, peak 211.09 MiB, free memory in arenas 0.00 B, will set to 202.75 MiB (RSS), difference: -3.23 MiB
6102 2024.12.18 19:52:28.001248 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.00293759 sec., 73529.66206992808 rows/sec., 5.54 MiB/sec.
6103 2024.12.18 19:52:28.001423 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary)
6104 2024.12.18 19:52:28.001770 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6105 2024.12.18 19:52:28.001863 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_26_6} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6
6106 2024.12.18 19:52:28.001957 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6107 2024.12.18 19:52:28.015127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6108 2024.12.18 19:52:28.033941 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6109 2024.12.18 19:52:28.034001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6110 2024.12.18 19:52:28.040935 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6111 2024.12.18 19:52:28.041718 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6112 2024.12.18 19:52:28.045282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6113 2024.12.18 19:52:28.678431 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6114 2024.12.18 19:52:28.678643 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6115 2024.12.18 19:52:28.678724 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6116 2024.12.18 19:52:28.679537 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6117 2024.12.18 19:52:28.679589 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6118 2024.12.18 19:52:28.680027 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6119 2024.12.18 19:52:28.680279 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6120 2024.12.18 19:52:28.680516 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec.
6121 2024.12.18 19:52:28.680583 [ 262 ] {c1f103f8-44c6-4d6b-b643-9eaa67adc2b7} <Debug> TCPHandler: Processed in 0.002288107 sec.
6122 2024.12.18 19:52:28.680769 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6123 2024.12.18 19:52:28.680910 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6124 2024.12.18 19:52:28.680967 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6125 2024.12.18 19:52:28.681710 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6126 2024.12.18 19:52:28.681750 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6127 2024.12.18 19:52:28.682139 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6128 2024.12.18 19:52:28.682383 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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.12.18 19:52:28.682595 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001718 sec., 165890.5704307334 rows/sec., 14.64 MiB/sec.
6130 2024.12.18 19:52:28.682648 [ 266 ] {8270df5b-c996-4e3e-a19f-5f96f42c7a7c} <Debug> TCPHandler: Processed in 0.00194718 sec.
6131 2024.12.18 19:52:28.682792 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6132 2024.12.18 19:52:28.682903 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6133 2024.12.18 19:52:28.682949 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6134 2024.12.18 19:52:28.683523 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6135 2024.12.18 19:52:28.683564 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6136 2024.12.18 19:52:28.683923 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6137 2024.12.18 19:52:28.684156 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2024.12.18 19:52:28.684354 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001474 sec., 32564.450474898236 rows/sec., 2.34 MiB/sec.
6139 2024.12.18 19:52:28.684406 [ 262 ] {04a67297-2157-4eec-83fa-a500148fdf19} <Debug> TCPHandler: Processed in 0.001666804 sec.
6140 2024.12.18 19:52:28.684570 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6141 2024.12.18 19:52:28.684697 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6142 2024.12.18 19:52:28.684749 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6143 2024.12.18 19:52:28.685334 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6144 2024.12.18 19:52:28.685372 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6145 2024.12.18 19:52:28.685728 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6146 2024.12.18 19:52:28.685963 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6147 2024.12.18 19:52:28.686195 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec.
6148 2024.12.18 19:52:28.686326 [ 266 ] {c7337b36-1969-47ea-aa74-1a9f9ecc33af} <Debug> TCPHandler: Processed in 0.001810838 sec.
6149 2024.12.18 19:52:28.686531 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6150 2024.12.18 19:52:28.686664 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6151 2024.12.18 19:52:28.686718 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6152 2024.12.18 19:52:28.687329 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6153 2024.12.18 19:52:28.687369 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6154 2024.12.18 19:52:28.687719 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6155 2024.12.18 19:52:28.687956 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6156 2024.12.18 19:52:28.688148 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
6157 2024.12.18 19:52:28.688213 [ 262 ] {04b5d01b-db5c-4b7f-8d72-832b7395edd9} <Debug> TCPHandler: Processed in 0.001771866 sec.
6158 2024.12.18 19:52:28.688370 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6159 2024.12.18 19:52:28.688495 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6160 2024.12.18 19:52:28.688546 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6161 2024.12.18 19:52:28.689288 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6162 2024.12.18 19:52:28.689326 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6163 2024.12.18 19:52:28.689705 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6164 2024.12.18 19:52:28.689938 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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.12.18 19:52:28.690140 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001672 sec., 252990.43062200956 rows/sec., 18.09 MiB/sec.
6166 2024.12.18 19:52:28.690192 [ 266 ] {a9c1c199-b44f-423e-bd2a-a7c505e8f86d} <Debug> TCPHandler: Processed in 0.001886399 sec.
6167 2024.12.18 19:52:28.690328 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6168 2024.12.18 19:52:28.690457 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6169 2024.12.18 19:52:28.690513 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6170 2024.12.18 19:52:28.691040 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6171 2024.12.18 19:52:28.691087 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6172 2024.12.18 19:52:28.691457 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6173 2024.12.18 19:52:28.691705 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6174 2024.12.18 19:52:28.691962 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
6175 2024.12.18 19:52:28.692157 [ 262 ] {3d431989-e0eb-4e22-880f-e90904b2e996} <Debug> TCPHandler: Processed in 0.001889698 sec.
6176 2024.12.18 19:52:28.692304 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6177 2024.12.18 19:52:28.692410 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6178 2024.12.18 19:52:28.692455 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6179 2024.12.18 19:52:28.693008 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6180 2024.12.18 19:52:28.693047 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6181 2024.12.18 19:52:28.693427 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6182 2024.12.18 19:52:28.693660 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6183 2024.12.18 19:52:28.693823 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6184 2024.12.18 19:52:28.693882 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001492 sec., 158847.18498659518 rows/sec., 10.65 MiB/sec.
6185 2024.12.18 19:52:28.693900 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6186 2024.12.18 19:52:28.693969 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6187 2024.12.18 19:52:28.694019 [ 266 ] {68d7b5db-645e-4162-95d0-c5e3c933d5b1} <Debug> TCPHandler: Processed in 0.001763836 sec.
6188 2024.12.18 19:52:28.694166 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
6189 2024.12.18 19:52:28.694181 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6190 2024.12.18 19:52:28.694330 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6191 2024.12.18 19:52:28.694356 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6192 2024.12.18 19:52:28.694376 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11824 rows starting from the beginning of the part
6193 2024.12.18 19:52:28.694425 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6194 2024.12.18 19:52:28.694563 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
6195 2024.12.18 19:52:28.694854 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 894 rows starting from the beginning of the part
6196 2024.12.18 19:52:28.695101 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
6197 2024.12.18 19:52:28.695307 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
6198 2024.12.18 19:52:28.695464 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
6199 2024.12.18 19:52:28.695976 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6200 2024.12.18 19:52:28.696018 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6201 2024.12.18 19:52:28.696574 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6202 2024.12.18 19:52:28.696868 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6203 2024.12.18 19:52:28.697288 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002959 sec., 337.95201081446436 rows/sec., 22.77 KiB/sec.
6204 2024.12.18 19:52:28.697542 [ 262 ] {87c8a6e1-3edd-408f-acdb-b2a32ae24165} <Debug> TCPHandler: Processed in 0.00342891 sec.
6205 2024.12.18 19:52:28.697732 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6206 2024.12.18 19:52:28.697872 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6207 2024.12.18 19:52:28.697965 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6208 2024.12.18 19:52:28.699375 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6209 2024.12.18 19:52:28.699480 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6210 2024.12.18 19:52:28.700263 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13339 rows, containing 5 columns (5 merged, 0 gathered) in 0.006176957 sec., 2159477.555048546 rows/sec., 145.86 MiB/sec.
6211 2024.12.18 19:52:28.700377 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6212 2024.12.18 19:52:28.700582 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6213 2024.12.18 19:52:28.700712 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6214 2024.12.18 19:52:28.701047 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2024.12.18 19:52:28.701052 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003211 sec., 12768.607910308316 rows/sec., 22.88 MiB/sec.
6216 2024.12.18 19:52:28.701172 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6217 2024.12.18 19:52:28.701311 [ 266 ] {b901a4d9-d181-4a04-aaa5-cb548af64440} <Debug> TCPHandler: Processed in 0.003672876 sec.
6218 2024.12.18 19:52:28.701311 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB.
6219 2024.12.18 19:52:28.701481 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6220 2024.12.18 19:52:28.701591 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6221 2024.12.18 19:52:28.701638 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6222 2024.12.18 19:52:28.702073 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6223 2024.12.18 19:52:28.702112 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6224 2024.12.18 19:52:28.702479 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6225 2024.12.18 19:52:28.702720 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6226 2024.12.18 19:52:28.702881 [ 126 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6227 2024.12.18 19:52:28.702937 [ 126 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6228 2024.12.18 19:52:28.702976 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
6229 2024.12.18 19:52:28.702980 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
6230 2024.12.18 19:52:28.703132 [ 262 ] {22a698df-af7f-41ad-92d5-875d8a9f8810} <Debug> TCPHandler: Processed in 0.001706455 sec.
6231 2024.12.18 19:52:28.703285 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
6232 2024.12.18 19:52:28.703466 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6233 2024.12.18 19:52:28.703511 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2270 rows starting from the beginning of the part
6234 2024.12.18 19:52:28.703642 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
6235 2024.12.18 19:52:28.703769 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part
6236 2024.12.18 19:52:28.704028 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part
6237 2024.12.18 19:52:28.704204 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
6238 2024.12.18 19:52:28.704332 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6239 2024.12.18 19:52:28.705997 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2554 rows, containing 4 columns (4 merged, 0 gathered) in 0.002865019 sec., 891442.6047436335 rows/sec., 58.47 MiB/sec.
6240 2024.12.18 19:52:28.706260 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6241 2024.12.18 19:52:28.706591 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6242 2024.12.18 19:52:28.706683 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_46_9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6243 2024.12.18 19:52:28.706779 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6244 2024.12.18 19:52:29.000391 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.93 MiB, peak 211.09 MiB, free memory in arenas 0.00 B, will set to 203.43 MiB (RSS), difference: 2.51 MiB
6245 2024.12.18 19:52:33.678096 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6246 2024.12.18 19:52:33.678356 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6247 2024.12.18 19:52:33.678456 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6248 2024.12.18 19:52:33.679512 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2024.12.18 19:52:33.679589 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6250 2024.12.18 19:52:33.680217 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6251 2024.12.18 19:52:33.680620 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6252 2024.12.18 19:52:33.680889 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002594 sec., 771.0100231303007 rows/sec., 62.87 KiB/sec.
6253 2024.12.18 19:52:33.681111 [ 262 ] {1291cbfe-933a-4faa-ba40-bb008c13bc34} <Debug> TCPHandler: Processed in 0.003200106 sec.
6254 2024.12.18 19:52:33.681366 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6255 2024.12.18 19:52:33.681509 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6256 2024.12.18 19:52:33.681583 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6257 2024.12.18 19:52:33.682334 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6258 2024.12.18 19:52:33.682379 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6259 2024.12.18 19:52:33.682811 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6260 2024.12.18 19:52:33.683181 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2024.12.18 19:52:33.683412 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001941 sec., 29366.306027820712 rows/sec., 2.24 MiB/sec.
6262 2024.12.18 19:52:33.683542 [ 266 ] {360d6561-4a5e-42cc-9f35-b22ece5ebdd4} <Debug> TCPHandler: Processed in 0.002248676 sec.
6263 2024.12.18 19:52:33.683853 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2024.12.18 19:52:33.684009 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6265 2024.12.18 19:52:33.684062 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6266 2024.12.18 19:52:33.684781 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2024.12.18 19:52:33.684834 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6268 2024.12.18 19:52:33.685341 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6269 2024.12.18 19:52:33.685627 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2024.12.18 19:52:33.685819 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00184 sec., 1086.9565217391305 rows/sec., 75.90 KiB/sec.
6271 2024.12.18 19:52:33.685881 [ 262 ] {21235b31-9f8e-44ca-9c7d-da5c32b3daae} <Debug> TCPHandler: Processed in 0.002159454 sec.
6272 2024.12.18 19:52:33.686081 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6273 2024.12.18 19:52:33.686203 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6274 2024.12.18 19:52:33.686256 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6275 2024.12.18 19:52:33.686889 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2024.12.18 19:52:33.686928 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6277 2024.12.18 19:52:33.687426 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6278 2024.12.18 19:52:33.687766 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6279 2024.12.18 19:52:33.688003 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001826 sec., 36144.57831325301 rows/sec., 2.82 MiB/sec.
6280 2024.12.18 19:52:33.688075 [ 266 ] {6ae1dbac-a97d-4ca6-bd76-f01d04b726ae} <Debug> TCPHandler: Processed in 0.002051832 sec.
6281 2024.12.18 19:52:33.688269 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6282 2024.12.18 19:52:33.688401 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6283 2024.12.18 19:52:33.688461 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6284 2024.12.18 19:52:33.689189 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2024.12.18 19:52:33.689234 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6286 2024.12.18 19:52:33.689724 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6287 2024.12.18 19:52:33.690037 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6288 2024.12.18 19:52:33.690259 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001891 sec., 85140.13749338973 rows/sec., 5.93 MiB/sec.
6289 2024.12.18 19:52:33.690323 [ 262 ] {f92e0fec-b87a-4c9a-834b-44dd5551a426} <Debug> TCPHandler: Processed in 0.002117594 sec.
6290 2024.12.18 19:52:33.690511 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6291 2024.12.18 19:52:33.690639 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6292 2024.12.18 19:52:33.690696 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6293 2024.12.18 19:52:33.691298 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2024.12.18 19:52:33.691341 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6295 2024.12.18 19:52:33.691822 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6296 2024.12.18 19:52:33.692150 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6297 2024.12.18 19:52:33.692375 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001761 sec., 34071.550255536626 rows/sec., 2.30 MiB/sec.
6298 2024.12.18 19:52:33.692481 [ 266 ] {c5ebacc1-4c18-4585-bafc-0a064b8b4928} <Debug> TCPHandler: Processed in 0.002031012 sec.
6299 2024.12.18 19:52:34.496466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6300 2024.12.18 19:52:34.497213 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6301 2024.12.18 19:52:34.497261 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6302 2024.12.18 19:52:34.497825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6303 2024.12.18 19:52:34.498077 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6304 2024.12.18 19:52:34.498308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6305 2024.12.18 19:52:35.545426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6306 2024.12.18 19:52:35.565735 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2024.12.18 19:52:35.565803 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6308 2024.12.18 19:52:35.573153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6309 2024.12.18 19:52:35.573912 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2024.12.18 19:52:35.577558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6311 2024.12.18 19:52:37.065787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 858
6312 2024.12.18 19:52:37.069077 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6313 2024.12.18 19:52:37.069134 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6314 2024.12.18 19:52:37.070648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6315 2024.12.18 19:52:37.071001 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6316 2024.12.18 19:52:37.072507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 858
6317 2024.12.18 19:52:38.678413 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6318 2024.12.18 19:52:38.678626 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6319 2024.12.18 19:52:38.678704 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6320 2024.12.18 19:52:38.679557 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6321 2024.12.18 19:52:38.679617 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6322 2024.12.18 19:52:38.680037 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6323 2024.12.18 19:52:38.680293 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6324 2024.12.18 19:52:38.680497 [ 119 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6325 2024.12.18 19:52:38.680557 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec.
6326 2024.12.18 19:52:38.680583 [ 119 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6327 2024.12.18 19:52:38.680652 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6328 2024.12.18 19:52:38.680676 [ 262 ] {f3ba0339-747c-4a4d-8583-013a6ad3ea38} <Debug> TCPHandler: Processed in 0.002396349 sec.
6329 2024.12.18 19:52:38.680847 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6330 2024.12.18 19:52:38.680892 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6331 2024.12.18 19:52:38.680972 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6332 2024.12.18 19:52:38.681020 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6333 2024.12.18 19:52:38.681056 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6334 2024.12.18 19:52:38.681149 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6335 2024.12.18 19:52:38.681162 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6336 2024.12.18 19:52:38.681453 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6337 2024.12.18 19:52:38.681634 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6338 2024.12.18 19:52:38.681825 [ 192 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
6339 2024.12.18 19:52:38.682938 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6340 2024.12.18 19:52:38.682985 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6341 2024.12.18 19:52:38.683239 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002466031 sec., 28385.693448298094 rows/sec., 2.10 MiB/sec.
6342 2024.12.18 19:52:38.683476 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6343 2024.12.18 19:52:38.683720 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6344 2024.12.18 19:52:38.684049 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_17_4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6345 2024.12.18 19:52:38.684197 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6346 2024.12.18 19:52:38.684229 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_17_4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6347 2024.12.18 19:52:38.684407 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6348 2024.12.18 19:52:38.684552 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.003539 sec., 80531.22350946596 rows/sec., 7.10 MiB/sec.
6349 2024.12.18 19:52:38.684620 [ 266 ] {b22e38ce-dfeb-45d0-820d-efeba38442b1} <Debug> TCPHandler: Processed in 0.003812228 sec.
6350 2024.12.18 19:52:38.684765 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6351 2024.12.18 19:52:38.684875 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6352 2024.12.18 19:52:38.684921 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6353 2024.12.18 19:52:38.685482 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6354 2024.12.18 19:52:38.685522 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6355 2024.12.18 19:52:38.685880 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6356 2024.12.18 19:52:38.686120 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6357 2024.12.18 19:52:38.686326 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001474 sec., 32564.450474898236 rows/sec., 2.34 MiB/sec.
6358 2024.12.18 19:52:38.686378 [ 262 ] {b60933da-2cbd-4de1-9e21-bebf78333037} <Debug> TCPHandler: Processed in 0.001667654 sec.
6359 2024.12.18 19:52:38.686514 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6360 2024.12.18 19:52:38.686640 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6361 2024.12.18 19:52:38.686694 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6362 2024.12.18 19:52:38.687318 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6363 2024.12.18 19:52:38.687366 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6364 2024.12.18 19:52:38.687757 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6365 2024.12.18 19:52:38.687994 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6366 2024.12.18 19:52:38.688235 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec.
6367 2024.12.18 19:52:38.688382 [ 266 ] {94c16271-5f3d-4789-baf5-0bac6854c9ce} <Debug> TCPHandler: Processed in 0.001916589 sec.
6368 2024.12.18 19:52:38.688565 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6369 2024.12.18 19:52:38.688697 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6370 2024.12.18 19:52:38.688752 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6371 2024.12.18 19:52:38.689422 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6372 2024.12.18 19:52:38.689470 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6373 2024.12.18 19:52:38.689848 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6374 2024.12.18 19:52:38.690084 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6375 2024.12.18 19:52:38.690236 [ 119 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6376 2024.12.18 19:52:38.690293 [ 119 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2024.12.18 19:52:38.690337 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6378 2024.12.18 19:52:38.690334 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec.
6379 2024.12.18 19:52:38.690614 [ 262 ] {ee3681ca-1d91-4e08-872a-08b138293872} <Debug> TCPHandler: Processed in 0.002136933 sec.
6380 2024.12.18 19:52:38.690658 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6381 2024.12.18 19:52:38.690923 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6382 2024.12.18 19:52:38.691109 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6383 2024.12.18 19:52:38.691170 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6384 2024.12.18 19:52:38.691205 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6385 2024.12.18 19:52:38.691275 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6386 2024.12.18 19:52:38.691296 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6387 2024.12.18 19:52:38.691554 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6388 2024.12.18 19:52:38.691751 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6389 2024.12.18 19:52:38.691973 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
6390 2024.12.18 19:52:38.693103 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6391 2024.12.18 19:52:38.693153 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6392 2024.12.18 19:52:38.693337 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002923401 sec., 22234.377014990416 rows/sec., 1.44 MiB/sec.
6393 2024.12.18 19:52:38.693470 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6394 2024.12.18 19:52:38.693686 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6395 2024.12.18 19:52:38.693777 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_17_4} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6396 2024.12.18 19:52:38.693861 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_17_4} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6397 2024.12.18 19:52:38.693937 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6398 2024.12.18 19:52:38.693987 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6399 2024.12.18 19:52:38.694213 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003051 sec., 138643.06784660768 rows/sec., 9.91 MiB/sec.
6400 2024.12.18 19:52:38.694273 [ 266 ] {5c4d016d-d462-4508-bfba-f5db321d5348} <Debug> TCPHandler: Processed in 0.003539653 sec.
6401 2024.12.18 19:52:38.694439 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6402 2024.12.18 19:52:38.694572 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6403 2024.12.18 19:52:38.694623 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6404 2024.12.18 19:52:38.695059 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6405 2024.12.18 19:52:38.695098 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6406 2024.12.18 19:52:38.695452 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6407 2024.12.18 19:52:38.695681 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6408 2024.12.18 19:52:38.695912 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec.
6409 2024.12.18 19:52:38.696005 [ 262 ] {56fd9477-e3f4-40dd-939d-f0abe699e55a} <Debug> TCPHandler: Processed in 0.001630323 sec.
6410 2024.12.18 19:52:38.696142 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6411 2024.12.18 19:52:38.696250 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6412 2024.12.18 19:52:38.696298 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6413 2024.12.18 19:52:38.696825 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6414 2024.12.18 19:52:38.696864 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6415 2024.12.18 19:52:38.697246 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6416 2024.12.18 19:52:38.697479 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6417 2024.12.18 19:52:38.697727 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001493 sec., 158740.79035498996 rows/sec., 10.64 MiB/sec.
6418 2024.12.18 19:52:38.697872 [ 266 ] {c47f734e-e4b1-4b4e-8256-9734734a66ff} <Debug> TCPHandler: Processed in 0.001778577 sec.
6419 2024.12.18 19:52:38.698106 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6420 2024.12.18 19:52:38.698268 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6421 2024.12.18 19:52:38.698325 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6422 2024.12.18 19:52:38.698806 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6423 2024.12.18 19:52:38.698844 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6424 2024.12.18 19:52:38.699185 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6425 2024.12.18 19:52:38.699416 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2024.12.18 19:52:38.699645 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001406 sec., 711.2375533428166 rows/sec., 47.93 KiB/sec.
6427 2024.12.18 19:52:38.699739 [ 262 ] {c4601deb-a148-4bf4-9b8e-08a2939045ed} <Debug> TCPHandler: Processed in 0.001761696 sec.
6428 2024.12.18 19:52:38.699884 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6429 2024.12.18 19:52:38.700013 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6430 2024.12.18 19:52:38.700091 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6431 2024.12.18 19:52:38.701306 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6432 2024.12.18 19:52:38.701346 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6433 2024.12.18 19:52:38.702001 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6434 2024.12.18 19:52:38.702259 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6435 2024.12.18 19:52:38.702491 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002506 sec., 16360.73423782921 rows/sec., 29.32 MiB/sec.
6436 2024.12.18 19:52:38.702586 [ 266 ] {24bf61ed-94f5-4a9b-ab1a-ffaf664e3cd2} <Debug> TCPHandler: Processed in 0.002766007 sec.
6437 2024.12.18 19:52:38.702726 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6438 2024.12.18 19:52:38.702834 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6439 2024.12.18 19:52:38.702879 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6440 2024.12.18 19:52:38.703309 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6441 2024.12.18 19:52:38.703348 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6442 2024.12.18 19:52:38.703709 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6443 2024.12.18 19:52:38.703944 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6444 2024.12.18 19:52:38.704183 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec.
6445 2024.12.18 19:52:38.704300 [ 262 ] {d24ce503-d8d1-4ce3-9e1e-d474096388ea} <Debug> TCPHandler: Processed in 0.001625564 sec.
6446 2024.12.18 19:52:41.865471 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
6447 2024.12.18 19:52:41.865542 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
6448 2024.12.18 19:52:41.998487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
6449 2024.12.18 19:52:41.999170 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6450 2024.12.18 19:52:41.999217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6451 2024.12.18 19:52:41.999779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6452 2024.12.18 19:52:42.000029 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6453 2024.12.18 19:52:42.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.70 MiB, peak 211.09 MiB, free memory in arenas 0.00 B, will set to 203.54 MiB (RSS), difference: -4.16 MiB
6454 2024.12.18 19:52:42.000628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6455 2024.12.18 19:52:43.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.39 MiB, peak 211.09 MiB, free memory in arenas 0.00 B, will set to 203.54 MiB (RSS), difference: 4.15 MiB
6456 2024.12.18 19:52:43.077680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6457 2024.12.18 19:52:43.098396 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6458 2024.12.18 19:52:43.098448 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6459 2024.12.18 19:52:43.106649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6460 2024.12.18 19:52:43.107403 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2024.12.18 19:52:43.110036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6462 2024.12.18 19:52:43.672380 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6463 2024.12.18 19:52:43.672579 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6464 2024.12.18 19:52:43.672652 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6465 2024.12.18 19:52:43.673435 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6466 2024.12.18 19:52:43.673488 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6467 2024.12.18 19:52:43.673922 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6468 2024.12.18 19:52:43.674170 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6469 2024.12.18 19:52:43.674414 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec.
6470 2024.12.18 19:52:43.674533 [ 262 ] {39a1e0f2-78a9-4e04-b4fd-c668feb62203} <Debug> TCPHandler: Processed in 0.002283937 sec.
6471 2024.12.18 19:52:43.674767 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2024.12.18 19:52:43.674938 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6473 2024.12.18 19:52:43.674999 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6474 2024.12.18 19:52:43.675704 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6475 2024.12.18 19:52:43.675754 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6476 2024.12.18 19:52:43.676129 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6477 2024.12.18 19:52:43.676373 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6478 2024.12.18 19:52:43.676599 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001697 sec., 37713.61225692398 rows/sec., 2.94 MiB/sec.
6479 2024.12.18 19:52:43.676655 [ 266 ] {226c7144-67b4-40e5-bc1b-f24e902ce429} <Debug> TCPHandler: Processed in 0.001989891 sec.
6480 2024.12.18 19:52:43.676799 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6481 2024.12.18 19:52:43.676913 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6482 2024.12.18 19:52:43.676963 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6483 2024.12.18 19:52:43.677506 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2024.12.18 19:52:43.677545 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6485 2024.12.18 19:52:43.677932 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6486 2024.12.18 19:52:43.678187 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2024.12.18 19:52:43.678424 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec.
6488 2024.12.18 19:52:43.678510 [ 262 ] {ce809528-d82a-4238-a2b0-62798d599bd5} <Debug> TCPHandler: Processed in 0.001767246 sec.
6489 2024.12.18 19:52:43.678743 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6490 2024.12.18 19:52:43.678906 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6491 2024.12.18 19:52:43.678965 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6492 2024.12.18 19:52:43.679521 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2024.12.18 19:52:43.679572 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6494 2024.12.18 19:52:43.679978 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6495 2024.12.18 19:52:43.680222 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2024.12.18 19:52:43.680456 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec.
6497 2024.12.18 19:52:43.680522 [ 266 ] {671f9d71-0b6e-480e-b31c-25a888c07fbd} <Debug> TCPHandler: Processed in 0.001907069 sec.
6498 2024.12.18 19:52:46.592891 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6499 2024.12.18 19:52:46.593119 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6500 2024.12.18 19:52:46.593200 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6501 2024.12.18 19:52:46.594004 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6502 2024.12.18 19:52:46.594055 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6503 2024.12.18 19:52:46.594466 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6504 2024.12.18 19:52:46.594712 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6505 2024.12.18 19:52:46.594966 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
6506 2024.12.18 19:52:46.595092 [ 262 ] {671e42c5-7672-4133-b77f-f66d548d72e1} <Debug> TCPHandler: Processed in 0.002338629 sec.
6507 2024.12.18 19:52:46.595310 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6508 2024.12.18 19:52:46.595450 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6509 2024.12.18 19:52:46.595506 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6510 2024.12.18 19:52:46.596118 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6511 2024.12.18 19:52:46.596158 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6512 2024.12.18 19:52:46.596508 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6513 2024.12.18 19:52:46.596756 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6514 2024.12.18 19:52:46.596965 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001546 sec., 6468.305304010349 rows/sec., 527.44 KiB/sec.
6515 2024.12.18 19:52:46.597020 [ 266 ] {bf9b1715-eb0d-4b5a-bac7-08b7e78398d9} <Debug> TCPHandler: Processed in 0.001804187 sec.
6516 2024.12.18 19:52:46.597166 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6517 2024.12.18 19:52:46.597296 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6518 2024.12.18 19:52:46.597348 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6519 2024.12.18 19:52:46.598691 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6520 2024.12.18 19:52:46.598731 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6521 2024.12.18 19:52:46.599170 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6522 2024.12.18 19:52:46.599408 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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.12.18 19:52:46.599571 [ 106 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6524 2024.12.18 19:52:46.599639 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.00237 sec., 603375.5274261603 rows/sec., 50.37 MiB/sec.
6525 2024.12.18 19:52:46.599668 [ 106 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6526 2024.12.18 19:52:46.599730 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6527 2024.12.18 19:52:46.599758 [ 262 ] {e4f079cd-bf2c-4728-8673-bdc257b6418f} <Debug> TCPHandler: Processed in 0.002648134 sec.
6528 2024.12.18 19:52:46.599916 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
6529 2024.12.18 19:52:46.599938 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6530 2024.12.18 19:52:46.600023 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6531 2024.12.18 19:52:46.600065 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part
6532 2024.12.18 19:52:46.600073 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6533 2024.12.18 19:52:46.600136 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6534 2024.12.18 19:52:46.600190 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 285 rows starting from the beginning of the part
6535 2024.12.18 19:52:46.600461 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 57 rows starting from the beginning of the part
6536 2024.12.18 19:52:46.600657 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 285 rows starting from the beginning of the part
6537 2024.12.18 19:52:46.600872 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
6538 2024.12.18 19:52:46.601107 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1430 rows starting from the beginning of the part
6539 2024.12.18 19:52:46.601850 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6540 2024.12.18 19:52:46.601924 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6541 2024.12.18 19:52:46.602536 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6542 2024.12.18 19:52:46.602807 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6543 2024.12.18 19:52:46.603095 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.003045 sec., 19047.61904761905 rows/sec., 1.36 MiB/sec.
6544 2024.12.18 19:52:46.603469 [ 266 ] {44f588e3-9eac-4303-ab11-861398cb4243} <Debug> TCPHandler: Processed in 0.003598434 sec.
6545 2024.12.18 19:52:46.603944 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6546 2024.12.18 19:52:46.604215 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3549 rows, containing 5 columns (5 merged, 0 gathered) in 0.00439218 sec., 808026.9934292311 rows/sec., 70.95 MiB/sec.
6547 2024.12.18 19:52:46.604262 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6548 2024.12.18 19:52:46.604324 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6549 2024.12.18 19:52:46.604539 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6550 2024.12.18 19:52:46.605197 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6551 2024.12.18 19:52:46.605442 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_51_10} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6552 2024.12.18 19:52:46.605625 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
6553 2024.12.18 19:52:46.605785 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6554 2024.12.18 19:52:46.605831 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6555 2024.12.18 19:52:46.606197 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6556 2024.12.18 19:52:46.606435 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6557 2024.12.18 19:52:46.606685 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002455 sec., 98574.33808553971 rows/sec., 6.68 MiB/sec.
6558 2024.12.18 19:52:46.606905 [ 262 ] {7c9e773c-1471-4b6d-b1ac-fbfc55a5d789} <Debug> TCPHandler: Processed in 0.003125235 sec.
6559 2024.12.18 19:52:46.607073 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6560 2024.12.18 19:52:46.607208 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6561 2024.12.18 19:52:46.607260 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6562 2024.12.18 19:52:46.607909 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2024.12.18 19:52:46.607950 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6564 2024.12.18 19:52:46.608290 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6565 2024.12.18 19:52:46.608531 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2024.12.18 19:52:46.608803 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec.
6567 2024.12.18 19:52:46.609002 [ 266 ] {02c15206-cd61-4906-bb60-2d652a851e33} <Debug> TCPHandler: Processed in 0.001996432 sec.
6568 2024.12.18 19:52:46.609138 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6569 2024.12.18 19:52:46.609266 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6570 2024.12.18 19:52:46.609319 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6571 2024.12.18 19:52:46.610233 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6572 2024.12.18 19:52:46.610272 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6573 2024.12.18 19:52:46.610659 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6574 2024.12.18 19:52:46.610896 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6575 2024.12.18 19:52:46.611064 [ 106 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6576 2024.12.18 19:52:46.611123 [ 106 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2024.12.18 19:52:46.611139 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001895 sec., 469129.2875989446 rows/sec., 34.05 MiB/sec.
6578 2024.12.18 19:52:46.611163 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6579 2024.12.18 19:52:46.611315 [ 262 ] {1b665b9e-5edd-45d1-b7e9-7258d7562c07} <Debug> TCPHandler: Processed in 0.002235686 sec.
6580 2024.12.18 19:52:46.611552 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6581 2024.12.18 19:52:46.611585 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
6582 2024.12.18 19:52:46.611873 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6583 2024.12.18 19:52:46.612075 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6584 2024.12.18 19:52:46.612166 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6585 2024.12.18 19:52:46.612315 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
6586 2024.12.18 19:52:46.612757 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 423 rows starting from the beginning of the part
6587 2024.12.18 19:52:46.613173 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part
6588 2024.12.18 19:52:46.613600 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part
6589 2024.12.18 19:52:46.613983 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6590 2024.12.18 19:52:46.614404 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 889 rows starting from the beginning of the part
6591 2024.12.18 19:52:46.615028 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6592 2024.12.18 19:52:46.615083 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6593 2024.12.18 19:52:46.615853 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6594 2024.12.18 19:52:46.616412 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6595 2024.12.18 19:52:46.616915 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005171 sec., 1160.3171533552504 rows/sec., 60.62 KiB/sec.
6596 2024.12.18 19:52:46.616991 [ 266 ] {1f7ee939-2a03-4f8e-b051-c9d00f9a1292} <Debug> TCPHandler: Processed in 0.005565674 sec.
6597 2024.12.18 19:52:46.617156 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6598 2024.12.18 19:52:46.617350 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6599 2024.12.18 19:52:46.617520 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6600 2024.12.18 19:52:46.617735 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2780 rows, containing 5 columns (5 merged, 0 gathered) in 0.006418002 sec., 433156.6116682419 rows/sec., 33.08 MiB/sec.
6601 2024.12.18 19:52:46.618020 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6602 2024.12.18 19:52:46.618462 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6603 2024.12.18 19:52:46.618671 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_51_10} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6604 2024.12.18 19:52:46.618851 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6605 2024.12.18 19:52:46.618957 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6606 2024.12.18 19:52:46.619001 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6607 2024.12.18 19:52:46.619438 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6608 2024.12.18 19:52:46.619677 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6609 2024.12.18 19:52:46.619949 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.002674 sec., 335826.4771877337 rows/sec., 22.38 MiB/sec.
6610 2024.12.18 19:52:46.620013 [ 262 ] {e65b28d0-7bcf-4d78-b42d-d8d5d37e61ca} <Debug> TCPHandler: Processed in 0.0029255 sec.
6611 2024.12.18 19:52:46.620267 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6612 2024.12.18 19:52:46.620618 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6613 2024.12.18 19:52:46.620692 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6614 2024.12.18 19:52:46.621161 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6615 2024.12.18 19:52:46.621200 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6616 2024.12.18 19:52:46.621544 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6617 2024.12.18 19:52:46.621826 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6618 2024.12.18 19:52:46.622091 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001587 sec., 630.1197227473219 rows/sec., 42.46 KiB/sec.
6619 2024.12.18 19:52:46.622150 [ 266 ] {5ee8ac37-d407-4972-8322-c5d37ba9da7a} <Debug> TCPHandler: Processed in 0.002032222 sec.
6620 2024.12.18 19:52:46.622311 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6621 2024.12.18 19:52:46.622438 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6622 2024.12.18 19:52:46.622516 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6623 2024.12.18 19:52:46.623657 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6624 2024.12.18 19:52:46.623697 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6625 2024.12.18 19:52:46.624345 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6626 2024.12.18 19:52:46.624596 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6627 2024.12.18 19:52:46.624845 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002436 sec., 16830.870279146144 rows/sec., 30.16 MiB/sec.
6628 2024.12.18 19:52:46.624938 [ 262 ] {c918ca6b-cda1-489a-86c9-4aee5d2e882f} <Debug> TCPHandler: Processed in 0.002696665 sec.
6629 2024.12.18 19:52:46.625075 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6630 2024.12.18 19:52:46.625180 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6631 2024.12.18 19:52:46.625224 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6632 2024.12.18 19:52:46.625653 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6633 2024.12.18 19:52:46.625692 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6634 2024.12.18 19:52:46.626038 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6635 2024.12.18 19:52:46.626263 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6636 2024.12.18 19:52:46.626516 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001344 sec., 43154.76190476191 rows/sec., 2.67 MiB/sec.
6637 2024.12.18 19:52:46.626571 [ 266 ] {22e09d9a-b186-4fd8-b144-29a2d587abe2} <Debug> TCPHandler: Processed in 0.001556532 sec.
6638 2024.12.18 19:52:47.072777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 912
6639 2024.12.18 19:52:47.076475 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2024.12.18 19:52:47.076531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6641 2024.12.18 19:52:47.078046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6642 2024.12.18 19:52:47.078356 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2024.12.18 19:52:47.078985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912
6644 2024.12.18 19:52:48.667943 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6645 2024.12.18 19:52:48.668133 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6646 2024.12.18 19:52:48.668206 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6647 2024.12.18 19:52:48.668943 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6648 2024.12.18 19:52:48.668993 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6649 2024.12.18 19:52:48.669415 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6650 2024.12.18 19:52:48.669671 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6651 2024.12.18 19:52:48.669906 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec.
6652 2024.12.18 19:52:48.669990 [ 262 ] {3a39e145-7aaf-4548-bea3-c88248b7da77} <Debug> TCPHandler: Processed in 0.002176235 sec.
6653 2024.12.18 19:52:48.670200 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6654 2024.12.18 19:52:48.670459 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6655 2024.12.18 19:52:48.670521 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6656 2024.12.18 19:52:48.671078 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6657 2024.12.18 19:52:48.671118 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6658 2024.12.18 19:52:48.671486 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6659 2024.12.18 19:52:48.671741 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6660 2024.12.18 19:52:48.671943 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001557 sec., 41104.68850353244 rows/sec., 3.21 MiB/sec.
6661 2024.12.18 19:52:48.671999 [ 266 ] {19a53361-332b-4a75-8a63-81faa462e9e3} <Debug> TCPHandler: Processed in 0.001910319 sec.
6662 2024.12.18 19:52:48.672129 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6663 2024.12.18 19:52:48.672239 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6664 2024.12.18 19:52:48.672290 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6665 2024.12.18 19:52:48.672783 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6666 2024.12.18 19:52:48.672823 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6667 2024.12.18 19:52:48.673196 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6668 2024.12.18 19:52:48.673442 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6669 2024.12.18 19:52:48.673599 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6670 2024.12.18 19:52:48.673663 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.10 MiB/sec.
6671 2024.12.18 19:52:48.673673 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6672 2024.12.18 19:52:48.673740 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6673 2024.12.18 19:52:48.673786 [ 262 ] {e8ee9ab5-f0e4-4146-a423-1e498a8dcb1e} <Debug> TCPHandler: Processed in 0.001712075 sec.
6674 2024.12.18 19:52:48.673923 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
6675 2024.12.18 19:52:48.673953 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6676 2024.12.18 19:52:48.674094 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6677 2024.12.18 19:52:48.674117 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6678 2024.12.18 19:52:48.674154 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13339 rows starting from the beginning of the part
6679 2024.12.18 19:52:48.674215 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6680 2024.12.18 19:52:48.674336 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part
6681 2024.12.18 19:52:48.674588 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
6682 2024.12.18 19:52:48.674843 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part
6683 2024.12.18 19:52:48.675113 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 898 rows starting from the beginning of the part
6684 2024.12.18 19:52:48.675299 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
6685 2024.12.18 19:52:48.675818 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6686 2024.12.18 19:52:48.675865 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6687 2024.12.18 19:52:48.676447 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6688 2024.12.18 19:52:48.676832 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6689 2024.12.18 19:52:48.677034 [ 103 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6690 2024.12.18 19:52:48.677121 [ 103 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2024.12.18 19:52:48.677200 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6692 2024.12.18 19:52:48.677253 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003157 sec., 7602.153943617358 rows/sec., 524.63 KiB/sec.
6693 2024.12.18 19:52:48.677649 [ 266 ] {8e4e6758-25f1-4217-bd83-b8547c35069d} <Debug> TCPHandler: Processed in 0.003757337 sec.
6694 2024.12.18 19:52:48.677890 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
6695 2024.12.18 19:52:48.678229 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6696 2024.12.18 19:52:48.678311 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2554 rows starting from the beginning of the part
6697 2024.12.18 19:52:48.678635 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
6698 2024.12.18 19:52:48.678896 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
6699 2024.12.18 19:52:48.679123 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
6700 2024.12.18 19:52:48.679405 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 58 rows starting from the beginning of the part
6701 2024.12.18 19:52:48.679568 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
6702 2024.12.18 19:52:48.681995 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14859 rows, containing 5 columns (5 merged, 0 gathered) in 0.008158037 sec., 1821394.0436896768 rows/sec., 123.01 MiB/sec.
6703 2024.12.18 19:52:48.682219 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2838 rows, containing 4 columns (4 merged, 0 gathered) in 0.004789839 sec., 592504.2574499894 rows/sec., 38.84 MiB/sec.
6704 2024.12.18 19:52:48.682431 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6705 2024.12.18 19:52:48.682698 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6706 2024.12.18 19:52:48.682845 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6707 2024.12.18 19:52:48.682960 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6708 2024.12.18 19:52:48.683108 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB.
6709 2024.12.18 19:52:48.683259 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6710 2024.12.18 19:52:48.683357 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_51_10} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6711 2024.12.18 19:52:48.683465 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6712 2024.12.18 19:52:49.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.43 MiB, peak 213.38 MiB, free memory in arenas 0.00 B, will set to 205.66 MiB (RSS), difference: 1.23 MiB
6713 2024.12.18 19:52:49.500814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6714 2024.12.18 19:52:49.501595 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6715 2024.12.18 19:52:49.501652 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6716 2024.12.18 19:52:49.502236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6717 2024.12.18 19:52:49.502502 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6718 2024.12.18 19:52:49.502766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6719 2024.12.18 19:52:50.610158 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6720 2024.12.18 19:52:50.634088 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6721 2024.12.18 19:52:50.634159 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6722 2024.12.18 19:52:50.641782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6723 2024.12.18 19:52:50.642547 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6724 2024.12.18 19:52:50.646334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6725 2024.12.18 19:52:53.672060 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6726 2024.12.18 19:52:53.672264 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6727 2024.12.18 19:52:53.672338 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6728 2024.12.18 19:52:53.673079 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6729 2024.12.18 19:52:53.673131 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6730 2024.12.18 19:52:53.673586 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6731 2024.12.18 19:52:53.673859 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6732 2024.12.18 19:52:53.674098 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001887 sec., 29676.7355590885 rows/sec., 2.27 MiB/sec.
6733 2024.12.18 19:52:53.674162 [ 262 ] {e067074f-46fb-46fc-94ad-644c1810b33a} <Debug> TCPHandler: Processed in 0.002235466 sec.
6734 2024.12.18 19:52:53.674320 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6735 2024.12.18 19:52:53.674441 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6736 2024.12.18 19:52:53.674493 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6737 2024.12.18 19:52:53.675066 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6738 2024.12.18 19:52:53.675110 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6739 2024.12.18 19:52:53.675488 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6740 2024.12.18 19:52:53.675721 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6741 2024.12.18 19:52:53.675963 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001545 sec., 41423.948220064725 rows/sec., 3.23 MiB/sec.
6742 2024.12.18 19:52:53.676041 [ 266 ] {c25c2fad-d4eb-4182-b3f3-785f57a97fed} <Debug> TCPHandler: Processed in 0.001781616 sec.
6743 2024.12.18 19:52:53.676266 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6744 2024.12.18 19:52:53.676471 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6745 2024.12.18 19:52:53.676527 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6746 2024.12.18 19:52:53.677118 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2024.12.18 19:52:53.677159 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6748 2024.12.18 19:52:53.677561 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6749 2024.12.18 19:52:53.677807 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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.12.18 19:52:53.678036 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec.
6751 2024.12.18 19:52:53.678130 [ 262 ] {0d753839-d46a-4471-922f-593a78ef9814} <Debug> TCPHandler: Processed in 0.002001171 sec.
6752 2024.12.18 19:52:53.678370 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6753 2024.12.18 19:52:53.678516 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6754 2024.12.18 19:52:53.678567 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6755 2024.12.18 19:52:53.679041 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6756 2024.12.18 19:52:53.679080 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6757 2024.12.18 19:52:53.679441 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6758 2024.12.18 19:52:53.679671 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6759 2024.12.18 19:52:53.679917 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec.
6760 2024.12.18 19:52:53.680102 [ 266 ] {9852da51-325f-476d-b192-ec85a65bc88a} <Debug> TCPHandler: Processed in 0.001843708 sec.
6761 2024.12.18 19:52:56.865599 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
6762 2024.12.18 19:52:56.865667 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
6763 2024.12.18 19:52:57.002944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592
6764 2024.12.18 19:52:57.003605 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6765 2024.12.18 19:52:57.003655 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6766 2024.12.18 19:52:57.004186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6767 2024.12.18 19:52:57.004437 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6768 2024.12.18 19:52:57.004662 [ 97 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6769 2024.12.18 19:52:57.004698 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592
6770 2024.12.18 19:52:57.004745 [ 97 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6771 2024.12.18 19:52:57.004779 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6772 2024.12.18 19:52:57.004906 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6773 2024.12.18 19:52:57.005057 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6774 2024.12.18 19:52:57.005105 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6775 2024.12.18 19:52:57.005194 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6776 2024.12.18 19:52:57.005442 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6777 2024.12.18 19:52:57.005636 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6778 2024.12.18 19:52:57.005807 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
6779 2024.12.18 19:52:57.005952 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
6780 2024.12.18 19:52:57.008579 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.003739537 sec., 4436912.911946052 rows/sec., 63.47 MiB/sec.
6781 2024.12.18 19:52:57.008700 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6782 2024.12.18 19:52:57.009053 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6783 2024.12.18 19:52:57.009158 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_36_7} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6784 2024.12.18 19:52:57.009262 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
6785 2024.12.18 19:52:57.009596 [ 97 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
6786 2024.12.18 19:52:57.009627 [ 97 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6787 2024.12.18 19:52:57.009646 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6788 2024.12.18 19:52:57.009761 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
6789 2024.12.18 19:52:57.010114 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6790 2024.12.18 19:52:57.010178 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
6791 2024.12.18 19:52:57.010280 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6792 2024.12.18 19:52:57.010493 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6793 2024.12.18 19:52:57.010645 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6794 2024.12.18 19:52:57.010770 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6795 2024.12.18 19:52:57.011817 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002130324 sec., 8918.831126157336 rows/sec., 599.14 KiB/sec.
6796 2024.12.18 19:52:57.011938 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6797 2024.12.18 19:52:57.012269 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6798 2024.12.18 19:52:57.012344 [ 193 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_19_4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
6799 2024.12.18 19:52:57.012409 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
6800 2024.12.18 19:52:57.079328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 928
6801 2024.12.18 19:52:57.082206 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6802 2024.12.18 19:52:57.082271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6803 2024.12.18 19:52:57.083818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6804 2024.12.18 19:52:57.084155 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6805 2024.12.18 19:52:57.084836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928
6806 2024.12.18 19:52:57.444812 [ 95 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0
6807 2024.12.18 19:52:57.444872 [ 95 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6808 2024.12.18 19:52:57.444893 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6809 2024.12.18 19:52:57.445115 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full
6810 2024.12.18 19:52:57.445344 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6811 2024.12.18 19:52:57.445383 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 66 rows starting from the beginning of the part
6812 2024.12.18 19:52:57.445471 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part
6813 2024.12.18 19:52:57.445770 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
6814 2024.12.18 19:52:57.445982 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
6815 2024.12.18 19:52:57.446178 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part
6816 2024.12.18 19:52:57.447367 [ 196 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389279 sec., 92915.05931287221 rows/sec., 7.00 MiB/sec.
6817 2024.12.18 19:52:57.447615 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary)
6818 2024.12.18 19:52:57.448042 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6819 2024.12.18 19:52:57.448163 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_30_7} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7
6820 2024.12.18 19:52:57.448304 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6821 2024.12.18 19:52:58.146452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6822 2024.12.18 19:52:58.167662 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6823 2024.12.18 19:52:58.167736 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6824 2024.12.18 19:52:58.175086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6825 2024.12.18 19:52:58.175871 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6826 2024.12.18 19:52:58.176284 [ 94 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6827 2024.12.18 19:52:58.176410 [ 94 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6828 2024.12.18 19:52:58.176482 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6829 2024.12.18 19:52:58.176948 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6830 2024.12.18 19:52:58.193422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6831 2024.12.18 19:52:58.194864 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6832 2024.12.18 19:52:58.196549 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6833 2024.12.18 19:52:58.202263 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6834 2024.12.18 19:52:58.208020 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6835 2024.12.18 19:52:58.213559 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6836 2024.12.18 19:52:58.219337 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6837 2024.12.18 19:52:58.224144 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
6838 2024.12.18 19:52:58.283628 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10698272 sec., 2542.466671253077 rows/sec., 13.15 MiB/sec.
6839 2024.12.18 19:52:58.286562 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6840 2024.12.18 19:52:58.289517 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_36_7} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6841 2024.12.18 19:52:58.289646 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_36_7} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6842 2024.12.18 19:52:58.292161 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6843 2024.12.18 19:52:58.679315 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6844 2024.12.18 19:52:58.679501 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6845 2024.12.18 19:52:58.679574 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6846 2024.12.18 19:52:58.680299 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6847 2024.12.18 19:52:58.680352 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6848 2024.12.18 19:52:58.680788 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6849 2024.12.18 19:52:58.681061 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6850 2024.12.18 19:52:58.681366 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec.
6851 2024.12.18 19:52:58.681626 [ 262 ] {e0c16a6f-3a46-426e-9f44-8d2f6af65ac3} <Debug> TCPHandler: Processed in 0.002433271 sec.
6852 2024.12.18 19:52:58.681814 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6853 2024.12.18 19:52:58.681957 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6854 2024.12.18 19:52:58.682018 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6855 2024.12.18 19:52:58.682933 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6856 2024.12.18 19:52:58.682979 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6857 2024.12.18 19:52:58.683383 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6858 2024.12.18 19:52:58.683632 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6859 2024.12.18 19:52:58.683867 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001944 sec., 146604.93827160494 rows/sec., 12.93 MiB/sec.
6860 2024.12.18 19:52:58.683925 [ 266 ] {77d5f517-bbe0-4de8-aaa3-3c06ace734bf} <Debug> TCPHandler: Processed in 0.002182315 sec.
6861 2024.12.18 19:52:58.684097 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6862 2024.12.18 19:52:58.684222 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6863 2024.12.18 19:52:58.684271 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6864 2024.12.18 19:52:58.684850 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6865 2024.12.18 19:52:58.684890 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6866 2024.12.18 19:52:58.685264 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6867 2024.12.18 19:52:58.685512 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6868 2024.12.18 19:52:58.685720 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001524 sec., 31496.062992125986 rows/sec., 2.27 MiB/sec.
6869 2024.12.18 19:52:58.685774 [ 262 ] {8b56a41f-9781-4847-a356-f4c8c1fe489c} <Debug> TCPHandler: Processed in 0.001742556 sec.
6870 2024.12.18 19:52:58.685926 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6871 2024.12.18 19:52:58.686034 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6872 2024.12.18 19:52:58.686079 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6873 2024.12.18 19:52:58.686604 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6874 2024.12.18 19:52:58.686645 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6875 2024.12.18 19:52:58.687012 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6876 2024.12.18 19:52:58.687272 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6877 2024.12.18 19:52:58.687502 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec.
6878 2024.12.18 19:52:58.687554 [ 266 ] {63ea21bf-f355-49e0-a4ff-f8175f5a83ca} <Debug> TCPHandler: Processed in 0.001680935 sec.
6879 2024.12.18 19:52:58.687701 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6880 2024.12.18 19:52:58.687832 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6881 2024.12.18 19:52:58.687886 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6882 2024.12.18 19:52:58.688494 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6883 2024.12.18 19:52:58.688533 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6884 2024.12.18 19:52:58.688879 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6885 2024.12.18 19:52:58.689124 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6886 2024.12.18 19:52:58.689388 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
6887 2024.12.18 19:52:58.689609 [ 262 ] {0e23554e-989f-4234-9d17-ce17029d6087} <Debug> TCPHandler: Processed in 0.001970311 sec.
6888 2024.12.18 19:52:58.689768 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6889 2024.12.18 19:52:58.689897 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6890 2024.12.18 19:52:58.689949 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6891 2024.12.18 19:52:58.690708 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6892 2024.12.18 19:52:58.690748 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6893 2024.12.18 19:52:58.691127 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6894 2024.12.18 19:52:58.691366 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6895 2024.12.18 19:52:58.691571 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001703 sec., 248385.20258367585 rows/sec., 17.76 MiB/sec.
6896 2024.12.18 19:52:58.691624 [ 266 ] {4b129b4b-28f7-4dfe-84bd-ccbfa79ae078} <Debug> TCPHandler: Processed in 0.001917539 sec.
6897 2024.12.18 19:52:58.691790 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6898 2024.12.18 19:52:58.691923 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6899 2024.12.18 19:52:58.691979 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6900 2024.12.18 19:52:58.692484 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6901 2024.12.18 19:52:58.692524 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6902 2024.12.18 19:52:58.692888 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6903 2024.12.18 19:52:58.693124 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6904 2024.12.18 19:52:58.693323 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
6905 2024.12.18 19:52:58.693373 [ 262 ] {7a997069-c8ee-4cfa-9d32-eae78177c6a9} <Debug> TCPHandler: Processed in 0.001652424 sec.
6906 2024.12.18 19:52:58.693517 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6907 2024.12.18 19:52:58.693644 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6908 2024.12.18 19:52:58.693701 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6909 2024.12.18 19:52:58.694323 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2024.12.18 19:52:58.694370 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6911 2024.12.18 19:52:58.694756 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6912 2024.12.18 19:52:58.694996 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6913 2024.12.18 19:52:58.695213 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec.
6914 2024.12.18 19:52:58.695265 [ 266 ] {dc25c92f-0174-4626-8c65-23e4e62be3e4} <Debug> TCPHandler: Processed in 0.001808947 sec.
6915 2024.12.18 19:52:58.695404 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6916 2024.12.18 19:52:58.695532 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6917 2024.12.18 19:52:58.695587 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6918 2024.12.18 19:52:58.696096 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2024.12.18 19:52:58.696144 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6920 2024.12.18 19:52:58.696528 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6921 2024.12.18 19:52:58.696770 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2024.12.18 19:52:58.696978 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
6923 2024.12.18 19:52:58.697030 [ 262 ] {33d2c97d-f63b-4fb6-98bb-2918520b8314} <Debug> TCPHandler: Processed in 0.001686104 sec.
6924 2024.12.18 19:52:58.697156 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6925 2024.12.18 19:52:58.697262 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6926 2024.12.18 19:52:58.697328 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6927 2024.12.18 19:52:58.698477 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2024.12.18 19:52:58.698518 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6929 2024.12.18 19:52:58.699182 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6930 2024.12.18 19:52:58.699451 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6931 2024.12.18 19:52:58.699706 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002465 sec., 16632.86004056795 rows/sec., 29.81 MiB/sec.
6932 2024.12.18 19:52:58.699822 [ 266 ] {278585b3-aa4e-45e8-8734-f446990d3d31} <Debug> TCPHandler: Processed in 0.002717106 sec.
6933 2024.12.18 19:52:58.699983 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6934 2024.12.18 19:52:58.700107 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6935 2024.12.18 19:52:58.700161 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6936 2024.12.18 19:52:58.700685 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6937 2024.12.18 19:52:58.700732 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6938 2024.12.18 19:52:58.701172 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6939 2024.12.18 19:52:58.701463 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6940 2024.12.18 19:52:58.701720 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec.
6941 2024.12.18 19:52:58.701802 [ 262 ] {06f9264c-5b94-46d2-9ad8-bcb5e4a420c0} <Debug> TCPHandler: Processed in 0.001876348 sec.
6942 2024.12.18 19:53:03.673057 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6943 2024.12.18 19:53:03.673272 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6944 2024.12.18 19:53:03.673365 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6945 2024.12.18 19:53:03.674134 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6946 2024.12.18 19:53:03.674192 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6947 2024.12.18 19:53:03.674620 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6948 2024.12.18 19:53:03.674921 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6949 2024.12.18 19:53:03.675156 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001937 sec., 2065.049044914817 rows/sec., 168.39 KiB/sec.
6950 2024.12.18 19:53:03.675230 [ 262 ] {672b58cb-6be3-418e-9fbb-d94669ddbd27} <Debug> TCPHandler: Processed in 0.002305067 sec.
6951 2024.12.18 19:53:03.675395 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6952 2024.12.18 19:53:03.675514 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6953 2024.12.18 19:53:03.675563 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6954 2024.12.18 19:53:03.676139 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6955 2024.12.18 19:53:03.676180 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6956 2024.12.18 19:53:03.676553 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6957 2024.12.18 19:53:03.676788 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6958 2024.12.18 19:53:03.677001 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001516 sec., 38258.575197889186 rows/sec., 2.91 MiB/sec.
6959 2024.12.18 19:53:03.677057 [ 266 ] {fa88c82f-e557-4df8-b78c-4c1bd58828ae} <Debug> TCPHandler: Processed in 0.001723576 sec.
6960 2024.12.18 19:53:03.677200 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6961 2024.12.18 19:53:03.677311 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6962 2024.12.18 19:53:03.677358 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6963 2024.12.18 19:53:03.677869 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6964 2024.12.18 19:53:03.677907 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6965 2024.12.18 19:53:03.678288 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6966 2024.12.18 19:53:03.678572 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6967 2024.12.18 19:53:03.678812 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001526 sec., 2621.231979030144 rows/sec., 183.03 KiB/sec.
6968 2024.12.18 19:53:03.678874 [ 262 ] {272ea110-ae27-40f5-95aa-53ae5a4cdcf8} <Debug> TCPHandler: Processed in 0.001735505 sec.
6969 2024.12.18 19:53:03.679021 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6970 2024.12.18 19:53:03.679204 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6971 2024.12.18 19:53:03.679272 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6972 2024.12.18 19:53:03.679855 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6973 2024.12.18 19:53:03.679906 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6974 2024.12.18 19:53:03.680398 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6975 2024.12.18 19:53:03.680681 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6976 2024.12.18 19:53:03.680896 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001719 sec., 39557.88248981966 rows/sec., 3.09 MiB/sec.
6977 2024.12.18 19:53:03.680960 [ 266 ] {7eaf4389-95fe-4875-9833-79a53be59bf1} <Debug> TCPHandler: Processed in 0.001995001 sec.
6978 2024.12.18 19:53:03.681156 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6979 2024.12.18 19:53:03.681276 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6980 2024.12.18 19:53:03.681332 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6981 2024.12.18 19:53:03.681928 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6982 2024.12.18 19:53:03.681967 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6983 2024.12.18 19:53:03.682355 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6984 2024.12.18 19:53:03.682597 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6985 2024.12.18 19:53:03.682805 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.25 MiB/sec.
6986 2024.12.18 19:53:03.682858 [ 262 ] {626af520-d09b-45d6-bcb8-3738c9d51cb2} <Debug> TCPHandler: Processed in 0.001762876 sec.
6987 2024.12.18 19:53:03.683000 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6988 2024.12.18 19:53:03.683109 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6989 2024.12.18 19:53:03.683156 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6990 2024.12.18 19:53:03.683586 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6991 2024.12.18 19:53:03.683624 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6992 2024.12.18 19:53:03.683984 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6993 2024.12.18 19:53:03.684223 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6994 2024.12.18 19:53:03.684426 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec.
6995 2024.12.18 19:53:03.684475 [ 266 ] {a1dac011-fa4c-4100-be92-1c8fc13ec370} <Debug> TCPHandler: Processed in 0.001537151 sec.
6996 2024.12.18 19:53:04.504910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019
6997 2024.12.18 19:53:04.505618 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2024.12.18 19:53:04.505668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6999 2024.12.18 19:53:04.506241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7000 2024.12.18 19:53:04.506509 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7001 2024.12.18 19:53:04.506763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7002 2024.12.18 19:53:05.693562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7003 2024.12.18 19:53:05.711587 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2024.12.18 19:53:05.711648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7005 2024.12.18 19:53:05.718777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7006 2024.12.18 19:53:05.719517 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2024.12.18 19:53:05.722482 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7008 2024.12.18 19:53:07.085045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 962
7009 2024.12.18 19:53:07.088362 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7010 2024.12.18 19:53:07.088427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7011 2024.12.18 19:53:07.089929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7012 2024.12.18 19:53:07.090247 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7013 2024.12.18 19:53:07.090517 [ 83 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7014 2024.12.18 19:53:07.090629 [ 83 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7015 2024.12.18 19:53:07.090697 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7016 2024.12.18 19:53:07.091283 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
7017 2024.12.18 19:53:07.092567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 962
7018 2024.12.18 19:53:07.093069 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7019 2024.12.18 19:53:07.093343 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 808 rows starting from the beginning of the part
7020 2024.12.18 19:53:07.094109 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part
7021 2024.12.18 19:53:07.094823 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part
7022 2024.12.18 19:53:07.095528 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 54 rows starting from the beginning of the part
7023 2024.12.18 19:53:07.096178 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part
7024 2024.12.18 19:53:07.096809 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part
7025 2024.12.18 19:53:07.105827 [ 192 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 72 columns (72 merged, 0 gathered) in 0.014922597 sec., 64465.9907387434 rows/sec., 52.97 MiB/sec.
7026 2024.12.18 19:53:07.107232 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7027 2024.12.18 19:53:07.108076 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7028 2024.12.18 19:53:07.108174 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_26_5} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7029 2024.12.18 19:53:07.108525 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
7030 2024.12.18 19:53:08.683767 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7031 2024.12.18 19:53:08.684004 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7032 2024.12.18 19:53:08.684102 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7033 2024.12.18 19:53:08.685084 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7034 2024.12.18 19:53:08.685139 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7035 2024.12.18 19:53:08.685643 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7036 2024.12.18 19:53:08.685958 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7037 2024.12.18 19:53:08.686254 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002309 sec., 6063.23083585968 rows/sec., 436.47 KiB/sec.
7038 2024.12.18 19:53:08.686399 [ 262 ] {8728ac88-7959-448a-965c-1fb53108c09b} <Debug> TCPHandler: Processed in 0.002790067 sec.
7039 2024.12.18 19:53:08.686621 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7040 2024.12.18 19:53:08.686764 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7041 2024.12.18 19:53:08.686838 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7042 2024.12.18 19:53:08.687827 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7043 2024.12.18 19:53:08.687882 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7044 2024.12.18 19:53:08.688432 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7045 2024.12.18 19:53:08.688796 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7046 2024.12.18 19:53:08.689042 [ 82 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7047 2024.12.18 19:53:08.689097 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002357 sec., 120916.41917691981 rows/sec., 10.67 MiB/sec.
7048 2024.12.18 19:53:08.689146 [ 82 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2024.12.18 19:53:08.689247 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7050 2024.12.18 19:53:08.689255 [ 266 ] {5e140f10-3ee1-495a-9b17-cc7721553384} <Debug> TCPHandler: Processed in 0.002705536 sec.
7051 2024.12.18 19:53:08.689517 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7052 2024.12.18 19:53:08.689526 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
7053 2024.12.18 19:53:08.689736 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7054 2024.12.18 19:53:08.689832 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7055 2024.12.18 19:53:08.689856 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7056 2024.12.18 19:53:08.689944 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part
7057 2024.12.18 19:53:08.690283 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part
7058 2024.12.18 19:53:08.690707 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
7059 2024.12.18 19:53:08.691192 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 285 rows starting from the beginning of the part
7060 2024.12.18 19:53:08.691513 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part
7061 2024.12.18 19:53:08.691882 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 285 rows starting from the beginning of the part
7062 2024.12.18 19:53:08.692622 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7063 2024.12.18 19:53:08.692677 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7064 2024.12.18 19:53:08.693618 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7065 2024.12.18 19:53:08.694240 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7066 2024.12.18 19:53:08.694797 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005099 sec., 9413.61051186507 rows/sec., 694.07 KiB/sec.
7067 2024.12.18 19:53:08.694950 [ 262 ] {4cf12a38-e768-413e-8025-f67f6fbe8065} <Debug> TCPHandler: Processed in 0.005552764 sec.
7068 2024.12.18 19:53:08.695179 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7069 2024.12.18 19:53:08.695365 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7070 2024.12.18 19:53:08.695451 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7071 2024.12.18 19:53:08.696223 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006881281 sec., 316220.19214155036 rows/sec., 27.81 MiB/sec.
7072 2024.12.18 19:53:08.696649 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7073 2024.12.18 19:53:08.697363 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7074 2024.12.18 19:53:08.697386 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7075 2024.12.18 19:53:08.697442 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7076 2024.12.18 19:53:08.697611 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_56_11} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7077 2024.12.18 19:53:08.697796 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
7078 2024.12.18 19:53:08.698260 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7079 2024.12.18 19:53:08.698651 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7080 2024.12.18 19:53:08.698877 [ 82 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7081 2024.12.18 19:53:08.698959 [ 82 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7082 2024.12.18 19:53:08.698991 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003667 sec., 3817.8347422961547 rows/sec., 267.38 KiB/sec.
7083 2024.12.18 19:53:08.699007 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7084 2024.12.18 19:53:08.699230 [ 266 ] {e2699885-4e39-4723-82f4-0128aa461032} <Debug> TCPHandler: Processed in 0.004146455 sec.
7085 2024.12.18 19:53:08.699541 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7086 2024.12.18 19:53:08.699681 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
7087 2024.12.18 19:53:08.699831 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7088 2024.12.18 19:53:08.699937 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7089 2024.12.18 19:53:08.700140 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7090 2024.12.18 19:53:08.700243 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
7091 2024.12.18 19:53:08.700607 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
7092 2024.12.18 19:53:08.700996 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
7093 2024.12.18 19:53:08.701383 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part
7094 2024.12.18 19:53:08.701735 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7095 2024.12.18 19:53:08.702072 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
7096 2024.12.18 19:53:08.702927 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7097 2024.12.18 19:53:08.703003 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7098 2024.12.18 19:53:08.703885 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7099 2024.12.18 19:53:08.704485 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7100 2024.12.18 19:53:08.705049 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005297 sec., 2454.2193694544085 rows/sec., 153.02 KiB/sec.
7101 2024.12.18 19:53:08.705252 [ 262 ] {0013d12b-52d4-4211-b245-501fa8049350} <Debug> TCPHandler: Processed in 0.005867361 sec.
7102 2024.12.18 19:53:08.705471 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7103 2024.12.18 19:53:08.705782 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7104 2024.12.18 19:53:08.705825 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006625857 sec., 81649.81526163332 rows/sec., 5.85 MiB/sec.
7105 2024.12.18 19:53:08.705862 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7106 2024.12.18 19:53:08.706136 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7107 2024.12.18 19:53:08.706889 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7108 2024.12.18 19:53:08.707131 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_21_4} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7109 2024.12.18 19:53:08.707364 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
7110 2024.12.18 19:53:08.707550 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7111 2024.12.18 19:53:08.707604 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7112 2024.12.18 19:53:08.708086 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7113 2024.12.18 19:53:08.708385 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7114 2024.12.18 19:53:08.708620 [ 82 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7115 2024.12.18 19:53:08.708704 [ 82 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7116 2024.12.18 19:53:08.708723 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003009 sec., 140578.26520438684 rows/sec., 10.05 MiB/sec.
7117 2024.12.18 19:53:08.708748 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7118 2024.12.18 19:53:08.708928 [ 266 ] {c1ffe351-569c-4666-8c8f-52f6884c3b21} <Debug> TCPHandler: Processed in 0.003555384 sec.
7119 2024.12.18 19:53:08.709063 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
7120 2024.12.18 19:53:08.709148 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7121 2024.12.18 19:53:08.709241 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7122 2024.12.18 19:53:08.709323 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
7123 2024.12.18 19:53:08.709367 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7124 2024.12.18 19:53:08.709543 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7125 2024.12.18 19:53:08.709627 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part
7126 2024.12.18 19:53:08.710092 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
7127 2024.12.18 19:53:08.710481 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 423 rows starting from the beginning of the part
7128 2024.12.18 19:53:08.710831 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 68 rows starting from the beginning of the part
7129 2024.12.18 19:53:08.711152 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 423 rows starting from the beginning of the part
7130 2024.12.18 19:53:08.711929 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2024.12.18 19:53:08.712001 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7132 2024.12.18 19:53:08.712942 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7133 2024.12.18 19:53:08.713532 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7134 2024.12.18 19:53:08.713929 [ 82 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
7135 2024.12.18 19:53:08.714099 [ 82 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7136 2024.12.18 19:53:08.714117 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004808 sec., 1247.920133111481 rows/sec., 65.20 KiB/sec.
7137 2024.12.18 19:53:08.714171 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7138 2024.12.18 19:53:08.714318 [ 262 ] {b1ce1110-1dad-4265-bb0e-59b767417af0} <Debug> TCPHandler: Processed in 0.005247268 sec.
7139 2024.12.18 19:53:08.714684 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7140 2024.12.18 19:53:08.714721 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::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
7141 2024.12.18 19:53:08.715228 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7142 2024.12.18 19:53:08.715475 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7143 2024.12.18 19:53:08.715513 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7144 2024.12.18 19:53:08.715591 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
7145 2024.12.18 19:53:08.716096 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
7146 2024.12.18 19:53:08.716367 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.007436383 sec., 263165.5739087134 rows/sec., 20.15 MiB/sec.
7147 2024.12.18 19:53:08.716601 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
7148 2024.12.18 19:53:08.716940 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
7149 2024.12.18 19:53:08.717052 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7150 2024.12.18 19:53:08.717478 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
7151 2024.12.18 19:53:08.717865 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
7152 2024.12.18 19:53:08.718404 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7153 2024.12.18 19:53:08.718741 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_56_11} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7154 2024.12.18 19:53:08.719051 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7155 2024.12.18 19:53:08.719277 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7156 2024.12.18 19:53:08.719342 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7157 2024.12.18 19:53:08.720121 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7158 2024.12.18 19:53:08.720441 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.006069465 sec., 19771.100088722815 rows/sec., 1.01 MiB/sec.
7159 2024.12.18 19:53:08.720627 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7160 2024.12.18 19:53:08.720728 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
7161 2024.12.18 19:53:08.721098 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006058 sec., 39121.82238362496 rows/sec., 2.62 MiB/sec.
7162 2024.12.18 19:53:08.721252 [ 266 ] {a65a9d6d-3539-450c-8102-03aeacb02dd9} <Debug> TCPHandler: Processed in 0.006759669 sec.
7163 2024.12.18 19:53:08.721475 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2024.12.18 19:53:08.721524 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7165 2024.12.18 19:53:08.721725 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_20_4} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
7166 2024.12.18 19:53:08.721740 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7167 2024.12.18 19:53:08.721870 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7168 2024.12.18 19:53:08.721952 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7169 2024.12.18 19:53:08.722534 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7170 2024.12.18 19:53:08.722587 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7171 2024.12.18 19:53:08.723050 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7172 2024.12.18 19:53:08.723343 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7173 2024.12.18 19:53:08.723612 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001946 sec., 513.874614594039 rows/sec., 34.63 KiB/sec.
7174 2024.12.18 19:53:08.723677 [ 262 ] {0eba6d3a-77c4-40d6-b742-6b6de863b045} <Debug> TCPHandler: Processed in 0.002295917 sec.
7175 2024.12.18 19:53:08.723855 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7176 2024.12.18 19:53:08.723999 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7177 2024.12.18 19:53:08.724090 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7178 2024.12.18 19:53:08.725426 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7179 2024.12.18 19:53:08.725474 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7180 2024.12.18 19:53:08.726316 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7181 2024.12.18 19:53:08.726625 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7182 2024.12.18 19:53:08.726859 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7183 2024.12.18 19:53:08.726926 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7184 2024.12.18 19:53:08.726941 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002972 sec., 13795.42395693136 rows/sec., 24.72 MiB/sec.
7185 2024.12.18 19:53:08.726961 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7186 2024.12.18 19:53:08.727333 [ 266 ] {5e5c2315-9b2f-4839-8dc4-4ea2b4f5ee43} <Debug> TCPHandler: Processed in 0.003549293 sec.
7187 2024.12.18 19:53:08.727349 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7188 2024.12.18 19:53:08.727618 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7189 2024.12.18 19:53:08.727963 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7190 2024.12.18 19:53:08.728149 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7191 2024.12.18 19:53:08.728210 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7192 2024.12.18 19:53:08.728551 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 741 rows starting from the beginning of the part
7193 2024.12.18 19:53:08.729574 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7194 2024.12.18 19:53:08.730582 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7195 2024.12.18 19:53:08.730743 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7196 2024.12.18 19:53:08.730898 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7197 2024.12.18 19:53:08.731353 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7198 2024.12.18 19:53:08.732221 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7199 2024.12.18 19:53:08.732889 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7200 2024.12.18 19:53:08.733024 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
7201 2024.12.18 19:53:08.734040 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7202 2024.12.18 19:53:08.734810 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006933 sec., 11827.491706332035 rows/sec., 769.22 KiB/sec.
7203 2024.12.18 19:53:08.735122 [ 262 ] {dd4648fb-d8f0-4743-a1ae-13fb42a24c1c} <Debug> TCPHandler: Processed in 0.007618316 sec.
7204 2024.12.18 19:53:08.751942 [ 202 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 946 rows, containing 19 columns (19 merged, 0 gathered) in 0.024858801 sec., 38054.93273790638 rows/sec., 68.19 MiB/sec.
7205 2024.12.18 19:53:08.753788 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7206 2024.12.18 19:53:08.754387 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7207 2024.12.18 19:53:08.754503 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7208 2024.12.18 19:53:08.754702 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB.
7209 2024.12.18 19:53:09.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.05 MiB, peak 219.54 MiB, free memory in arenas 0.00 B, will set to 212.47 MiB (RSS), difference: 2.43 MiB
7210 2024.12.18 19:53:11.865906 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
7211 2024.12.18 19:53:11.865971 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
7212 2024.12.18 19:53:12.006929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507
7213 2024.12.18 19:53:12.007616 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7214 2024.12.18 19:53:12.007677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7215 2024.12.18 19:53:12.008239 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7216 2024.12.18 19:53:12.008566 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7217 2024.12.18 19:53:12.008892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507
7218 2024.12.18 19:53:13.222608 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7219 2024.12.18 19:53:13.244366 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7220 2024.12.18 19:53:13.244437 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7221 2024.12.18 19:53:13.251815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7222 2024.12.18 19:53:13.252638 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7223 2024.12.18 19:53:13.256319 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7224 2024.12.18 19:53:13.672295 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7225 2024.12.18 19:53:13.672482 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7226 2024.12.18 19:53:13.672557 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7227 2024.12.18 19:53:13.673334 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7228 2024.12.18 19:53:13.673387 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7229 2024.12.18 19:53:13.673819 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7230 2024.12.18 19:53:13.674098 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7231 2024.12.18 19:53:13.674328 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec.
7232 2024.12.18 19:53:13.674397 [ 262 ] {bbf50f7f-02ce-449b-a76b-da699aa1feb7} <Debug> TCPHandler: Processed in 0.002230636 sec.
7233 2024.12.18 19:53:13.674575 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7234 2024.12.18 19:53:13.674697 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7235 2024.12.18 19:53:13.674745 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7236 2024.12.18 19:53:13.675326 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7237 2024.12.18 19:53:13.675369 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7238 2024.12.18 19:53:13.675744 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7239 2024.12.18 19:53:13.675993 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7240 2024.12.18 19:53:13.676232 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec.
7241 2024.12.18 19:53:13.676335 [ 266 ] {0742a9c2-d466-4b71-ae68-d2e7cb59ee9c} <Debug> TCPHandler: Processed in 0.001816538 sec.
7242 2024.12.18 19:53:13.676551 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7243 2024.12.18 19:53:13.676702 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7244 2024.12.18 19:53:13.676757 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7245 2024.12.18 19:53:13.677305 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7246 2024.12.18 19:53:13.677344 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7247 2024.12.18 19:53:13.677762 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7248 2024.12.18 19:53:13.678011 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7249 2024.12.18 19:53:13.678186 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7250 2024.12.18 19:53:13.678240 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec.
7251 2024.12.18 19:53:13.678258 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7252 2024.12.18 19:53:13.678325 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7253 2024.12.18 19:53:13.678375 [ 262 ] {6f4db6a2-9ae5-4b59-94e8-b0ace9fd0ec7} <Debug> TCPHandler: Processed in 0.0019425 sec.
7254 2024.12.18 19:53:13.678512 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
7255 2024.12.18 19:53:13.678555 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7256 2024.12.18 19:53:13.678630 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7257 2024.12.18 19:53:13.678673 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14859 rows starting from the beginning of the part
7258 2024.12.18 19:53:13.678686 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7259 2024.12.18 19:53:13.678751 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7260 2024.12.18 19:53:13.678800 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
7261 2024.12.18 19:53:13.679036 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
7262 2024.12.18 19:53:13.679282 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 162 rows starting from the beginning of the part
7263 2024.12.18 19:53:13.679475 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
7264 2024.12.18 19:53:13.679687 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
7265 2024.12.18 19:53:13.680231 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7266 2024.12.18 19:53:13.680276 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7267 2024.12.18 19:53:13.680698 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7268 2024.12.18 19:53:13.680974 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7269 2024.12.18 19:53:13.681224 [ 29 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7270 2024.12.18 19:53:13.681368 [ 29 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7271 2024.12.18 19:53:13.681440 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7272 2024.12.18 19:53:13.681454 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002781 sec., 21574.97303128371 rows/sec., 1.45 MiB/sec.
7273 2024.12.18 19:53:13.681884 [ 266 ] {eb1a4ce7-4b28-43d0-a747-ffc2e0c45236} <Debug> TCPHandler: Processed in 0.00339118 sec.
7274 2024.12.18 19:53:13.681990 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
7275 2024.12.18 19:53:13.682326 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7276 2024.12.18 19:53:13.682369 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2838 rows starting from the beginning of the part
7277 2024.12.18 19:53:13.682499 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
7278 2024.12.18 19:53:13.682722 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
7279 2024.12.18 19:53:13.682966 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
7280 2024.12.18 19:53:13.683303 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
7281 2024.12.18 19:53:13.683511 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
7282 2024.12.18 19:53:13.685279 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15815 rows, containing 5 columns (5 merged, 0 gathered) in 0.00682433 sec., 2317443.6171756056 rows/sec., 156.62 MiB/sec.
7283 2024.12.18 19:53:13.685961 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3182 rows, containing 4 columns (4 merged, 0 gathered) in 0.00438056 sec., 726391.1463374546 rows/sec., 47.61 MiB/sec.
7284 2024.12.18 19:53:13.686015 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7285 2024.12.18 19:53:13.686249 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7286 2024.12.18 19:53:13.686523 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7287 2024.12.18 19:53:13.686725 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7288 2024.12.18 19:53:13.686834 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7289 2024.12.18 19:53:13.686919 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB.
7290 2024.12.18 19:53:13.687017 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_56_11} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7291 2024.12.18 19:53:13.687112 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7292 2024.12.18 19:53:15.156282 [ 37 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7293 2024.12.18 19:53:15.156346 [ 37 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2024.12.18 19:53:15.156369 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7295 2024.12.18 19:53:15.156588 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
7296 2024.12.18 19:53:15.156775 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7297 2024.12.18 19:53:15.156815 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
7298 2024.12.18 19:53:15.156911 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
7299 2024.12.18 19:53:15.156993 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
7300 2024.12.18 19:53:15.157139 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part
7301 2024.12.18 19:53:15.157242 [ 188 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part
7302 2024.12.18 19:53:15.158272 [ 193 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001827808 sec., 19695.722964337612 rows/sec., 1.64 MiB/sec.
7303 2024.12.18 19:53:15.158422 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7304 2024.12.18 19:53:15.158725 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7305 2024.12.18 19:53:15.158825 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_13_3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7306 2024.12.18 19:53:15.158925 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7307 2024.12.18 19:53:16.591370 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7308 2024.12.18 19:53:16.591574 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7309 2024.12.18 19:53:16.591647 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7310 2024.12.18 19:53:16.592416 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7311 2024.12.18 19:53:16.592470 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7312 2024.12.18 19:53:16.592909 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7313 2024.12.18 19:53:16.593185 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7314 2024.12.18 19:53:16.593347 [ 52 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7315 2024.12.18 19:53:16.593388 [ 52 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7316 2024.12.18 19:53:16.593407 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec.
7317 2024.12.18 19:53:16.593414 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7318 2024.12.18 19:53:16.593541 [ 262 ] {2845ea37-d128-4ad8-b289-5b07a408b44a} <Debug> TCPHandler: Processed in 0.002302167 sec.
7319 2024.12.18 19:53:16.593779 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7320 2024.12.18 19:53:16.593838 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7321 2024.12.18 19:53:16.594208 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7322 2024.12.18 19:53:16.594278 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7323 2024.12.18 19:53:16.594305 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7324 2024.12.18 19:53:16.594338 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7325 2024.12.18 19:53:16.594750 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7326 2024.12.18 19:53:16.595282 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7327 2024.12.18 19:53:16.595749 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7328 2024.12.18 19:53:16.596288 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
7329 2024.12.18 19:53:16.598268 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2024.12.18 19:53:16.598322 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7331 2024.12.18 19:53:16.599330 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7332 2024.12.18 19:53:16.599374 [ 199 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00583848 sec., 11989.421904331264 rows/sec., 909.91 KiB/sec.
7333 2024.12.18 19:53:16.599640 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7334 2024.12.18 19:53:16.599751 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7335 2024.12.18 19:53:16.600198 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006105 sec., 327.6003276003276 rows/sec., 26.71 KiB/sec.
7336 2024.12.18 19:53:16.600360 [ 266 ] {c34badf0-64cd-48c7-874e-51951b1d1d53} <Debug> TCPHandler: Processed in 0.006619736 sec.
7337 2024.12.18 19:53:16.600386 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_21_5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7338 2024.12.18 19:53:16.600536 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_21_5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7339 2024.12.18 19:53:16.600558 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7340 2024.12.18 19:53:16.600703 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7341 2024.12.18 19:53:16.600770 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7342 2024.12.18 19:53:16.600825 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7343 2024.12.18 19:53:16.602282 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7344 2024.12.18 19:53:16.602320 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7345 2024.12.18 19:53:16.602794 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7346 2024.12.18 19:53:16.603061 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7347 2024.12.18 19:53:16.603254 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002538 sec., 561859.7320724981 rows/sec., 46.92 MiB/sec.
7348 2024.12.18 19:53:16.603312 [ 262 ] {2a53de13-e7b4-4dc3-9f16-0d71179ded38} <Debug> TCPHandler: Processed in 0.002830958 sec.
7349 2024.12.18 19:53:16.603469 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7350 2024.12.18 19:53:16.603581 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7351 2024.12.18 19:53:16.603627 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7352 2024.12.18 19:53:16.604183 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2024.12.18 19:53:16.604220 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7354 2024.12.18 19:53:16.604589 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7355 2024.12.18 19:53:16.604834 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2024.12.18 19:53:16.605018 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001461 sec., 34223.134839151266 rows/sec., 2.46 MiB/sec.
7357 2024.12.18 19:53:16.605070 [ 266 ] {cc05b8b8-8131-4722-aa49-e454ed7cf7bb} <Debug> TCPHandler: Processed in 0.001653514 sec.
7358 2024.12.18 19:53:16.605218 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7359 2024.12.18 19:53:16.605326 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7360 2024.12.18 19:53:16.605372 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7361 2024.12.18 19:53:16.605985 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7362 2024.12.18 19:53:16.606022 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7363 2024.12.18 19:53:16.606381 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7364 2024.12.18 19:53:16.606616 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7365 2024.12.18 19:53:16.606788 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001484 sec., 163072.77628032345 rows/sec., 11.05 MiB/sec.
7366 2024.12.18 19:53:16.606839 [ 262 ] {8229adf2-7905-46d6-869a-f35a3d9335cc} <Debug> TCPHandler: Processed in 0.001676675 sec.
7367 2024.12.18 19:53:16.606988 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7368 2024.12.18 19:53:16.607094 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7369 2024.12.18 19:53:16.607138 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7370 2024.12.18 19:53:16.607667 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7371 2024.12.18 19:53:16.607704 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7372 2024.12.18 19:53:16.608040 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7373 2024.12.18 19:53:16.608275 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7374 2024.12.18 19:53:16.608401 [ 52 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7375 2024.12.18 19:53:16.608442 [ 52 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7376 2024.12.18 19:53:16.608451 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001378 sec., 9433.962264150943 rows/sec., 588.21 KiB/sec.
7377 2024.12.18 19:53:16.608465 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7378 2024.12.18 19:53:16.608532 [ 266 ] {4d555df1-eaee-45d9-8ff9-3cb123401fe7} <Debug> TCPHandler: Processed in 0.001599283 sec.
7379 2024.12.18 19:53:16.608589 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7380 2024.12.18 19:53:16.608698 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7381 2024.12.18 19:53:16.608703 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7382 2024.12.18 19:53:16.608736 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7383 2024.12.18 19:53:16.608880 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7384 2024.12.18 19:53:16.608916 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7385 2024.12.18 19:53:16.609009 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7386 2024.12.18 19:53:16.609059 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7387 2024.12.18 19:53:16.609283 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7388 2024.12.18 19:53:16.609503 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
7389 2024.12.18 19:53:16.610766 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7390 2024.12.18 19:53:16.610816 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7391 2024.12.18 19:53:16.610850 [ 193 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002313928 sec., 28090.76168316387 rows/sec., 1.82 MiB/sec.
7392 2024.12.18 19:53:16.611081 [ 193 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7393 2024.12.18 19:53:16.611542 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7394 2024.12.18 19:53:16.611621 [ 193 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_21_5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7395 2024.12.18 19:53:16.611759 [ 193 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_21_5} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7396 2024.12.18 19:53:16.611919 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7397 2024.12.18 19:53:16.612000 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7398 2024.12.18 19:53:16.612200 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.003338 sec., 263930.49730377475 rows/sec., 19.14 MiB/sec.
7399 2024.12.18 19:53:16.612261 [ 262 ] {e8b1f4b0-8347-47ee-942c-80db673e0555} <Debug> TCPHandler: Processed in 0.003623494 sec.
7400 2024.12.18 19:53:16.612402 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7401 2024.12.18 19:53:16.612510 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7402 2024.12.18 19:53:16.612555 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7403 2024.12.18 19:53:16.612988 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7404 2024.12.18 19:53:16.613025 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7405 2024.12.18 19:53:16.613366 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7406 2024.12.18 19:53:16.613601 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7407 2024.12.18 19:53:16.613774 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 243.76 KiB/sec.
7408 2024.12.18 19:53:16.613823 [ 266 ] {48853141-4b50-433f-8b01-9ce298862206} <Debug> TCPHandler: Processed in 0.00147289 sec.
7409 2024.12.18 19:53:16.613963 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7410 2024.12.18 19:53:16.614075 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7411 2024.12.18 19:53:16.614131 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7412 2024.12.18 19:53:16.614941 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7413 2024.12.18 19:53:16.614986 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7414 2024.12.18 19:53:16.615424 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7415 2024.12.18 19:53:16.615664 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7416 2024.12.18 19:53:16.615845 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001797 sec., 497495.8263772955 rows/sec., 33.15 MiB/sec.
7417 2024.12.18 19:53:16.615938 [ 262 ] {fdef4b6c-7f6c-47c6-a4ef-5464548674f0} <Debug> TCPHandler: Processed in 0.002026732 sec.
7418 2024.12.18 19:53:16.616100 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7419 2024.12.18 19:53:16.616212 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7420 2024.12.18 19:53:16.616260 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7421 2024.12.18 19:53:16.616751 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7422 2024.12.18 19:53:16.616789 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7423 2024.12.18 19:53:16.617179 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7424 2024.12.18 19:53:16.617416 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7425 2024.12.18 19:53:16.617594 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec.
7426 2024.12.18 19:53:16.617642 [ 266 ] {df8c6e18-3e1a-4cc2-9319-5c098793a46f} <Debug> TCPHandler: Processed in 0.001608503 sec.
7427 2024.12.18 19:53:16.617789 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7428 2024.12.18 19:53:16.617899 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7429 2024.12.18 19:53:16.617963 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7430 2024.12.18 19:53:16.619058 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7431 2024.12.18 19:53:16.619095 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7432 2024.12.18 19:53:16.619734 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7433 2024.12.18 19:53:16.619988 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7434 2024.12.18 19:53:16.620182 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002306 sec., 17779.705117085865 rows/sec., 31.86 MiB/sec.
7435 2024.12.18 19:53:16.620282 [ 262 ] {d8c36687-bf36-4d04-a101-f18c5761186b} <Debug> TCPHandler: Processed in 0.002546532 sec.
7436 2024.12.18 19:53:16.620426 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7437 2024.12.18 19:53:16.620538 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7438 2024.12.18 19:53:16.620585 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7439 2024.12.18 19:53:16.621044 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7440 2024.12.18 19:53:16.621081 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7441 2024.12.18 19:53:16.621444 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7442 2024.12.18 19:53:16.621679 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7443 2024.12.18 19:53:16.621870 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001351 sec., 42931.16210214656 rows/sec., 2.66 MiB/sec.
7444 2024.12.18 19:53:16.621946 [ 266 ] {081ac9c9-581b-4a88-9928-6a88e44a2152} <Debug> TCPHandler: Processed in 0.001574842 sec.
7445 2024.12.18 19:53:17.092904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1016
7446 2024.12.18 19:53:17.096515 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2024.12.18 19:53:17.096565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7448 2024.12.18 19:53:17.098034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7449 2024.12.18 19:53:17.098339 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2024.12.18 19:53:17.099572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1016
7451 2024.12.18 19:53:18.668795 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7452 2024.12.18 19:53:18.669073 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7453 2024.12.18 19:53:18.669186 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7454 2024.12.18 19:53:18.669998 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2024.12.18 19:53:18.670041 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7456 2024.12.18 19:53:18.670463 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7457 2024.12.18 19:53:18.670716 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2024.12.18 19:53:18.670915 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec.
7459 2024.12.18 19:53:18.670981 [ 262 ] {7215a75f-0ca4-4b96-9ea7-19ab0ba7d334} <Debug> TCPHandler: Processed in 0.002352468 sec.
7460 2024.12.18 19:53:18.671163 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7461 2024.12.18 19:53:18.671284 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7462 2024.12.18 19:53:18.671332 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7463 2024.12.18 19:53:18.671918 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7464 2024.12.18 19:53:18.671957 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7465 2024.12.18 19:53:18.672319 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7466 2024.12.18 19:53:18.672561 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7467 2024.12.18 19:53:18.672735 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec.
7468 2024.12.18 19:53:18.672786 [ 266 ] {4b67429f-cdbc-421d-885b-6a2c6c5a7638} <Debug> TCPHandler: Processed in 0.001682335 sec.
7469 2024.12.18 19:53:18.672940 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7470 2024.12.18 19:53:18.673049 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7471 2024.12.18 19:53:18.673100 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7472 2024.12.18 19:53:18.673662 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7473 2024.12.18 19:53:18.673706 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7474 2024.12.18 19:53:18.674150 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7475 2024.12.18 19:53:18.674384 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7476 2024.12.18 19:53:18.674563 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 2.90 MiB/sec.
7477 2024.12.18 19:53:18.674613 [ 262 ] {f2230157-7729-41b7-8e68-b6351bcfd8c5} <Debug> TCPHandler: Processed in 0.001725815 sec.
7478 2024.12.18 19:53:18.674754 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7479 2024.12.18 19:53:18.674862 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7480 2024.12.18 19:53:18.674908 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7481 2024.12.18 19:53:18.675326 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7482 2024.12.18 19:53:18.675362 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7483 2024.12.18 19:53:18.675706 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7484 2024.12.18 19:53:18.675937 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7485 2024.12.18 19:53:18.676136 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001296 sec., 18518.51851851852 rows/sec., 1.25 MiB/sec.
7486 2024.12.18 19:53:18.676226 [ 266 ] {98c728fb-28e2-47a1-9b74-df8834e5c599} <Debug> TCPHandler: Processed in 0.001523851 sec.
7487 2024.12.18 19:53:19.509097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934
7488 2024.12.18 19:53:19.509803 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7489 2024.12.18 19:53:19.509851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7490 2024.12.18 19:53:19.510413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7491 2024.12.18 19:53:19.510674 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7492 2024.12.18 19:53:19.510934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
7493 2024.12.18 19:53:20.756458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7494 2024.12.18 19:53:20.776816 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2024.12.18 19:53:20.776869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7496 2024.12.18 19:53:20.784413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7497 2024.12.18 19:53:20.785165 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7498 2024.12.18 19:53:20.787610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7499 2024.12.18 19:53:23.673002 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7500 2024.12.18 19:53:23.673205 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7501 2024.12.18 19:53:23.673277 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7502 2024.12.18 19:53:23.674058 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7503 2024.12.18 19:53:23.674112 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7504 2024.12.18 19:53:23.674541 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7505 2024.12.18 19:53:23.674790 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7506 2024.12.18 19:53:23.675014 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.31 MiB/sec.
7507 2024.12.18 19:53:23.675122 [ 262 ] {f691dbdb-9701-4579-9b01-c91d3bc429e1} <Debug> TCPHandler: Processed in 0.002250617 sec.
7508 2024.12.18 19:53:23.675353 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7509 2024.12.18 19:53:23.675506 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7510 2024.12.18 19:53:23.675557 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7511 2024.12.18 19:53:23.676152 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7512 2024.12.18 19:53:23.676191 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7513 2024.12.18 19:53:23.676567 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7514 2024.12.18 19:53:23.676802 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7515 2024.12.18 19:53:23.677001 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001515 sec., 42244.22442244224 rows/sec., 3.30 MiB/sec.
7516 2024.12.18 19:53:23.677109 [ 266 ] {5310215c-dbec-4556-95f5-510c825d1d5e} <Debug> TCPHandler: Processed in 0.001855368 sec.
7517 2024.12.18 19:53:23.677309 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7518 2024.12.18 19:53:23.677464 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7519 2024.12.18 19:53:23.677525 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7520 2024.12.18 19:53:23.678185 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7521 2024.12.18 19:53:23.678233 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7522 2024.12.18 19:53:23.678632 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7523 2024.12.18 19:53:23.678867 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7524 2024.12.18 19:53:23.679044 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec.
7525 2024.12.18 19:53:23.679105 [ 262 ] {2123d08d-bfc4-46a2-8dc2-42ecb73a7a45} <Debug> TCPHandler: Processed in 0.00190642 sec.
7526 2024.12.18 19:53:23.679247 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7527 2024.12.18 19:53:23.679372 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7528 2024.12.18 19:53:23.679428 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7529 2024.12.18 19:53:23.679970 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7530 2024.12.18 19:53:23.680015 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7531 2024.12.18 19:53:23.680417 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7532 2024.12.18 19:53:23.680652 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7533 2024.12.18 19:53:23.680853 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec.
7534 2024.12.18 19:53:23.680903 [ 266 ] {3c45bce1-0977-4ad7-b0e6-1c4b421abe48} <Debug> TCPHandler: Processed in 0.001708104 sec.
7535 2024.12.18 19:53:26.866015 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
7536 2024.12.18 19:53:26.866090 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
7537 2024.12.18 19:53:27.011043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422
7538 2024.12.18 19:53:27.011758 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7539 2024.12.18 19:53:27.011804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7540 2024.12.18 19:53:27.012347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7541 2024.12.18 19:53:27.012602 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7542 2024.12.18 19:53:27.012873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422
7543 2024.12.18 19:53:27.099850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1032
7544 2024.12.18 19:53:27.103243 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7545 2024.12.18 19:53:27.103313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7546 2024.12.18 19:53:27.104815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7547 2024.12.18 19:53:27.105168 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7548 2024.12.18 19:53:27.105880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032
7549 2024.12.18 19:53:28.028005 [ 44 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0
7550 2024.12.18 19:53:28.028068 [ 44 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7551 2024.12.18 19:53:28.028091 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7552 2024.12.18 19:53:28.028269 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full
7553 2024.12.18 19:53:28.028456 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7554 2024.12.18 19:53:28.028503 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 66 rows starting from the beginning of the part
7555 2024.12.18 19:53:28.028597 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part
7556 2024.12.18 19:53:28.028913 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part
7557 2024.12.18 19:53:28.029090 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part
7558 2024.12.18 19:53:28.029308 [ 189 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part
7559 2024.12.18 19:53:28.030482 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.002321448 sec., 93045.3751279374 rows/sec., 7.01 MiB/sec.
7560 2024.12.18 19:53:28.030707 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary)
7561 2024.12.18 19:53:28.031106 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7562 2024.12.18 19:53:28.031210 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_34_8} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8
7563 2024.12.18 19:53:28.031326 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7564 2024.12.18 19:53:28.287679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7565 2024.12.18 19:53:28.309236 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7566 2024.12.18 19:53:28.309292 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7567 2024.12.18 19:53:28.316689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7568 2024.12.18 19:53:28.317479 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7569 2024.12.18 19:53:28.320197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7570 2024.12.18 19:53:28.679791 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7571 2024.12.18 19:53:28.680001 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7572 2024.12.18 19:53:28.680081 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7573 2024.12.18 19:53:28.680863 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7574 2024.12.18 19:53:28.680912 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7575 2024.12.18 19:53:28.681336 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7576 2024.12.18 19:53:28.681586 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7577 2024.12.18 19:53:28.681858 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec.
7578 2024.12.18 19:53:28.682093 [ 262 ] {07e2ea4e-70bc-4043-a55c-f514a21f92e9} <Debug> TCPHandler: Processed in 0.00243336 sec.
7579 2024.12.18 19:53:28.682285 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7580 2024.12.18 19:53:28.682403 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7581 2024.12.18 19:53:28.682455 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7582 2024.12.18 19:53:28.683206 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7583 2024.12.18 19:53:28.683247 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7584 2024.12.18 19:53:28.683623 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7585 2024.12.18 19:53:28.683857 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2024.12.18 19:53:28.684036 [ 71 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7587 2024.12.18 19:53:28.684095 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001718 sec., 165890.5704307334 rows/sec., 14.64 MiB/sec.
7588 2024.12.18 19:53:28.684120 [ 71 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7589 2024.12.18 19:53:28.684182 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7590 2024.12.18 19:53:28.684206 [ 266 ] {7af0c3f1-bbc5-4829-8872-f0fbfc0761c6} <Debug> TCPHandler: Processed in 0.001980001 sec.
7591 2024.12.18 19:53:28.684370 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
7592 2024.12.18 19:53:28.684415 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7593 2024.12.18 19:53:28.684492 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7594 2024.12.18 19:53:28.684545 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part
7595 2024.12.18 19:53:28.684582 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7596 2024.12.18 19:53:28.684673 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7597 2024.12.18 19:53:28.684684 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7598 2024.12.18 19:53:28.684998 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1426 rows starting from the beginning of the part
7599 2024.12.18 19:53:28.685187 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
7600 2024.12.18 19:53:28.685436 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
7601 2024.12.18 19:53:28.685657 [ 192 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 285 rows starting from the beginning of the part
7602 2024.12.18 19:53:28.686457 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7603 2024.12.18 19:53:28.686510 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7604 2024.12.18 19:53:28.687075 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7605 2024.12.18 19:53:28.687345 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7606 2024.12.18 19:53:28.687639 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.003096 sec., 15503.87596899225 rows/sec., 1.12 MiB/sec.
7607 2024.12.18 19:53:28.687835 [ 262 ] {8fc0c739-d179-468f-b7b4-c3cedc79e34e} <Debug> TCPHandler: Processed in 0.003509032 sec.
7608 2024.12.18 19:53:28.687941 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.003641325 sec., 910382.8963358118 rows/sec., 79.51 MiB/sec.
7609 2024.12.18 19:53:28.688026 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7610 2024.12.18 19:53:28.688200 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7611 2024.12.18 19:53:28.688267 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7612 2024.12.18 19:53:28.688276 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7613 2024.12.18 19:53:28.688957 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7614 2024.12.18 19:53:28.689116 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_61_12} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7615 2024.12.18 19:53:28.689321 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7616 2024.12.18 19:53:28.689443 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7617 2024.12.18 19:53:28.689488 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7618 2024.12.18 19:53:28.689834 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7619 2024.12.18 19:53:28.690076 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7620 2024.12.18 19:53:28.690285 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002142 sec., 6535.947712418301 rows/sec., 457.74 KiB/sec.
7621 2024.12.18 19:53:28.690344 [ 266 ] {efbcb22a-dc92-4376-b11f-d6d44bf35314} <Debug> TCPHandler: Processed in 0.00240655 sec.
7622 2024.12.18 19:53:28.690475 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7623 2024.12.18 19:53:28.690604 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7624 2024.12.18 19:53:28.690658 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7625 2024.12.18 19:53:28.691304 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7626 2024.12.18 19:53:28.691351 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7627 2024.12.18 19:53:28.691707 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7628 2024.12.18 19:53:28.691938 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2024.12.18 19:53:28.692142 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec.
7630 2024.12.18 19:53:28.692193 [ 262 ] {cecd7e04-8fe5-44fb-b2f6-fa14b73ac6d3} <Debug> TCPHandler: Processed in 0.001776527 sec.
7631 2024.12.18 19:53:28.692336 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7632 2024.12.18 19:53:28.692444 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7633 2024.12.18 19:53:28.692498 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7634 2024.12.18 19:53:28.693309 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7635 2024.12.18 19:53:28.693356 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7636 2024.12.18 19:53:28.693739 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7637 2024.12.18 19:53:28.693970 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7638 2024.12.18 19:53:28.694158 [ 70 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7639 2024.12.18 19:53:28.694194 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001767 sec., 239388.79456706284 rows/sec., 17.11 MiB/sec.
7640 2024.12.18 19:53:28.694217 [ 70 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.12.18 19:53:28.694285 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7642 2024.12.18 19:53:28.694303 [ 266 ] {0bb49ca8-78ea-484e-b7aa-644eb848d500} <Debug> TCPHandler: Processed in 0.002018511 sec.
7643 2024.12.18 19:53:28.694561 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7644 2024.12.18 19:53:28.695005 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
7645 2024.12.18 19:53:28.695015 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7646 2024.12.18 19:53:28.695239 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7647 2024.12.18 19:53:28.695608 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7648 2024.12.18 19:53:28.695697 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
7649 2024.12.18 19:53:28.696019 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
7650 2024.12.18 19:53:28.696271 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 881 rows starting from the beginning of the part
7651 2024.12.18 19:53:28.696592 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
7652 2024.12.18 19:53:28.696879 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
7653 2024.12.18 19:53:28.697198 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part
7654 2024.12.18 19:53:28.697627 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7655 2024.12.18 19:53:28.697711 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7656 2024.12.18 19:53:28.698438 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7657 2024.12.18 19:53:28.698946 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2024.12.18 19:53:28.699428 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004543 sec., 1320.7131851199647 rows/sec., 69.00 KiB/sec.
7659 2024.12.18 19:53:28.699500 [ 262 ] {4f98219a-3566-449a-bde9-5a44d26f3d55} <Debug> TCPHandler: Processed in 0.005091995 sec.
7660 2024.12.18 19:53:28.699664 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7661 2024.12.18 19:53:28.699937 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7662 2024.12.18 19:53:28.700073 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7663 2024.12.18 19:53:28.700099 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703207 sec., 422744.6066748059 rows/sec., 32.42 MiB/sec.
7664 2024.12.18 19:53:28.700416 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7665 2024.12.18 19:53:28.700932 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7666 2024.12.18 19:53:28.701138 [ 195 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_61_12} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7667 2024.12.18 19:53:28.701261 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2024.12.18 19:53:28.701286 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7669 2024.12.18 19:53:28.701329 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7670 2024.12.18 19:53:28.701734 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7671 2024.12.18 19:53:28.701971 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7672 2024.12.18 19:53:28.702219 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002409 sec., 98381.0709838107 rows/sec., 6.59 MiB/sec.
7673 2024.12.18 19:53:28.702321 [ 266 ] {e49a449d-99cf-4d52-8060-a48af5e293dd} <Debug> TCPHandler: Processed in 0.002725246 sec.
7674 2024.12.18 19:53:28.702550 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7675 2024.12.18 19:53:28.702764 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7676 2024.12.18 19:53:28.702812 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7677 2024.12.18 19:53:28.703254 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7678 2024.12.18 19:53:28.703293 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7679 2024.12.18 19:53:28.703641 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7680 2024.12.18 19:53:28.703874 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7681 2024.12.18 19:53:28.704095 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec.
7682 2024.12.18 19:53:28.704145 [ 262 ] {b1f65c8f-7a27-4803-8822-5323c4f4c108} <Debug> TCPHandler: Processed in 0.001722076 sec.
7683 2024.12.18 19:53:28.704283 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7684 2024.12.18 19:53:28.704388 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7685 2024.12.18 19:53:28.704458 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7686 2024.12.18 19:53:28.705743 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2024.12.18 19:53:28.705782 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7688 2024.12.18 19:53:28.706443 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7689 2024.12.18 19:53:28.706702 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7690 2024.12.18 19:53:28.706950 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002583 sec., 15873.015873015875 rows/sec., 28.44 MiB/sec.
7691 2024.12.18 19:53:28.707041 [ 266 ] {9a326583-f86f-42a3-833d-97ce06eb9114} <Debug> TCPHandler: Processed in 0.002811127 sec.
7692 2024.12.18 19:53:28.707190 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7693 2024.12.18 19:53:28.707316 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7694 2024.12.18 19:53:28.707370 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7695 2024.12.18 19:53:28.707885 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2024.12.18 19:53:28.707931 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7697 2024.12.18 19:53:28.708353 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7698 2024.12.18 19:53:28.708602 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2024.12.18 19:53:28.708829 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec.
7700 2024.12.18 19:53:28.708887 [ 262 ] {86b8cebe-98ee-42be-a5a3-49cd037424a8} <Debug> TCPHandler: Processed in 0.001760066 sec.
7701 2024.12.18 19:53:29.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.14 MiB, peak 222.33 MiB, free memory in arenas 0.00 B, will set to 212.76 MiB (RSS), difference: -1.38 MiB
7702 2024.12.18 19:53:33.677770 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7703 2024.12.18 19:53:33.678061 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7704 2024.12.18 19:53:33.678168 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7705 2024.12.18 19:53:33.679271 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7706 2024.12.18 19:53:33.679348 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7707 2024.12.18 19:53:33.679967 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7708 2024.12.18 19:53:33.680340 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7709 2024.12.18 19:53:33.680708 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002717 sec., 736.1059992638941 rows/sec., 60.02 KiB/sec.
7710 2024.12.18 19:53:33.680877 [ 262 ] {8b81f7bb-5c69-4b79-94dc-e09fae1d88e8} <Debug> TCPHandler: Processed in 0.003300888 sec.
7711 2024.12.18 19:53:33.681153 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7712 2024.12.18 19:53:33.681310 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7713 2024.12.18 19:53:33.681381 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7714 2024.12.18 19:53:33.682270 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7715 2024.12.18 19:53:33.682322 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7716 2024.12.18 19:53:33.682751 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7717 2024.12.18 19:53:33.683017 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7718 2024.12.18 19:53:33.683255 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001978 sec., 28816.9868554095 rows/sec., 2.20 MiB/sec.
7719 2024.12.18 19:53:33.683364 [ 266 ] {f67cabee-f80f-4cda-a01c-72d9186e3e24} <Debug> TCPHandler: Processed in 0.002289098 sec.
7720 2024.12.18 19:53:33.683608 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7721 2024.12.18 19:53:33.683824 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7722 2024.12.18 19:53:33.683887 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7723 2024.12.18 19:53:33.684654 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7724 2024.12.18 19:53:33.684710 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7725 2024.12.18 19:53:33.685184 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7726 2024.12.18 19:53:33.685462 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7727 2024.12.18 19:53:33.685705 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 72.39 KiB/sec.
7728 2024.12.18 19:53:33.685787 [ 262 ] {a834a6d7-7637-4c1f-9863-c20323a7f15c} <Debug> TCPHandler: Processed in 0.002288107 sec.
7729 2024.12.18 19:53:33.686002 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7730 2024.12.18 19:53:33.686144 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7731 2024.12.18 19:53:33.686205 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7732 2024.12.18 19:53:33.686993 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7733 2024.12.18 19:53:33.687043 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7734 2024.12.18 19:53:33.687545 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7735 2024.12.18 19:53:33.687861 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7736 2024.12.18 19:53:33.688102 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001985 sec., 33249.37027707809 rows/sec., 2.60 MiB/sec.
7737 2024.12.18 19:53:33.688166 [ 266 ] {57dbe1d1-733a-467c-944e-2fc8dc8d4b3b} <Debug> TCPHandler: Processed in 0.002236256 sec.
7738 2024.12.18 19:53:33.688375 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7739 2024.12.18 19:53:33.688502 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7740 2024.12.18 19:53:33.688562 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7741 2024.12.18 19:53:33.689257 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7742 2024.12.18 19:53:33.689305 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7743 2024.12.18 19:53:33.689826 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7744 2024.12.18 19:53:33.690189 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7745 2024.12.18 19:53:33.690420 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7746 2024.12.18 19:53:33.690451 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001976 sec., 81477.73279352227 rows/sec., 5.67 MiB/sec.
7747 2024.12.18 19:53:33.690525 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7748 2024.12.18 19:53:33.690595 [ 262 ] {44816d34-198f-40f2-800b-404ee3c29b26} <Debug> TCPHandler: Processed in 0.002281327 sec.
7749 2024.12.18 19:53:33.690604 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7750 2024.12.18 19:53:33.690830 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7751 2024.12.18 19:53:33.690890 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
7752 2024.12.18 19:53:33.691027 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7753 2024.12.18 19:53:33.691153 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7754 2024.12.18 19:53:33.691372 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7755 2024.12.18 19:53:33.691508 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15815 rows starting from the beginning of the part
7756 2024.12.18 19:53:33.691953 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 894 rows starting from the beginning of the part
7757 2024.12.18 19:53:33.692291 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
7758 2024.12.18 19:53:33.692728 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
7759 2024.12.18 19:53:33.693108 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
7760 2024.12.18 19:53:33.693524 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part
7761 2024.12.18 19:53:33.693749 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7762 2024.12.18 19:53:33.693862 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7763 2024.12.18 19:53:33.694916 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7764 2024.12.18 19:53:33.695448 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7765 2024.12.18 19:53:33.695699 [ 63 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7766 2024.12.18 19:53:33.695822 [ 63 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7767 2024.12.18 19:53:33.695916 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7768 2024.12.18 19:53:33.695947 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004964 sec., 12087.026591458502 rows/sec., 834.13 KiB/sec.
7769 2024.12.18 19:53:33.696267 [ 266 ] {15349c86-0228-4d1f-854c-d80a1766a803} <Debug> TCPHandler: Processed in 0.005527494 sec.
7770 2024.12.18 19:53:33.696386 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
7771 2024.12.18 19:53:33.697075 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7772 2024.12.18 19:53:33.697259 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3182 rows starting from the beginning of the part
7773 2024.12.18 19:53:33.697686 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 58 rows starting from the beginning of the part
7774 2024.12.18 19:53:33.698131 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part
7775 2024.12.18 19:53:33.698551 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
7776 2024.12.18 19:53:33.698946 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
7777 2024.12.18 19:53:33.699360 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
7778 2024.12.18 19:53:33.703599 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3466 rows, containing 4 columns (4 merged, 0 gathered) in 0.007539466 sec., 459714.2556250005 rows/sec., 30.12 MiB/sec.
7779 2024.12.18 19:53:33.704172 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7780 2024.12.18 19:53:33.704709 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7781 2024.12.18 19:53:33.704848 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_61_12} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7782 2024.12.18 19:53:33.704977 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7783 2024.12.18 19:53:33.706291 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17331 rows, containing 5 columns (5 merged, 0 gathered) in 0.0155369 sec., 1115473.485701781 rows/sec., 75.38 MiB/sec.
7784 2024.12.18 19:53:33.706576 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7785 2024.12.18 19:53:33.706948 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7786 2024.12.18 19:53:33.707050 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7787 2024.12.18 19:53:33.707160 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB.
7788 2024.12.18 19:53:34.512985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849
7789 2024.12.18 19:53:34.513630 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7790 2024.12.18 19:53:34.513681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7791 2024.12.18 19:53:34.514228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7792 2024.12.18 19:53:34.514491 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7793 2024.12.18 19:53:34.514695 [ 63 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7794 2024.12.18 19:53:34.514752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7795 2024.12.18 19:53:34.514793 [ 63 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7796 2024.12.18 19:53:34.514820 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7797 2024.12.18 19:53:34.515299 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::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
7798 2024.12.18 19:53:34.515995 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7799 2024.12.18 19:53:34.516040 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16592 rows starting from the beginning of the part
7800 2024.12.18 19:53:34.516120 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
7801 2024.12.18 19:53:34.516355 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
7802 2024.12.18 19:53:34.516531 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
7803 2024.12.18 19:53:34.516685 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
7804 2024.12.18 19:53:34.516869 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
7805 2024.12.18 19:53:34.519457 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004544433 sec., 4147712.1568301264 rows/sec., 59.33 MiB/sec.
7806 2024.12.18 19:53:34.519832 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7807 2024.12.18 19:53:34.520134 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7808 2024.12.18 19:53:34.520213 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_41_8} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7809 2024.12.18 19:53:34.520320 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7810 2024.12.18 19:53:35.820243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7811 2024.12.18 19:53:35.842658 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7812 2024.12.18 19:53:35.842718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7813 2024.12.18 19:53:35.849920 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7814 2024.12.18 19:53:35.850736 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7815 2024.12.18 19:53:35.851049 [ 59 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7816 2024.12.18 19:53:35.851118 [ 59 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2024.12.18 19:53:35.851164 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7818 2024.12.18 19:53:35.851558 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7819 2024.12.18 19:53:35.865511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7820 2024.12.18 19:53:35.867165 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7821 2024.12.18 19:53:35.868722 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7822 2024.12.18 19:53:35.874202 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7823 2024.12.18 19:53:35.879484 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7824 2024.12.18 19:53:35.884770 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7825 2024.12.18 19:53:35.890223 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7826 2024.12.18 19:53:35.894689 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
7827 2024.12.18 19:53:35.954196 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.102901237 sec., 3002.8793531413035 rows/sec., 15.53 MiB/sec.
7828 2024.12.18 19:53:35.957117 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7829 2024.12.18 19:53:35.960233 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_41_8} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7830 2024.12.18 19:53:35.960358 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_41_8} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7831 2024.12.18 19:53:35.962704 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
7832 2024.12.18 19:53:36.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.31 MiB, peak 228.74 MiB, free memory in arenas 0.00 B, will set to 217.54 MiB (RSS), difference: 2.24 MiB
7833 2024.12.18 19:53:37.107001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1066
7834 2024.12.18 19:53:37.110279 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7835 2024.12.18 19:53:37.110343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7836 2024.12.18 19:53:37.111873 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7837 2024.12.18 19:53:37.112200 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7838 2024.12.18 19:53:37.113813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
7839 2024.12.18 19:53:38.678259 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7840 2024.12.18 19:53:38.678469 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7841 2024.12.18 19:53:38.678549 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7842 2024.12.18 19:53:38.679339 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7843 2024.12.18 19:53:38.679389 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7844 2024.12.18 19:53:38.679847 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7845 2024.12.18 19:53:38.680099 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7846 2024.12.18 19:53:38.680351 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec.
7847 2024.12.18 19:53:38.680416 [ 262 ] {ed117a8b-7a20-47ae-89b2-70fa13b2fd6b} <Debug> TCPHandler: Processed in 0.002292427 sec.
7848 2024.12.18 19:53:38.680602 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7849 2024.12.18 19:53:38.680722 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7850 2024.12.18 19:53:38.680779 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7851 2024.12.18 19:53:38.681641 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7852 2024.12.18 19:53:38.681690 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7853 2024.12.18 19:53:38.682099 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7854 2024.12.18 19:53:38.682342 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7855 2024.12.18 19:53:38.682565 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001871 sec., 152324.95991448424 rows/sec., 13.44 MiB/sec.
7856 2024.12.18 19:53:38.682623 [ 266 ] {e9bf2df8-8338-4bd1-8114-b6506747e56e} <Debug> TCPHandler: Processed in 0.002086043 sec.
7857 2024.12.18 19:53:38.682806 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7858 2024.12.18 19:53:38.682953 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7859 2024.12.18 19:53:38.683010 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7860 2024.12.18 19:53:38.683687 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7861 2024.12.18 19:53:38.683734 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7862 2024.12.18 19:53:38.684102 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7863 2024.12.18 19:53:38.684348 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7864 2024.12.18 19:53:38.684599 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001675 sec., 28656.716417910447 rows/sec., 2.06 MiB/sec.
7865 2024.12.18 19:53:38.684737 [ 262 ] {49e5c042-57c6-46fa-a509-36d44054ed30} <Debug> TCPHandler: Processed in 0.002008472 sec.
7866 2024.12.18 19:53:38.684987 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7867 2024.12.18 19:53:38.685122 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7868 2024.12.18 19:53:38.685178 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7869 2024.12.18 19:53:38.685811 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7870 2024.12.18 19:53:38.685851 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7871 2024.12.18 19:53:38.686232 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7872 2024.12.18 19:53:38.686469 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7873 2024.12.18 19:53:38.686686 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec.
7874 2024.12.18 19:53:38.686738 [ 266 ] {5c608a73-087c-43e5-b05b-c3aaf4217d62} <Debug> TCPHandler: Processed in 0.001869128 sec.
7875 2024.12.18 19:53:38.686888 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7876 2024.12.18 19:53:38.687015 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7877 2024.12.18 19:53:38.687070 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7878 2024.12.18 19:53:38.687706 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7879 2024.12.18 19:53:38.687751 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7880 2024.12.18 19:53:38.688094 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7881 2024.12.18 19:53:38.688327 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7882 2024.12.18 19:53:38.688551 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec.
7883 2024.12.18 19:53:38.688672 [ 262 ] {505da998-4566-4261-b577-5b9db50adc41} <Debug> TCPHandler: Processed in 0.001843347 sec.
7884 2024.12.18 19:53:38.688823 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7885 2024.12.18 19:53:38.688953 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7886 2024.12.18 19:53:38.689006 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7887 2024.12.18 19:53:38.689809 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7888 2024.12.18 19:53:38.689847 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7889 2024.12.18 19:53:38.690230 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7890 2024.12.18 19:53:38.690474 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7891 2024.12.18 19:53:38.690649 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001725 sec., 245217.39130434784 rows/sec., 17.53 MiB/sec.
7892 2024.12.18 19:53:38.690699 [ 266 ] {5938855d-6a9b-4365-9970-579ad6a43faa} <Debug> TCPHandler: Processed in 0.001939479 sec.
7893 2024.12.18 19:53:38.690839 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7894 2024.12.18 19:53:38.690951 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7895 2024.12.18 19:53:38.690997 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7896 2024.12.18 19:53:38.691430 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7897 2024.12.18 19:53:38.691466 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7898 2024.12.18 19:53:38.691818 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7899 2024.12.18 19:53:38.692059 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7900 2024.12.18 19:53:38.692264 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec.
7901 2024.12.18 19:53:38.692337 [ 262 ] {fe10f0e9-7a30-4e9c-9c36-4af87d0b2475} <Debug> TCPHandler: Processed in 0.001549492 sec.
7902 2024.12.18 19:53:38.692561 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7903 2024.12.18 19:53:38.692709 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7904 2024.12.18 19:53:38.692758 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7905 2024.12.18 19:53:38.693305 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7906 2024.12.18 19:53:38.693341 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7907 2024.12.18 19:53:38.693731 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7908 2024.12.18 19:53:38.693973 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7909 2024.12.18 19:53:38.694148 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001464 sec., 161885.24590163934 rows/sec., 10.85 MiB/sec.
7910 2024.12.18 19:53:38.694198 [ 266 ] {6976a48c-5523-4586-b422-900bdb985c55} <Debug> TCPHandler: Processed in 0.001761846 sec.
7911 2024.12.18 19:53:38.694334 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7912 2024.12.18 19:53:38.694441 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7913 2024.12.18 19:53:38.694488 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7914 2024.12.18 19:53:38.694906 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7915 2024.12.18 19:53:38.694942 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7916 2024.12.18 19:53:38.695284 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7917 2024.12.18 19:53:38.695524 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7918 2024.12.18 19:53:38.695644 [ 56 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7919 2024.12.18 19:53:38.695689 [ 56 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7920 2024.12.18 19:53:38.695709 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec.
7921 2024.12.18 19:53:38.695713 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7922 2024.12.18 19:53:38.695804 [ 262 ] {e7e8bc35-f55c-4945-9390-75896e38e517} <Debug> TCPHandler: Processed in 0.001517131 sec.
7923 2024.12.18 19:53:38.696140 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7924 2024.12.18 19:53:38.696328 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7925 2024.12.18 19:53:38.696512 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7926 2024.12.18 19:53:38.696750 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7927 2024.12.18 19:53:38.696753 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7928 2024.12.18 19:53:38.696873 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part
7929 2024.12.18 19:53:38.697274 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7930 2024.12.18 19:53:38.697671 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7931 2024.12.18 19:53:38.698010 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7932 2024.12.18 19:53:38.698382 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7933 2024.12.18 19:53:38.698766 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7934 2024.12.18 19:53:38.702003 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006162847 sec., 3894.304044867575 rows/sec., 261.78 KiB/sec.
7935 2024.12.18 19:53:38.702113 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7936 2024.12.18 19:53:38.702159 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7937 2024.12.18 19:53:38.702161 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7938 2024.12.18 19:53:38.702539 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7939 2024.12.18 19:53:38.702643 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_24_5} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7940 2024.12.18 19:53:38.702744 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7941 2024.12.18 19:53:38.703031 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7942 2024.12.18 19:53:38.703297 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7943 2024.12.18 19:53:38.703554 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007166 sec., 5721.462461624337 rows/sec., 10.25 MiB/sec.
7944 2024.12.18 19:53:38.704080 [ 266 ] {c0e72c2e-6063-43a1-9c61-30741d61fe48} <Debug> TCPHandler: Processed in 0.008164148 sec.
7945 2024.12.18 19:53:38.704237 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7946 2024.12.18 19:53:38.704365 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7947 2024.12.18 19:53:38.704420 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7948 2024.12.18 19:53:38.704917 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7949 2024.12.18 19:53:38.704954 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7950 2024.12.18 19:53:38.705310 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7951 2024.12.18 19:53:38.705541 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7952 2024.12.18 19:53:38.705716 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec.
7953 2024.12.18 19:53:38.705763 [ 262 ] {7c5762be-1e85-433f-90f0-fe1591485518} <Debug> TCPHandler: Processed in 0.001588113 sec.
7954 2024.12.18 19:53:41.866151 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
7955 2024.12.18 19:53:41.866255 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
7956 2024.12.18 19:53:42.014867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337
7957 2024.12.18 19:53:42.015523 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7958 2024.12.18 19:53:42.015570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7959 2024.12.18 19:53:42.016105 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7960 2024.12.18 19:53:42.016365 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7961 2024.12.18 19:53:42.016615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337
7962 2024.12.18 19:53:43.365582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7963 2024.12.18 19:53:43.384224 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2024.12.18 19:53:43.384289 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7965 2024.12.18 19:53:43.391444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7966 2024.12.18 19:53:43.392216 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7967 2024.12.18 19:53:43.394721 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7968 2024.12.18 19:53:43.672076 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7969 2024.12.18 19:53:43.672290 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7970 2024.12.18 19:53:43.672372 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7971 2024.12.18 19:53:43.673217 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7972 2024.12.18 19:53:43.673269 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7973 2024.12.18 19:53:43.673710 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7974 2024.12.18 19:53:43.673970 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7975 2024.12.18 19:53:43.674198 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec.
7976 2024.12.18 19:53:43.674266 [ 262 ] {f41ae8e9-0e5d-45f2-9792-e59a4a9ced79} <Debug> TCPHandler: Processed in 0.002363838 sec.
7977 2024.12.18 19:53:43.674441 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7978 2024.12.18 19:53:43.674560 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7979 2024.12.18 19:53:43.674610 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7980 2024.12.18 19:53:43.675195 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7981 2024.12.18 19:53:43.675237 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7982 2024.12.18 19:53:43.675628 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7983 2024.12.18 19:53:43.675873 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7984 2024.12.18 19:53:43.676112 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001578 sec., 40557.66793409379 rows/sec., 3.17 MiB/sec.
7985 2024.12.18 19:53:43.676178 [ 266 ] {5bfd0d29-1b1d-4fa3-9b63-9a5d930f2f38} <Debug> TCPHandler: Processed in 0.001795017 sec.
7986 2024.12.18 19:53:43.676349 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7987 2024.12.18 19:53:43.676462 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7988 2024.12.18 19:53:43.676510 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7989 2024.12.18 19:53:43.677052 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2024.12.18 19:53:43.677091 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7991 2024.12.18 19:53:43.677475 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7992 2024.12.18 19:53:43.677706 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7993 2024.12.18 19:53:43.677921 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec.
7994 2024.12.18 19:53:43.677972 [ 262 ] {0c4430f7-136e-4334-a0de-dfc26ad6a858} <Debug> TCPHandler: Processed in 0.001696795 sec.
7995 2024.12.18 19:53:43.678130 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7996 2024.12.18 19:53:43.678238 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7997 2024.12.18 19:53:43.678283 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7998 2024.12.18 19:53:43.678713 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7999 2024.12.18 19:53:43.678752 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8000 2024.12.18 19:53:43.679111 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8001 2024.12.18 19:53:43.679345 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8002 2024.12.18 19:53:43.679553 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
8003 2024.12.18 19:53:43.679601 [ 266 ] {0bb30c4c-f94f-44cb-aff2-7a3bce2f1899} <Debug> TCPHandler: Processed in 0.001528191 sec.
8004 2024.12.18 19:53:46.592055 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8005 2024.12.18 19:53:46.592307 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8006 2024.12.18 19:53:46.592388 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8007 2024.12.18 19:53:46.593195 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8008 2024.12.18 19:53:46.593242 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8009 2024.12.18 19:53:46.593663 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8010 2024.12.18 19:53:46.593914 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8011 2024.12.18 19:53:46.594166 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec.
8012 2024.12.18 19:53:46.594232 [ 262 ] {d9b2cd17-0029-4f09-941d-015f6dba4d61} <Debug> TCPHandler: Processed in 0.002328908 sec.
8013 2024.12.18 19:53:46.594376 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8014 2024.12.18 19:53:46.594499 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8015 2024.12.18 19:53:46.594549 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8016 2024.12.18 19:53:46.595084 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8017 2024.12.18 19:53:46.595126 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8018 2024.12.18 19:53:46.595480 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8019 2024.12.18 19:53:46.595728 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8020 2024.12.18 19:53:46.595937 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001466 sec., 6821.282401091405 rows/sec., 556.23 KiB/sec.
8021 2024.12.18 19:53:46.595990 [ 266 ] {01bcf736-89a2-4fe1-90a0-a688a7279d96} <Debug> TCPHandler: Processed in 0.001666925 sec.
8022 2024.12.18 19:53:46.596121 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8023 2024.12.18 19:53:46.596231 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8024 2024.12.18 19:53:46.596277 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8025 2024.12.18 19:53:46.597330 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8026 2024.12.18 19:53:46.597370 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8027 2024.12.18 19:53:46.597822 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8028 2024.12.18 19:53:46.598071 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8029 2024.12.18 19:53:46.598312 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002101 sec., 680628.2722513089 rows/sec., 56.81 MiB/sec.
8030 2024.12.18 19:53:46.598403 [ 262 ] {e8488577-f5f1-4262-922b-f8b67ddfb9a0} <Debug> TCPHandler: Processed in 0.002334758 sec.
8031 2024.12.18 19:53:46.598602 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8032 2024.12.18 19:53:46.598791 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8033 2024.12.18 19:53:46.598847 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8034 2024.12.18 19:53:46.599426 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8035 2024.12.18 19:53:46.599466 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8036 2024.12.18 19:53:46.599821 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8037 2024.12.18 19:53:46.600057 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8038 2024.12.18 19:53:46.600264 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001504 sec., 38563.82978723405 rows/sec., 2.75 MiB/sec.
8039 2024.12.18 19:53:46.600317 [ 266 ] {ec7b563f-ae55-4490-9055-215cacdcd297} <Debug> TCPHandler: Processed in 0.001844648 sec.
8040 2024.12.18 19:53:46.600444 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8041 2024.12.18 19:53:46.600552 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8042 2024.12.18 19:53:46.600597 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8043 2024.12.18 19:53:46.601188 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8044 2024.12.18 19:53:46.601227 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8045 2024.12.18 19:53:46.601574 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8046 2024.12.18 19:53:46.601801 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8047 2024.12.18 19:53:46.602036 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001506 sec., 160690.57104913678 rows/sec., 10.89 MiB/sec.
8048 2024.12.18 19:53:46.602101 [ 262 ] {25abf8b4-3eb5-430b-9b98-13dae60696c5} <Debug> TCPHandler: Processed in 0.001709685 sec.
8049 2024.12.18 19:53:46.602235 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8050 2024.12.18 19:53:46.602364 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8051 2024.12.18 19:53:46.602417 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8052 2024.12.18 19:53:46.603037 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8053 2024.12.18 19:53:46.603076 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8054 2024.12.18 19:53:46.603410 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8055 2024.12.18 19:53:46.603642 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8056 2024.12.18 19:53:46.603886 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec.
8057 2024.12.18 19:53:46.604007 [ 266 ] {86806c7b-341d-4720-aac6-3fe41cc4f231} <Debug> TCPHandler: Processed in 0.001829247 sec.
8058 2024.12.18 19:53:46.604195 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8059 2024.12.18 19:53:46.604306 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8060 2024.12.18 19:53:46.604354 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8061 2024.12.18 19:53:46.605289 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8062 2024.12.18 19:53:46.605328 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8063 2024.12.18 19:53:46.605723 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8064 2024.12.18 19:53:46.605966 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8065 2024.12.18 19:53:46.606185 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001903 sec., 467157.1203363111 rows/sec., 33.90 MiB/sec.
8066 2024.12.18 19:53:46.606239 [ 262 ] {c15b8818-4a8d-41f1-a62f-a6c9c7a58598} <Debug> TCPHandler: Processed in 0.002110724 sec.
8067 2024.12.18 19:53:46.606387 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8068 2024.12.18 19:53:46.606496 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8069 2024.12.18 19:53:46.606542 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8070 2024.12.18 19:53:46.606963 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8071 2024.12.18 19:53:46.607001 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8072 2024.12.18 19:53:46.607342 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8073 2024.12.18 19:53:46.607575 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8074 2024.12.18 19:53:46.607780 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec.
8075 2024.12.18 19:53:46.607829 [ 266 ] {633e0c30-d37e-4a1e-a561-c4fbe6b4cb1d} <Debug> TCPHandler: Processed in 0.001495901 sec.
8076 2024.12.18 19:53:46.607966 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8077 2024.12.18 19:53:46.608075 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8078 2024.12.18 19:53:46.608123 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8079 2024.12.18 19:53:46.608773 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8080 2024.12.18 19:53:46.608812 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8081 2024.12.18 19:53:46.609227 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8082 2024.12.18 19:53:46.609463 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8083 2024.12.18 19:53:46.609663 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.001611 sec., 557417.7529484791 rows/sec., 37.14 MiB/sec.
8084 2024.12.18 19:53:46.609713 [ 262 ] {0afaa6b9-e981-40c0-be5d-bcec85cac911} <Debug> TCPHandler: Processed in 0.001800727 sec.
8085 2024.12.18 19:53:46.609828 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8086 2024.12.18 19:53:46.609939 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8087 2024.12.18 19:53:46.609990 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8088 2024.12.18 19:53:46.610486 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8089 2024.12.18 19:53:46.610531 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8090 2024.12.18 19:53:46.610930 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8091 2024.12.18 19:53:46.611171 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8092 2024.12.18 19:53:46.611410 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
8093 2024.12.18 19:53:46.611588 [ 266 ] {30b6bd98-73bf-4237-8dc1-f1c52f088364} <Debug> TCPHandler: Processed in 0.001804967 sec.
8094 2024.12.18 19:53:46.611772 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8095 2024.12.18 19:53:46.611883 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8096 2024.12.18 19:53:46.611964 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8097 2024.12.18 19:53:46.613164 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8098 2024.12.18 19:53:46.613202 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8099 2024.12.18 19:53:46.613834 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8100 2024.12.18 19:53:46.614087 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8101 2024.12.18 19:53:46.614321 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002461 sec., 16659.894351889474 rows/sec., 29.85 MiB/sec.
8102 2024.12.18 19:53:46.614413 [ 262 ] {fe242c06-8618-4419-b47b-92afe745fdfe} <Debug> TCPHandler: Processed in 0.002735416 sec.
8103 2024.12.18 19:53:46.614559 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8104 2024.12.18 19:53:46.614687 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8105 2024.12.18 19:53:46.614741 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8106 2024.12.18 19:53:46.615204 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2024.12.18 19:53:46.615242 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8108 2024.12.18 19:53:46.615587 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8109 2024.12.18 19:53:46.615813 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8110 2024.12.18 19:53:46.616018 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001359 sec., 42678.440029433405 rows/sec., 2.64 MiB/sec.
8111 2024.12.18 19:53:46.616067 [ 266 ] {d5f0ff3a-884c-410f-ae64-00d306b3512c} <Debug> TCPHandler: Processed in 0.001569403 sec.
8112 2024.12.18 19:53:47.114009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1120
8113 2024.12.18 19:53:47.118277 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8114 2024.12.18 19:53:47.118338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8115 2024.12.18 19:53:47.119851 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8116 2024.12.18 19:53:47.120175 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8117 2024.12.18 19:53:47.120874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120
8118 2024.12.18 19:53:48.667870 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8119 2024.12.18 19:53:48.668065 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8120 2024.12.18 19:53:48.668137 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8121 2024.12.18 19:53:48.668874 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8122 2024.12.18 19:53:48.668933 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8123 2024.12.18 19:53:48.669358 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8124 2024.12.18 19:53:48.669609 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8125 2024.12.18 19:53:48.669822 [ 42 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8126 2024.12.18 19:53:48.669858 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec.
8127 2024.12.18 19:53:48.669917 [ 42 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8128 2024.12.18 19:53:48.669982 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8129 2024.12.18 19:53:48.670013 [ 262 ] {016ff88c-ccbd-47ea-8fc4-911b266256d7} <Debug> TCPHandler: Processed in 0.002269217 sec.
8130 2024.12.18 19:53:48.670284 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8131 2024.12.18 19:53:48.670718 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8132 2024.12.18 19:53:48.670819 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
8133 2024.12.18 19:53:48.670896 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8134 2024.12.18 19:53:48.671548 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8135 2024.12.18 19:53:48.671675 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part
8136 2024.12.18 19:53:48.672071 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 57 rows starting from the beginning of the part
8137 2024.12.18 19:53:48.672449 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 285 rows starting from the beginning of the part
8138 2024.12.18 19:53:48.672782 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
8139 2024.12.18 19:53:48.673008 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1430 rows starting from the beginning of the part
8140 2024.12.18 19:53:48.673321 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
8141 2024.12.18 19:53:48.674099 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8142 2024.12.18 19:53:48.674156 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8143 2024.12.18 19:53:48.675088 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8144 2024.12.18 19:53:48.675636 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8145 2024.12.18 19:53:48.675955 [ 42 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8146 2024.12.18 19:53:48.676023 [ 42 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8147 2024.12.18 19:53:48.676073 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8148 2024.12.18 19:53:48.676096 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005534 sec., 11564.871702204555 rows/sec., 924.33 KiB/sec.
8149 2024.12.18 19:53:48.676306 [ 266 ] {b9133876-3150-4633-b1ae-eb45d8ea5c38} <Debug> TCPHandler: Processed in 0.006166007 sec.
8150 2024.12.18 19:53:48.676392 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
8151 2024.12.18 19:53:48.676572 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8152 2024.12.18 19:53:48.676847 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8153 2024.12.18 19:53:48.676939 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8154 2024.12.18 19:53:48.676998 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
8155 2024.12.18 19:53:48.677074 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8156 2024.12.18 19:53:48.677086 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006923042 sec., 479557.97465911665 rows/sec., 41.87 MiB/sec.
8157 2024.12.18 19:53:48.677335 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 66 rows starting from the beginning of the part
8158 2024.12.18 19:53:48.677564 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8159 2024.12.18 19:53:48.677807 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 423 rows starting from the beginning of the part
8160 2024.12.18 19:53:48.678237 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
8161 2024.12.18 19:53:48.678700 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 889 rows starting from the beginning of the part
8162 2024.12.18 19:53:48.678708 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8163 2024.12.18 19:53:48.679109 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_66_13} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8164 2024.12.18 19:53:48.679173 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
8165 2024.12.18 19:53:48.679415 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
8166 2024.12.18 19:53:48.680080 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2024.12.18 19:53:48.680134 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8168 2024.12.18 19:53:48.680724 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8169 2024.12.18 19:53:48.681006 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2024.12.18 19:53:48.681398 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.004604 sec., 13900.955690703737 rows/sec., 991.41 KiB/sec.
8171 2024.12.18 19:53:48.681665 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.005493713 sec., 440685.56184132665 rows/sec., 33.80 MiB/sec.
8172 2024.12.18 19:53:48.681686 [ 262 ] {46e02181-b913-458b-b6d1-64febd34339a} <Debug> TCPHandler: Processed in 0.005230348 sec.
8173 2024.12.18 19:53:48.681942 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8174 2024.12.18 19:53:48.681957 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8175 2024.12.18 19:53:48.682130 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8176 2024.12.18 19:53:48.682199 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8177 2024.12.18 19:53:48.682325 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8178 2024.12.18 19:53:48.682449 [ 200 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_66_13} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8179 2024.12.18 19:53:48.682535 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
8180 2024.12.18 19:53:48.682844 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8181 2024.12.18 19:53:48.682890 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8182 2024.12.18 19:53:48.683282 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8183 2024.12.18 19:53:48.683515 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8184 2024.12.18 19:53:48.683774 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001668 sec., 14388.489208633093 rows/sec., 992.96 KiB/sec.
8185 2024.12.18 19:53:48.683832 [ 266 ] {ee620bd3-886a-4c12-aa3d-03a8a45fea9f} <Debug> TCPHandler: Processed in 0.002028822 sec.
8186 2024.12.18 19:53:49.516719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764
8187 2024.12.18 19:53:49.517398 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8188 2024.12.18 19:53:49.517439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8189 2024.12.18 19:53:49.517956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8190 2024.12.18 19:53:49.518216 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8191 2024.12.18 19:53:49.518447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8192 2024.12.18 19:53:50.894770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
8193 2024.12.18 19:53:50.915344 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8194 2024.12.18 19:53:50.915403 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8195 2024.12.18 19:53:50.922651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8196 2024.12.18 19:53:50.923418 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2024.12.18 19:53:50.925977 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
8198 2024.12.18 19:53:53.672562 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8199 2024.12.18 19:53:53.672797 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8200 2024.12.18 19:53:53.672880 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8201 2024.12.18 19:53:53.673703 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8202 2024.12.18 19:53:53.673760 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8203 2024.12.18 19:53:53.674208 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8204 2024.12.18 19:53:53.674470 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8205 2024.12.18 19:53:53.674708 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec.
8206 2024.12.18 19:53:53.674820 [ 262 ] {636e75d0-e233-4a9e-bf45-64f284b396f9} <Debug> TCPHandler: Processed in 0.002390959 sec.
8207 2024.12.18 19:53:53.675060 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8208 2024.12.18 19:53:53.675250 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8209 2024.12.18 19:53:53.675311 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8210 2024.12.18 19:53:53.676028 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2024.12.18 19:53:53.676079 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8212 2024.12.18 19:53:53.676501 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8213 2024.12.18 19:53:53.676750 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8214 2024.12.18 19:53:53.677003 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00179 sec., 35754.18994413408 rows/sec., 2.79 MiB/sec.
8215 2024.12.18 19:53:53.677099 [ 266 ] {54945231-1403-4302-b176-71c90d820a18} <Debug> TCPHandler: Processed in 0.002157484 sec.
8216 2024.12.18 19:53:53.677327 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8217 2024.12.18 19:53:53.677529 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8218 2024.12.18 19:53:53.677590 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8219 2024.12.18 19:53:53.678219 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8220 2024.12.18 19:53:53.678259 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8221 2024.12.18 19:53:53.678661 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8222 2024.12.18 19:53:53.678904 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8223 2024.12.18 19:53:53.679077 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8224 2024.12.18 19:53:53.679140 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec.
8225 2024.12.18 19:53:53.679172 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8226 2024.12.18 19:53:53.679252 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8227 2024.12.18 19:53:53.679267 [ 262 ] {d3acab37-f091-49d4-9ee2-f051da4d7317} <Debug> TCPHandler: Processed in 0.002071123 sec.
8228 2024.12.18 19:53:53.679526 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8229 2024.12.18 19:53:53.679535 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
8230 2024.12.18 19:53:53.679735 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8231 2024.12.18 19:53:53.679863 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8232 2024.12.18 19:53:53.679871 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8233 2024.12.18 19:53:53.679958 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17331 rows starting from the beginning of the part
8234 2024.12.18 19:53:53.680344 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part
8235 2024.12.18 19:53:53.680695 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
8236 2024.12.18 19:53:53.681022 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 898 rows starting from the beginning of the part
8237 2024.12.18 19:53:53.681283 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
8238 2024.12.18 19:53:53.681609 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
8239 2024.12.18 19:53:53.682330 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8240 2024.12.18 19:53:53.682394 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8241 2024.12.18 19:53:53.683143 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8242 2024.12.18 19:53:53.683495 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8243 2024.12.18 19:53:53.683786 [ 34 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8244 2024.12.18 19:53:53.683918 [ 34 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8245 2024.12.18 19:53:53.683972 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004292 sec., 13979.496738117428 rows/sec., 964.73 KiB/sec.
8246 2024.12.18 19:53:53.684005 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8247 2024.12.18 19:53:53.684307 [ 266 ] {366c2d6b-a16a-4959-83c9-876a120dbd0d} <Debug> TCPHandler: Processed in 0.004893431 sec.
8248 2024.12.18 19:53:53.684654 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
8249 2024.12.18 19:53:53.684997 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8250 2024.12.18 19:53:53.685090 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3466 rows starting from the beginning of the part
8251 2024.12.18 19:53:53.685470 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part
8252 2024.12.18 19:53:53.685624 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
8253 2024.12.18 19:53:53.685926 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 58 rows starting from the beginning of the part
8254 2024.12.18 19:53:53.686081 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
8255 2024.12.18 19:53:53.686393 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
8256 2024.12.18 19:53:53.689580 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3750 rows, containing 4 columns (4 merged, 0 gathered) in 0.005297358 sec., 707900.0513085957 rows/sec., 46.36 MiB/sec.
8257 2024.12.18 19:53:53.690098 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8258 2024.12.18 19:53:53.690741 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2024.12.18 19:53:53.690838 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18850 rows, containing 5 columns (5 merged, 0 gathered) in 0.011445555 sec., 1646927.562708842 rows/sec., 111.27 MiB/sec.
8260 2024.12.18 19:53:53.690894 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_66_13} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8261 2024.12.18 19:53:53.691037 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
8262 2024.12.18 19:53:53.691284 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8263 2024.12.18 19:53:53.691651 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2024.12.18 19:53:53.691747 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8265 2024.12.18 19:53:53.691859 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB.
8266 2024.12.18 19:53:54.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.36 MiB, peak 228.74 MiB, free memory in arenas 0.00 B, will set to 219.79 MiB (RSS), difference: 1.43 MiB
8267 2024.12.18 19:53:56.866537 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
8268 2024.12.18 19:53:56.866633 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
8269 2024.12.18 19:53:57.018555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252
8270 2024.12.18 19:53:57.019322 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8271 2024.12.18 19:53:57.019370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8272 2024.12.18 19:53:57.019932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8273 2024.12.18 19:53:57.020201 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8274 2024.12.18 19:53:57.020446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252
8275 2024.12.18 19:53:57.121205 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1136
8276 2024.12.18 19:53:57.124268 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8277 2024.12.18 19:53:57.124330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8278 2024.12.18 19:53:57.125850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8279 2024.12.18 19:53:57.126186 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8280 2024.12.18 19:53:57.126475 [ 32 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8281 2024.12.18 19:53:57.126624 [ 32 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8282 2024.12.18 19:53:57.126765 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8283 2024.12.18 19:53:57.127164 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
8284 2024.12.18 19:53:57.127467 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136
8285 2024.12.18 19:53:57.127876 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8286 2024.12.18 19:53:57.128008 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 962 rows starting from the beginning of the part
8287 2024.12.18 19:53:57.128599 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part
8288 2024.12.18 19:53:57.129181 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part
8289 2024.12.18 19:53:57.129743 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part
8290 2024.12.18 19:53:57.130291 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part
8291 2024.12.18 19:53:57.130910 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part
8292 2024.12.18 19:53:57.138924 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 72 columns (72 merged, 0 gathered) in 0.011973577 sec., 94875.57477602559 rows/sec., 76.29 MiB/sec.
8293 2024.12.18 19:53:57.140089 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8294 2024.12.18 19:53:57.140761 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2024.12.18 19:53:57.140845 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_31_6} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8296 2024.12.18 19:53:57.141037 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB.
8297 2024.12.18 19:53:57.562976 [ 31 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 5 parts from all_1_21_4 to all_25_25_0
8298 2024.12.18 19:53:57.563036 [ 31 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8299 2024.12.18 19:53:57.563062 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8300 2024.12.18 19:53:57.563300 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_4 to all_25_25_0 into Compact with storage Full
8301 2024.12.18 19:53:57.563521 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8302 2024.12.18 19:53:57.563559 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part
8303 2024.12.18 19:53:57.563645 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part
8304 2024.12.18 19:53:57.563877 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
8305 2024.12.18 19:53:57.564051 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
8306 2024.12.18 19:53:57.564234 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part
8307 2024.12.18 19:53:57.565459 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002311318 sec., 326653.45054207166 rows/sec., 23.38 MiB/sec.
8308 2024.12.18 19:53:57.565707 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
8309 2024.12.18 19:53:57.566120 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8310 2024.12.18 19:53:57.566225 [ 191 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_25_5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 5 parts: [all_1_21_4, all_25_25_0] -> all_1_25_5
8311 2024.12.18 19:53:57.566341 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8312 2024.12.18 19:53:57.942784 [ 31 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
8313 2024.12.18 19:53:57.942852 [ 31 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8314 2024.12.18 19:53:57.942879 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8315 2024.12.18 19:53:57.943112 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
8316 2024.12.18 19:53:57.943377 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8317 2024.12.18 19:53:57.943418 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
8318 2024.12.18 19:53:57.943494 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
8319 2024.12.18 19:53:57.943698 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8320 2024.12.18 19:53:57.943956 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8321 2024.12.18 19:53:57.944139 [ 193 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8322 2024.12.18 19:53:57.945257 [ 197 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002283087 sec., 63072.49789429838 rows/sec., 3.22 MiB/sec.
8323 2024.12.18 19:53:57.945455 [ 196 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
8324 2024.12.18 19:53:57.945839 [ 196 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8325 2024.12.18 19:53:57.945945 [ 196 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_24_5} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
8326 2024.12.18 19:53:57.946058 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8327 2024.12.18 19:53:58.143750 [ 31 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0
8328 2024.12.18 19:53:58.143809 [ 31 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8329 2024.12.18 19:53:58.143832 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8330 2024.12.18 19:53:58.144023 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full
8331 2024.12.18 19:53:58.144446 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8332 2024.12.18 19:53:58.144506 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 66 rows starting from the beginning of the part
8333 2024.12.18 19:53:58.144589 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part
8334 2024.12.18 19:53:58.144818 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
8335 2024.12.18 19:53:58.145047 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part
8336 2024.12.18 19:53:58.145183 [ 199 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 58 rows starting from the beginning of the part
8337 2024.12.18 19:53:58.146299 [ 196 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.002397439 sec., 92598.81064752847 rows/sec., 6.97 MiB/sec.
8338 2024.12.18 19:53:58.146515 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary)
8339 2024.12.18 19:53:58.146878 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8340 2024.12.18 19:53:58.146977 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_38_9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9
8341 2024.12.18 19:53:58.147091 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8342 2024.12.18 19:53:58.426019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
8343 2024.12.18 19:53:58.447406 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2024.12.18 19:53:58.447487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8345 2024.12.18 19:53:58.454990 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8346 2024.12.18 19:53:58.455819 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2024.12.18 19:53:58.458912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8348 2024.12.18 19:53:58.678325 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8349 2024.12.18 19:53:58.678505 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8350 2024.12.18 19:53:58.678575 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8351 2024.12.18 19:53:58.679305 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8352 2024.12.18 19:53:58.679350 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8353 2024.12.18 19:53:58.679766 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8354 2024.12.18 19:53:58.680022 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2024.12.18 19:53:58.680169 [ 31 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8356 2024.12.18 19:53:58.680212 [ 31 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8357 2024.12.18 19:53:58.680229 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001773 sec., 7896.221094190637 rows/sec., 568.42 KiB/sec.
8358 2024.12.18 19:53:58.680237 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8359 2024.12.18 19:53:58.680372 [ 262 ] {61a871a6-a8e1-4cb2-9205-63737eaf339e} <Debug> TCPHandler: Processed in 0.002166134 sec.
8360 2024.12.18 19:53:58.680690 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8361 2024.12.18 19:53:58.680714 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8362 2024.12.18 19:53:58.681114 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8363 2024.12.18 19:53:58.681197 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8364 2024.12.18 19:53:58.681246 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8365 2024.12.18 19:53:58.681267 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8366 2024.12.18 19:53:58.681582 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8367 2024.12.18 19:53:58.681933 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8368 2024.12.18 19:53:58.682373 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8369 2024.12.18 19:53:58.682677 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
8370 2024.12.18 19:53:58.684275 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8371 2024.12.18 19:53:58.684341 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8372 2024.12.18 19:53:58.685237 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00485526 sec., 14417.353550582255 rows/sec., 1.07 MiB/sec.
8373 2024.12.18 19:53:58.685403 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8374 2024.12.18 19:53:58.685410 [ 196 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8375 2024.12.18 19:53:58.685719 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8376 2024.12.18 19:53:58.685759 [ 196 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_25_6} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8377 2024.12.18 19:53:58.685873 [ 196 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_25_6} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8378 2024.12.18 19:53:58.686019 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8379 2024.12.18 19:53:58.686025 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005075 sec., 56157.6354679803 rows/sec., 4.95 MiB/sec.
8380 2024.12.18 19:53:58.686094 [ 266 ] {44c1fd24-a7ab-42c8-b7cf-da53f629b25f} <Debug> TCPHandler: Processed in 0.005594765 sec.
8381 2024.12.18 19:53:58.686237 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8382 2024.12.18 19:53:58.686348 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8383 2024.12.18 19:53:58.686393 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8384 2024.12.18 19:53:58.686939 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8385 2024.12.18 19:53:58.686976 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8386 2024.12.18 19:53:58.687317 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8387 2024.12.18 19:53:58.687564 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8388 2024.12.18 19:53:58.687736 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00141 sec., 34042.55319148936 rows/sec., 2.45 MiB/sec.
8389 2024.12.18 19:53:58.687787 [ 262 ] {e457708a-8a91-4c9c-bae9-59d44792cb8b} <Debug> TCPHandler: Processed in 0.001602293 sec.
8390 2024.12.18 19:53:58.687915 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8391 2024.12.18 19:53:58.688020 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8392 2024.12.18 19:53:58.688065 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8393 2024.12.18 19:53:58.688570 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8394 2024.12.18 19:53:58.688608 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8395 2024.12.18 19:53:58.688941 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8396 2024.12.18 19:53:58.689176 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8397 2024.12.18 19:53:58.689363 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001363 sec., 10271.460014673514 rows/sec., 719.35 KiB/sec.
8398 2024.12.18 19:53:58.689487 [ 266 ] {57a89a2c-1920-4ef7-8842-0ae76265cced} <Debug> TCPHandler: Processed in 0.001621814 sec.
8399 2024.12.18 19:53:58.689645 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8400 2024.12.18 19:53:58.689780 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8401 2024.12.18 19:53:58.689835 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8402 2024.12.18 19:53:58.690452 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8403 2024.12.18 19:53:58.690490 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8404 2024.12.18 19:53:58.690845 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8405 2024.12.18 19:53:58.691086 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8406 2024.12.18 19:53:58.691214 [ 31 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8407 2024.12.18 19:53:58.691255 [ 31 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8408 2024.12.18 19:53:58.691282 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8409 2024.12.18 19:53:58.691282 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
8410 2024.12.18 19:53:58.691406 [ 262 ] {13943798-16ed-4a7e-9359-f31456261044} <Debug> TCPHandler: Processed in 0.001829458 sec.
8411 2024.12.18 19:53:58.691424 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8412 2024.12.18 19:53:58.691528 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8413 2024.12.18 19:53:58.691543 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8414 2024.12.18 19:53:58.691563 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8415 2024.12.18 19:53:58.691677 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8416 2024.12.18 19:53:58.691788 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8417 2024.12.18 19:53:58.691841 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8418 2024.12.18 19:53:58.691896 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8419 2024.12.18 19:53:58.691994 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8420 2024.12.18 19:53:58.692236 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
8421 2024.12.18 19:53:58.693432 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8422 2024.12.18 19:53:58.693484 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8423 2024.12.18 19:53:58.693609 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002275516 sec., 28564.949664164084 rows/sec., 1.85 MiB/sec.
8424 2024.12.18 19:53:58.693855 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8425 2024.12.18 19:53:58.694192 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8426 2024.12.18 19:53:58.694473 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_25_6} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8427 2024.12.18 19:53:58.694639 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8428 2024.12.18 19:53:58.694672 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_25_6} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8429 2024.12.18 19:53:58.694862 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8430 2024.12.18 19:53:58.695002 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003302 sec., 128104.17928528166 rows/sec., 9.16 MiB/sec.
8431 2024.12.18 19:53:58.695071 [ 266 ] {bfe9d2b5-f1c0-4c89-b34d-db365f8aa375} <Debug> TCPHandler: Processed in 0.003595104 sec.
8432 2024.12.18 19:53:58.695231 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8433 2024.12.18 19:53:58.695365 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8434 2024.12.18 19:53:58.695421 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8435 2024.12.18 19:53:58.695964 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8436 2024.12.18 19:53:58.696010 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8437 2024.12.18 19:53:58.696433 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8438 2024.12.18 19:53:58.696673 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8439 2024.12.18 19:53:58.696889 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec.
8440 2024.12.18 19:53:58.696944 [ 262 ] {02fa4a2f-5a8d-45a4-a170-300a668a3ad0} <Debug> TCPHandler: Processed in 0.001778186 sec.
8441 2024.12.18 19:53:58.697087 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8442 2024.12.18 19:53:58.697196 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8443 2024.12.18 19:53:58.697242 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8444 2024.12.18 19:53:58.697839 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8445 2024.12.18 19:53:58.697885 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8446 2024.12.18 19:53:58.698332 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8447 2024.12.18 19:53:58.698571 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8448 2024.12.18 19:53:58.698797 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec.
8449 2024.12.18 19:53:58.698879 [ 266 ] {a52a5860-91d6-4491-9a35-1d0092d8c3f5} <Debug> TCPHandler: Processed in 0.001844028 sec.
8450 2024.12.18 19:53:58.699083 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8451 2024.12.18 19:53:58.699339 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8452 2024.12.18 19:53:58.699389 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8453 2024.12.18 19:53:58.699842 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8454 2024.12.18 19:53:58.699880 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8455 2024.12.18 19:53:58.700237 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8456 2024.12.18 19:53:58.700471 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8457 2024.12.18 19:53:58.700697 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec.
8458 2024.12.18 19:53:58.700819 [ 262 ] {334c7574-dbe7-4e14-8bf8-b9581731ce4f} <Debug> TCPHandler: Processed in 0.001865019 sec.
8459 2024.12.18 19:53:58.700964 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8460 2024.12.18 19:53:58.701070 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8461 2024.12.18 19:53:58.701135 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8462 2024.12.18 19:53:58.702211 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8463 2024.12.18 19:53:58.702249 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8464 2024.12.18 19:53:58.702905 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8465 2024.12.18 19:53:58.703154 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8466 2024.12.18 19:53:58.703335 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8467 2024.12.18 19:53:58.703415 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8468 2024.12.18 19:53:58.703437 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002379 sec., 17234.131988230347 rows/sec., 30.88 MiB/sec.
8469 2024.12.18 19:53:58.703461 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8470 2024.12.18 19:53:58.703844 [ 266 ] {d747b4e2-1f24-4bde-9c38-8e326f07f9ca} <Debug> TCPHandler: Processed in 0.00293021 sec.
8471 2024.12.18 19:53:58.703868 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8472 2024.12.18 19:53:58.704026 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8473 2024.12.18 19:53:58.704318 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8474 2024.12.18 19:53:58.704443 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8475 2024.12.18 19:53:58.704491 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8476 2024.12.18 19:53:58.704718 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 946 rows starting from the beginning of the part
8477 2024.12.18 19:53:58.705581 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8478 2024.12.18 19:53:58.706364 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8479 2024.12.18 19:53:58.706435 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8480 2024.12.18 19:53:58.706496 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8481 2024.12.18 19:53:58.706928 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8482 2024.12.18 19:53:58.707526 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8483 2024.12.18 19:53:58.707847 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8484 2024.12.18 19:53:58.708110 [ 187 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
8485 2024.12.18 19:53:58.708619 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8486 2024.12.18 19:53:58.709355 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005081 sec., 16138.555402479828 rows/sec., 1.02 MiB/sec.
8487 2024.12.18 19:53:58.709635 [ 262 ] {63320104-96fe-4ad9-880e-7f57e33aedc2} <Debug> TCPHandler: Processed in 0.005678807 sec.
8488 2024.12.18 19:53:58.716550 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1151 rows, containing 19 columns (19 merged, 0 gathered) in 0.012935126 sec., 88982.51165083355 rows/sec., 159.45 MiB/sec.
8489 2024.12.18 19:53:58.717781 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8490 2024.12.18 19:53:58.718285 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2024.12.18 19:53:58.718387 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8492 2024.12.18 19:53:58.718563 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB.
8493 2024.12.18 19:53:59.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.20 MiB, peak 229.83 MiB, free memory in arenas 0.00 B, will set to 223.21 MiB (RSS), difference: 2.00 MiB
8494 2024.12.18 19:54:03.675090 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8495 2024.12.18 19:54:03.675316 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8496 2024.12.18 19:54:03.675413 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8497 2024.12.18 19:54:03.676251 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8498 2024.12.18 19:54:03.676309 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8499 2024.12.18 19:54:03.676771 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8500 2024.12.18 19:54:03.677034 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8501 2024.12.18 19:54:03.677285 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002023 sec., 1977.261492832427 rows/sec., 161.23 KiB/sec.
8502 2024.12.18 19:54:03.677361 [ 262 ] {ab2c0e11-6562-499b-9e4a-dc44652ddca0} <Debug> TCPHandler: Processed in 0.002445221 sec.
8503 2024.12.18 19:54:03.677544 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8504 2024.12.18 19:54:03.677672 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8505 2024.12.18 19:54:03.677738 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8506 2024.12.18 19:54:03.678412 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8507 2024.12.18 19:54:03.678461 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8508 2024.12.18 19:54:03.678902 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8509 2024.12.18 19:54:03.679160 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8510 2024.12.18 19:54:03.679465 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001811 sec., 32026.504693539482 rows/sec., 2.44 MiB/sec.
8511 2024.12.18 19:54:03.679596 [ 266 ] {28aea478-2c44-491b-a205-893cb125381f} <Debug> TCPHandler: Processed in 0.002117283 sec.
8512 2024.12.18 19:54:03.679855 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8513 2024.12.18 19:54:03.680033 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8514 2024.12.18 19:54:03.680088 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8515 2024.12.18 19:54:03.680729 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8516 2024.12.18 19:54:03.680773 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8517 2024.12.18 19:54:03.681178 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8518 2024.12.18 19:54:03.681469 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2024.12.18 19:54:03.681711 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 163.43 KiB/sec.
8520 2024.12.18 19:54:03.681776 [ 262 ] {ce733dcb-6527-4a29-97bd-3ef4da9fa017} <Debug> TCPHandler: Processed in 0.002032101 sec.
8521 2024.12.18 19:54:03.681979 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8522 2024.12.18 19:54:03.682119 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8523 2024.12.18 19:54:03.682188 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8524 2024.12.18 19:54:03.682849 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8525 2024.12.18 19:54:03.682893 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8526 2024.12.18 19:54:03.683270 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8527 2024.12.18 19:54:03.683522 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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.12.18 19:54:03.683737 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001648 sec., 41262.1359223301 rows/sec., 3.22 MiB/sec.
8529 2024.12.18 19:54:03.683794 [ 266 ] {8abc8fa0-af99-4427-a306-36b613d3c189} <Debug> TCPHandler: Processed in 0.001876149 sec.
8530 2024.12.18 19:54:03.683962 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8531 2024.12.18 19:54:03.684095 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8532 2024.12.18 19:54:03.684158 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8533 2024.12.18 19:54:03.684762 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8534 2024.12.18 19:54:03.684802 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8535 2024.12.18 19:54:03.685196 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8536 2024.12.18 19:54:03.685441 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8537 2024.12.18 19:54:03.685663 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001598 sec., 101376.7209011264 rows/sec., 7.06 MiB/sec.
8538 2024.12.18 19:54:03.685731 [ 262 ] {27873d17-103c-4dad-ae6b-9eaec7c5204b} <Debug> TCPHandler: Processed in 0.001832698 sec.
8539 2024.12.18 19:54:03.685913 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8540 2024.12.18 19:54:03.686041 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8541 2024.12.18 19:54:03.686099 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8542 2024.12.18 19:54:03.686573 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8543 2024.12.18 19:54:03.686612 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8544 2024.12.18 19:54:03.687006 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8545 2024.12.18 19:54:03.687252 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8546 2024.12.18 19:54:03.687465 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec.
8547 2024.12.18 19:54:03.687541 [ 266 ] {9d23edc7-1eb0-4710-a42b-fb07190c2d7f} <Debug> TCPHandler: Processed in 0.001684975 sec.
8548 2024.12.18 19:54:04.521552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679
8549 2024.12.18 19:54:04.522179 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8550 2024.12.18 19:54:04.522231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8551 2024.12.18 19:54:04.522746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8552 2024.12.18 19:54:04.523001 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8553 2024.12.18 19:54:04.523247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
8554 2024.12.18 19:54:05.959962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8555 2024.12.18 19:54:05.980434 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8556 2024.12.18 19:54:05.980488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8557 2024.12.18 19:54:05.987992 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8558 2024.12.18 19:54:05.988796 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8559 2024.12.18 19:54:05.991429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8560 2024.12.18 19:54:07.128593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1170
8561 2024.12.18 19:54:07.131786 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8562 2024.12.18 19:54:07.131843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8563 2024.12.18 19:54:07.133387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8564 2024.12.18 19:54:07.133726 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8565 2024.12.18 19:54:07.134746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170
8566 2024.12.18 19:54:08.678939 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8567 2024.12.18 19:54:08.679147 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8568 2024.12.18 19:54:08.679227 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8569 2024.12.18 19:54:08.679996 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8570 2024.12.18 19:54:08.680045 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8571 2024.12.18 19:54:08.680475 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8572 2024.12.18 19:54:08.680724 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2024.12.18 19:54:08.680958 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec.
8574 2024.12.18 19:54:08.681023 [ 262 ] {c12cb30e-bdd4-494f-8f3d-02dc7df33e55} <Debug> TCPHandler: Processed in 0.002222896 sec.
8575 2024.12.18 19:54:08.681185 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8576 2024.12.18 19:54:08.681328 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8577 2024.12.18 19:54:08.681386 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8578 2024.12.18 19:54:08.682151 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8579 2024.12.18 19:54:08.682193 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8580 2024.12.18 19:54:08.682589 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8581 2024.12.18 19:54:08.682832 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8582 2024.12.18 19:54:08.683076 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001775 sec., 160563.38028169013 rows/sec., 14.17 MiB/sec.
8583 2024.12.18 19:54:08.683175 [ 266 ] {c86f8dc4-af81-4236-a08d-d4dfbbb5e5bd} <Debug> TCPHandler: Processed in 0.002057432 sec.
8584 2024.12.18 19:54:08.683387 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8585 2024.12.18 19:54:08.683556 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8586 2024.12.18 19:54:08.683614 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8587 2024.12.18 19:54:08.684194 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8588 2024.12.18 19:54:08.684234 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8589 2024.12.18 19:54:08.684588 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8590 2024.12.18 19:54:08.684827 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2024.12.18 19:54:08.685028 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001504 sec., 31914.89361702128 rows/sec., 2.30 MiB/sec.
8592 2024.12.18 19:54:08.685080 [ 262 ] {d0186a77-ab33-4f09-8623-07dc8329452e} <Debug> TCPHandler: Processed in 0.001804527 sec.
8593 2024.12.18 19:54:08.685232 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8594 2024.12.18 19:54:08.685359 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8595 2024.12.18 19:54:08.685411 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8596 2024.12.18 19:54:08.685968 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8597 2024.12.18 19:54:08.686009 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8598 2024.12.18 19:54:08.686355 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8599 2024.12.18 19:54:08.686602 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8600 2024.12.18 19:54:08.686820 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec.
8601 2024.12.18 19:54:08.686951 [ 266 ] {b5169cf6-abe9-4857-803b-46095f5926be} <Debug> TCPHandler: Processed in 0.001780477 sec.
8602 2024.12.18 19:54:08.687098 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8603 2024.12.18 19:54:08.687228 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8604 2024.12.18 19:54:08.687281 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8605 2024.12.18 19:54:08.687869 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8606 2024.12.18 19:54:08.687908 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8607 2024.12.18 19:54:08.688259 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8608 2024.12.18 19:54:08.688494 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8609 2024.12.18 19:54:08.688732 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
8610 2024.12.18 19:54:08.688931 [ 262 ] {d8ba2fbb-d44c-404c-9fb1-5649acf25c79} <Debug> TCPHandler: Processed in 0.00189343 sec.
8611 2024.12.18 19:54:08.689118 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8612 2024.12.18 19:54:08.689247 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8613 2024.12.18 19:54:08.689300 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8614 2024.12.18 19:54:08.690036 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8615 2024.12.18 19:54:08.690076 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8616 2024.12.18 19:54:08.690447 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8617 2024.12.18 19:54:08.690694 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8618 2024.12.18 19:54:08.690906 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001686 sec., 250889.67971530248 rows/sec., 17.94 MiB/sec.
8619 2024.12.18 19:54:08.690975 [ 266 ] {f22910b0-416e-4172-9c0d-1934f8cfe526} <Debug> TCPHandler: Processed in 0.00193233 sec.
8620 2024.12.18 19:54:08.691130 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8621 2024.12.18 19:54:08.691267 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8622 2024.12.18 19:54:08.691322 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8623 2024.12.18 19:54:08.691797 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8624 2024.12.18 19:54:08.691836 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8625 2024.12.18 19:54:08.692199 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8626 2024.12.18 19:54:08.692427 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8627 2024.12.18 19:54:08.692685 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec.
8628 2024.12.18 19:54:08.692897 [ 262 ] {3f2ccb39-8d81-49b3-a54d-9cdce8752db7} <Debug> TCPHandler: Processed in 0.001843768 sec.
8629 2024.12.18 19:54:08.693066 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8630 2024.12.18 19:54:08.693174 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8631 2024.12.18 19:54:08.693222 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8632 2024.12.18 19:54:08.693761 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8633 2024.12.18 19:54:08.693800 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8634 2024.12.18 19:54:08.694185 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8635 2024.12.18 19:54:08.694420 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8636 2024.12.18 19:54:08.694637 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001484 sec., 159703.50404312668 rows/sec., 10.70 MiB/sec.
8637 2024.12.18 19:54:08.694711 [ 266 ] {d6f6a4d5-5d35-41ae-a518-fc631d0f0a61} <Debug> TCPHandler: Processed in 0.001725926 sec.
8638 2024.12.18 19:54:08.694882 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8639 2024.12.18 19:54:08.695016 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8640 2024.12.18 19:54:08.695072 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8641 2024.12.18 19:54:08.695575 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8642 2024.12.18 19:54:08.695621 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8643 2024.12.18 19:54:08.695961 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8644 2024.12.18 19:54:08.696189 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8645 2024.12.18 19:54:08.696446 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec.
8646 2024.12.18 19:54:08.696652 [ 262 ] {1997f388-9942-45e6-8587-e7090a537481} <Debug> TCPHandler: Processed in 0.001852988 sec.
8647 2024.12.18 19:54:08.696824 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8648 2024.12.18 19:54:08.696963 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8649 2024.12.18 19:54:08.697050 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8650 2024.12.18 19:54:08.698321 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8651 2024.12.18 19:54:08.698361 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8652 2024.12.18 19:54:08.699027 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8653 2024.12.18 19:54:08.699286 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8654 2024.12.18 19:54:08.699532 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0026 sec., 15769.23076923077 rows/sec., 28.26 MiB/sec.
8655 2024.12.18 19:54:08.699636 [ 266 ] {569808ce-f7a3-45fd-8e64-59d2fc0f3a8d} <Debug> TCPHandler: Processed in 0.002875849 sec.
8656 2024.12.18 19:54:08.699784 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8657 2024.12.18 19:54:08.699910 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8658 2024.12.18 19:54:08.699963 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8659 2024.12.18 19:54:08.700472 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8660 2024.12.18 19:54:08.700519 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8661 2024.12.18 19:54:08.700890 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8662 2024.12.18 19:54:08.701130 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8663 2024.12.18 19:54:08.701341 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec.
8664 2024.12.18 19:54:08.701390 [ 262 ] {a09baabb-ce5a-48b8-9f44-daab6d1806d3} <Debug> TCPHandler: Processed in 0.001669065 sec.
8665 2024.12.18 19:54:11.866705 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
8666 2024.12.18 19:54:11.866800 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
8667 2024.12.18 19:54:12.023357 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167
8668 2024.12.18 19:54:12.024023 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8669 2024.12.18 19:54:12.024069 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8670 2024.12.18 19:54:12.024584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8671 2024.12.18 19:54:12.024829 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8672 2024.12.18 19:54:12.025032 [ 135 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8673 2024.12.18 19:54:12.025061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167
8674 2024.12.18 19:54:12.025121 [ 135 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8675 2024.12.18 19:54:12.025153 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8676 2024.12.18 19:54:12.025400 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::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
8677 2024.12.18 19:54:12.025717 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8678 2024.12.18 19:54:12.025766 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::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
8679 2024.12.18 19:54:12.025846 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
8680 2024.12.18 19:54:12.026031 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
8681 2024.12.18 19:54:12.026277 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
8682 2024.12.18 19:54:12.026442 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
8683 2024.12.18 19:54:12.026608 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
8684 2024.12.18 19:54:12.029211 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003968922 sec., 5333186.190104013 rows/sec., 76.29 MiB/sec.
8685 2024.12.18 19:54:12.029451 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8686 2024.12.18 19:54:12.029740 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8687 2024.12.18 19:54:12.029826 [ 186 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_46_9} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8688 2024.12.18 19:54:12.029928 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
8689 2024.12.18 19:54:13.492483 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8690 2024.12.18 19:54:13.514019 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8691 2024.12.18 19:54:13.514078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8692 2024.12.18 19:54:13.521381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8693 2024.12.18 19:54:13.522168 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2024.12.18 19:54:13.522572 [ 146 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8695 2024.12.18 19:54:13.522722 [ 146 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8696 2024.12.18 19:54:13.522795 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8697 2024.12.18 19:54:13.523239 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8698 2024.12.18 19:54:13.539635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8699 2024.12.18 19:54:13.541080 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8700 2024.12.18 19:54:13.542722 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8701 2024.12.18 19:54:13.548433 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8702 2024.12.18 19:54:13.554146 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8703 2024.12.18 19:54:13.559848 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8704 2024.12.18 19:54:13.565851 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8705 2024.12.18 19:54:13.570558 [ 198 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
8706 2024.12.18 19:54:13.634727 [ 197 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.111781169 sec., 3104.279576822103 rows/sec., 16.05 MiB/sec.
8707 2024.12.18 19:54:13.638382 [ 197 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8708 2024.12.18 19:54:13.641395 [ 197 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_46_9} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8709 2024.12.18 19:54:13.641536 [ 197 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_46_9} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8710 2024.12.18 19:54:13.643891 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8711 2024.12.18 19:54:13.673013 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8712 2024.12.18 19:54:13.673216 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8713 2024.12.18 19:54:13.673294 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8714 2024.12.18 19:54:13.674093 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8715 2024.12.18 19:54:13.674140 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8716 2024.12.18 19:54:13.674585 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8717 2024.12.18 19:54:13.674850 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8718 2024.12.18 19:54:13.675067 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.24 MiB/sec.
8719 2024.12.18 19:54:13.675100 [ 146 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8720 2024.12.18 19:54:13.675154 [ 262 ] {55ce5f4e-a7bd-4050-9f55-5c76c96f85f4} <Debug> TCPHandler: Processed in 0.002270916 sec.
8721 2024.12.18 19:54:13.675245 [ 146 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8722 2024.12.18 19:54:13.675321 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8723 2024.12.18 19:54:13.675376 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2024.12.18 19:54:13.675532 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
8725 2024.12.18 19:54:13.675647 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8726 2024.12.18 19:54:13.675745 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8727 2024.12.18 19:54:13.675757 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8728 2024.12.18 19:54:13.675856 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part
8729 2024.12.18 19:54:13.676459 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part
8730 2024.12.18 19:54:13.677059 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 285 rows starting from the beginning of the part
8731 2024.12.18 19:54:13.677672 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 58 rows starting from the beginning of the part
8732 2024.12.18 19:54:13.678225 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 285 rows starting from the beginning of the part
8733 2024.12.18 19:54:13.678748 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
8734 2024.12.18 19:54:13.679441 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8735 2024.12.18 19:54:13.679483 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8736 2024.12.18 19:54:13.680022 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8737 2024.12.18 19:54:13.680316 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8738 2024.12.18 19:54:13.680531 [ 146 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8739 2024.12.18 19:54:13.680639 [ 146 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8740 2024.12.18 19:54:13.680670 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005089 sec., 12576.144625663195 rows/sec., 1005.16 KiB/sec.
8741 2024.12.18 19:54:13.680723 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8742 2024.12.18 19:54:13.680919 [ 266 ] {0c16355d-14b2-48c5-a68d-1258addde300} <Debug> TCPHandler: Processed in 0.005618586 sec.
8743 2024.12.18 19:54:13.681242 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8744 2024.12.18 19:54:13.681583 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
8745 2024.12.18 19:54:13.681826 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8746 2024.12.18 19:54:13.682130 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8747 2024.12.18 19:54:13.682415 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006984764 sec., 311535.2215192954 rows/sec., 27.40 MiB/sec.
8748 2024.12.18 19:54:13.682538 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8749 2024.12.18 19:54:13.682715 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
8750 2024.12.18 19:54:13.683185 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8751 2024.12.18 19:54:13.683558 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part
8752 2024.12.18 19:54:13.684538 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 423 rows starting from the beginning of the part
8753 2024.12.18 19:54:13.684815 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8754 2024.12.18 19:54:13.685213 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 68 rows starting from the beginning of the part
8755 2024.12.18 19:54:13.685390 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_71_14} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8756 2024.12.18 19:54:13.685859 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8757 2024.12.18 19:54:13.685915 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part
8758 2024.12.18 19:54:13.686273 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
8759 2024.12.18 19:54:13.686653 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8760 2024.12.18 19:54:13.686742 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8761 2024.12.18 19:54:13.687627 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8762 2024.12.18 19:54:13.688218 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8763 2024.12.18 19:54:13.688763 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007177 sec., 22293.43736937439 rows/sec., 1.55 MiB/sec.
8764 2024.12.18 19:54:13.688845 [ 262 ] {cf4e3b59-0cee-4af3-ad0e-ea1419278212} <Debug> TCPHandler: Processed in 0.00778116 sec.
8765 2024.12.18 19:54:13.689032 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8766 2024.12.18 19:54:13.689379 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8767 2024.12.18 19:54:13.689453 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.008526035 sec., 229532.25033676263 rows/sec., 17.57 MiB/sec.
8768 2024.12.18 19:54:13.689476 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8769 2024.12.18 19:54:13.689706 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8770 2024.12.18 19:54:13.690287 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8771 2024.12.18 19:54:13.690521 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_71_14} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8772 2024.12.18 19:54:13.690622 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8773 2024.12.18 19:54:13.690671 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8774 2024.12.18 19:54:13.690694 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8775 2024.12.18 19:54:13.691091 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8776 2024.12.18 19:54:13.691336 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8777 2024.12.18 19:54:13.691573 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002349 sec., 25542.784163473818 rows/sec., 1.72 MiB/sec.
8778 2024.12.18 19:54:13.691672 [ 266 ] {7a6f5537-6e41-4c7d-95c6-d1d0e504133d} <Debug> TCPHandler: Processed in 0.002734006 sec.
8779 2024.12.18 19:54:16.147247 [ 150 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8780 2024.12.18 19:54:16.147325 [ 150 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8781 2024.12.18 19:54:16.147348 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8782 2024.12.18 19:54:16.147559 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
8783 2024.12.18 19:54:16.147740 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8784 2024.12.18 19:54:16.147778 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
8785 2024.12.18 19:54:16.147861 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
8786 2024.12.18 19:54:16.147985 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
8787 2024.12.18 19:54:16.148087 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part
8788 2024.12.18 19:54:16.148174 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part
8789 2024.12.18 19:54:16.149081 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001659154 sec., 21697.805025934904 rows/sec., 1.81 MiB/sec.
8790 2024.12.18 19:54:16.149282 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8791 2024.12.18 19:54:16.149640 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8792 2024.12.18 19:54:16.149736 [ 189 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_17_4} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8793 2024.12.18 19:54:16.149844 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8794 2024.12.18 19:54:16.595014 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8795 2024.12.18 19:54:16.595219 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8796 2024.12.18 19:54:16.595300 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8797 2024.12.18 19:54:16.596104 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8798 2024.12.18 19:54:16.596156 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8799 2024.12.18 19:54:16.596589 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8800 2024.12.18 19:54:16.596846 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2024.12.18 19:54:16.597100 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec.
8802 2024.12.18 19:54:16.597169 [ 262 ] {db077759-93de-4945-876a-a25e445805bd} <Debug> TCPHandler: Processed in 0.002290967 sec.
8803 2024.12.18 19:54:16.597367 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8804 2024.12.18 19:54:16.597490 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8805 2024.12.18 19:54:16.597540 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8806 2024.12.18 19:54:16.598089 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8807 2024.12.18 19:54:16.598130 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8808 2024.12.18 19:54:16.598485 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8809 2024.12.18 19:54:16.598738 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2024.12.18 19:54:16.598954 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00149 sec., 1342.2818791946308 rows/sec., 109.45 KiB/sec.
8811 2024.12.18 19:54:16.599007 [ 266 ] {9042386b-fe8d-42bf-b4b2-26f9aa8cc07a} <Debug> TCPHandler: Processed in 0.001698245 sec.
8812 2024.12.18 19:54:16.599163 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8813 2024.12.18 19:54:16.599291 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8814 2024.12.18 19:54:16.599344 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8815 2024.12.18 19:54:16.600958 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8816 2024.12.18 19:54:16.601005 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8817 2024.12.18 19:54:16.601456 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8818 2024.12.18 19:54:16.601706 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8819 2024.12.18 19:54:16.601925 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002662 sec., 535687.453042825 rows/sec., 44.73 MiB/sec.
8820 2024.12.18 19:54:16.601978 [ 262 ] {39a2dce7-d7bd-492e-9e95-829ed68ba26c} <Debug> TCPHandler: Processed in 0.002876779 sec.
8821 2024.12.18 19:54:16.602145 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8822 2024.12.18 19:54:16.602274 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8823 2024.12.18 19:54:16.602327 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8824 2024.12.18 19:54:16.602963 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8825 2024.12.18 19:54:16.603002 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8826 2024.12.18 19:54:16.603347 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8827 2024.12.18 19:54:16.603576 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8828 2024.12.18 19:54:16.603815 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001567 sec., 31908.10465858328 rows/sec., 2.29 MiB/sec.
8829 2024.12.18 19:54:16.603961 [ 266 ] {5b3b635f-c709-406f-9063-70b25fff758f} <Debug> TCPHandler: Processed in 0.001876799 sec.
8830 2024.12.18 19:54:16.604119 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8831 2024.12.18 19:54:16.604223 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8832 2024.12.18 19:54:16.604267 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8833 2024.12.18 19:54:16.604922 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2024.12.18 19:54:16.604960 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8835 2024.12.18 19:54:16.605311 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8836 2024.12.18 19:54:16.605537 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8837 2024.12.18 19:54:16.605781 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001577 sec., 153455.92897907418 rows/sec., 10.40 MiB/sec.
8838 2024.12.18 19:54:16.605985 [ 262 ] {23d1a5c9-e664-4ee0-a30b-314ca4d6e780} <Debug> TCPHandler: Processed in 0.00191306 sec.
8839 2024.12.18 19:54:16.606167 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8840 2024.12.18 19:54:16.606299 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8841 2024.12.18 19:54:16.606353 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8842 2024.12.18 19:54:16.607005 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8843 2024.12.18 19:54:16.607044 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8844 2024.12.18 19:54:16.607388 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8845 2024.12.18 19:54:16.607627 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8846 2024.12.18 19:54:16.607847 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec.
8847 2024.12.18 19:54:16.607964 [ 266 ] {63dcd7f6-c2d7-4a9c-a4ce-b5061554a4e7} <Debug> TCPHandler: Processed in 0.001868688 sec.
8848 2024.12.18 19:54:16.608119 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8849 2024.12.18 19:54:16.608229 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8850 2024.12.18 19:54:16.608273 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8851 2024.12.18 19:54:16.609122 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8852 2024.12.18 19:54:16.609160 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8853 2024.12.18 19:54:16.609544 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8854 2024.12.18 19:54:16.609786 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8855 2024.12.18 19:54:16.610008 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.0018 sec., 489444.44444444444 rows/sec., 35.49 MiB/sec.
8856 2024.12.18 19:54:16.610095 [ 262 ] {1d0ebcc2-e9dc-4768-976f-ee86af02e0d0} <Debug> TCPHandler: Processed in 0.002027622 sec.
8857 2024.12.18 19:54:16.610294 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8858 2024.12.18 19:54:16.610477 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8859 2024.12.18 19:54:16.610523 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8860 2024.12.18 19:54:16.610971 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8861 2024.12.18 19:54:16.611010 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8862 2024.12.18 19:54:16.611357 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8863 2024.12.18 19:54:16.611594 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8864 2024.12.18 19:54:16.611815 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec.
8865 2024.12.18 19:54:16.611907 [ 266 ] {32ce0c78-559f-4bb7-8363-fdc1df6bfd1a} <Debug> TCPHandler: Processed in 0.001722985 sec.
8866 2024.12.18 19:54:16.612063 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8867 2024.12.18 19:54:16.612191 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8868 2024.12.18 19:54:16.612247 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8869 2024.12.18 19:54:16.613103 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8870 2024.12.18 19:54:16.613141 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8871 2024.12.18 19:54:16.613561 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8872 2024.12.18 19:54:16.613795 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8873 2024.12.18 19:54:16.613943 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8874 2024.12.18 19:54:16.613972 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001807 sec., 494742.6674045379 rows/sec., 32.96 MiB/sec.
8875 2024.12.18 19:54:16.613993 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8876 2024.12.18 19:54:16.614034 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8877 2024.12.18 19:54:16.614044 [ 262 ] {9f340c31-707d-4e6c-bf3b-3da1e808e58e} <Debug> TCPHandler: Processed in 0.002046992 sec.
8878 2024.12.18 19:54:16.614183 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
8879 2024.12.18 19:54:16.614199 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8880 2024.12.18 19:54:16.614314 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8881 2024.12.18 19:54:16.614357 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8882 2024.12.18 19:54:16.614363 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18850 rows starting from the beginning of the part
8883 2024.12.18 19:54:16.614420 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8884 2024.12.18 19:54:16.614515 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
8885 2024.12.18 19:54:16.614715 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 162 rows starting from the beginning of the part
8886 2024.12.18 19:54:16.614936 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part
8887 2024.12.18 19:54:16.615110 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part
8888 2024.12.18 19:54:16.615271 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 894 rows starting from the beginning of the part
8889 2024.12.18 19:54:16.615655 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8890 2024.12.18 19:54:16.615697 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8891 2024.12.18 19:54:16.616187 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8892 2024.12.18 19:54:16.616555 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8893 2024.12.18 19:54:16.616851 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002521 sec., 396.66798889329635 rows/sec., 26.73 KiB/sec.
8894 2024.12.18 19:54:16.617231 [ 266 ] {ac59c339-9f9d-450f-8d4f-7cf6c05f5e9d} <Debug> TCPHandler: Processed in 0.003087924 sec.
8895 2024.12.18 19:54:16.617504 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8896 2024.12.18 19:54:16.617691 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8897 2024.12.18 19:54:16.617828 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8898 2024.12.18 19:54:16.619313 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8899 2024.12.18 19:54:16.619351 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8900 2024.12.18 19:54:16.621893 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8901 2024.12.18 19:54:16.622291 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8902 2024.12.18 19:54:16.622543 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004896 sec., 8374.183006535948 rows/sec., 15.01 MiB/sec.
8903 2024.12.18 19:54:16.622818 [ 262 ] {8dc62b8b-1d2c-4809-bcf6-ed69ca869eb9} <Debug> TCPHandler: Processed in 0.005466032 sec.
8904 2024.12.18 19:54:16.622974 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8905 2024.12.18 19:54:16.623130 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8906 2024.12.18 19:54:16.623181 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8907 2024.12.18 19:54:16.623676 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8908 2024.12.18 19:54:16.623712 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8909 2024.12.18 19:54:16.624026 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20540 rows, containing 5 columns (5 merged, 0 gathered) in 0.009913214 sec., 2071981.9021358765 rows/sec., 139.95 MiB/sec.
8910 2024.12.18 19:54:16.624234 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8911 2024.12.18 19:54:16.624326 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8912 2024.12.18 19:54:16.624520 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8913 2024.12.18 19:54:16.624684 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8914 2024.12.18 19:54:16.624696 [ 148 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8915 2024.12.18 19:54:16.624769 [ 148 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8916 2024.12.18 19:54:16.624809 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8917 2024.12.18 19:54:16.624819 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001712 sec., 33878.504672897194 rows/sec., 2.10 MiB/sec.
8918 2024.12.18 19:54:16.624875 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8919 2024.12.18 19:54:16.625048 [ 266 ] {aafac7a8-7779-4332-9fa5-e9fc9950abb7} <Debug> TCPHandler: Processed in 0.002121364 sec.
8920 2024.12.18 19:54:16.625077 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
8921 2024.12.18 19:54:16.625136 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
8922 2024.12.18 19:54:16.625230 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8923 2024.12.18 19:54:16.625258 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3750 rows starting from the beginning of the part
8924 2024.12.18 19:54:16.625315 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
8925 2024.12.18 19:54:16.625391 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
8926 2024.12.18 19:54:16.625498 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part
8927 2024.12.18 19:54:16.625583 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
8928 2024.12.18 19:54:16.625652 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part
8929 2024.12.18 19:54:16.626984 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4092 rows, containing 4 columns (4 merged, 0 gathered) in 0.002086883 sec., 1960819.0780221028 rows/sec., 128.27 MiB/sec.
8930 2024.12.18 19:54:16.627424 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8931 2024.12.18 19:54:16.627828 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8932 2024.12.18 19:54:16.627938 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_71_14} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8933 2024.12.18 19:54:16.628042 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
8934 2024.12.18 19:54:17.135930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1224
8935 2024.12.18 19:54:17.139615 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8936 2024.12.18 19:54:17.139681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8937 2024.12.18 19:54:17.141215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8938 2024.12.18 19:54:17.141549 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8939 2024.12.18 19:54:17.142209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224
8940 2024.12.18 19:54:18.669198 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8941 2024.12.18 19:54:18.669481 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8942 2024.12.18 19:54:18.669589 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8943 2024.12.18 19:54:18.670540 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8944 2024.12.18 19:54:18.670597 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8945 2024.12.18 19:54:18.671049 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8946 2024.12.18 19:54:18.671310 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8947 2024.12.18 19:54:18.671554 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002151 sec., 26034.40260344026 rows/sec., 1.99 MiB/sec.
8948 2024.12.18 19:54:18.671622 [ 262 ] {976c7d46-2644-426b-8dfb-6ad3a3d060cf} <Debug> TCPHandler: Processed in 0.002598844 sec.
8949 2024.12.18 19:54:18.671799 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8950 2024.12.18 19:54:18.671926 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8951 2024.12.18 19:54:18.671975 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8952 2024.12.18 19:54:18.672561 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8953 2024.12.18 19:54:18.672603 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8954 2024.12.18 19:54:18.672977 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8955 2024.12.18 19:54:18.673219 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8956 2024.12.18 19:54:18.673433 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec.
8957 2024.12.18 19:54:18.673487 [ 266 ] {eae95a85-d164-48e5-a93b-669b4a428f0b} <Debug> TCPHandler: Processed in 0.001749716 sec.
8958 2024.12.18 19:54:18.673630 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8959 2024.12.18 19:54:18.673738 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8960 2024.12.18 19:54:18.673786 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8961 2024.12.18 19:54:18.674273 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8962 2024.12.18 19:54:18.674314 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8963 2024.12.18 19:54:18.674694 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8964 2024.12.18 19:54:18.674938 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8965 2024.12.18 19:54:18.675177 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.07 MiB/sec.
8966 2024.12.18 19:54:18.675276 [ 262 ] {3175f659-e1b1-4f35-9ab8-c4bc422c4390} <Debug> TCPHandler: Processed in 0.001697775 sec.
8967 2024.12.18 19:54:18.675489 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8968 2024.12.18 19:54:18.675858 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8969 2024.12.18 19:54:18.675981 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8970 2024.12.18 19:54:18.676465 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8971 2024.12.18 19:54:18.676504 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8972 2024.12.18 19:54:18.676862 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8973 2024.12.18 19:54:18.677093 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8974 2024.12.18 19:54:18.677300 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.02 MiB/sec.
8975 2024.12.18 19:54:18.677352 [ 266 ] {2de34098-ecbb-42d3-bd6d-17a21a7e6d41} <Debug> TCPHandler: Processed in 0.001983861 sec.
8976 2024.12.18 19:54:19.525197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594
8977 2024.12.18 19:54:19.525913 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8978 2024.12.18 19:54:19.525958 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8979 2024.12.18 19:54:19.526483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8980 2024.12.18 19:54:19.526743 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8981 2024.12.18 19:54:19.526973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
8982 2024.12.18 19:54:21.039712 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8983 2024.12.18 19:54:21.059344 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8984 2024.12.18 19:54:21.059398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8985 2024.12.18 19:54:21.066300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8986 2024.12.18 19:54:21.067065 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8987 2024.12.18 19:54:21.069772 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8988 2024.12.18 19:54:23.672481 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8989 2024.12.18 19:54:23.672754 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8990 2024.12.18 19:54:23.672859 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8991 2024.12.18 19:54:23.673772 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8992 2024.12.18 19:54:23.673816 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8993 2024.12.18 19:54:23.674254 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8994 2024.12.18 19:54:23.674508 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8995 2024.12.18 19:54:23.674710 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.10 MiB/sec.
8996 2024.12.18 19:54:23.674777 [ 262 ] {4c11e109-ee6b-44cf-8f84-86d0c6e445fe} <Debug> TCPHandler: Processed in 0.002462001 sec.
8997 2024.12.18 19:54:23.674959 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8998 2024.12.18 19:54:23.675108 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8999 2024.12.18 19:54:23.675168 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9000 2024.12.18 19:54:23.675864 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9001 2024.12.18 19:54:23.675911 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9002 2024.12.18 19:54:23.676320 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9003 2024.12.18 19:54:23.676566 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9004 2024.12.18 19:54:23.676748 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001675 sec., 38208.9552238806 rows/sec., 2.98 MiB/sec.
9005 2024.12.18 19:54:23.676801 [ 266 ] {09d80679-d314-4c8a-991d-3399ed5eb193} <Debug> TCPHandler: Processed in 0.001913929 sec.
9006 2024.12.18 19:54:23.676946 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9007 2024.12.18 19:54:23.677053 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9008 2024.12.18 19:54:23.677105 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9009 2024.12.18 19:54:23.677730 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9010 2024.12.18 19:54:23.677774 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9011 2024.12.18 19:54:23.678208 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9012 2024.12.18 19:54:23.678455 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9013 2024.12.18 19:54:23.678660 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec.
9014 2024.12.18 19:54:23.678778 [ 262 ] {a9cc7907-7361-40f4-a84e-7f8b7f3c711f} <Debug> TCPHandler: Processed in 0.001878849 sec.
9015 2024.12.18 19:54:23.678990 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9016 2024.12.18 19:54:23.679330 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9017 2024.12.18 19:54:23.679396 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9018 2024.12.18 19:54:23.679945 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9019 2024.12.18 19:54:23.679991 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9020 2024.12.18 19:54:23.680373 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9021 2024.12.18 19:54:23.680613 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9022 2024.12.18 19:54:23.680786 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec.
9023 2024.12.18 19:54:23.680835 [ 266 ] {b45bf7d7-de09-4f14-8cb8-fbeac00981dd} <Debug> TCPHandler: Processed in 0.00195391 sec.
9024 2024.12.18 19:54:26.867048 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
9025 2024.12.18 19:54:26.867124 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
9026 2024.12.18 19:54:27.001322 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000919059 sec.
9027 2024.12.18 19:54:27.027081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082
9028 2024.12.18 19:54:27.027843 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9029 2024.12.18 19:54:27.027908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9030 2024.12.18 19:54:27.028490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9031 2024.12.18 19:54:27.028755 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9032 2024.12.18 19:54:27.029035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082
9033 2024.12.18 19:54:27.143456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1240
9034 2024.12.18 19:54:27.146735 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9035 2024.12.18 19:54:27.146778 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9036 2024.12.18 19:54:27.148256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9037 2024.12.18 19:54:27.148570 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9038 2024.12.18 19:54:27.149083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1240
9039 2024.12.18 19:54:27.309083 [ 134 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0
9040 2024.12.18 19:54:27.309155 [ 134 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9041 2024.12.18 19:54:27.309181 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9042 2024.12.18 19:54:27.309390 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full
9043 2024.12.18 19:54:27.309896 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9044 2024.12.18 19:54:27.310023 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 66 rows starting from the beginning of the part
9045 2024.12.18 19:54:27.310332 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part
9046 2024.12.18 19:54:27.310536 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part
9047 2024.12.18 19:54:27.310736 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part
9048 2024.12.18 19:54:27.310868 [ 187 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 50 rows starting from the beginning of the part
9049 2024.12.18 19:54:27.312046 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.002785727 sec., 77538.10764658562 rows/sec., 5.85 MiB/sec.
9050 2024.12.18 19:54:27.312238 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary)
9051 2024.12.18 19:54:27.312558 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2024.12.18 19:54:27.312647 [ 202 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_42_10} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10
9053 2024.12.18 19:54:27.312748 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9054 2024.12.18 19:54:28.569823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9055 2024.12.18 19:54:28.589651 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9056 2024.12.18 19:54:28.589717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9057 2024.12.18 19:54:28.596897 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9058 2024.12.18 19:54:28.597685 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9059 2024.12.18 19:54:28.600408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9060 2024.12.18 19:54:28.679097 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9061 2024.12.18 19:54:28.679290 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9062 2024.12.18 19:54:28.679360 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9063 2024.12.18 19:54:28.680113 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9064 2024.12.18 19:54:28.680160 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9065 2024.12.18 19:54:28.680605 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9066 2024.12.18 19:54:28.680876 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9067 2024.12.18 19:54:28.681097 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
9068 2024.12.18 19:54:28.681187 [ 262 ] {63c16ba5-ab03-4f45-b704-edddaf84d62b} <Debug> TCPHandler: Processed in 0.002215026 sec.
9069 2024.12.18 19:54:28.681429 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9070 2024.12.18 19:54:28.681563 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9071 2024.12.18 19:54:28.681613 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9072 2024.12.18 19:54:28.682342 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9073 2024.12.18 19:54:28.682381 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9074 2024.12.18 19:54:28.682774 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9075 2024.12.18 19:54:28.683020 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9076 2024.12.18 19:54:28.683204 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001668 sec., 170863.30935251797 rows/sec., 15.07 MiB/sec.
9077 2024.12.18 19:54:28.683259 [ 266 ] {80188f20-3c82-47a6-9391-694e7b1e0aae} <Debug> TCPHandler: Processed in 0.00194701 sec.
9078 2024.12.18 19:54:28.683422 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9079 2024.12.18 19:54:28.683537 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9080 2024.12.18 19:54:28.683582 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9081 2024.12.18 19:54:28.684141 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9082 2024.12.18 19:54:28.684178 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9083 2024.12.18 19:54:28.684523 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9084 2024.12.18 19:54:28.684761 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9085 2024.12.18 19:54:28.684980 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001457 sec., 32944.406314344546 rows/sec., 2.37 MiB/sec.
9086 2024.12.18 19:54:28.685171 [ 262 ] {8044f2a8-19fc-4d89-89a9-858c5cebd34b} <Debug> TCPHandler: Processed in 0.001810247 sec.
9087 2024.12.18 19:54:28.685404 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9088 2024.12.18 19:54:28.685546 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9089 2024.12.18 19:54:28.685602 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9090 2024.12.18 19:54:28.686272 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9091 2024.12.18 19:54:28.686311 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9092 2024.12.18 19:54:28.686667 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9093 2024.12.18 19:54:28.686902 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9094 2024.12.18 19:54:28.687087 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec.
9095 2024.12.18 19:54:28.687214 [ 266 ] {02be59be-a0de-4bb9-9569-e3ea300d9191} <Debug> TCPHandler: Processed in 0.00193402 sec.
9096 2024.12.18 19:54:28.687357 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9097 2024.12.18 19:54:28.687485 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9098 2024.12.18 19:54:28.687536 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9099 2024.12.18 19:54:28.688163 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9100 2024.12.18 19:54:28.688207 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9101 2024.12.18 19:54:28.688561 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9102 2024.12.18 19:54:28.688794 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9103 2024.12.18 19:54:28.688964 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001508 sec., 8620.689655172413 rows/sec., 537.50 KiB/sec.
9104 2024.12.18 19:54:28.689013 [ 262 ] {cc078471-54de-49d4-a206-d798da42b111} <Debug> TCPHandler: Processed in 0.001717086 sec.
9105 2024.12.18 19:54:28.689175 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9106 2024.12.18 19:54:28.689283 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9107 2024.12.18 19:54:28.689327 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9108 2024.12.18 19:54:28.689975 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9109 2024.12.18 19:54:28.690012 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9110 2024.12.18 19:54:28.690382 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9111 2024.12.18 19:54:28.690618 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9112 2024.12.18 19:54:28.690819 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001555 sec., 272025.7234726688 rows/sec., 19.45 MiB/sec.
9113 2024.12.18 19:54:28.690871 [ 266 ] {8aaaab98-df68-48b0-aa98-b9b0c9830fda} <Debug> TCPHandler: Processed in 0.001749226 sec.
9114 2024.12.18 19:54:28.691009 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9115 2024.12.18 19:54:28.691119 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9116 2024.12.18 19:54:28.691164 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9117 2024.12.18 19:54:28.691589 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9118 2024.12.18 19:54:28.691626 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9119 2024.12.18 19:54:28.691972 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9120 2024.12.18 19:54:28.692208 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9121 2024.12.18 19:54:28.692473 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec.
9122 2024.12.18 19:54:28.692666 [ 262 ] {5cb03a8e-f198-4624-a854-8d309e73890c} <Debug> TCPHandler: Processed in 0.001704335 sec.
9123 2024.12.18 19:54:28.692859 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9124 2024.12.18 19:54:28.692970 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9125 2024.12.18 19:54:28.693020 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9126 2024.12.18 19:54:28.693570 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9127 2024.12.18 19:54:28.693608 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9128 2024.12.18 19:54:28.693993 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9129 2024.12.18 19:54:28.694224 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9130 2024.12.18 19:54:28.694435 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001488 sec., 159274.1935483871 rows/sec., 10.68 MiB/sec.
9131 2024.12.18 19:54:28.694487 [ 266 ] {2d18d286-1725-4712-912e-419aafc9923d} <Debug> TCPHandler: Processed in 0.001722395 sec.
9132 2024.12.18 19:54:28.694630 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9133 2024.12.18 19:54:28.694758 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9134 2024.12.18 19:54:28.694813 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9135 2024.12.18 19:54:28.695297 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9136 2024.12.18 19:54:28.695335 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9137 2024.12.18 19:54:28.695672 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9138 2024.12.18 19:54:28.695902 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9139 2024.12.18 19:54:28.696057 [ 133 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9140 2024.12.18 19:54:28.696126 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec.
9141 2024.12.18 19:54:28.696145 [ 133 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9142 2024.12.18 19:54:28.696206 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9143 2024.12.18 19:54:28.696242 [ 262 ] {33546f5b-b34e-47f4-8283-94317ea40a83} <Debug> TCPHandler: Processed in 0.001667434 sec.
9144 2024.12.18 19:54:28.696448 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9145 2024.12.18 19:54:28.696525 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9146 2024.12.18 19:54:28.696709 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9147 2024.12.18 19:54:28.696782 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9148 2024.12.18 19:54:28.696826 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9149 2024.12.18 19:54:28.696831 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part
9150 2024.12.18 19:54:28.697058 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
9151 2024.12.18 19:54:28.697316 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
9152 2024.12.18 19:54:28.697524 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
9153 2024.12.18 19:54:28.697693 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
9154 2024.12.18 19:54:28.697900 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9155 2024.12.18 19:54:28.699800 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.003463851 sec., 8372.184600319124 rows/sec., 563.01 KiB/sec.
9156 2024.12.18 19:54:28.700127 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9157 2024.12.18 19:54:28.700149 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9158 2024.12.18 19:54:28.700229 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9159 2024.12.18 19:54:28.700769 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9160 2024.12.18 19:54:28.700969 [ 202 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_29_6} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9161 2024.12.18 19:54:28.701161 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9162 2024.12.18 19:54:28.701502 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9163 2024.12.18 19:54:28.701771 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9164 2024.12.18 19:54:28.702083 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005428 sec., 7553.426676492263 rows/sec., 13.54 MiB/sec.
9165 2024.12.18 19:54:28.702665 [ 266 ] {54b4467f-65cc-4584-ae63-c48c22fbc1b8} <Debug> TCPHandler: Processed in 0.00631832 sec.
9166 2024.12.18 19:54:28.702822 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9167 2024.12.18 19:54:28.702933 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9168 2024.12.18 19:54:28.702978 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9169 2024.12.18 19:54:28.703442 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9170 2024.12.18 19:54:28.703480 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9171 2024.12.18 19:54:28.703846 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9172 2024.12.18 19:54:28.704077 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9173 2024.12.18 19:54:28.704280 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00137 sec., 59854.01459854015 rows/sec., 3.80 MiB/sec.
9174 2024.12.18 19:54:28.704327 [ 262 ] {2b29951e-37f9-4dee-808f-ff63f202f0b9} <Debug> TCPHandler: Processed in 0.001557463 sec.
9175 2024.12.18 19:54:29.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.93 MiB, peak 237.97 MiB, free memory in arenas 0.00 B, will set to 225.63 MiB (RSS), difference: -1.31 MiB
9176 2024.12.18 19:54:33.675366 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9177 2024.12.18 19:54:33.675645 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9178 2024.12.18 19:54:33.675745 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9179 2024.12.18 19:54:33.676779 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9180 2024.12.18 19:54:33.676846 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9181 2024.12.18 19:54:33.677424 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9182 2024.12.18 19:54:33.677773 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9183 2024.12.18 19:54:33.678027 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002452 sec., 815.6606851549755 rows/sec., 66.51 KiB/sec.
9184 2024.12.18 19:54:33.678106 [ 262 ] {00f00174-5c84-4630-84b6-f323167982a4} <Debug> TCPHandler: Processed in 0.0029307 sec.
9185 2024.12.18 19:54:33.678329 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9186 2024.12.18 19:54:33.678461 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9187 2024.12.18 19:54:33.678521 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9188 2024.12.18 19:54:33.679269 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9189 2024.12.18 19:54:33.679313 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9190 2024.12.18 19:54:33.679769 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9191 2024.12.18 19:54:33.680079 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9192 2024.12.18 19:54:33.680253 [ 128 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9193 2024.12.18 19:54:33.680300 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001871 sec., 30464.991982896845 rows/sec., 2.32 MiB/sec.
9194 2024.12.18 19:54:33.680306 [ 128 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9195 2024.12.18 19:54:33.680356 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9196 2024.12.18 19:54:33.680384 [ 266 ] {004a4bf0-d01d-4f53-b413-16f199080a77} <Debug> TCPHandler: Processed in 0.002119613 sec.
9197 2024.12.18 19:54:33.680515 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
9198 2024.12.18 19:54:33.680595 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2024.12.18 19:54:33.680653 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9200 2024.12.18 19:54:33.680701 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part
9201 2024.12.18 19:54:33.680752 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9202 2024.12.18 19:54:33.680803 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1426 rows starting from the beginning of the part
9203 2024.12.18 19:54:33.680836 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9204 2024.12.18 19:54:33.681090 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part
9205 2024.12.18 19:54:33.681267 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part
9206 2024.12.18 19:54:33.681465 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 285 rows starting from the beginning of the part
9207 2024.12.18 19:54:33.681738 [ 200 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 57 rows starting from the beginning of the part
9208 2024.12.18 19:54:33.683594 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9209 2024.12.18 19:54:33.683703 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9210 2024.12.18 19:54:33.685113 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9211 2024.12.18 19:54:33.685467 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9212 2024.12.18 19:54:33.685715 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004999 sec., 400.0800160032006 rows/sec., 27.94 KiB/sec.
9213 2024.12.18 19:54:33.685793 [ 262 ] {fcf0024f-b898-4ac6-8de9-3ee942894a35} <Debug> TCPHandler: Processed in 0.005268559 sec.
9214 2024.12.18 19:54:33.686033 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9215 2024.12.18 19:54:33.686207 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9216 2024.12.18 19:54:33.686313 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9217 2024.12.18 19:54:33.686490 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006040554 sec., 548956.271229427 rows/sec., 47.94 MiB/sec.
9218 2024.12.18 19:54:33.686972 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9219 2024.12.18 19:54:33.687609 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9220 2024.12.18 19:54:33.687670 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9221 2024.12.18 19:54:33.687840 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9222 2024.12.18 19:54:33.688074 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_76_15} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9223 2024.12.18 19:54:33.688273 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
9224 2024.12.18 19:54:33.688462 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9225 2024.12.18 19:54:33.688782 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9226 2024.12.18 19:54:33.689018 [ 126 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9227 2024.12.18 19:54:33.689062 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002886 sec., 22869.02286902287 rows/sec., 1.79 MiB/sec.
9228 2024.12.18 19:54:33.689094 [ 126 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2024.12.18 19:54:33.689163 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9230 2024.12.18 19:54:33.689229 [ 266 ] {99bb5ce4-4399-4ffa-84d9-89851c18efac} <Debug> TCPHandler: Processed in 0.003283417 sec.
9231 2024.12.18 19:54:33.689491 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
9232 2024.12.18 19:54:33.689508 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9233 2024.12.18 19:54:33.689839 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9234 2024.12.18 19:54:33.689857 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9235 2024.12.18 19:54:33.689967 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
9236 2024.12.18 19:54:33.689970 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9237 2024.12.18 19:54:33.690388 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 881 rows starting from the beginning of the part
9238 2024.12.18 19:54:33.690866 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part
9239 2024.12.18 19:54:33.691259 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
9240 2024.12.18 19:54:33.691462 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 423 rows starting from the beginning of the part
9241 2024.12.18 19:54:33.692020 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part
9242 2024.12.18 19:54:33.692835 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9243 2024.12.18 19:54:33.692911 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9244 2024.12.18 19:54:33.693791 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9245 2024.12.18 19:54:33.694362 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9246 2024.12.18 19:54:33.695137 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005353 sec., 30076.592564916868 rows/sec., 2.09 MiB/sec.
9247 2024.12.18 19:54:33.695523 [ 262 ] {f724e300-245e-4fa6-984b-965f6264843e} <Debug> TCPHandler: Processed in 0.006112876 sec.
9248 2024.12.18 19:54:33.695884 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9249 2024.12.18 19:54:33.696194 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9250 2024.12.18 19:54:33.696403 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9251 2024.12.18 19:54:33.696516 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007213278 sec., 334521.9746140382 rows/sec., 25.65 MiB/sec.
9252 2024.12.18 19:54:33.696900 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9253 2024.12.18 19:54:33.697602 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9254 2024.12.18 19:54:33.697624 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9255 2024.12.18 19:54:33.697712 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9256 2024.12.18 19:54:33.697832 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_76_15} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9257 2024.12.18 19:54:33.698029 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
9258 2024.12.18 19:54:33.698393 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9259 2024.12.18 19:54:33.698722 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9260 2024.12.18 19:54:33.699020 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002948 sec., 20352.7815468114 rows/sec., 1.37 MiB/sec.
9261 2024.12.18 19:54:33.699093 [ 266 ] {15bfaefc-59cc-41be-9b81-74ebef639c06} <Debug> TCPHandler: Processed in 0.003381839 sec.
9262 2024.12.18 19:54:34.529145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509
9263 2024.12.18 19:54:34.529812 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2024.12.18 19:54:34.529853 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9265 2024.12.18 19:54:34.530377 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9266 2024.12.18 19:54:34.530645 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9267 2024.12.18 19:54:34.530896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
9268 2024.12.18 19:54:36.100449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9269 2024.12.18 19:54:36.121500 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2024.12.18 19:54:36.121557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9271 2024.12.18 19:54:36.128969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9272 2024.12.18 19:54:36.129761 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2024.12.18 19:54:36.133522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9274 2024.12.18 19:54:37.149201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1274
9275 2024.12.18 19:54:37.152475 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9276 2024.12.18 19:54:37.152536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9277 2024.12.18 19:54:37.154063 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9278 2024.12.18 19:54:37.154389 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9279 2024.12.18 19:54:37.156302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1274
9280 2024.12.18 19:54:38.678851 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9281 2024.12.18 19:54:38.679046 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9282 2024.12.18 19:54:38.679119 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9283 2024.12.18 19:54:38.679880 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2024.12.18 19:54:38.679933 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9285 2024.12.18 19:54:38.680363 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9286 2024.12.18 19:54:38.680622 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9287 2024.12.18 19:54:38.680826 [ 123 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9288 2024.12.18 19:54:38.680881 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec.
9289 2024.12.18 19:54:38.680905 [ 123 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9290 2024.12.18 19:54:38.680957 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9291 2024.12.18 19:54:38.681011 [ 262 ] {2cd7c240-f599-4563-88db-1c345200a149} <Debug> TCPHandler: Processed in 0.002285457 sec.
9292 2024.12.18 19:54:38.681143 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9293 2024.12.18 19:54:38.681242 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9294 2024.12.18 19:54:38.681325 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9295 2024.12.18 19:54:38.681402 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9296 2024.12.18 19:54:38.681492 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9297 2024.12.18 19:54:38.681619 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9298 2024.12.18 19:54:38.681642 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9299 2024.12.18 19:54:38.682024 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9300 2024.12.18 19:54:38.682369 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9301 2024.12.18 19:54:38.682733 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
9302 2024.12.18 19:54:38.684493 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9303 2024.12.18 19:54:38.684579 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9304 2024.12.18 19:54:38.685269 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004206997 sec., 16638.94697333989 rows/sec., 1.23 MiB/sec.
9305 2024.12.18 19:54:38.685534 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9306 2024.12.18 19:54:38.685557 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9307 2024.12.18 19:54:38.686103 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9308 2024.12.18 19:54:38.686202 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_29_7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9309 2024.12.18 19:54:38.686492 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_29_7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9310 2024.12.18 19:54:38.686551 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005139 sec., 55458.26036193812 rows/sec., 4.89 MiB/sec.
9311 2024.12.18 19:54:38.686786 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9312 2024.12.18 19:54:38.686913 [ 266 ] {95098148-bdbf-4c14-ad99-d9325e5ce08e} <Debug> TCPHandler: Processed in 0.005755558 sec.
9313 2024.12.18 19:54:38.687180 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9314 2024.12.18 19:54:38.687326 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9315 2024.12.18 19:54:38.687377 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9316 2024.12.18 19:54:38.687987 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9317 2024.12.18 19:54:38.688029 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9318 2024.12.18 19:54:38.688399 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9319 2024.12.18 19:54:38.688647 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9320 2024.12.18 19:54:38.688870 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001567 sec., 30631.78047223995 rows/sec., 2.21 MiB/sec.
9321 2024.12.18 19:54:38.688961 [ 262 ] {986c874d-d6fc-41f4-a0a6-6bd843857a18} <Debug> TCPHandler: Processed in 0.001916819 sec.
9322 2024.12.18 19:54:38.689136 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9323 2024.12.18 19:54:38.689266 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9324 2024.12.18 19:54:38.689320 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9325 2024.12.18 19:54:38.689907 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9326 2024.12.18 19:54:38.689947 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9327 2024.12.18 19:54:38.690305 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9328 2024.12.18 19:54:38.690557 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9329 2024.12.18 19:54:38.690715 [ 123 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
9330 2024.12.18 19:54:38.690777 [ 123 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9331 2024.12.18 19:54:38.690791 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001544 sec., 9067.357512953367 rows/sec., 635.02 KiB/sec.
9332 2024.12.18 19:54:38.690818 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9333 2024.12.18 19:54:38.690933 [ 266 ] {1891859c-43b5-44c2-b9c8-3ae1cfa8dc11} <Debug> TCPHandler: Processed in 0.001867219 sec.
9334 2024.12.18 19:54:38.691215 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::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
9335 2024.12.18 19:54:38.691250 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9336 2024.12.18 19:54:38.691611 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9337 2024.12.18 19:54:38.691805 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9338 2024.12.18 19:54:38.691809 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9339 2024.12.18 19:54:38.691934 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 243 rows starting from the beginning of the part
9340 2024.12.18 19:54:38.692251 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
9341 2024.12.18 19:54:38.692606 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
9342 2024.12.18 19:54:38.693009 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part
9343 2024.12.18 19:54:38.693365 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9344 2024.12.18 19:54:38.693753 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9345 2024.12.18 19:54:38.694813 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9346 2024.12.18 19:54:38.694902 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9347 2024.12.18 19:54:38.695920 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9348 2024.12.18 19:54:38.696554 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9349 2024.12.18 19:54:38.696626 [ 188 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005687157 sec., 95126.61598756637 rows/sec., 6.81 MiB/sec.
9350 2024.12.18 19:54:38.696776 [ 123 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9351 2024.12.18 19:54:38.696873 [ 123 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9352 2024.12.18 19:54:38.696945 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9353 2024.12.18 19:54:38.697004 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005513 sec., 2358.062760747325 rows/sec., 147.02 KiB/sec.
9354 2024.12.18 19:54:38.697139 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
9355 2024.12.18 19:54:38.697509 [ 262 ] {eaed0592-fa64-4ae3-ab67-2a94561a2334} <Debug> TCPHandler: Processed in 0.006417022 sec.
9356 2024.12.18 19:54:38.697657 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9357 2024.12.18 19:54:38.697880 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9358 2024.12.18 19:54:38.698341 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9359 2024.12.18 19:54:38.698387 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9360 2024.12.18 19:54:38.698528 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9361 2024.12.18 19:54:38.698565 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9362 2024.12.18 19:54:38.698578 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9363 2024.12.18 19:54:38.699020 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9364 2024.12.18 19:54:38.699086 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_30_6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
9365 2024.12.18 19:54:38.699470 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9366 2024.12.18 19:54:38.699555 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9367 2024.12.18 19:54:38.699859 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9368 2024.12.18 19:54:38.700078 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
9369 2024.12.18 19:54:38.700998 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9370 2024.12.18 19:54:38.701049 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9371 2024.12.18 19:54:38.701352 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004323329 sec., 15034.710520527122 rows/sec., 996.14 KiB/sec.
9372 2024.12.18 19:54:38.701591 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9373 2024.12.18 19:54:38.701693 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9374 2024.12.18 19:54:38.702152 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9375 2024.12.18 19:54:38.702215 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_29_7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9376 2024.12.18 19:54:38.702488 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_29_7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9377 2024.12.18 19:54:38.702633 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004389 sec., 96377.3069036227 rows/sec., 6.89 MiB/sec.
9378 2024.12.18 19:54:38.702826 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9379 2024.12.18 19:54:38.702963 [ 266 ] {cf4bd516-390a-4be4-b9d3-68c5bcb4bac0} <Debug> TCPHandler: Processed in 0.005292919 sec.
9380 2024.12.18 19:54:38.703141 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9381 2024.12.18 19:54:38.703255 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9382 2024.12.18 19:54:38.703303 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9383 2024.12.18 19:54:38.703755 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9384 2024.12.18 19:54:38.703794 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9385 2024.12.18 19:54:38.704170 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9386 2024.12.18 19:54:38.704414 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9387 2024.12.18 19:54:38.704547 [ 120 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9388 2024.12.18 19:54:38.704592 [ 120 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9389 2024.12.18 19:54:38.704601 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec.
9390 2024.12.18 19:54:38.704616 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9391 2024.12.18 19:54:38.704731 [ 262 ] {880a14db-413f-4aef-bd88-ba9d95182116} <Debug> TCPHandler: Processed in 0.001656034 sec.
9392 2024.12.18 19:54:38.705013 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9393 2024.12.18 19:54:38.705113 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9394 2024.12.18 19:54:38.705424 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9395 2024.12.18 19:54:38.705598 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9396 2024.12.18 19:54:38.705666 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9397 2024.12.18 19:54:38.705771 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
9398 2024.12.18 19:54:38.706049 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
9399 2024.12.18 19:54:38.706419 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
9400 2024.12.18 19:54:38.706710 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9401 2024.12.18 19:54:38.706976 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9402 2024.12.18 19:54:38.707263 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9403 2024.12.18 19:54:38.708117 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9404 2024.12.18 19:54:38.708177 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9405 2024.12.18 19:54:38.709298 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9406 2024.12.18 19:54:38.709799 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005075474 sec., 34282.512332838276 rows/sec., 1.75 MiB/sec.
9407 2024.12.18 19:54:38.709841 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9408 2024.12.18 19:54:38.709993 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9409 2024.12.18 19:54:38.710114 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9410 2024.12.18 19:54:38.710234 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9411 2024.12.18 19:54:38.710315 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9412 2024.12.18 19:54:38.710428 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005146 sec., 46055.18849591916 rows/sec., 3.09 MiB/sec.
9413 2024.12.18 19:54:38.710679 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
9414 2024.12.18 19:54:38.710698 [ 266 ] {cc4115b5-ccce-445f-945c-b509782a558a} <Debug> TCPHandler: Processed in 0.005839461 sec.
9415 2024.12.18 19:54:38.710927 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9416 2024.12.18 19:54:38.711003 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9417 2024.12.18 19:54:38.711030 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9418 2024.12.18 19:54:38.711099 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20540 rows starting from the beginning of the part
9419 2024.12.18 19:54:38.711229 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9420 2024.12.18 19:54:38.711440 [ 189 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_29_6} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9421 2024.12.18 19:54:38.711466 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9422 2024.12.18 19:54:38.711544 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
9423 2024.12.18 19:54:38.711865 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9424 2024.12.18 19:54:38.712085 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part
9425 2024.12.18 19:54:38.712311 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
9426 2024.12.18 19:54:38.712550 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part
9427 2024.12.18 19:54:38.712704 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part
9428 2024.12.18 19:54:38.713220 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9429 2024.12.18 19:54:38.713263 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9430 2024.12.18 19:54:38.713980 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9431 2024.12.18 19:54:38.714316 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9432 2024.12.18 19:54:38.714529 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003413 sec., 292.9973630237328 rows/sec., 19.74 KiB/sec.
9433 2024.12.18 19:54:38.714610 [ 262 ] {51eb36ce-1c9c-4cc0-a782-329ba2f80ea2} <Debug> TCPHandler: Processed in 0.003787307 sec.
9434 2024.12.18 19:54:38.714758 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9435 2024.12.18 19:54:38.714903 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9436 2024.12.18 19:54:38.715012 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9437 2024.12.18 19:54:38.716415 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9438 2024.12.18 19:54:38.716453 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9439 2024.12.18 19:54:38.721096 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9440 2024.12.18 19:54:38.721435 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9441 2024.12.18 19:54:38.721649 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006787 sec., 6040.960660085458 rows/sec., 10.83 MiB/sec.
9442 2024.12.18 19:54:38.721741 [ 266 ] {8dba70bd-3603-41a2-b49b-65c80eb262f5} <Debug> TCPHandler: Processed in 0.007041855 sec.
9443 2024.12.18 19:54:38.721901 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9444 2024.12.18 19:54:38.722040 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9445 2024.12.18 19:54:38.722094 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9446 2024.12.18 19:54:38.722622 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9447 2024.12.18 19:54:38.722660 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9448 2024.12.18 19:54:38.723089 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9449 2024.12.18 19:54:38.723492 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9450 2024.12.18 19:54:38.723628 [ 120 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9451 2024.12.18 19:54:38.723679 [ 120 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2024.12.18 19:54:38.723695 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001682 sec., 48751.486325802616 rows/sec., 3.10 MiB/sec.
9453 2024.12.18 19:54:38.723715 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9454 2024.12.18 19:54:38.723796 [ 262 ] {104b038d-2e3d-4269-8eaa-c5de2c24a71c} <Debug> TCPHandler: Processed in 0.001958101 sec.
9455 2024.12.18 19:54:38.723892 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
9456 2024.12.18 19:54:38.723997 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9457 2024.12.18 19:54:38.724038 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4092 rows starting from the beginning of the part
9458 2024.12.18 19:54:38.724198 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 24 rows starting from the beginning of the part
9459 2024.12.18 19:54:38.724442 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
9460 2024.12.18 19:54:38.724590 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21399 rows, containing 5 columns (5 merged, 0 gathered) in 0.014154231 sec., 1511844.762177472 rows/sec., 102.15 MiB/sec.
9461 2024.12.18 19:54:38.724606 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part
9462 2024.12.18 19:54:38.724699 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
9463 2024.12.18 19:54:38.724774 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
9464 2024.12.18 19:54:38.724980 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9465 2024.12.18 19:54:38.725340 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9466 2024.12.18 19:54:38.725420 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9467 2024.12.18 19:54:38.725514 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9468 2024.12.18 19:54:38.726409 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002609594 sec., 1686086.034839136 rows/sec., 110.29 MiB/sec.
9469 2024.12.18 19:54:38.726865 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9470 2024.12.18 19:54:38.727188 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9471 2024.12.18 19:54:38.727279 [ 195 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_76_15} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9472 2024.12.18 19:54:38.727375 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB.
9473 2024.12.18 19:54:41.867168 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
9474 2024.12.18 19:54:41.867248 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
9475 2024.12.18 19:54:42.031018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997
9476 2024.12.18 19:54:42.031953 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9477 2024.12.18 19:54:42.032010 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9478 2024.12.18 19:54:42.032572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9479 2024.12.18 19:54:42.032844 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9480 2024.12.18 19:54:42.033140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997
9481 2024.12.18 19:54:43.633577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9482 2024.12.18 19:54:43.655042 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9483 2024.12.18 19:54:43.655103 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9484 2024.12.18 19:54:43.662653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9485 2024.12.18 19:54:43.663489 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9486 2024.12.18 19:54:43.667329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9487 2024.12.18 19:54:43.673174 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9488 2024.12.18 19:54:43.673395 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9489 2024.12.18 19:54:43.673476 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9490 2024.12.18 19:54:43.674283 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9491 2024.12.18 19:54:43.674337 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9492 2024.12.18 19:54:43.674784 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9493 2024.12.18 19:54:43.675041 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9494 2024.12.18 19:54:43.675284 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec.
9495 2024.12.18 19:54:43.675350 [ 262 ] {c37ae764-f793-4366-8d2c-d97638fc33a5} <Debug> TCPHandler: Processed in 0.002313807 sec.
9496 2024.12.18 19:54:43.675525 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9497 2024.12.18 19:54:43.675672 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9498 2024.12.18 19:54:43.675731 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9499 2024.12.18 19:54:43.676423 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9500 2024.12.18 19:54:43.676473 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9501 2024.12.18 19:54:43.676884 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9502 2024.12.18 19:54:43.677133 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9503 2024.12.18 19:54:43.677345 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001708 sec., 37470.725995316156 rows/sec., 2.92 MiB/sec.
9504 2024.12.18 19:54:43.677399 [ 266 ] {3f2cc9d6-299b-4b22-98b4-58442e3818c0} <Debug> TCPHandler: Processed in 0.00194182 sec.
9505 2024.12.18 19:54:43.677532 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9506 2024.12.18 19:54:43.677641 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9507 2024.12.18 19:54:43.677696 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9508 2024.12.18 19:54:43.678306 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9509 2024.12.18 19:54:43.678354 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9510 2024.12.18 19:54:43.678796 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9511 2024.12.18 19:54:43.679043 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9512 2024.12.18 19:54:43.679275 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec.
9513 2024.12.18 19:54:43.679365 [ 262 ] {e985d774-77b3-4d67-9f71-8c5b133f815a} <Debug> TCPHandler: Processed in 0.001882129 sec.
9514 2024.12.18 19:54:43.679497 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9515 2024.12.18 19:54:43.679819 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9516 2024.12.18 19:54:43.679972 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9517 2024.12.18 19:54:43.680680 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9518 2024.12.18 19:54:43.680723 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9519 2024.12.18 19:54:43.681091 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9520 2024.12.18 19:54:43.681328 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9521 2024.12.18 19:54:43.681529 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001828 sec., 32822.75711159738 rows/sec., 2.21 MiB/sec.
9522 2024.12.18 19:54:43.681578 [ 266 ] {940c58ea-eb7c-4ce5-8654-8a71227c5308} <Debug> TCPHandler: Processed in 0.002136674 sec.
9523 2024.12.18 19:54:46.594381 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9524 2024.12.18 19:54:46.594604 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9525 2024.12.18 19:54:46.594683 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9526 2024.12.18 19:54:46.595440 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9527 2024.12.18 19:54:46.595488 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9528 2024.12.18 19:54:46.595924 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9529 2024.12.18 19:54:46.596197 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9530 2024.12.18 19:54:46.596442 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec.
9531 2024.12.18 19:54:46.596508 [ 262 ] {0e32ae63-1aa7-43cd-90e8-6e1495a50cba} <Debug> TCPHandler: Processed in 0.002254346 sec.
9532 2024.12.18 19:54:46.596741 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9533 2024.12.18 19:54:46.596890 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9534 2024.12.18 19:54:46.596945 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9535 2024.12.18 19:54:46.597527 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9536 2024.12.18 19:54:46.597571 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9537 2024.12.18 19:54:46.597944 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9538 2024.12.18 19:54:46.598192 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9539 2024.12.18 19:54:46.598500 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001636 sec., 6112.469437652811 rows/sec., 498.43 KiB/sec.
9540 2024.12.18 19:54:46.598745 [ 266 ] {861d137f-1186-4be4-89a6-695fdbe11275} <Debug> TCPHandler: Processed in 0.002067512 sec.
9541 2024.12.18 19:54:46.598919 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9542 2024.12.18 19:54:46.599041 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9543 2024.12.18 19:54:46.599088 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9544 2024.12.18 19:54:46.600208 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9545 2024.12.18 19:54:46.600250 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9546 2024.12.18 19:54:46.600719 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9547 2024.12.18 19:54:46.600979 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9548 2024.12.18 19:54:46.601192 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002179 sec., 656264.341441028 rows/sec., 54.78 MiB/sec.
9549 2024.12.18 19:54:46.601251 [ 262 ] {45cb098c-eafd-4aa2-a308-35107dc98e1a} <Debug> TCPHandler: Processed in 0.002388039 sec.
9550 2024.12.18 19:54:46.601401 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9551 2024.12.18 19:54:46.601526 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9552 2024.12.18 19:54:46.601574 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9553 2024.12.18 19:54:46.602177 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9554 2024.12.18 19:54:46.602216 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9555 2024.12.18 19:54:46.602634 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9556 2024.12.18 19:54:46.602881 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9557 2024.12.18 19:54:46.603117 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001617 sec., 35868.89301175016 rows/sec., 2.56 MiB/sec.
9558 2024.12.18 19:54:46.603202 [ 266 ] {1d4e67af-62ed-46bd-a5a8-e16e9fecc285} <Debug> TCPHandler: Processed in 0.001855068 sec.
9559 2024.12.18 19:54:46.603375 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9560 2024.12.18 19:54:46.603486 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9561 2024.12.18 19:54:46.603530 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9562 2024.12.18 19:54:46.604229 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9563 2024.12.18 19:54:46.604274 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9564 2024.12.18 19:54:46.604666 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9565 2024.12.18 19:54:46.604913 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9566 2024.12.18 19:54:46.605133 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00167 sec., 144910.17964071856 rows/sec., 9.82 MiB/sec.
9567 2024.12.18 19:54:46.605185 [ 262 ] {be8a6bf8-c11b-4b29-94a6-64d529e0f3d6} <Debug> TCPHandler: Processed in 0.001877219 sec.
9568 2024.12.18 19:54:46.605333 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9569 2024.12.18 19:54:46.605445 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9570 2024.12.18 19:54:46.605490 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9571 2024.12.18 19:54:46.606027 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2024.12.18 19:54:46.606066 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9573 2024.12.18 19:54:46.606407 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9574 2024.12.18 19:54:46.606640 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9575 2024.12.18 19:54:46.606865 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001442 sec., 9015.256588072123 rows/sec., 562.10 KiB/sec.
9576 2024.12.18 19:54:46.606919 [ 266 ] {bd98f00a-4a78-4789-ab69-8bea29c6b5a7} <Debug> TCPHandler: Processed in 0.001639144 sec.
9577 2024.12.18 19:54:46.607069 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9578 2024.12.18 19:54:46.607199 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9579 2024.12.18 19:54:46.607253 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9580 2024.12.18 19:54:46.608116 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9581 2024.12.18 19:54:46.608156 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9582 2024.12.18 19:54:46.608554 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9583 2024.12.18 19:54:46.608795 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9584 2024.12.18 19:54:46.609020 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001851 sec., 480280.92922744463 rows/sec., 34.86 MiB/sec.
9585 2024.12.18 19:54:46.609073 [ 262 ] {20d38107-623e-4730-9b16-174a2a881780} <Debug> TCPHandler: Processed in 0.002066543 sec.
9586 2024.12.18 19:54:46.609217 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9587 2024.12.18 19:54:46.609351 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9588 2024.12.18 19:54:46.609406 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9589 2024.12.18 19:54:46.609894 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9590 2024.12.18 19:54:46.609933 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9591 2024.12.18 19:54:46.610289 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9592 2024.12.18 19:54:46.610518 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9593 2024.12.18 19:54:46.610721 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec.
9594 2024.12.18 19:54:46.610771 [ 266 ] {9b7d0202-278a-4db5-ae4a-24b7878cd930} <Debug> TCPHandler: Processed in 0.001617964 sec.
9595 2024.12.18 19:54:46.610912 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9596 2024.12.18 19:54:46.611019 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9597 2024.12.18 19:54:46.611072 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9598 2024.12.18 19:54:46.611737 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9599 2024.12.18 19:54:46.611777 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9600 2024.12.18 19:54:46.612254 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9601 2024.12.18 19:54:46.612491 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9602 2024.12.18 19:54:46.612730 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.001729 sec., 519375.3614806246 rows/sec., 34.61 MiB/sec.
9603 2024.12.18 19:54:46.612833 [ 262 ] {87945237-0db4-4e60-b210-c564a00c8828} <Debug> TCPHandler: Processed in 0.001975901 sec.
9604 2024.12.18 19:54:46.613031 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9605 2024.12.18 19:54:46.613238 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9606 2024.12.18 19:54:46.613288 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9607 2024.12.18 19:54:46.613729 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9608 2024.12.18 19:54:46.613768 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9609 2024.12.18 19:54:46.614106 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9610 2024.12.18 19:54:46.614333 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9611 2024.12.18 19:54:46.614510 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec.
9612 2024.12.18 19:54:46.614557 [ 266 ] {4ab4e05a-b9c9-4e09-ad9d-a5ef17ead364} <Debug> TCPHandler: Processed in 0.001635533 sec.
9613 2024.12.18 19:54:46.614702 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9614 2024.12.18 19:54:46.614812 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9615 2024.12.18 19:54:46.614881 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9616 2024.12.18 19:54:46.616014 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9617 2024.12.18 19:54:46.616052 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9618 2024.12.18 19:54:46.616695 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9619 2024.12.18 19:54:46.616962 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9620 2024.12.18 19:54:46.617100 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9621 2024.12.18 19:54:46.617145 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9622 2024.12.18 19:54:46.617170 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9623 2024.12.18 19:54:46.617173 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00238 sec., 17226.89075630252 rows/sec., 30.87 MiB/sec.
9624 2024.12.18 19:54:46.617567 [ 262 ] {b14f422a-b763-4621-af61-20c05b708900} <Debug> TCPHandler: Processed in 0.00291758 sec.
9625 2024.12.18 19:54:46.617565 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9626 2024.12.18 19:54:46.617752 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9627 2024.12.18 19:54:46.618040 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9628 2024.12.18 19:54:46.618184 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9629 2024.12.18 19:54:46.618298 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9630 2024.12.18 19:54:46.618542 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1151 rows starting from the beginning of the part
9631 2024.12.18 19:54:46.619340 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9632 2024.12.18 19:54:46.620155 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9633 2024.12.18 19:54:46.620585 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9634 2024.12.18 19:54:46.620725 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9635 2024.12.18 19:54:46.620898 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9636 2024.12.18 19:54:46.621575 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9637 2024.12.18 19:54:46.622218 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
9638 2024.12.18 19:54:46.622263 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9639 2024.12.18 19:54:46.623145 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9640 2024.12.18 19:54:46.623567 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005618 sec., 10323.958704165183 rows/sec., 654.46 KiB/sec.
9641 2024.12.18 19:54:46.623711 [ 266 ] {adad1693-364d-4fb3-b309-f97860d47ad4} <Debug> TCPHandler: Processed in 0.006050485 sec.
9642 2024.12.18 19:54:46.631418 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 19 columns (19 merged, 0 gathered) in 0.01412973 sec., 95967.8635048228 rows/sec., 171.97 MiB/sec.
9643 2024.12.18 19:54:46.632864 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9644 2024.12.18 19:54:46.633363 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2024.12.18 19:54:46.633457 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9646 2024.12.18 19:54:46.633639 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.49 MiB.
9647 2024.12.18 19:54:47.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.91 MiB, peak 240.37 MiB, free memory in arenas 0.00 B, will set to 232.42 MiB (RSS), difference: 3.50 MiB
9648 2024.12.18 19:54:47.157492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1328
9649 2024.12.18 19:54:47.161189 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2024.12.18 19:54:47.161254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9651 2024.12.18 19:54:47.162835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9652 2024.12.18 19:54:47.163173 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2024.12.18 19:54:47.163405 [ 112 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9654 2024.12.18 19:54:47.163545 [ 112 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9655 2024.12.18 19:54:47.163608 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9656 2024.12.18 19:54:47.164197 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
9657 2024.12.18 19:54:47.165667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1328
9658 2024.12.18 19:54:47.165939 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9659 2024.12.18 19:54:47.166080 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
9660 2024.12.18 19:54:47.166725 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part
9661 2024.12.18 19:54:47.167316 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 54 rows starting from the beginning of the part
9662 2024.12.18 19:54:47.167895 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part
9663 2024.12.18 19:54:47.168437 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part
9664 2024.12.18 19:54:47.169049 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 54 rows starting from the beginning of the part
9665 2024.12.18 19:54:47.177563 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.013814874 sec., 96128.27449602509 rows/sec., 75.94 MiB/sec.
9666 2024.12.18 19:54:47.179660 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9667 2024.12.18 19:54:47.180457 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9668 2024.12.18 19:54:47.180554 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_36_7} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9669 2024.12.18 19:54:47.180889 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB.
9670 2024.12.18 19:54:48.667907 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9671 2024.12.18 19:54:48.668100 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9672 2024.12.18 19:54:48.668173 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9673 2024.12.18 19:54:48.668956 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9674 2024.12.18 19:54:48.669011 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9675 2024.12.18 19:54:48.669466 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9676 2024.12.18 19:54:48.669739 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9677 2024.12.18 19:54:48.669995 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec.
9678 2024.12.18 19:54:48.670060 [ 262 ] {aa0ab984-1815-45b1-ae15-56b4760d037f} <Debug> TCPHandler: Processed in 0.002284917 sec.
9679 2024.12.18 19:54:48.670255 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9680 2024.12.18 19:54:48.670402 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9681 2024.12.18 19:54:48.670459 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9682 2024.12.18 19:54:48.671093 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9683 2024.12.18 19:54:48.671135 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9684 2024.12.18 19:54:48.671496 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9685 2024.12.18 19:54:48.671739 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9686 2024.12.18 19:54:48.671959 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec.
9687 2024.12.18 19:54:48.672012 [ 266 ] {9b885b85-0fb4-45b3-9dd6-be865d822b38} <Debug> TCPHandler: Processed in 0.001824797 sec.
9688 2024.12.18 19:54:48.672150 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9689 2024.12.18 19:54:48.672262 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9690 2024.12.18 19:54:48.672313 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9691 2024.12.18 19:54:48.672812 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9692 2024.12.18 19:54:48.672859 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9693 2024.12.18 19:54:48.673238 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9694 2024.12.18 19:54:48.673479 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9695 2024.12.18 19:54:48.673693 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001456 sec., 43956.043956043955 rows/sec., 3.06 MiB/sec.
9696 2024.12.18 19:54:48.673745 [ 262 ] {f1cd5ec9-75d5-436b-b6a3-0b424742936e} <Debug> TCPHandler: Processed in 0.001650864 sec.
9697 2024.12.18 19:54:48.673910 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9698 2024.12.18 19:54:48.674039 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9699 2024.12.18 19:54:48.674094 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9700 2024.12.18 19:54:48.674607 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9701 2024.12.18 19:54:48.674654 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9702 2024.12.18 19:54:48.675037 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9703 2024.12.18 19:54:48.675267 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9704 2024.12.18 19:54:48.675487 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001473 sec., 16293.27902240326 rows/sec., 1.10 MiB/sec.
9705 2024.12.18 19:54:48.675586 [ 266 ] {5bfb871d-c0b4-4552-8d9c-d4749a5588c1} <Debug> TCPHandler: Processed in 0.001738026 sec.
9706 2024.12.18 19:54:49.534254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424
9707 2024.12.18 19:54:49.534894 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9708 2024.12.18 19:54:49.534946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9709 2024.12.18 19:54:49.535473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9710 2024.12.18 19:54:49.535734 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9711 2024.12.18 19:54:49.536001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
9712 2024.12.18 19:54:49.536006 [ 107 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9713 2024.12.18 19:54:49.536111 [ 107 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9714 2024.12.18 19:54:49.536152 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9715 2024.12.18 19:54:49.536351 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::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
9716 2024.12.18 19:54:49.536644 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9717 2024.12.18 19:54:49.536744 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part
9718 2024.12.18 19:54:49.537080 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
9719 2024.12.18 19:54:49.537324 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
9720 2024.12.18 19:54:49.537418 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
9721 2024.12.18 19:54:49.537514 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
9722 2024.12.18 19:54:49.537628 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
9723 2024.12.18 19:54:49.539792 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003551693 sec., 6595164.6158606615 rows/sec., 94.34 MiB/sec.
9724 2024.12.18 19:54:49.540184 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9725 2024.12.18 19:54:49.540526 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9726 2024.12.18 19:54:49.540620 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_51_10} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9727 2024.12.18 19:54:49.540732 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9728 2024.12.18 19:54:51.167380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9729 2024.12.18 19:54:51.188827 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9730 2024.12.18 19:54:51.188887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9731 2024.12.18 19:54:51.196101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9732 2024.12.18 19:54:51.196892 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9733 2024.12.18 19:54:51.197357 [ 106 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9734 2024.12.18 19:54:51.197557 [ 106 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9735 2024.12.18 19:54:51.197665 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9736 2024.12.18 19:54:51.198166 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9737 2024.12.18 19:54:51.213125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9738 2024.12.18 19:54:51.214567 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9739 2024.12.18 19:54:51.215871 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9740 2024.12.18 19:54:51.221187 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9741 2024.12.18 19:54:51.226598 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9742 2024.12.18 19:54:51.232289 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9743 2024.12.18 19:54:51.238303 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9744 2024.12.18 19:54:51.242982 [ 202 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
9745 2024.12.18 19:54:51.303747 [ 199 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.105877878 sec., 3636.2647917820946 rows/sec., 18.80 MiB/sec.
9746 2024.12.18 19:54:51.306854 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9747 2024.12.18 19:54:51.309661 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_51_10} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9748 2024.12.18 19:54:51.309799 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_51_10} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9749 2024.12.18 19:54:51.312084 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9750 2024.12.18 19:54:53.672813 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9751 2024.12.18 19:54:53.673006 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9752 2024.12.18 19:54:53.673078 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9753 2024.12.18 19:54:53.673849 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9754 2024.12.18 19:54:53.673903 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9755 2024.12.18 19:54:53.674351 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9756 2024.12.18 19:54:53.674608 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9757 2024.12.18 19:54:53.674844 [ 103 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9758 2024.12.18 19:54:53.674849 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.27 MiB/sec.
9759 2024.12.18 19:54:53.674943 [ 103 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2024.12.18 19:54:53.675019 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9761 2024.12.18 19:54:53.675030 [ 262 ] {05b89c9e-2798-4d02-b57a-4e9728bc2357} <Debug> TCPHandler: Processed in 0.002344229 sec.
9762 2024.12.18 19:54:53.675316 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9763 2024.12.18 19:54:53.675348 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
9764 2024.12.18 19:54:53.675829 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9765 2024.12.18 19:54:53.675954 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9766 2024.12.18 19:54:53.676074 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part
9767 2024.12.18 19:54:53.676071 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9768 2024.12.18 19:54:53.676563 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 285 rows starting from the beginning of the part
9769 2024.12.18 19:54:53.677071 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
9770 2024.12.18 19:54:53.677392 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1430 rows starting from the beginning of the part
9771 2024.12.18 19:54:53.677728 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part
9772 2024.12.18 19:54:53.678227 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
9773 2024.12.18 19:54:53.680608 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9774 2024.12.18 19:54:53.680683 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9775 2024.12.18 19:54:53.681715 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9776 2024.12.18 19:54:53.682027 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9777 2024.12.18 19:54:53.682250 [ 103 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9778 2024.12.18 19:54:53.682360 [ 103 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9779 2024.12.18 19:54:53.682435 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9780 2024.12.18 19:54:53.682499 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006887 sec., 9292.870625816757 rows/sec., 742.74 KiB/sec.
9781 2024.12.18 19:54:53.682974 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
9782 2024.12.18 19:54:53.683030 [ 266 ] {cf33f5c9-e2c2-4a77-ab5e-cf557b7d49f1} <Debug> TCPHandler: Processed in 0.007849511 sec.
9783 2024.12.18 19:54:53.683582 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9784 2024.12.18 19:54:53.683719 [ 197 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.008548436 sec., 388258.15622881195 rows/sec., 33.90 MiB/sec.
9785 2024.12.18 19:54:53.683854 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9786 2024.12.18 19:54:53.684020 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
9787 2024.12.18 19:54:53.684078 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9788 2024.12.18 19:54:53.684351 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9789 2024.12.18 19:54:53.684462 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9790 2024.12.18 19:54:53.684551 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 423 rows starting from the beginning of the part
9791 2024.12.18 19:54:53.685483 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
9792 2024.12.18 19:54:53.685954 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9793 2024.12.18 19:54:53.686336 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 889 rows starting from the beginning of the part
9794 2024.12.18 19:54:53.686706 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_81_16} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9795 2024.12.18 19:54:53.687032 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part
9796 2024.12.18 19:54:53.687196 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
9797 2024.12.18 19:54:53.687428 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
9798 2024.12.18 19:54:53.688156 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9799 2024.12.18 19:54:53.688209 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9800 2024.12.18 19:54:53.688823 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9801 2024.12.18 19:54:53.689072 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9802 2024.12.18 19:54:53.689559 [ 188 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006975163 sec., 346801.9313670519 rows/sec., 26.60 MiB/sec.
9803 2024.12.18 19:54:53.689571 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005623 sec., 28454.561621910012 rows/sec., 1.98 MiB/sec.
9804 2024.12.18 19:54:53.689913 [ 262 ] {ba35787a-4149-4b8a-a6ba-4ee70413ab5c} <Debug> TCPHandler: Processed in 0.006716648 sec.
9805 2024.12.18 19:54:53.689925 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9806 2024.12.18 19:54:53.690297 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9807 2024.12.18 19:54:53.690736 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9808 2024.12.18 19:54:53.690980 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9809 2024.12.18 19:54:53.691098 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9810 2024.12.18 19:54:53.691254 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_81_16} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9811 2024.12.18 19:54:53.691363 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
9812 2024.12.18 19:54:53.691687 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9813 2024.12.18 19:54:53.691726 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9814 2024.12.18 19:54:53.692131 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9815 2024.12.18 19:54:53.692366 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9816 2024.12.18 19:54:53.692595 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002015 sec., 29776.67493796526 rows/sec., 2.01 MiB/sec.
9817 2024.12.18 19:54:53.692692 [ 266 ] {85cc6d85-b488-408a-9743-32e23ecefd7d} <Debug> TCPHandler: Processed in 0.002631814 sec.
9818 2024.12.18 19:54:56.867304 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
9819 2024.12.18 19:54:56.867401 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
9820 2024.12.18 19:54:57.036119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912
9821 2024.12.18 19:54:57.037265 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9822 2024.12.18 19:54:57.037358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9823 2024.12.18 19:54:57.037954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9824 2024.12.18 19:54:57.038227 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9825 2024.12.18 19:54:57.038469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912
9826 2024.12.18 19:54:57.166920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1344
9827 2024.12.18 19:54:57.169670 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9828 2024.12.18 19:54:57.169721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9829 2024.12.18 19:54:57.171187 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9830 2024.12.18 19:54:57.171499 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9831 2024.12.18 19:54:57.172950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1344
9832 2024.12.18 19:54:57.964128 [ 100 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0
9833 2024.12.18 19:54:57.964196 [ 100 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9834 2024.12.18 19:54:57.964222 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9835 2024.12.18 19:54:57.964447 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_10 to all_46_46_0 into Compact with storage Full
9836 2024.12.18 19:54:57.964727 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9837 2024.12.18 19:54:57.964771 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 66 rows starting from the beginning of the part
9838 2024.12.18 19:54:57.964872 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part
9839 2024.12.18 19:54:57.965119 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part
9840 2024.12.18 19:54:57.965303 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 48 rows starting from the beginning of the part
9841 2024.12.18 19:54:57.965503 [ 191 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part
9842 2024.12.18 19:54:57.966678 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.002359409 sec., 94091.35931921935 rows/sec., 7.09 MiB/sec.
9843 2024.12.18 19:54:57.967000 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary)
9844 2024.12.18 19:54:57.967398 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9845 2024.12.18 19:54:57.967496 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_46_11} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11
9846 2024.12.18 19:54:57.967605 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9847 2024.12.18 19:54:58.678801 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9848 2024.12.18 19:54:58.679012 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9849 2024.12.18 19:54:58.679089 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9850 2024.12.18 19:54:58.679831 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9851 2024.12.18 19:54:58.679878 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9852 2024.12.18 19:54:58.680302 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9853 2024.12.18 19:54:58.680554 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9854 2024.12.18 19:54:58.680799 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec.
9855 2024.12.18 19:54:58.680863 [ 262 ] {cf6fc27d-02ad-4890-9733-ebca31da51a9} <Debug> TCPHandler: Processed in 0.002193525 sec.
9856 2024.12.18 19:54:58.681037 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9857 2024.12.18 19:54:58.681158 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9858 2024.12.18 19:54:58.681206 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9859 2024.12.18 19:54:58.681901 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9860 2024.12.18 19:54:58.681942 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9861 2024.12.18 19:54:58.682338 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9862 2024.12.18 19:54:58.682584 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9863 2024.12.18 19:54:58.682802 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001672 sec., 170454.54545454544 rows/sec., 15.04 MiB/sec.
9864 2024.12.18 19:54:58.682863 [ 266 ] {ac68cdb9-1818-4f90-b918-800f716c29c6} <Debug> TCPHandler: Processed in 0.001885399 sec.
9865 2024.12.18 19:54:58.683018 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9866 2024.12.18 19:54:58.683132 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9867 2024.12.18 19:54:58.683179 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9868 2024.12.18 19:54:58.683741 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9869 2024.12.18 19:54:58.683782 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9870 2024.12.18 19:54:58.684152 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9871 2024.12.18 19:54:58.684391 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9872 2024.12.18 19:54:58.684602 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001494 sec., 32128.514056224896 rows/sec., 2.31 MiB/sec.
9873 2024.12.18 19:54:58.684654 [ 262 ] {9048d5b9-f82e-449b-9f49-852eda1c39a3} <Debug> TCPHandler: Processed in 0.001695455 sec.
9874 2024.12.18 19:54:58.684809 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9875 2024.12.18 19:54:58.684925 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9876 2024.12.18 19:54:58.684969 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9877 2024.12.18 19:54:58.685486 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9878 2024.12.18 19:54:58.685525 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9879 2024.12.18 19:54:58.685874 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9880 2024.12.18 19:54:58.686107 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9881 2024.12.18 19:54:58.686341 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001435 sec., 9756.09756097561 rows/sec., 683.25 KiB/sec.
9882 2024.12.18 19:54:58.686461 [ 266 ] {fe701f7a-0a85-4eca-be7a-f126520ca747} <Debug> TCPHandler: Processed in 0.001707725 sec.
9883 2024.12.18 19:54:58.686697 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9884 2024.12.18 19:54:58.686826 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9885 2024.12.18 19:54:58.686876 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9886 2024.12.18 19:54:58.687414 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2024.12.18 19:54:58.687454 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9888 2024.12.18 19:54:58.687802 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9889 2024.12.18 19:54:58.688045 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2024.12.18 19:54:58.688267 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001462 sec., 8891.928864569083 rows/sec., 554.41 KiB/sec.
9891 2024.12.18 19:54:58.688391 [ 262 ] {d90545ae-3e52-4ac5-80a6-1c555cdb720c} <Debug> TCPHandler: Processed in 0.001819238 sec.
9892 2024.12.18 19:54:58.688555 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9893 2024.12.18 19:54:58.688693 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9894 2024.12.18 19:54:58.688747 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9895 2024.12.18 19:54:58.689516 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2024.12.18 19:54:58.689554 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9897 2024.12.18 19:54:58.689934 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9898 2024.12.18 19:54:58.690177 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2024.12.18 19:54:58.690402 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001737 sec., 243523.31606217616 rows/sec., 17.41 MiB/sec.
9900 2024.12.18 19:54:58.690496 [ 266 ] {a2000443-d4c2-46ea-ac17-d9368cdd1cc1} <Debug> TCPHandler: Processed in 0.002023862 sec.
9901 2024.12.18 19:54:58.690701 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9902 2024.12.18 19:54:58.690907 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9903 2024.12.18 19:54:58.690955 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9904 2024.12.18 19:54:58.691392 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9905 2024.12.18 19:54:58.691430 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9906 2024.12.18 19:54:58.691783 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9907 2024.12.18 19:54:58.692019 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9908 2024.12.18 19:54:58.692222 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec.
9909 2024.12.18 19:54:58.692270 [ 262 ] {2be6d038-5433-4b21-904e-98234c03250b} <Debug> TCPHandler: Processed in 0.001682425 sec.
9910 2024.12.18 19:54:58.692413 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9911 2024.12.18 19:54:58.692544 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9912 2024.12.18 19:54:58.692599 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9913 2024.12.18 19:54:58.693203 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9914 2024.12.18 19:54:58.693240 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9915 2024.12.18 19:54:58.693622 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9916 2024.12.18 19:54:58.693853 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9917 2024.12.18 19:54:58.694023 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9918 2024.12.18 19:54:58.694080 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001565 sec., 151437.69968051117 rows/sec., 10.15 MiB/sec.
9919 2024.12.18 19:54:58.694110 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2024.12.18 19:54:58.694186 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9921 2024.12.18 19:54:58.694197 [ 266 ] {abf1bfa2-50fb-4185-ac27-e7abe1a5a72b} <Debug> TCPHandler: Processed in 0.001846328 sec.
9922 2024.12.18 19:54:58.694389 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9923 2024.12.18 19:54:58.694556 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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.12.18 19:54:58.694577 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9925 2024.12.18 19:54:58.694706 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9926 2024.12.18 19:54:58.695177 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9927 2024.12.18 19:54:58.695262 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21399 rows starting from the beginning of the part
9928 2024.12.18 19:54:58.695508 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part
9929 2024.12.18 19:54:58.695840 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 898 rows starting from the beginning of the part
9930 2024.12.18 19:54:58.696173 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
9931 2024.12.18 19:54:58.696506 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part
9932 2024.12.18 19:54:58.696840 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part
9933 2024.12.18 19:54:58.696913 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9934 2024.12.18 19:54:58.697012 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9935 2024.12.18 19:54:58.697930 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9936 2024.12.18 19:54:58.698219 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9937 2024.12.18 19:54:58.698560 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004038 sec., 247.64735017335315 rows/sec., 16.69 KiB/sec.
9938 2024.12.18 19:54:58.698632 [ 262 ] {e69b2aec-0d51-4085-b0f0-3afe1ff1eff4} <Debug> TCPHandler: Processed in 0.004348439 sec.
9939 2024.12.18 19:54:58.698786 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9940 2024.12.18 19:54:58.699014 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9941 2024.12.18 19:54:58.699167 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9942 2024.12.18 19:54:58.701575 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9943 2024.12.18 19:54:58.701615 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9944 2024.12.18 19:54:58.709013 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9945 2024.12.18 19:54:58.709542 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9946 2024.12.18 19:54:58.709869 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.010942 sec., 3747.0297934564064 rows/sec., 6.71 MiB/sec.
9947 2024.12.18 19:54:58.710031 [ 266 ] {96313ce6-ffec-41d5-83ee-1a3ecafbecb3} <Debug> TCPHandler: Processed in 0.011303193 sec.
9948 2024.12.18 19:54:58.710193 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9949 2024.12.18 19:54:58.710357 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9950 2024.12.18 19:54:58.710417 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9951 2024.12.18 19:54:58.710925 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9952 2024.12.18 19:54:58.710964 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9953 2024.12.18 19:54:58.711572 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9954 2024.12.18 19:54:58.711855 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9955 2024.12.18 19:54:58.712053 [ 98 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9956 2024.12.18 19:54:58.712145 [ 98 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9957 2024.12.18 19:54:58.712181 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001853 sec., 44252.563410685376 rows/sec., 2.81 MiB/sec.
9958 2024.12.18 19:54:58.712204 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9959 2024.12.18 19:54:58.712454 [ 262 ] {89bd07bb-3f8f-4ea7-b94f-3b87086d78c0} <Debug> TCPHandler: Processed in 0.002312157 sec.
9960 2024.12.18 19:54:58.712900 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
9961 2024.12.18 19:54:58.712956 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22918 rows, containing 5 columns (5 merged, 0 gathered) in 0.018591633 sec., 1232705.0560862513 rows/sec., 83.28 MiB/sec.
9962 2024.12.18 19:54:58.713069 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9963 2024.12.18 19:54:58.713107 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4400 rows starting from the beginning of the part
9964 2024.12.18 19:54:58.713226 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
9965 2024.12.18 19:54:58.713466 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 58 rows starting from the beginning of the part
9966 2024.12.18 19:54:58.713681 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9967 2024.12.18 19:54:58.713710 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
9968 2024.12.18 19:54:58.714040 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part
9969 2024.12.18 19:54:58.714195 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9970 2024.12.18 19:54:58.714166 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part
9971 2024.12.18 19:54:58.714958 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9972 2024.12.18 19:54:58.715384 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9973 2024.12.18 19:54:58.715727 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
9974 2024.12.18 19:54:58.720491 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4684 rows, containing 4 columns (4 merged, 0 gathered) in 0.008005125 sec., 585125.1541980918 rows/sec., 38.26 MiB/sec.
9975 2024.12.18 19:54:58.721152 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9976 2024.12.18 19:54:58.722194 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9977 2024.12.18 19:54:58.722508 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_81_16} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9978 2024.12.18 19:54:58.722834 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
9979 2024.12.18 19:54:58.739268 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9980 2024.12.18 19:54:58.739323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9981 2024.12.18 19:54:58.746312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9982 2024.12.18 19:54:58.747094 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9983 2024.12.18 19:54:58.750779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9984 2024.12.18 19:55:03.674251 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9985 2024.12.18 19:55:03.674526 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9986 2024.12.18 19:55:03.674630 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9987 2024.12.18 19:55:03.676227 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9988 2024.12.18 19:55:03.676297 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9989 2024.12.18 19:55:03.676862 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9990 2024.12.18 19:55:03.677389 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9991 2024.12.18 19:55:03.677702 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003243 sec., 1233.4258402713538 rows/sec., 100.58 KiB/sec.
9992 2024.12.18 19:55:03.677818 [ 262 ] {8e89b68f-ce28-4909-898f-023ab1325e09} <Debug> TCPHandler: Processed in 0.003755217 sec.
9993 2024.12.18 19:55:03.678027 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9994 2024.12.18 19:55:03.678170 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9995 2024.12.18 19:55:03.678225 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9996 2024.12.18 19:55:03.678920 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9997 2024.12.18 19:55:03.678974 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
9998 2024.12.18 19:55:03.679377 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9999 2024.12.18 19:55:03.679658 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10000 2024.12.18 19:55:03.679945 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001792 sec., 32366.071428571428 rows/sec., 2.47 MiB/sec.
10001 2024.12.18 19:55:03.680079 [ 266 ] {47d0bdca-cbde-4b07-8d53-de5236e358ba} <Debug> TCPHandler: Processed in 0.002112354 sec.
10002 2024.12.18 19:55:03.680350 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10003 2024.12.18 19:55:03.680521 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10004 2024.12.18 19:55:03.680576 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10005 2024.12.18 19:55:03.681189 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10006 2024.12.18 19:55:03.681237 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10007 2024.12.18 19:55:03.681597 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10008 2024.12.18 19:55:03.681864 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10009 2024.12.18 19:55:03.682077 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001584 sec., 2525.2525252525256 rows/sec., 176.32 KiB/sec.
10010 2024.12.18 19:55:03.682142 [ 262 ] {8adb366b-a338-4c62-8068-bc0cfa83f739} <Debug> TCPHandler: Processed in 0.001907899 sec.
10011 2024.12.18 19:55:03.682333 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10012 2024.12.18 19:55:03.682440 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10013 2024.12.18 19:55:03.682485 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10014 2024.12.18 19:55:03.683053 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10015 2024.12.18 19:55:03.683093 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10016 2024.12.18 19:55:03.683459 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10017 2024.12.18 19:55:03.683705 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10018 2024.12.18 19:55:03.683909 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001491 sec., 45606.97518443997 rows/sec., 3.56 MiB/sec.
10019 2024.12.18 19:55:03.683962 [ 266 ] {fdea37ea-cda8-40bf-9b97-bb0100e43187} <Debug> TCPHandler: Processed in 0.001698226 sec.
10020 2024.12.18 19:55:03.684129 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10021 2024.12.18 19:55:03.684237 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10022 2024.12.18 19:55:03.684285 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10023 2024.12.18 19:55:03.684821 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10024 2024.12.18 19:55:03.684860 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10025 2024.12.18 19:55:03.685258 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10026 2024.12.18 19:55:03.685509 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10027 2024.12.18 19:55:03.685746 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001526 sec., 106159.89515072084 rows/sec., 7.39 MiB/sec.
10028 2024.12.18 19:55:03.685843 [ 262 ] {64c7d1b4-f275-482d-ac80-d1a0ac2fad95} <Debug> TCPHandler: Processed in 0.001766546 sec.
10029 2024.12.18 19:55:03.686070 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10030 2024.12.18 19:55:03.686224 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10031 2024.12.18 19:55:03.686274 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10032 2024.12.18 19:55:03.686746 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10033 2024.12.18 19:55:03.686785 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10034 2024.12.18 19:55:03.687184 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10035 2024.12.18 19:55:03.687460 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10036 2024.12.18 19:55:03.687688 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
10037 2024.12.18 19:55:03.687743 [ 266 ] {e5945d54-f8bf-4a17-bdfc-e1b81f95c7f6} <Debug> TCPHandler: Processed in 0.001785206 sec.
10038 2024.12.18 19:55:04.538564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339
10039 2024.12.18 19:55:04.539276 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10040 2024.12.18 19:55:04.539315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10041 2024.12.18 19:55:04.539831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10042 2024.12.18 19:55:04.540115 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10043 2024.12.18 19:55:04.540303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
10044 2024.12.18 19:55:06.250834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10045 2024.12.18 19:55:06.271103 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10046 2024.12.18 19:55:06.271157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10047 2024.12.18 19:55:06.278375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10048 2024.12.18 19:55:06.279125 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10049 2024.12.18 19:55:06.281836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10050 2024.12.18 19:55:07.174070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1378
10051 2024.12.18 19:55:07.177233 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10052 2024.12.18 19:55:07.177280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10053 2024.12.18 19:55:07.178749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10054 2024.12.18 19:55:07.179063 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10055 2024.12.18 19:55:07.180458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1378
10056 2024.12.18 19:55:08.679087 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10057 2024.12.18 19:55:08.679296 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10058 2024.12.18 19:55:08.679376 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10059 2024.12.18 19:55:08.680134 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10060 2024.12.18 19:55:08.680182 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10061 2024.12.18 19:55:08.680620 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10062 2024.12.18 19:55:08.680877 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10063 2024.12.18 19:55:08.681107 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec.
10064 2024.12.18 19:55:08.681202 [ 262 ] {ceb2c9a1-2dcd-44fe-baf3-e922e62e55dd} <Debug> TCPHandler: Processed in 0.002247517 sec.
10065 2024.12.18 19:55:08.681394 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10066 2024.12.18 19:55:08.681537 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10067 2024.12.18 19:55:08.681596 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10068 2024.12.18 19:55:08.682435 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10069 2024.12.18 19:55:08.682477 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10070 2024.12.18 19:55:08.682884 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10071 2024.12.18 19:55:08.683130 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10072 2024.12.18 19:55:08.683352 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00185 sec., 154054.05405405405 rows/sec., 13.59 MiB/sec.
10073 2024.12.18 19:55:08.683408 [ 266 ] {f67a1d63-e07a-478e-be49-f4a4fbc38388} <Debug> TCPHandler: Processed in 0.002082913 sec.
10074 2024.12.18 19:55:08.683556 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10075 2024.12.18 19:55:08.683690 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10076 2024.12.18 19:55:08.683745 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10077 2024.12.18 19:55:08.684412 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10078 2024.12.18 19:55:08.684452 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10079 2024.12.18 19:55:08.684810 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10080 2024.12.18 19:55:08.685050 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10081 2024.12.18 19:55:08.685254 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001596 sec., 30075.187969924813 rows/sec., 2.17 MiB/sec.
10082 2024.12.18 19:55:08.685308 [ 262 ] {cdab4ca0-daeb-491c-a1c0-02f2f4254f99} <Debug> TCPHandler: Processed in 0.001821807 sec.
10083 2024.12.18 19:55:08.685465 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10084 2024.12.18 19:55:08.685596 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10085 2024.12.18 19:55:08.685650 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10086 2024.12.18 19:55:08.686283 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10087 2024.12.18 19:55:08.686332 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10088 2024.12.18 19:55:08.686697 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10089 2024.12.18 19:55:08.686938 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10090 2024.12.18 19:55:08.687149 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec.
10091 2024.12.18 19:55:08.687201 [ 266 ] {0e973bf4-83a1-42ae-afc6-6b8cbc6293e2} <Debug> TCPHandler: Processed in 0.001797287 sec.
10092 2024.12.18 19:55:08.687368 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10093 2024.12.18 19:55:08.687505 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10094 2024.12.18 19:55:08.687560 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10095 2024.12.18 19:55:08.688213 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10096 2024.12.18 19:55:08.688262 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10097 2024.12.18 19:55:08.688643 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10098 2024.12.18 19:55:08.688887 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10099 2024.12.18 19:55:08.689086 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec.
10100 2024.12.18 19:55:08.689137 [ 262 ] {a1642b6f-34d8-4529-8a25-7bc0ab6e3a2d} <Debug> TCPHandler: Processed in 0.001836528 sec.
10101 2024.12.18 19:55:08.689274 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10102 2024.12.18 19:55:08.689380 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10103 2024.12.18 19:55:08.689433 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10104 2024.12.18 19:55:08.690244 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10105 2024.12.18 19:55:08.690291 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10106 2024.12.18 19:55:08.690680 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10107 2024.12.18 19:55:08.690930 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10108 2024.12.18 19:55:08.691150 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001787 sec., 236709.56911024064 rows/sec., 16.92 MiB/sec.
10109 2024.12.18 19:55:08.691228 [ 266 ] {1d02404c-4d4a-4dfb-bd49-a761f56343e0} <Debug> TCPHandler: Processed in 0.002005461 sec.
10110 2024.12.18 19:55:08.691412 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10111 2024.12.18 19:55:08.691656 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10112 2024.12.18 19:55:08.691714 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10113 2024.12.18 19:55:08.692265 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10114 2024.12.18 19:55:08.692312 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10115 2024.12.18 19:55:08.692709 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10116 2024.12.18 19:55:08.692959 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10117 2024.12.18 19:55:08.693173 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec.
10118 2024.12.18 19:55:08.693296 [ 262 ] {6bea5ae0-1127-4dbd-8ad0-3494f3abae5d} <Debug> TCPHandler: Processed in 0.00198552 sec.
10119 2024.12.18 19:55:08.693446 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10120 2024.12.18 19:55:08.693576 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10121 2024.12.18 19:55:08.693634 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10122 2024.12.18 19:55:08.694270 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10123 2024.12.18 19:55:08.694314 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10124 2024.12.18 19:55:08.694721 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10125 2024.12.18 19:55:08.694965 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10126 2024.12.18 19:55:08.695163 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec.
10127 2024.12.18 19:55:08.695214 [ 266 ] {fbcba83b-de24-438d-82ef-0e789301120b} <Debug> TCPHandler: Processed in 0.001829388 sec.
10128 2024.12.18 19:55:08.695346 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10129 2024.12.18 19:55:08.695464 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10130 2024.12.18 19:55:08.695520 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10131 2024.12.18 19:55:08.696016 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10132 2024.12.18 19:55:08.696062 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10133 2024.12.18 19:55:08.696463 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10134 2024.12.18 19:55:08.696697 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10135 2024.12.18 19:55:08.696917 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec.
10136 2024.12.18 19:55:08.696968 [ 262 ] {daf1aa0f-2cd1-4a47-bf3f-f20274c205a7} <Debug> TCPHandler: Processed in 0.001673094 sec.
10137 2024.12.18 19:55:08.697095 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10138 2024.12.18 19:55:08.697202 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10139 2024.12.18 19:55:08.697267 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10140 2024.12.18 19:55:08.698406 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.12.18 19:55:08.698445 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10142 2024.12.18 19:55:08.699091 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10143 2024.12.18 19:55:08.699342 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10144 2024.12.18 19:55:08.699580 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002401 sec., 17076.218242399 rows/sec., 30.60 MiB/sec.
10145 2024.12.18 19:55:08.699682 [ 266 ] {3fbe28ed-1638-4b7c-9f7f-3a4ba1510a1f} <Debug> TCPHandler: Processed in 0.002636224 sec.
10146 2024.12.18 19:55:08.699818 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10147 2024.12.18 19:55:08.699927 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10148 2024.12.18 19:55:08.699973 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10149 2024.12.18 19:55:08.700406 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10150 2024.12.18 19:55:08.700446 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10151 2024.12.18 19:55:08.700800 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10152 2024.12.18 19:55:08.701040 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10153 2024.12.18 19:55:08.701239 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001335 sec., 61423.22097378277 rows/sec., 3.90 MiB/sec.
10154 2024.12.18 19:55:08.701289 [ 262 ] {db3a4915-fd35-4910-837c-7cbb408dfca3} <Debug> TCPHandler: Processed in 0.001524341 sec.
10155 2024.12.18 19:55:11.867462 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
10156 2024.12.18 19:55:11.867528 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
10157 2024.12.18 19:55:12.041407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827
10158 2024.12.18 19:55:12.042122 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10159 2024.12.18 19:55:12.042178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10160 2024.12.18 19:55:12.042704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10161 2024.12.18 19:55:12.042970 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10162 2024.12.18 19:55:12.043219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827
10163 2024.12.18 19:55:13.673094 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10164 2024.12.18 19:55:13.673298 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10165 2024.12.18 19:55:13.673374 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10166 2024.12.18 19:55:13.674267 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10167 2024.12.18 19:55:13.674344 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10168 2024.12.18 19:55:13.674816 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10169 2024.12.18 19:55:13.675084 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10170 2024.12.18 19:55:13.675346 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002101 sec., 26653.974297953355 rows/sec., 2.03 MiB/sec.
10171 2024.12.18 19:55:13.675419 [ 262 ] {005009f5-960c-4415-adcf-d95f7fa71e79} <Debug> TCPHandler: Processed in 0.00245487 sec.
10172 2024.12.18 19:55:13.675602 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10173 2024.12.18 19:55:13.675738 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10174 2024.12.18 19:55:13.675789 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10175 2024.12.18 19:55:13.676383 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10176 2024.12.18 19:55:13.676426 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10177 2024.12.18 19:55:13.676810 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10178 2024.12.18 19:55:13.677054 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10179 2024.12.18 19:55:13.677302 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001593 sec., 40175.76898932831 rows/sec., 3.14 MiB/sec.
10180 2024.12.18 19:55:13.677358 [ 266 ] {b019755f-b9f2-4bc2-ac89-169b891b88e3} <Debug> TCPHandler: Processed in 0.001817868 sec.
10181 2024.12.18 19:55:13.677503 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10182 2024.12.18 19:55:13.677628 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10183 2024.12.18 19:55:13.677688 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10184 2024.12.18 19:55:13.678322 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10185 2024.12.18 19:55:13.678369 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10186 2024.12.18 19:55:13.678790 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10187 2024.12.18 19:55:13.679027 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10188 2024.12.18 19:55:13.679250 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec.
10189 2024.12.18 19:55:13.679304 [ 262 ] {54baccc1-b915-4d5e-b2a0-8a80b500c3b5} <Debug> TCPHandler: Processed in 0.001853528 sec.
10190 2024.12.18 19:55:13.679464 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10191 2024.12.18 19:55:13.679583 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10192 2024.12.18 19:55:13.679640 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10193 2024.12.18 19:55:13.680169 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10194 2024.12.18 19:55:13.680215 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10195 2024.12.18 19:55:13.680641 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10196 2024.12.18 19:55:13.680883 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10197 2024.12.18 19:55:13.681088 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec.
10198 2024.12.18 19:55:13.681137 [ 266 ] {05f48417-aaa3-4a41-8314-f258c7f0dfdf} <Debug> TCPHandler: Processed in 0.001727116 sec.
10199 2024.12.18 19:55:13.782883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10200 2024.12.18 19:55:13.803250 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10201 2024.12.18 19:55:13.803311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10202 2024.12.18 19:55:13.810633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10203 2024.12.18 19:55:13.811418 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10204 2024.12.18 19:55:13.814180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10205 2024.12.18 19:55:14.908631 [ 64 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10206 2024.12.18 19:55:14.908695 [ 64 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10207 2024.12.18 19:55:14.908720 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10208 2024.12.18 19:55:14.909010 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
10209 2024.12.18 19:55:14.909216 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10210 2024.12.18 19:55:14.909259 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
10211 2024.12.18 19:55:14.909371 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
10212 2024.12.18 19:55:14.909620 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
10213 2024.12.18 19:55:14.909805 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part
10214 2024.12.18 19:55:14.909959 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part
10215 2024.12.18 19:55:14.911151 [ 187 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002327388 sec., 15467.983851424859 rows/sec., 1.29 MiB/sec.
10216 2024.12.18 19:55:14.911456 [ 187 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10217 2024.12.18 19:55:14.911869 [ 187 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10218 2024.12.18 19:55:14.911969 [ 187 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_21_5} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10219 2024.12.18 19:55:14.912077 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10220 2024.12.18 19:55:16.591370 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10221 2024.12.18 19:55:16.591595 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10222 2024.12.18 19:55:16.591670 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10223 2024.12.18 19:55:16.592417 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10224 2024.12.18 19:55:16.592465 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10225 2024.12.18 19:55:16.592904 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10226 2024.12.18 19:55:16.593162 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10227 2024.12.18 19:55:16.593341 [ 45 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10228 2024.12.18 19:55:16.593412 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec.
10229 2024.12.18 19:55:16.593420 [ 45 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10230 2024.12.18 19:55:16.593492 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10231 2024.12.18 19:55:16.593545 [ 262 ] {f541616c-8419-4eac-b227-cf092e21e931} <Debug> TCPHandler: Processed in 0.002306207 sec.
10232 2024.12.18 19:55:16.593770 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10233 2024.12.18 19:55:16.593787 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10234 2024.12.18 19:55:16.594044 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10235 2024.12.18 19:55:16.594077 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10236 2024.12.18 19:55:16.594105 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10237 2024.12.18 19:55:16.594183 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10238 2024.12.18 19:55:16.594341 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10239 2024.12.18 19:55:16.594800 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10240 2024.12.18 19:55:16.595106 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10241 2024.12.18 19:55:16.595484 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
10242 2024.12.18 19:55:16.597065 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10243 2024.12.18 19:55:16.597140 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10244 2024.12.18 19:55:16.598241 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10245 2024.12.18 19:55:16.598249 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004639056 sec., 15089.276783897414 rows/sec., 1.12 MiB/sec.
10246 2024.12.18 19:55:16.598445 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10247 2024.12.18 19:55:16.598700 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10248 2024.12.18 19:55:16.599021 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_33_8} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10249 2024.12.18 19:55:16.599183 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00517 sec., 386.84719535783364 rows/sec., 31.54 KiB/sec.
10250 2024.12.18 19:55:16.599225 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_33_8} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10251 2024.12.18 19:55:16.599382 [ 266 ] {00dd77ca-1082-4d03-87ab-10551f0cb3c5} <Debug> TCPHandler: Processed in 0.005693277 sec.
10252 2024.12.18 19:55:16.599425 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10253 2024.12.18 19:55:16.599562 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10254 2024.12.18 19:55:16.599691 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10255 2024.12.18 19:55:16.599737 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10256 2024.12.18 19:55:16.601063 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10257 2024.12.18 19:55:16.601104 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10258 2024.12.18 19:55:16.601557 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10259 2024.12.18 19:55:16.601824 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10260 2024.12.18 19:55:16.601992 [ 45 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10261 2024.12.18 19:55:16.602039 [ 45 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2024.12.18 19:55:16.602074 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10263 2024.12.18 19:55:16.602072 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002397 sec., 594910.3045473509 rows/sec., 49.68 MiB/sec.
10264 2024.12.18 19:55:16.602222 [ 262 ] {acca1bdd-e14d-41bd-978a-44a633b1a920} <Debug> TCPHandler: Processed in 0.002730037 sec.
10265 2024.12.18 19:55:16.602259 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
10266 2024.12.18 19:55:16.602386 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10267 2024.12.18 19:55:16.602392 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10268 2024.12.18 19:55:16.602422 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1436 rows starting from the beginning of the part
10269 2024.12.18 19:55:16.602550 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 285 rows starting from the beginning of the part
10270 2024.12.18 19:55:16.602641 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10271 2024.12.18 19:55:16.602659 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part
10272 2024.12.18 19:55:16.602744 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10273 2024.12.18 19:55:16.602953 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 285 rows starting from the beginning of the part
10274 2024.12.18 19:55:16.603146 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
10275 2024.12.18 19:55:16.603378 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1426 rows starting from the beginning of the part
10276 2024.12.18 19:55:16.604262 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10277 2024.12.18 19:55:16.604308 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10278 2024.12.18 19:55:16.604878 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10279 2024.12.18 19:55:16.605124 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2024.12.18 19:55:16.605385 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.002806 sec., 17818.95937277263 rows/sec., 1.28 MiB/sec.
10281 2024.12.18 19:55:16.605502 [ 266 ] {7fa004cd-65ab-4213-b76e-cc7d8e802eaf} <Debug> TCPHandler: Processed in 0.003175395 sec.
10282 2024.12.18 19:55:16.605692 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10283 2024.12.18 19:55:16.605698 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 5 columns (5 merged, 0 gathered) in 0.003545363 sec., 1000179.6713058719 rows/sec., 87.83 MiB/sec.
10284 2024.12.18 19:55:16.605823 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10285 2024.12.18 19:55:16.605874 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10286 2024.12.18 19:55:16.606086 [ 197 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10287 2024.12.18 19:55:16.606793 [ 197 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10288 2024.12.18 19:55:16.607007 [ 197 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_86_17} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10289 2024.12.18 19:55:16.607186 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
10290 2024.12.18 19:55:16.607208 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10291 2024.12.18 19:55:16.607268 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10292 2024.12.18 19:55:16.607646 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10293 2024.12.18 19:55:16.607886 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10294 2024.12.18 19:55:16.608105 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002305 sec., 104989.15401301517 rows/sec., 7.11 MiB/sec.
10295 2024.12.18 19:55:16.608163 [ 262 ] {91945e26-1077-499c-a2b3-3e811639240d} <Debug> TCPHandler: Processed in 0.002555033 sec.
10296 2024.12.18 19:55:16.608306 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10297 2024.12.18 19:55:16.608434 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10298 2024.12.18 19:55:16.608487 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10299 2024.12.18 19:55:16.609035 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10300 2024.12.18 19:55:16.609074 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10301 2024.12.18 19:55:16.609408 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10302 2024.12.18 19:55:16.609636 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10303 2024.12.18 19:55:16.609795 [ 45 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10304 2024.12.18 19:55:16.609858 [ 45 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10305 2024.12.18 19:55:16.609887 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10306 2024.12.18 19:55:16.609903 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001487 sec., 8742.434431741762 rows/sec., 545.09 KiB/sec.
10307 2024.12.18 19:55:16.610048 [ 266 ] {957c83a7-d007-40eb-94f6-8349b226a53f} <Debug> TCPHandler: Processed in 0.001801757 sec.
10308 2024.12.18 19:55:16.610081 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10309 2024.12.18 19:55:16.610201 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10310 2024.12.18 19:55:16.610212 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10311 2024.12.18 19:55:16.610256 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10312 2024.12.18 19:55:16.610394 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10313 2024.12.18 19:55:16.610408 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10314 2024.12.18 19:55:16.610488 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10315 2024.12.18 19:55:16.610627 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10316 2024.12.18 19:55:16.610829 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10317 2024.12.18 19:55:16.610978 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
10318 2024.12.18 19:55:16.612222 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10319 2024.12.18 19:55:16.612273 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002300597 sec., 28253.53593002164 rows/sec., 1.83 MiB/sec.
10320 2024.12.18 19:55:16.612277 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10321 2024.12.18 19:55:16.612509 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10322 2024.12.18 19:55:16.613081 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10323 2024.12.18 19:55:16.613111 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_33_8} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10324 2024.12.18 19:55:16.613271 [ 194 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_33_8} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10325 2024.12.18 19:55:16.613440 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10326 2024.12.18 19:55:16.613578 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10327 2024.12.18 19:55:16.613768 [ 45 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10328 2024.12.18 19:55:16.613826 [ 45 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10329 2024.12.18 19:55:16.613834 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.003509 sec., 251068.6805357652 rows/sec., 18.21 MiB/sec.
10330 2024.12.18 19:55:16.613866 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10331 2024.12.18 19:55:16.614032 [ 262 ] {c4e24125-031d-4cc4-bcee-d4d4eef6153a} <Debug> TCPHandler: Processed in 0.00389742 sec.
10332 2024.12.18 19:55:16.614109 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
10333 2024.12.18 19:55:16.614242 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10334 2024.12.18 19:55:16.614304 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10335 2024.12.18 19:55:16.614350 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
10336 2024.12.18 19:55:16.614475 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10337 2024.12.18 19:55:16.614614 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part
10338 2024.12.18 19:55:16.614654 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10339 2024.12.18 19:55:16.615008 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part
10340 2024.12.18 19:55:16.615369 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 423 rows starting from the beginning of the part
10341 2024.12.18 19:55:16.615732 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
10342 2024.12.18 19:55:16.616097 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 881 rows starting from the beginning of the part
10343 2024.12.18 19:55:16.617093 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10344 2024.12.18 19:55:16.617173 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10345 2024.12.18 19:55:16.618028 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10346 2024.12.18 19:55:16.618497 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10347 2024.12.18 19:55:16.618789 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004401 sec., 1363.3265167007496 rows/sec., 71.23 KiB/sec.
10348 2024.12.18 19:55:16.619222 [ 266 ] {6c292735-06b1-4bf9-b40c-113e9fee69de} <Debug> TCPHandler: Processed in 0.005059504 sec.
10349 2024.12.18 19:55:16.619545 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10350 2024.12.18 19:55:16.619968 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.005966122 sec., 464958.6448282486 rows/sec., 35.50 MiB/sec.
10351 2024.12.18 19:55:16.619982 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10352 2024.12.18 19:55:16.620085 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10353 2024.12.18 19:55:16.620238 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10354 2024.12.18 19:55:16.620794 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10355 2024.12.18 19:55:16.620873 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_86_17} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10356 2024.12.18 19:55:16.621008 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
10357 2024.12.18 19:55:16.621360 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10358 2024.12.18 19:55:16.621405 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10359 2024.12.18 19:55:16.621863 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10360 2024.12.18 19:55:16.622110 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10361 2024.12.18 19:55:16.622323 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.002482 sec., 360193.39242546336 rows/sec., 24.00 MiB/sec.
10362 2024.12.18 19:55:16.622380 [ 262 ] {07d007eb-fdce-4bc3-8f9f-4d9d1dda66a8} <Debug> TCPHandler: Processed in 0.003004332 sec.
10363 2024.12.18 19:55:16.622521 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10364 2024.12.18 19:55:16.622634 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10365 2024.12.18 19:55:16.622681 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10366 2024.12.18 19:55:16.623170 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10367 2024.12.18 19:55:16.623219 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10368 2024.12.18 19:55:16.623595 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10369 2024.12.18 19:55:16.623831 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10370 2024.12.18 19:55:16.623988 [ 45 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
10371 2024.12.18 19:55:16.624045 [ 45 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10372 2024.12.18 19:55:16.624077 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
10373 2024.12.18 19:55:16.624083 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10374 2024.12.18 19:55:16.624235 [ 266 ] {cd7317d7-c6d6-4c4c-8140-68f7d68235bf} <Debug> TCPHandler: Processed in 0.001759226 sec.
10375 2024.12.18 19:55:16.624320 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full
10376 2024.12.18 19:55:16.624422 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10377 2024.12.18 19:55:16.624510 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10378 2024.12.18 19:55:16.624579 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 29 rows starting from the beginning of the part
10379 2024.12.18 19:55:16.624633 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10380 2024.12.18 19:55:16.624791 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
10381 2024.12.18 19:55:16.624929 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10382 2024.12.18 19:55:16.625084 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10383 2024.12.18 19:55:16.625480 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
10384 2024.12.18 19:55:16.625841 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
10385 2024.12.18 19:55:16.626138 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10386 2024.12.18 19:55:16.629584 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.00537259 sec., 6328.4188817683835 rows/sec., 425.70 KiB/sec.
10387 2024.12.18 19:55:16.629807 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
10388 2024.12.18 19:55:16.630373 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10389 2024.12.18 19:55:16.630439 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10390 2024.12.18 19:55:16.630446 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10391 2024.12.18 19:55:16.630601 [ 189 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_34_7} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
10392 2024.12.18 19:55:16.630768 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10393 2024.12.18 19:55:16.631409 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10394 2024.12.18 19:55:16.631687 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10395 2024.12.18 19:55:16.631947 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00738 sec., 5555.555555555556 rows/sec., 9.96 MiB/sec.
10396 2024.12.18 19:55:16.632069 [ 262 ] {5f9ba426-d115-4f0f-a759-40199eb4741b} <Debug> TCPHandler: Processed in 0.007723839 sec.
10397 2024.12.18 19:55:16.632219 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10398 2024.12.18 19:55:16.632334 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10399 2024.12.18 19:55:16.632382 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10400 2024.12.18 19:55:16.632825 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10401 2024.12.18 19:55:16.632864 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10402 2024.12.18 19:55:16.633228 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10403 2024.12.18 19:55:16.633467 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10404 2024.12.18 19:55:16.633682 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001372 sec., 42274.052478134116 rows/sec., 2.62 MiB/sec.
10405 2024.12.18 19:55:16.633732 [ 266 ] {3e20fa8b-cd15-4cc4-9326-aedd3b76072b} <Debug> TCPHandler: Processed in 0.001571113 sec.
10406 2024.12.18 19:55:17.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.77 MiB, peak 246.90 MiB, free memory in arenas 0.00 B, will set to 233.70 MiB (RSS), difference: -1.06 MiB
10407 2024.12.18 19:55:17.180694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1432
10408 2024.12.18 19:55:17.184509 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2024.12.18 19:55:17.184566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10410 2024.12.18 19:55:17.186117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10411 2024.12.18 19:55:17.186438 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2024.12.18 19:55:17.188092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432
10413 2024.12.18 19:55:18.668134 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10414 2024.12.18 19:55:18.668346 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10415 2024.12.18 19:55:18.668425 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10416 2024.12.18 19:55:18.669188 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10417 2024.12.18 19:55:18.669238 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10418 2024.12.18 19:55:18.669673 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10419 2024.12.18 19:55:18.669932 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10420 2024.12.18 19:55:18.670186 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.26 MiB/sec.
10421 2024.12.18 19:55:18.670277 [ 262 ] {9b467802-2c2f-46e9-a820-44c246b5e66b} <Debug> TCPHandler: Processed in 0.002273476 sec.
10422 2024.12.18 19:55:18.670500 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10423 2024.12.18 19:55:18.670715 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10424 2024.12.18 19:55:18.670775 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10425 2024.12.18 19:55:18.671451 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10426 2024.12.18 19:55:18.671501 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10427 2024.12.18 19:55:18.671913 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10428 2024.12.18 19:55:18.672155 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10429 2024.12.18 19:55:18.672375 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001705 sec., 37536.6568914956 rows/sec., 2.93 MiB/sec.
10430 2024.12.18 19:55:18.672444 [ 266 ] {d1ca807b-6c37-4200-acfd-c8e61c3fefe1} <Debug> TCPHandler: Processed in 0.002067752 sec.
10431 2024.12.18 19:55:18.672580 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10432 2024.12.18 19:55:18.672701 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10433 2024.12.18 19:55:18.672761 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10434 2024.12.18 19:55:18.673329 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10435 2024.12.18 19:55:18.673375 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10436 2024.12.18 19:55:18.673804 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10437 2024.12.18 19:55:18.674039 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10438 2024.12.18 19:55:18.674212 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 5 parts from all_1_81_16 to all_85_85_0
10439 2024.12.18 19:55:18.674277 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001601 sec., 39975.015615240474 rows/sec., 2.78 MiB/sec.
10440 2024.12.18 19:55:18.674304 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10441 2024.12.18 19:55:18.674374 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10442 2024.12.18 19:55:18.674395 [ 262 ] {1990ad2f-0704-4efd-a3b0-da11e79ce171} <Debug> TCPHandler: Processed in 0.001872798 sec.
10443 2024.12.18 19:55:18.674582 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10444 2024.12.18 19:55:18.674652 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
10445 2024.12.18 19:55:18.674756 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10446 2024.12.18 19:55:18.674878 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10447 2024.12.18 19:55:18.675005 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10448 2024.12.18 19:55:18.675097 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22918 rows starting from the beginning of the part
10449 2024.12.18 19:55:18.675505 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 162 rows starting from the beginning of the part
10450 2024.12.18 19:55:18.675832 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part
10451 2024.12.18 19:55:18.676098 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part
10452 2024.12.18 19:55:18.676434 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 894 rows starting from the beginning of the part
10453 2024.12.18 19:55:18.677099 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10454 2024.12.18 19:55:18.677159 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10455 2024.12.18 19:55:18.677913 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10456 2024.12.18 19:55:18.678224 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10457 2024.12.18 19:55:18.678420 [ 37 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10458 2024.12.18 19:55:18.678496 [ 37 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10459 2024.12.18 19:55:18.678499 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003796 sec., 6322.444678609062 rows/sec., 436.31 KiB/sec.
10460 2024.12.18 19:55:18.678538 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10461 2024.12.18 19:55:18.678719 [ 266 ] {12f19b4c-7b3c-4b7e-b8f7-6fbbebb53733} <Debug> TCPHandler: Processed in 0.004231247 sec.
10462 2024.12.18 19:55:18.679003 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
10463 2024.12.18 19:55:18.679476 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10464 2024.12.18 19:55:18.679587 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4684 rows starting from the beginning of the part
10465 2024.12.18 19:55:18.679993 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part
10466 2024.12.18 19:55:18.680360 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part
10467 2024.12.18 19:55:18.680762 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part
10468 2024.12.18 19:55:18.681147 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 58 rows starting from the beginning of the part
10469 2024.12.18 19:55:18.681544 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 24 rows starting from the beginning of the part
10470 2024.12.18 19:55:18.685676 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.007001154 sec., 709597.3035302466 rows/sec., 46.39 MiB/sec.
10471 2024.12.18 19:55:18.686427 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10472 2024.12.18 19:55:18.686844 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24371 rows, containing 5 columns (5 merged, 0 gathered) in 0.012335903 sec., 1975615.404887668 rows/sec., 133.45 MiB/sec.
10473 2024.12.18 19:55:18.687043 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10474 2024.12.18 19:55:18.687143 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_86_17} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10475 2024.12.18 19:55:18.687282 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
10476 2024.12.18 19:55:18.687354 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
10477 2024.12.18 19:55:18.687671 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10478 2024.12.18 19:55:18.687759 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 5 parts: [all_1_81_16, all_85_85_0] -> all_1_85_17
10479 2024.12.18 19:55:18.687851 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
10480 2024.12.18 19:55:19.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.06 MiB, peak 246.90 MiB, free memory in arenas 0.00 B, will set to 235.86 MiB (RSS), difference: 1.80 MiB
10481 2024.12.18 19:55:19.543316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254
10482 2024.12.18 19:55:19.543955 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10483 2024.12.18 19:55:19.544001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
10484 2024.12.18 19:55:19.544539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10485 2024.12.18 19:55:19.544801 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10486 2024.12.18 19:55:19.545056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
10487 2024.12.18 19:55:21.314248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
10488 2024.12.18 19:55:21.337075 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10489 2024.12.18 19:55:21.337139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10490 2024.12.18 19:55:21.344522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10491 2024.12.18 19:55:21.345306 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10492 2024.12.18 19:55:21.349976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
10493 2024.12.18 19:55:23.673319 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10494 2024.12.18 19:55:23.673506 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10495 2024.12.18 19:55:23.673577 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10496 2024.12.18 19:55:23.674332 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10497 2024.12.18 19:55:23.674379 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10498 2024.12.18 19:55:23.674827 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10499 2024.12.18 19:55:23.675087 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10500 2024.12.18 19:55:23.675312 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec.
10501 2024.12.18 19:55:23.675376 [ 262 ] {42656948-e847-4123-bba4-f8ebb39fd7f3} <Debug> TCPHandler: Processed in 0.002179465 sec.
10502 2024.12.18 19:55:23.675539 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10503 2024.12.18 19:55:23.675686 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10504 2024.12.18 19:55:23.675744 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10505 2024.12.18 19:55:23.676329 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10506 2024.12.18 19:55:23.676367 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10507 2024.12.18 19:55:23.676735 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10508 2024.12.18 19:55:23.676978 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10509 2024.12.18 19:55:23.677180 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 3.28 MiB/sec.
10510 2024.12.18 19:55:23.677283 [ 266 ] {a64de23a-18e4-4430-be53-261b092eb645} <Debug> TCPHandler: Processed in 0.001807347 sec.
10511 2024.12.18 19:55:23.677480 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10512 2024.12.18 19:55:23.677768 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10513 2024.12.18 19:55:23.677830 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10514 2024.12.18 19:55:23.678404 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10515 2024.12.18 19:55:23.678443 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10516 2024.12.18 19:55:23.678830 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10517 2024.12.18 19:55:23.679066 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10518 2024.12.18 19:55:23.679247 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec.
10519 2024.12.18 19:55:23.679299 [ 262 ] {2a2dc8da-b0b2-45e3-b500-36a52f760e76} <Debug> TCPHandler: Processed in 0.00193968 sec.
10520 2024.12.18 19:55:23.679462 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10521 2024.12.18 19:55:23.679591 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10522 2024.12.18 19:55:23.679645 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10523 2024.12.18 19:55:23.680127 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10524 2024.12.18 19:55:23.680163 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10525 2024.12.18 19:55:23.680520 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10526 2024.12.18 19:55:23.680765 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10527 2024.12.18 19:55:23.680952 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec.
10528 2024.12.18 19:55:23.681034 [ 266 ] {26fa5e41-5456-4f0d-ada0-125cce222f91} <Debug> TCPHandler: Processed in 0.001634213 sec.
10529 2024.12.18 19:55:26.867572 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
10530 2024.12.18 19:55:26.867638 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
10531 2024.12.18 19:55:27.045194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742
10532 2024.12.18 19:55:27.045977 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10533 2024.12.18 19:55:27.046032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10534 2024.12.18 19:55:27.046578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10535 2024.12.18 19:55:27.046851 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10536 2024.12.18 19:55:27.047058 [ 77 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10537 2024.12.18 19:55:27.047150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742
10538 2024.12.18 19:55:27.047157 [ 77 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10539 2024.12.18 19:55:27.047201 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10540 2024.12.18 19:55:27.047342 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
10541 2024.12.18 19:55:27.047560 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10542 2024.12.18 19:55:27.047619 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
10543 2024.12.18 19:55:27.047699 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
10544 2024.12.18 19:55:27.047910 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
10545 2024.12.18 19:55:27.048199 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
10546 2024.12.18 19:55:27.048323 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
10547 2024.12.18 19:55:27.048525 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
10548 2024.12.18 19:55:27.051678 [ 195 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.00440603 sec., 5842447.736397618 rows/sec., 83.58 MiB/sec.
10549 2024.12.18 19:55:27.052011 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10550 2024.12.18 19:55:27.052320 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10551 2024.12.18 19:55:27.052400 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_56_11} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10552 2024.12.18 19:55:27.052508 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
10553 2024.12.18 19:55:27.188393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1448
10554 2024.12.18 19:55:27.191299 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10555 2024.12.18 19:55:27.191362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10556 2024.12.18 19:55:27.192876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10557 2024.12.18 19:55:27.193210 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10558 2024.12.18 19:55:27.193903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448
10559 2024.12.18 19:55:27.248241 [ 76 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_46_11 to all_50_50_0
10560 2024.12.18 19:55:27.248305 [ 76 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10561 2024.12.18 19:55:27.248332 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10562 2024.12.18 19:55:27.248467 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_11 to all_50_50_0 into Compact with storage Full
10563 2024.12.18 19:55:27.248684 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10564 2024.12.18 19:55:27.248739 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_11, total 66 rows starting from the beginning of the part
10565 2024.12.18 19:55:27.248863 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part
10566 2024.12.18 19:55:27.248960 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part
10567 2024.12.18 19:55:27.249105 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part
10568 2024.12.18 19:55:27.249193 [ 192 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 50 rows starting from the beginning of the part
10569 2024.12.18 19:55:27.250195 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.001789566 sec., 120699.65567070451 rows/sec., 9.10 MiB/sec.
10570 2024.12.18 19:55:27.250506 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Trace> MergedBlockOutputStream: filled checksums all_1_50_12 (state Temporary)
10571 2024.12.18 19:55:27.251057 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_50_12 to all_1_50_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10572 2024.12.18 19:55:27.251163 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_50_12} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_46_11, all_50_50_0] -> all_1_50_12
10573 2024.12.18 19:55:27.251267 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10574 2024.12.18 19:55:27.472536 [ 76 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0
10575 2024.12.18 19:55:27.472614 [ 76 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10576 2024.12.18 19:55:27.472656 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10577 2024.12.18 19:55:27.472943 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full
10578 2024.12.18 19:55:27.473388 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10579 2024.12.18 19:55:27.473438 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 243 rows starting from the beginning of the part
10580 2024.12.18 19:55:27.473568 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part
10581 2024.12.18 19:55:27.473787 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
10582 2024.12.18 19:55:27.473998 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
10583 2024.12.18 19:55:27.474145 [ 187 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part
10584 2024.12.18 19:55:27.475303 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002548103 sec., 296298.85448115715 rows/sec., 21.21 MiB/sec.
10585 2024.12.18 19:55:27.475428 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
10586 2024.12.18 19:55:27.475693 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10587 2024.12.18 19:55:27.475772 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_34_7} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7
10588 2024.12.18 19:55:27.475845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
10589 2024.12.18 19:55:28.678815 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10590 2024.12.18 19:55:28.679020 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10591 2024.12.18 19:55:28.679095 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10592 2024.12.18 19:55:28.679821 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10593 2024.12.18 19:55:28.679869 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10594 2024.12.18 19:55:28.680293 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10595 2024.12.18 19:55:28.680544 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10596 2024.12.18 19:55:28.680797 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 551.92 KiB/sec.
10597 2024.12.18 19:55:28.680948 [ 262 ] {c56fe039-1036-49da-9c51-0688ce1f0282} <Debug> TCPHandler: Processed in 0.002260237 sec.
10598 2024.12.18 19:55:28.681189 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10599 2024.12.18 19:55:28.681338 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10600 2024.12.18 19:55:28.681397 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10601 2024.12.18 19:55:28.682281 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10602 2024.12.18 19:55:28.682321 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10603 2024.12.18 19:55:28.682721 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10604 2024.12.18 19:55:28.682965 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10605 2024.12.18 19:55:28.683184 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001881 sec., 151515.15151515152 rows/sec., 13.37 MiB/sec.
10606 2024.12.18 19:55:28.683240 [ 266 ] {ad1a2c10-bb47-4f24-ab63-6ef680a43555} <Debug> TCPHandler: Processed in 0.002184015 sec.
10607 2024.12.18 19:55:28.683397 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10608 2024.12.18 19:55:28.683526 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10609 2024.12.18 19:55:28.683580 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10610 2024.12.18 19:55:28.684218 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10611 2024.12.18 19:55:28.684258 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10612 2024.12.18 19:55:28.684620 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10613 2024.12.18 19:55:28.684854 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10614 2024.12.18 19:55:28.685055 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001559 sec., 30788.967286722258 rows/sec., 2.22 MiB/sec.
10615 2024.12.18 19:55:28.685106 [ 262 ] {8cd2c9a4-ead6-4aea-8028-20dedd463ff0} <Debug> TCPHandler: Processed in 0.001772916 sec.
10616 2024.12.18 19:55:28.685253 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10617 2024.12.18 19:55:28.685369 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10618 2024.12.18 19:55:28.685414 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10619 2024.12.18 19:55:28.685950 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10620 2024.12.18 19:55:28.685991 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10621 2024.12.18 19:55:28.686347 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10622 2024.12.18 19:55:28.686589 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10623 2024.12.18 19:55:28.686792 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001446 sec., 9681.881051175656 rows/sec., 678.06 KiB/sec.
10624 2024.12.18 19:55:28.686844 [ 266 ] {065e743e-8cbc-45b7-b665-c1be7dce725e} <Debug> TCPHandler: Processed in 0.001647734 sec.
10625 2024.12.18 19:55:28.686972 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10626 2024.12.18 19:55:28.687087 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10627 2024.12.18 19:55:28.687139 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10628 2024.12.18 19:55:28.687761 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10629 2024.12.18 19:55:28.687807 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10630 2024.12.18 19:55:28.688182 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10631 2024.12.18 19:55:28.688411 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10632 2024.12.18 19:55:28.688618 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec.
10633 2024.12.18 19:55:28.688749 [ 262 ] {6d88376a-aa02-44a3-9355-d12b1f71cd3a} <Debug> TCPHandler: Processed in 0.001826567 sec.
10634 2024.12.18 19:55:28.688893 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10635 2024.12.18 19:55:28.689000 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10636 2024.12.18 19:55:28.689045 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10637 2024.12.18 19:55:28.689808 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10638 2024.12.18 19:55:28.689854 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10639 2024.12.18 19:55:28.690255 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10640 2024.12.18 19:55:28.690493 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10641 2024.12.18 19:55:28.690714 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001729 sec., 244650.0867553499 rows/sec., 17.49 MiB/sec.
10642 2024.12.18 19:55:28.690802 [ 266 ] {a6cb7d27-9bfa-4747-9b72-be5e88313dc3} <Debug> TCPHandler: Processed in 0.001957181 sec.
10643 2024.12.18 19:55:28.690986 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10644 2024.12.18 19:55:28.691254 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10645 2024.12.18 19:55:28.691306 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10646 2024.12.18 19:55:28.691747 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10647 2024.12.18 19:55:28.691786 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10648 2024.12.18 19:55:28.692144 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10649 2024.12.18 19:55:28.692376 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10650 2024.12.18 19:55:28.692547 [ 75 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
10651 2024.12.18 19:55:28.692610 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec.
10652 2024.12.18 19:55:28.692636 [ 75 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10653 2024.12.18 19:55:28.692701 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10654 2024.12.18 19:55:28.692715 [ 262 ] {faf3f8df-0ade-4ac8-a0e1-aff66c01d5f8} <Debug> TCPHandler: Processed in 0.001824938 sec.
10655 2024.12.18 19:55:28.692927 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10656 2024.12.18 19:55:28.692977 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full
10657 2024.12.18 19:55:28.693105 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10658 2024.12.18 19:55:28.693220 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10659 2024.12.18 19:55:28.693242 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10660 2024.12.18 19:55:28.693320 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
10661 2024.12.18 19:55:28.693572 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
10662 2024.12.18 19:55:28.693952 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
10663 2024.12.18 19:55:28.694272 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10664 2024.12.18 19:55:28.694523 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10665 2024.12.18 19:55:28.694820 [ 187 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
10666 2024.12.18 19:55:28.695862 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10667 2024.12.18 19:55:28.695923 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10668 2024.12.18 19:55:28.697746 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10669 2024.12.18 19:55:28.698351 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10670 2024.12.18 19:55:28.698580 [ 195 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 4 columns (4 merged, 0 gathered) in 0.005770219 sec., 35353.94410506776 rows/sec., 1.80 MiB/sec.
10671 2024.12.18 19:55:28.698808 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005762 sec., 41131.55154460257 rows/sec., 2.76 MiB/sec.
10672 2024.12.18 19:55:28.698852 [ 195 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
10673 2024.12.18 19:55:28.698973 [ 266 ] {f32f7ced-4418-4555-83b5-6307ff2bc6e9} <Debug> TCPHandler: Processed in 0.006157737 sec.
10674 2024.12.18 19:55:28.699139 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10675 2024.12.18 19:55:28.699308 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10676 2024.12.18 19:55:28.699349 [ 195 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10677 2024.12.18 19:55:28.699396 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10678 2024.12.18 19:55:28.699534 [ 195 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_34_7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
10679 2024.12.18 19:55:28.699734 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10680 2024.12.18 19:55:28.700117 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10681 2024.12.18 19:55:28.700162 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10682 2024.12.18 19:55:28.700519 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10683 2024.12.18 19:55:28.700765 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10684 2024.12.18 19:55:28.701016 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00175 sec., 571.4285714285714 rows/sec., 38.50 KiB/sec.
10685 2024.12.18 19:55:28.701154 [ 262 ] {9ddf8b75-3707-458c-ab48-1ce0ef6db04b} <Debug> TCPHandler: Processed in 0.002081822 sec.
10686 2024.12.18 19:55:28.701399 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10687 2024.12.18 19:55:28.701551 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10688 2024.12.18 19:55:28.701638 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10689 2024.12.18 19:55:28.702790 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2024.12.18 19:55:28.702829 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10691 2024.12.18 19:55:28.703477 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10692 2024.12.18 19:55:28.703727 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2024.12.18 19:55:28.704013 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002485 sec., 16498.993963782697 rows/sec., 29.57 MiB/sec.
10694 2024.12.18 19:55:28.704535 [ 266 ] {e3dd276f-1af3-4bf0-af75-e95e760700d4} <Debug> TCPHandler: Processed in 0.003273117 sec.
10695 2024.12.18 19:55:28.704739 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10696 2024.12.18 19:55:28.704869 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10697 2024.12.18 19:55:28.704924 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10698 2024.12.18 19:55:28.705410 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10699 2024.12.18 19:55:28.705449 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10700 2024.12.18 19:55:28.705804 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10701 2024.12.18 19:55:28.706037 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10702 2024.12.18 19:55:28.706243 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec.
10703 2024.12.18 19:55:28.706291 [ 262 ] {a988043d-dfe1-4f25-99b6-f1aa6b7e6945} <Debug> TCPHandler: Processed in 0.001655184 sec.
10704 2024.12.18 19:55:28.850065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
10705 2024.12.18 19:55:28.871799 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10706 2024.12.18 19:55:28.871849 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10707 2024.12.18 19:55:28.879472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10708 2024.12.18 19:55:28.880242 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10709 2024.12.18 19:55:28.880539 [ 75 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10710 2024.12.18 19:55:28.880599 [ 75 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10711 2024.12.18 19:55:28.880640 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10712 2024.12.18 19:55:28.881199 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10713 2024.12.18 19:55:28.896326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
10714 2024.12.18 19:55:28.897919 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10715 2024.12.18 19:55:28.899611 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10716 2024.12.18 19:55:28.905426 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10717 2024.12.18 19:55:28.911328 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10718 2024.12.18 19:55:28.916935 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10719 2024.12.18 19:55:28.922763 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10720 2024.12.18 19:55:28.927592 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
10721 2024.12.18 19:55:28.992313 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.111526474 sec., 3783.854943714978 rows/sec., 19.57 MiB/sec.
10722 2024.12.18 19:55:28.995606 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10723 2024.12.18 19:55:28.998447 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_56_11} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10724 2024.12.18 19:55:28.998565 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_56_11} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10725 2024.12.18 19:55:29.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.13 MiB, peak 251.73 MiB, free memory in arenas 0.00 B, will set to 239.39 MiB (RSS), difference: -2.74 MiB
10726 2024.12.18 19:55:29.001172 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
10727 2024.12.18 19:55:30.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.57 MiB, peak 251.73 MiB, free memory in arenas 0.00 B, will set to 239.39 MiB (RSS), difference: 3.82 MiB
10728 2024.12.18 19:55:33.676851 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10729 2024.12.18 19:55:33.677158 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10730 2024.12.18 19:55:33.677274 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10731 2024.12.18 19:55:33.678444 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10732 2024.12.18 19:55:33.678512 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10733 2024.12.18 19:55:33.679134 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10734 2024.12.18 19:55:33.679537 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10735 2024.12.18 19:55:33.679917 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002828 sec., 707.2135785007073 rows/sec., 57.67 KiB/sec.
10736 2024.12.18 19:55:33.680130 [ 262 ] {491dc68a-479d-415d-a0d0-4140aa43bb87} <Debug> TCPHandler: Processed in 0.003464021 sec.
10737 2024.12.18 19:55:33.680387 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10738 2024.12.18 19:55:33.680539 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10739 2024.12.18 19:55:33.680601 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10740 2024.12.18 19:55:33.681440 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10741 2024.12.18 19:55:33.681493 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10742 2024.12.18 19:55:33.682005 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10743 2024.12.18 19:55:33.682316 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10744 2024.12.18 19:55:33.682575 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002074 sec., 27483.124397299904 rows/sec., 2.10 MiB/sec.
10745 2024.12.18 19:55:33.682654 [ 266 ] {78980248-33b5-463b-944d-9adf3a41c0c3} <Debug> TCPHandler: Processed in 0.002358209 sec.
10746 2024.12.18 19:55:33.682825 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10747 2024.12.18 19:55:33.682958 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10748 2024.12.18 19:55:33.683010 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10749 2024.12.18 19:55:33.683740 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10750 2024.12.18 19:55:33.683791 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10751 2024.12.18 19:55:33.684267 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10752 2024.12.18 19:55:33.684590 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10753 2024.12.18 19:55:33.684894 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 71.10 KiB/sec.
10754 2024.12.18 19:55:33.685000 [ 262 ] {e6211ae8-fded-4c00-90b1-6c74878e8cd5} <Debug> TCPHandler: Processed in 0.002239296 sec.
10755 2024.12.18 19:55:33.685274 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10756 2024.12.18 19:55:33.685516 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10757 2024.12.18 19:55:33.685576 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10758 2024.12.18 19:55:33.686288 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10759 2024.12.18 19:55:33.686337 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10760 2024.12.18 19:55:33.686804 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10761 2024.12.18 19:55:33.687130 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10762 2024.12.18 19:55:33.687396 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001942 sec., 33985.581874356336 rows/sec., 2.65 MiB/sec.
10763 2024.12.18 19:55:33.687466 [ 266 ] {3069f306-0351-4f10-8ee6-0d57badacd6f} <Debug> TCPHandler: Processed in 0.002335368 sec.
10764 2024.12.18 19:55:33.687626 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10765 2024.12.18 19:55:33.687745 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10766 2024.12.18 19:55:33.687796 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10767 2024.12.18 19:55:33.688345 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10768 2024.12.18 19:55:33.688387 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10769 2024.12.18 19:55:33.688786 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10770 2024.12.18 19:55:33.689030 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10771 2024.12.18 19:55:33.689248 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001528 sec., 105366.49214659685 rows/sec., 7.34 MiB/sec.
10772 2024.12.18 19:55:33.689327 [ 262 ] {8b3fbb78-0c86-4106-a5e9-c6503014b357} <Debug> TCPHandler: Processed in 0.001755946 sec.
10773 2024.12.18 19:55:33.689522 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10774 2024.12.18 19:55:33.689767 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10775 2024.12.18 19:55:33.689829 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10776 2024.12.18 19:55:33.690453 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10777 2024.12.18 19:55:33.690502 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10778 2024.12.18 19:55:33.691020 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10779 2024.12.18 19:55:33.691357 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10780 2024.12.18 19:55:33.691585 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001859 sec., 32275.416890801505 rows/sec., 2.18 MiB/sec.
10781 2024.12.18 19:55:33.691653 [ 266 ] {bffe2a61-5b15-4794-b697-cb4b91a31529} <Debug> TCPHandler: Processed in 0.002234726 sec.
10782 2024.12.18 19:55:34.547368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169
10783 2024.12.18 19:55:34.547991 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10784 2024.12.18 19:55:34.548033 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10785 2024.12.18 19:55:34.548573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10786 2024.12.18 19:55:34.548834 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10787 2024.12.18 19:55:34.549035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
10788 2024.12.18 19:55:36.396684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
10789 2024.12.18 19:55:36.416688 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10790 2024.12.18 19:55:36.416744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10791 2024.12.18 19:55:36.423822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10792 2024.12.18 19:55:36.424574 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10793 2024.12.18 19:55:36.429276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10794 2024.12.18 19:55:37.194156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1482
10795 2024.12.18 19:55:37.197355 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10796 2024.12.18 19:55:37.197408 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10797 2024.12.18 19:55:37.198904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10798 2024.12.18 19:55:37.199192 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10799 2024.12.18 19:55:37.199465 [ 65 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10800 2024.12.18 19:55:37.199588 [ 65 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10801 2024.12.18 19:55:37.199695 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10802 2024.12.18 19:55:37.200323 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
10803 2024.12.18 19:55:37.201402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482
10804 2024.12.18 19:55:37.201884 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10805 2024.12.18 19:55:37.202068 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1328 rows starting from the beginning of the part
10806 2024.12.18 19:55:37.202768 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part
10807 2024.12.18 19:55:37.203511 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part
10808 2024.12.18 19:55:37.204163 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part
10809 2024.12.18 19:55:37.204808 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part
10810 2024.12.18 19:55:37.205408 [ 197 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part
10811 2024.12.18 19:55:37.213823 [ 186 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 72 columns (72 merged, 0 gathered) in 0.013937727 sec., 106330.10676705033 rows/sec., 83.08 MiB/sec.
10812 2024.12.18 19:55:37.215551 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10813 2024.12.18 19:55:37.216395 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10814 2024.12.18 19:55:37.216502 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_41_8} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10815 2024.12.18 19:55:37.216856 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
10816 2024.12.18 19:55:38.678368 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10817 2024.12.18 19:55:38.678565 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10818 2024.12.18 19:55:38.678637 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10819 2024.12.18 19:55:38.679394 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10820 2024.12.18 19:55:38.679450 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10821 2024.12.18 19:55:38.679902 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10822 2024.12.18 19:55:38.680169 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10823 2024.12.18 19:55:38.680426 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec.
10824 2024.12.18 19:55:38.680671 [ 262 ] {cc4bee90-8cb0-4dc4-b820-db319c90dd09} <Debug> TCPHandler: Processed in 0.00242897 sec.
10825 2024.12.18 19:55:38.680871 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10826 2024.12.18 19:55:38.680995 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10827 2024.12.18 19:55:38.681046 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10828 2024.12.18 19:55:38.681769 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10829 2024.12.18 19:55:38.681812 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10830 2024.12.18 19:55:38.682206 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10831 2024.12.18 19:55:38.682448 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10832 2024.12.18 19:55:38.682618 [ 63 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10833 2024.12.18 19:55:38.682680 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001712 sec., 166471.96261682242 rows/sec., 14.69 MiB/sec.
10834 2024.12.18 19:55:38.682697 [ 63 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10835 2024.12.18 19:55:38.682760 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10836 2024.12.18 19:55:38.682806 [ 266 ] {c04e617d-64b1-4035-b9e7-71b5d88d2d06} <Debug> TCPHandler: Processed in 0.001995701 sec.
10837 2024.12.18 19:55:38.683023 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10838 2024.12.18 19:55:38.683041 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
10839 2024.12.18 19:55:38.683211 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10840 2024.12.18 19:55:38.683319 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10841 2024.12.18 19:55:38.683328 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10842 2024.12.18 19:55:38.683395 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1436 rows starting from the beginning of the part
10843 2024.12.18 19:55:38.683723 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
10844 2024.12.18 19:55:38.684033 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part
10845 2024.12.18 19:55:38.684421 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 285 rows starting from the beginning of the part
10846 2024.12.18 19:55:38.684772 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 57 rows starting from the beginning of the part
10847 2024.12.18 19:55:38.685113 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 285 rows starting from the beginning of the part
10848 2024.12.18 19:55:38.686165 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10849 2024.12.18 19:55:38.686240 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10850 2024.12.18 19:55:38.687219 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10851 2024.12.18 19:55:38.687725 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10852 2024.12.18 19:55:38.688045 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004877 sec., 9842.116054951814 rows/sec., 725.66 KiB/sec.
10853 2024.12.18 19:55:38.688376 [ 262 ] {64e49c2c-5e13-48a4-80e7-97902f123de1} <Debug> TCPHandler: Processed in 0.005456572 sec.
10854 2024.12.18 19:55:38.688617 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005753779 sec., 378012.43321997597 rows/sec., 33.25 MiB/sec.
10855 2024.12.18 19:55:38.688630 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10856 2024.12.18 19:55:38.688797 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10857 2024.12.18 19:55:38.688857 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10858 2024.12.18 19:55:38.688865 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10859 2024.12.18 19:55:38.689280 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10860 2024.12.18 19:55:38.689385 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_91_18} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10861 2024.12.18 19:55:38.689493 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
10862 2024.12.18 19:55:38.689684 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10863 2024.12.18 19:55:38.689722 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10864 2024.12.18 19:55:38.690061 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10865 2024.12.18 19:55:38.690296 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10866 2024.12.18 19:55:38.690532 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001768 sec., 7918.552036199095 rows/sec., 554.56 KiB/sec.
10867 2024.12.18 19:55:38.690695 [ 266 ] {2ef57895-5c56-4b3e-843b-b5533e84974b} <Debug> TCPHandler: Processed in 0.002186315 sec.
10868 2024.12.18 19:55:38.690931 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10869 2024.12.18 19:55:38.691073 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10870 2024.12.18 19:55:38.691127 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10871 2024.12.18 19:55:38.691748 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10872 2024.12.18 19:55:38.691788 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10873 2024.12.18 19:55:38.692137 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10874 2024.12.18 19:55:38.692373 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10875 2024.12.18 19:55:38.692581 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
10876 2024.12.18 19:55:38.692633 [ 262 ] {e52f5dd7-a3b7-442a-a152-06d5cc9240ba} <Debug> TCPHandler: Processed in 0.001809607 sec.
10877 2024.12.18 19:55:38.692786 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10878 2024.12.18 19:55:38.692914 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10879 2024.12.18 19:55:38.692967 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10880 2024.12.18 19:55:38.693735 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10881 2024.12.18 19:55:38.693773 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10882 2024.12.18 19:55:38.694134 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10883 2024.12.18 19:55:38.694371 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10884 2024.12.18 19:55:38.694532 [ 63 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10885 2024.12.18 19:55:38.694588 [ 63 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10886 2024.12.18 19:55:38.694598 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001704 sec., 248239.4366197183 rows/sec., 17.75 MiB/sec.
10887 2024.12.18 19:55:38.694624 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10888 2024.12.18 19:55:38.694738 [ 266 ] {78ece0f5-a8b9-4237-90c6-4ac0a4265553} <Debug> TCPHandler: Processed in 0.002009281 sec.
10889 2024.12.18 19:55:38.694973 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
10890 2024.12.18 19:55:38.695057 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10891 2024.12.18 19:55:38.695448 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10892 2024.12.18 19:55:38.695554 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
10893 2024.12.18 19:55:38.695686 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10894 2024.12.18 19:55:38.695998 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10895 2024.12.18 19:55:38.696009 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
10896 2024.12.18 19:55:38.696570 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part
10897 2024.12.18 19:55:38.697149 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 423 rows starting from the beginning of the part
10898 2024.12.18 19:55:38.697614 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part
10899 2024.12.18 19:55:38.697957 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 423 rows starting from the beginning of the part
10900 2024.12.18 19:55:38.699055 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10901 2024.12.18 19:55:38.699107 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10902 2024.12.18 19:55:38.700179 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10903 2024.12.18 19:55:38.700526 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2024.12.18 19:55:38.700951 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006189467 sec., 315859.1846438474 rows/sec., 24.18 MiB/sec.
10905 2024.12.18 19:55:38.701053 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005594 sec., 1072.5777618877369 rows/sec., 56.04 KiB/sec.
10906 2024.12.18 19:55:38.701174 [ 262 ] {54bab882-857c-465a-a38a-2c9f5047c7a2} <Debug> TCPHandler: Processed in 0.00631093 sec.
10907 2024.12.18 19:55:38.701204 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10908 2024.12.18 19:55:38.701388 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10909 2024.12.18 19:55:38.701578 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10910 2024.12.18 19:55:38.701662 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10911 2024.12.18 19:55:38.701699 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10912 2024.12.18 19:55:38.701943 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_91_18} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10913 2024.12.18 19:55:38.702119 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
10914 2024.12.18 19:55:38.702582 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10915 2024.12.18 19:55:38.702625 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10916 2024.12.18 19:55:38.703015 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10917 2024.12.18 19:55:38.703244 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10918 2024.12.18 19:55:38.703408 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0
10919 2024.12.18 19:55:38.703450 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10920 2024.12.18 19:55:38.703477 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001951 sec., 121476.16606868272 rows/sec., 8.14 MiB/sec.
10921 2024.12.18 19:55:38.703490 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10922 2024.12.18 19:55:38.703640 [ 266 ] {895d3b38-5fe7-4f1d-b131-14efdd5539b9} <Debug> TCPHandler: Processed in 0.002354109 sec.
10923 2024.12.18 19:55:38.703812 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
10924 2024.12.18 19:55:38.703857 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10925 2024.12.18 19:55:38.704133 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10926 2024.12.18 19:55:38.704146 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10927 2024.12.18 19:55:38.704238 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_85_17, total 24371 rows starting from the beginning of the part
10928 2024.12.18 19:55:38.704248 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10929 2024.12.18 19:55:38.704609 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part
10930 2024.12.18 19:55:38.704980 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
10931 2024.12.18 19:55:38.705345 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part
10932 2024.12.18 19:55:38.705669 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part
10933 2024.12.18 19:55:38.705940 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part
10934 2024.12.18 19:55:38.706775 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10935 2024.12.18 19:55:38.706829 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10936 2024.12.18 19:55:38.707562 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10937 2024.12.18 19:55:38.707855 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10938 2024.12.18 19:55:38.708298 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004232 sec., 236.29489603024575 rows/sec., 15.92 KiB/sec.
10939 2024.12.18 19:55:38.708603 [ 262 ] {97f62a5b-5637-4be4-ab24-115e518399a8} <Debug> TCPHandler: Processed in 0.00484493 sec.
10940 2024.12.18 19:55:38.708885 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10941 2024.12.18 19:55:38.709327 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10942 2024.12.18 19:55:38.709579 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10943 2024.12.18 19:55:38.711697 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10944 2024.12.18 19:55:38.711746 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10945 2024.12.18 19:55:38.712963 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10946 2024.12.18 19:55:38.713337 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10947 2024.12.18 19:55:38.713568 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10948 2024.12.18 19:55:38.713671 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10949 2024.12.18 19:55:38.713761 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10950 2024.12.18 19:55:38.714008 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00478 sec., 8577.405857740585 rows/sec., 15.37 MiB/sec.
10951 2024.12.18 19:55:38.714219 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10952 2024.12.18 19:55:38.715439 [ 266 ] {c45635e9-e395-45c9-a20d-d9fb0d95bbc4} <Debug> TCPHandler: Processed in 0.006709238 sec.
10953 2024.12.18 19:55:38.715738 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10954 2024.12.18 19:55:38.715831 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10955 2024.12.18 19:55:38.716101 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10956 2024.12.18 19:55:38.716111 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1356 rows starting from the beginning of the part
10957 2024.12.18 19:55:38.716231 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10958 2024.12.18 19:55:38.717162 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10959 2024.12.18 19:55:38.718543 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25230 rows, containing 5 columns (5 merged, 0 gathered) in 0.014887706 sec., 1694686.8778843428 rows/sec., 114.51 MiB/sec.
10960 2024.12.18 19:55:38.718638 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10961 2024.12.18 19:55:38.719490 [ 190 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
10962 2024.12.18 19:55:38.719706 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10963 2024.12.18 19:55:38.719989 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10964 2024.12.18 19:55:38.720091 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10965 2024.12.18 19:55:38.720732 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10966 2024.12.18 19:55:38.721280 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10967 2024.12.18 19:55:38.721933 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
10968 2024.12.18 19:55:38.721994 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18
10969 2024.12.18 19:55:38.722179 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10970 2024.12.18 19:55:38.722308 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
10971 2024.12.18 19:55:38.723124 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10972 2024.12.18 19:55:38.723747 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007774 sec., 10547.980447646 rows/sec., 686.01 KiB/sec.
10973 2024.12.18 19:55:38.723883 [ 262 ] {8eb7df33-d6e8-4ade-a791-747143feb769} <Debug> TCPHandler: Processed in 0.008320281 sec.
10974 2024.12.18 19:55:38.732760 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1561 rows, containing 19 columns (19 merged, 0 gathered) in 0.018830138 sec., 82899.020708186 rows/sec., 148.55 MiB/sec.
10975 2024.12.18 19:55:38.734520 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10976 2024.12.18 19:55:38.734942 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10977 2024.12.18 19:55:38.735020 [ 200 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10978 2024.12.18 19:55:38.735168 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.76 MiB.
10979 2024.12.18 19:55:39.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.35 MiB, peak 252.08 MiB, free memory in arenas 0.00 B, will set to 244.57 MiB (RSS), difference: 4.22 MiB
10980 2024.12.18 19:55:41.867688 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
10981 2024.12.18 19:55:41.867760 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
10982 2024.12.18 19:55:42.049181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657
10983 2024.12.18 19:55:42.050183 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10984 2024.12.18 19:55:42.050224 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10985 2024.12.18 19:55:42.050771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10986 2024.12.18 19:55:42.051033 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10987 2024.12.18 19:55:42.051311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657
10988 2024.12.18 19:55:43.672778 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10989 2024.12.18 19:55:43.672973 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10990 2024.12.18 19:55:43.673046 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10991 2024.12.18 19:55:43.673851 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2024.12.18 19:55:43.673906 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
10993 2024.12.18 19:55:43.674353 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10994 2024.12.18 19:55:43.674607 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10995 2024.12.18 19:55:43.674816 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec.
10996 2024.12.18 19:55:43.674881 [ 262 ] {faccad72-3a0a-4ade-a12b-4a0781c78c32} <Debug> TCPHandler: Processed in 0.002231686 sec.
10997 2024.12.18 19:55:43.675072 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10998 2024.12.18 19:55:43.675215 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10999 2024.12.18 19:55:43.675274 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11000 2024.12.18 19:55:43.675909 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11001 2024.12.18 19:55:43.675947 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11002 2024.12.18 19:55:43.676315 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11003 2024.12.18 19:55:43.676557 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11004 2024.12.18 19:55:43.676736 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec.
11005 2024.12.18 19:55:43.676789 [ 266 ] {5989bbfd-cba0-4df3-86fd-3e1ef4148a3f} <Debug> TCPHandler: Processed in 0.001784747 sec.
11006 2024.12.18 19:55:43.676941 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11007 2024.12.18 19:55:43.677074 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11008 2024.12.18 19:55:43.677131 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11009 2024.12.18 19:55:43.677729 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11010 2024.12.18 19:55:43.677766 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11011 2024.12.18 19:55:43.678167 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11012 2024.12.18 19:55:43.678406 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11013 2024.12.18 19:55:43.678589 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec.
11014 2024.12.18 19:55:43.678640 [ 262 ] {bfdd9637-be31-4508-90b1-3c6de1bf6e3b} <Debug> TCPHandler: Processed in 0.001764566 sec.
11015 2024.12.18 19:55:43.678778 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11016 2024.12.18 19:55:43.678909 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11017 2024.12.18 19:55:43.678964 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11018 2024.12.18 19:55:43.679500 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11019 2024.12.18 19:55:43.679545 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11020 2024.12.18 19:55:43.679919 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11021 2024.12.18 19:55:43.680146 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11022 2024.12.18 19:55:43.680278 [ 56 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11023 2024.12.18 19:55:43.680325 [ 56 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11024 2024.12.18 19:55:43.680325 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec.
11025 2024.12.18 19:55:43.680350 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11026 2024.12.18 19:55:43.680396 [ 266 ] {efbde384-342a-4905-88fc-18fc1a70e400} <Debug> TCPHandler: Processed in 0.001680114 sec.
11027 2024.12.18 19:55:43.680585 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
11028 2024.12.18 19:55:43.680780 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11029 2024.12.18 19:55:43.680828 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4968 rows starting from the beginning of the part
11030 2024.12.18 19:55:43.680922 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
11031 2024.12.18 19:55:43.681171 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
11032 2024.12.18 19:55:43.681353 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
11033 2024.12.18 19:55:43.681532 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part
11034 2024.12.18 19:55:43.681703 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part
11035 2024.12.18 19:55:43.683769 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5312 rows, containing 4 columns (4 merged, 0 gathered) in 0.003317848 sec., 1601037.7811159522 rows/sec., 104.69 MiB/sec.
11036 2024.12.18 19:55:43.684207 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11037 2024.12.18 19:55:43.684553 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11038 2024.12.18 19:55:43.684644 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_91_18} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11039 2024.12.18 19:55:43.684733 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11040 2024.12.18 19:55:43.929367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11041 2024.12.18 19:55:43.950744 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11042 2024.12.18 19:55:43.950810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11043 2024.12.18 19:55:43.958261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11044 2024.12.18 19:55:43.959030 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11045 2024.12.18 19:55:43.962003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11046 2024.12.18 19:55:46.592175 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11047 2024.12.18 19:55:46.592483 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11048 2024.12.18 19:55:46.592592 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11049 2024.12.18 19:55:46.593408 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11050 2024.12.18 19:55:46.593460 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11051 2024.12.18 19:55:46.593907 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11052 2024.12.18 19:55:46.594167 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11053 2024.12.18 19:55:46.594435 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec.
11054 2024.12.18 19:55:46.594501 [ 262 ] {4bf97f2a-e567-4bcb-b128-632683e10f86} <Debug> TCPHandler: Processed in 0.002499951 sec.
11055 2024.12.18 19:55:46.594709 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11056 2024.12.18 19:55:46.594854 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11057 2024.12.18 19:55:46.594913 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11058 2024.12.18 19:55:46.595583 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11059 2024.12.18 19:55:46.595634 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11060 2024.12.18 19:55:46.596017 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11061 2024.12.18 19:55:46.596256 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11062 2024.12.18 19:55:46.596536 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001717 sec., 5824.111822947 rows/sec., 474.92 KiB/sec.
11063 2024.12.18 19:55:46.596591 [ 266 ] {007a4ac9-7a48-4914-8566-dcdac7b0a5db} <Debug> TCPHandler: Processed in 0.00195193 sec.
11064 2024.12.18 19:55:46.596731 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11065 2024.12.18 19:55:46.596861 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11066 2024.12.18 19:55:46.596916 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11067 2024.12.18 19:55:46.598266 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2024.12.18 19:55:46.598307 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11069 2024.12.18 19:55:46.598758 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11070 2024.12.18 19:55:46.599003 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2024.12.18 19:55:46.599251 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002407 sec., 594100.5400914002 rows/sec., 49.59 MiB/sec.
11072 2024.12.18 19:55:46.599345 [ 262 ] {afb4a396-6fb2-4d48-b1e9-80d2a08b9290} <Debug> TCPHandler: Processed in 0.002667735 sec.
11073 2024.12.18 19:55:46.599541 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2024.12.18 19:55:46.599846 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11075 2024.12.18 19:55:46.599904 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11076 2024.12.18 19:55:46.600575 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2024.12.18 19:55:46.600622 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11078 2024.12.18 19:55:46.600986 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11079 2024.12.18 19:55:46.601219 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2024.12.18 19:55:46.601468 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001712 sec., 33878.504672897194 rows/sec., 2.42 MiB/sec.
11081 2024.12.18 19:55:46.601563 [ 266 ] {3c36b14c-ecab-4bcc-bb6a-de26a8ac4346} <Debug> TCPHandler: Processed in 0.002136813 sec.
11082 2024.12.18 19:55:46.601769 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11083 2024.12.18 19:55:46.601930 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11084 2024.12.18 19:55:46.601983 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11085 2024.12.18 19:55:46.602721 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11086 2024.12.18 19:55:46.602765 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11087 2024.12.18 19:55:46.603122 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11088 2024.12.18 19:55:46.603366 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11089 2024.12.18 19:55:46.603615 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001714 sec., 141190.19836639438 rows/sec., 9.57 MiB/sec.
11090 2024.12.18 19:55:46.603867 [ 262 ] {8876e116-7ff0-456a-8d9e-edeae1858bd2} <Debug> TCPHandler: Processed in 0.002211165 sec.
11091 2024.12.18 19:55:46.604091 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11092 2024.12.18 19:55:46.604246 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11093 2024.12.18 19:55:46.604303 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11094 2024.12.18 19:55:46.604925 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11095 2024.12.18 19:55:46.604964 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11096 2024.12.18 19:55:46.605308 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11097 2024.12.18 19:55:46.605543 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11098 2024.12.18 19:55:46.605789 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec.
11099 2024.12.18 19:55:46.606013 [ 266 ] {52cb92dd-6f12-41ae-9bcb-7628c190ee7f} <Debug> TCPHandler: Processed in 0.002046662 sec.
11100 2024.12.18 19:55:46.606200 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11101 2024.12.18 19:55:46.606320 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11102 2024.12.18 19:55:46.606366 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11103 2024.12.18 19:55:46.607228 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11104 2024.12.18 19:55:46.607268 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11105 2024.12.18 19:55:46.607656 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11106 2024.12.18 19:55:46.607892 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11107 2024.12.18 19:55:46.608106 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001809 sec., 491431.7302377004 rows/sec., 35.67 MiB/sec.
11108 2024.12.18 19:55:46.608160 [ 262 ] {2ac2b86c-e2aa-46c7-b4e2-d236582dfe67} <Debug> TCPHandler: Processed in 0.002061962 sec.
11109 2024.12.18 19:55:46.608305 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11110 2024.12.18 19:55:46.608432 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11111 2024.12.18 19:55:46.608486 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11112 2024.12.18 19:55:46.608947 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11113 2024.12.18 19:55:46.608986 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11114 2024.12.18 19:55:46.609332 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11115 2024.12.18 19:55:46.609566 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11116 2024.12.18 19:55:46.609778 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec.
11117 2024.12.18 19:55:46.609872 [ 266 ] {70f580b0-d864-4317-afb8-efb255c0e3ab} <Debug> TCPHandler: Processed in 0.001628083 sec.
11118 2024.12.18 19:55:46.610032 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11119 2024.12.18 19:55:46.610169 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11120 2024.12.18 19:55:46.610225 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11121 2024.12.18 19:55:46.610973 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11122 2024.12.18 19:55:46.611011 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11123 2024.12.18 19:55:46.611433 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11124 2024.12.18 19:55:46.611673 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11125 2024.12.18 19:55:46.611898 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.001752 sec., 512557.07762557076 rows/sec., 34.15 MiB/sec.
11126 2024.12.18 19:55:46.611968 [ 262 ] {641bb00e-4834-47ac-9f99-ad91768e9b45} <Debug> TCPHandler: Processed in 0.002013482 sec.
11127 2024.12.18 19:55:46.612141 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11128 2024.12.18 19:55:46.612498 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11129 2024.12.18 19:55:46.612669 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11130 2024.12.18 19:55:46.613551 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11131 2024.12.18 19:55:46.613590 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11132 2024.12.18 19:55:46.613929 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11133 2024.12.18 19:55:46.614156 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11134 2024.12.18 19:55:46.614355 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001991 sec., 502.260170768458 rows/sec., 33.84 KiB/sec.
11135 2024.12.18 19:55:46.614404 [ 266 ] {a9c3ba6a-20ef-4a4b-a607-e6b103fbef55} <Debug> TCPHandler: Processed in 0.002330918 sec.
11136 2024.12.18 19:55:46.614534 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11137 2024.12.18 19:55:46.614640 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11138 2024.12.18 19:55:46.614705 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11139 2024.12.18 19:55:46.615954 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11140 2024.12.18 19:55:46.615995 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11141 2024.12.18 19:55:46.616631 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11142 2024.12.18 19:55:46.616879 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11143 2024.12.18 19:55:46.617116 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002498 sec., 16413.130504403525 rows/sec., 29.41 MiB/sec.
11144 2024.12.18 19:55:46.617208 [ 262 ] {20cd6327-ce1e-4dff-ab89-3ca02a3bc375} <Debug> TCPHandler: Processed in 0.002724447 sec.
11145 2024.12.18 19:55:46.617341 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11146 2024.12.18 19:55:46.617454 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11147 2024.12.18 19:55:46.617499 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11148 2024.12.18 19:55:46.617930 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11149 2024.12.18 19:55:46.617969 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11150 2024.12.18 19:55:46.618328 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11151 2024.12.18 19:55:46.618565 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11152 2024.12.18 19:55:46.618767 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001335 sec., 43445.69288389513 rows/sec., 2.69 MiB/sec.
11153 2024.12.18 19:55:46.618816 [ 266 ] {fe800004-ebed-44ad-9b5d-70a02de50e7b} <Debug> TCPHandler: Processed in 0.001527701 sec.
11154 2024.12.18 19:55:47.201641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1536
11155 2024.12.18 19:55:47.205369 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11156 2024.12.18 19:55:47.205423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11157 2024.12.18 19:55:47.206900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11158 2024.12.18 19:55:47.207219 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11159 2024.12.18 19:55:47.208659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1536
11160 2024.12.18 19:55:48.668689 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11161 2024.12.18 19:55:48.668881 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11162 2024.12.18 19:55:48.668953 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11163 2024.12.18 19:55:48.669730 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11164 2024.12.18 19:55:48.669782 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11165 2024.12.18 19:55:48.670206 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11166 2024.12.18 19:55:48.670455 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11167 2024.12.18 19:55:48.670709 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec.
11168 2024.12.18 19:55:48.670840 [ 262 ] {c506e946-6212-4bca-8a55-42e51812d02b} <Debug> TCPHandler: Processed in 0.002276077 sec.
11169 2024.12.18 19:55:48.671085 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11170 2024.12.18 19:55:48.671258 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11171 2024.12.18 19:55:48.671319 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11172 2024.12.18 19:55:48.671987 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11173 2024.12.18 19:55:48.672031 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11174 2024.12.18 19:55:48.672405 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11175 2024.12.18 19:55:48.672648 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11176 2024.12.18 19:55:48.672888 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001662 sec., 38507.8219013237 rows/sec., 3.01 MiB/sec.
11177 2024.12.18 19:55:48.673002 [ 266 ] {23037715-a752-4021-9159-fdfc73b42abd} <Debug> TCPHandler: Processed in 0.002042692 sec.
11178 2024.12.18 19:55:48.673190 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11179 2024.12.18 19:55:48.673390 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11180 2024.12.18 19:55:48.673442 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11181 2024.12.18 19:55:48.673946 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11182 2024.12.18 19:55:48.673986 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11183 2024.12.18 19:55:48.674356 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11184 2024.12.18 19:55:48.674600 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11185 2024.12.18 19:55:48.674810 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.07 MiB/sec.
11186 2024.12.18 19:55:48.674865 [ 262 ] {fa73e588-c254-4fd3-89de-48af75dd35af} <Debug> TCPHandler: Processed in 0.001782136 sec.
11187 2024.12.18 19:55:48.675018 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11188 2024.12.18 19:55:48.675148 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11189 2024.12.18 19:55:48.675204 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11190 2024.12.18 19:55:48.675722 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11191 2024.12.18 19:55:48.675770 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11192 2024.12.18 19:55:48.676132 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11193 2024.12.18 19:55:48.676380 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11194 2024.12.18 19:55:48.676592 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001474 sec., 16282.225237449118 rows/sec., 1.10 MiB/sec.
11195 2024.12.18 19:55:48.676643 [ 266 ] {145b0b2b-c535-4423-9636-39d16e33bf50} <Debug> TCPHandler: Processed in 0.001687945 sec.
11196 2024.12.18 19:55:49.551437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084
11197 2024.12.18 19:55:49.552054 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11198 2024.12.18 19:55:49.552094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11199 2024.12.18 19:55:49.552610 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11200 2024.12.18 19:55:49.552867 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11201 2024.12.18 19:55:49.553058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
11202 2024.12.18 19:55:51.462059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11203 2024.12.18 19:55:51.483368 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2024.12.18 19:55:51.483423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11205 2024.12.18 19:55:51.490687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11206 2024.12.18 19:55:51.492619 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11207 2024.12.18 19:55:51.495377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11208 2024.12.18 19:55:53.673514 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11209 2024.12.18 19:55:53.673724 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11210 2024.12.18 19:55:53.673801 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11211 2024.12.18 19:55:53.674532 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11212 2024.12.18 19:55:53.674582 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11213 2024.12.18 19:55:53.675016 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11214 2024.12.18 19:55:53.675268 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11215 2024.12.18 19:55:53.675490 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001818 sec., 30803.080308030803 rows/sec., 2.35 MiB/sec.
11216 2024.12.18 19:55:53.675598 [ 262 ] {deb6fa5c-7ed1-44e8-a1f7-19b40a90767f} <Debug> TCPHandler: Processed in 0.002213105 sec.
11217 2024.12.18 19:55:53.675763 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11218 2024.12.18 19:55:53.676072 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11219 2024.12.18 19:55:53.676216 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11220 2024.12.18 19:55:53.677207 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11221 2024.12.18 19:55:53.677248 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11222 2024.12.18 19:55:53.677601 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11223 2024.12.18 19:55:53.677835 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11224 2024.12.18 19:55:53.678056 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002107 sec., 30374.940673944 rows/sec., 2.37 MiB/sec.
11225 2024.12.18 19:55:53.678110 [ 266 ] {829bcd52-f1d5-43ad-8095-63342c6e1793} <Debug> TCPHandler: Processed in 0.00241854 sec.
11226 2024.12.18 19:55:53.678249 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11227 2024.12.18 19:55:53.678378 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11228 2024.12.18 19:55:53.678436 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11229 2024.12.18 19:55:53.679061 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11230 2024.12.18 19:55:53.679100 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11231 2024.12.18 19:55:53.679473 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11232 2024.12.18 19:55:53.679703 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11233 2024.12.18 19:55:53.679913 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec.
11234 2024.12.18 19:55:53.679966 [ 262 ] {a036ffef-7656-45c5-bb15-bfbb88793eca} <Debug> TCPHandler: Processed in 0.001778326 sec.
11235 2024.12.18 19:55:53.680122 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11236 2024.12.18 19:55:53.680250 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11237 2024.12.18 19:55:53.680304 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11238 2024.12.18 19:55:53.680835 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11239 2024.12.18 19:55:53.680882 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11240 2024.12.18 19:55:53.681255 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11241 2024.12.18 19:55:53.681491 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11242 2024.12.18 19:55:53.681705 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec.
11243 2024.12.18 19:55:53.681753 [ 266 ] {d0d6205a-0b72-4f42-96f9-6058701db26c} <Debug> TCPHandler: Processed in 0.001692005 sec.
11244 2024.12.18 19:55:56.867820 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
11245 2024.12.18 19:55:56.867920 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
11246 2024.12.18 19:55:57.053173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572
11247 2024.12.18 19:55:57.053860 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11248 2024.12.18 19:55:57.053909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11249 2024.12.18 19:55:57.054453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11250 2024.12.18 19:55:57.054700 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11251 2024.12.18 19:55:57.054942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572
11252 2024.12.18 19:55:57.209002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1552
11253 2024.12.18 19:55:57.211792 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11254 2024.12.18 19:55:57.211834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11255 2024.12.18 19:55:57.213309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11256 2024.12.18 19:55:57.213629 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11257 2024.12.18 19:55:57.214109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1552
11258 2024.12.18 19:55:57.710944 [ 38 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_50_12 to all_54_54_0
11259 2024.12.18 19:55:57.711007 [ 38 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11260 2024.12.18 19:55:57.711030 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11261 2024.12.18 19:55:57.711188 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_12 to all_54_54_0 into Compact with storage Full
11262 2024.12.18 19:55:57.711443 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11263 2024.12.18 19:55:57.711496 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_12, total 66 rows starting from the beginning of the part
11264 2024.12.18 19:55:57.711584 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part
11265 2024.12.18 19:55:57.711864 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part
11266 2024.12.18 19:55:57.712079 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part
11267 2024.12.18 19:55:57.712241 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 58 rows starting from the beginning of the part
11268 2024.12.18 19:55:57.713405 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.002293697 sec., 96786.97753016201 rows/sec., 7.29 MiB/sec.
11269 2024.12.18 19:55:57.713599 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Trace> MergedBlockOutputStream: filled checksums all_1_54_13 (state Temporary)
11270 2024.12.18 19:55:57.713921 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_54_13 to all_1_54_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11271 2024.12.18 19:55:57.714020 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_54_13} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_50_12, all_54_54_0] -> all_1_54_13
11272 2024.12.18 19:55:57.714131 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11273 2024.12.18 19:55:58.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.61 MiB, peak 252.08 MiB, free memory in arenas 0.00 B, will set to 244.57 MiB (RSS), difference: 3.96 MiB
11274 2024.12.18 19:55:58.678650 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11275 2024.12.18 19:55:58.678862 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11276 2024.12.18 19:55:58.678942 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11277 2024.12.18 19:55:58.679680 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11278 2024.12.18 19:55:58.679731 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11279 2024.12.18 19:55:58.680158 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11280 2024.12.18 19:55:58.680409 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11281 2024.12.18 19:55:58.680609 [ 36 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11282 2024.12.18 19:55:58.680674 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec.
11283 2024.12.18 19:55:58.680679 [ 36 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11284 2024.12.18 19:55:58.680753 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11285 2024.12.18 19:55:58.680807 [ 262 ] {977d585a-4281-4d53-92c6-530707df5f36} <Debug> TCPHandler: Processed in 0.002293048 sec.
11286 2024.12.18 19:55:58.680993 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11287 2024.12.18 19:55:58.681027 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11288 2024.12.18 19:55:58.681199 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11289 2024.12.18 19:55:58.681278 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11290 2024.12.18 19:55:58.681287 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11291 2024.12.18 19:55:58.681453 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11292 2024.12.18 19:55:58.681471 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11293 2024.12.18 19:55:58.681836 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11294 2024.12.18 19:55:58.682183 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11295 2024.12.18 19:55:58.682536 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
11296 2024.12.18 19:55:58.684237 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11297 2024.12.18 19:55:58.684309 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11298 2024.12.18 19:55:58.684982 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004136465 sec., 16922.662224870754 rows/sec., 1.25 MiB/sec.
11299 2024.12.18 19:55:58.685181 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11300 2024.12.18 19:55:58.685270 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11301 2024.12.18 19:55:58.685631 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_37_9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11302 2024.12.18 19:55:58.685722 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11303 2024.12.18 19:55:58.685824 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_37_9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11304 2024.12.18 19:55:58.686008 [ 36 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11305 2024.12.18 19:55:58.686025 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11306 2024.12.18 19:55:58.686115 [ 36 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11307 2024.12.18 19:55:58.686157 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11308 2024.12.18 19:55:58.686201 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004986 sec., 57160.048134777375 rows/sec., 5.04 MiB/sec.
11309 2024.12.18 19:55:58.686440 [ 266 ] {2aacadcf-164f-48a1-8cdf-9f7bd0436a09} <Debug> TCPHandler: Processed in 0.005517903 sec.
11310 2024.12.18 19:55:58.686479 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11311 2024.12.18 19:55:58.686620 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11312 2024.12.18 19:55:58.686712 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11313 2024.12.18 19:55:58.686800 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1436 rows starting from the beginning of the part
11314 2024.12.18 19:55:58.686878 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11315 2024.12.18 19:55:58.687077 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
11316 2024.12.18 19:55:58.687078 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11317 2024.12.18 19:55:58.687442 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1430 rows starting from the beginning of the part
11318 2024.12.18 19:55:58.687767 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part
11319 2024.12.18 19:55:58.688093 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
11320 2024.12.18 19:55:58.688486 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 285 rows starting from the beginning of the part
11321 2024.12.18 19:55:58.689966 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11322 2024.12.18 19:55:58.690059 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11323 2024.12.18 19:55:58.691163 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11324 2024.12.18 19:55:58.691477 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11325 2024.12.18 19:55:58.691887 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005061 sec., 9484.29164196799 rows/sec., 699.28 KiB/sec.
11326 2024.12.18 19:55:58.692267 [ 262 ] {afb71192-4c89-44ff-9472-431ebb458557} <Debug> TCPHandler: Processed in 0.005732958 sec.
11327 2024.12.18 19:55:58.692310 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006040184 sec., 549486.5719322459 rows/sec., 47.98 MiB/sec.
11328 2024.12.18 19:55:58.692431 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11329 2024.12.18 19:55:58.692591 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11330 2024.12.18 19:55:58.692657 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11331 2024.12.18 19:55:58.692669 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11332 2024.12.18 19:55:58.693381 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11333 2024.12.18 19:55:58.693501 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_96_19} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11334 2024.12.18 19:55:58.693674 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11335 2024.12.18 19:55:58.693858 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11336 2024.12.18 19:55:58.693903 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11337 2024.12.18 19:55:58.694274 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11338 2024.12.18 19:55:58.694518 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11339 2024.12.18 19:55:58.694788 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002233 sec., 6269.592476489028 rows/sec., 439.08 KiB/sec.
11340 2024.12.18 19:55:58.695003 [ 266 ] {55a2c62b-f06a-4cca-9d88-c50a75cc48fc} <Debug> TCPHandler: Processed in 0.002626654 sec.
11341 2024.12.18 19:55:58.695215 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11342 2024.12.18 19:55:58.695327 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11343 2024.12.18 19:55:58.695375 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11344 2024.12.18 19:55:58.695932 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11345 2024.12.18 19:55:58.695972 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11346 2024.12.18 19:55:58.696336 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11347 2024.12.18 19:55:58.696572 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11348 2024.12.18 19:55:58.696735 [ 36 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11349 2024.12.18 19:55:58.696790 [ 36 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11350 2024.12.18 19:55:58.696824 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
11351 2024.12.18 19:55:58.696831 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11352 2024.12.18 19:55:58.696974 [ 262 ] {74acb6f7-e585-4c81-8002-7ff3310cfca0} <Debug> TCPHandler: Processed in 0.001840038 sec.
11353 2024.12.18 19:55:58.697308 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11354 2024.12.18 19:55:58.697405 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11355 2024.12.18 19:55:58.697717 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11356 2024.12.18 19:55:58.697932 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11357 2024.12.18 19:55:58.698084 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11358 2024.12.18 19:55:58.698212 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11359 2024.12.18 19:55:58.698539 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11360 2024.12.18 19:55:58.698934 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11361 2024.12.18 19:55:58.699269 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11362 2024.12.18 19:55:58.699668 [ 186 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
11363 2024.12.18 19:55:58.701033 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11364 2024.12.18 19:55:58.701106 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11365 2024.12.18 19:55:58.702019 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005012693 sec., 12967.081766228252 rows/sec., 859.15 KiB/sec.
11366 2024.12.18 19:55:58.702200 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11367 2024.12.18 19:55:58.702210 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11368 2024.12.18 19:55:58.702614 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11369 2024.12.18 19:55:58.702672 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_37_9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11370 2024.12.18 19:55:58.702870 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_37_9} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11371 2024.12.18 19:55:58.702903 [ 36 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11372 2024.12.18 19:55:58.703010 [ 36 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11373 2024.12.18 19:55:58.703114 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11374 2024.12.18 19:55:58.703135 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
11375 2024.12.18 19:55:58.703181 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005606 sec., 75454.86978237603 rows/sec., 5.39 MiB/sec.
11376 2024.12.18 19:55:58.703319 [ 266 ] {6b060c82-c483-43ac-9209-c6c754d5cee1} <Debug> TCPHandler: Processed in 0.006221287 sec.
11377 2024.12.18 19:55:58.703332 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
11378 2024.12.18 19:55:58.703463 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11379 2024.12.18 19:55:58.703467 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11380 2024.12.18 19:55:58.703509 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
11381 2024.12.18 19:55:58.703645 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11382 2024.12.18 19:55:58.703661 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
11383 2024.12.18 19:55:58.703718 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11384 2024.12.18 19:55:58.703821 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 889 rows starting from the beginning of the part
11385 2024.12.18 19:55:58.703996 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part
11386 2024.12.18 19:55:58.704176 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
11387 2024.12.18 19:55:58.704352 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 423 rows starting from the beginning of the part
11388 2024.12.18 19:55:58.704835 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11389 2024.12.18 19:55:58.704878 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11390 2024.12.18 19:55:58.705410 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11391 2024.12.18 19:55:58.705776 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11392 2024.12.18 19:55:58.706052 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002468 sec., 2431.118314424635 rows/sec., 127.02 KiB/sec.
11393 2024.12.18 19:55:58.706129 [ 262 ] {f9c85c64-5716-4f3c-acf5-57c7263103f9} <Debug> TCPHandler: Processed in 0.002726926 sec.
11394 2024.12.18 19:55:58.706298 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11395 2024.12.18 19:55:58.706415 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.003198736 sec., 756236.2133042552 rows/sec., 58.01 MiB/sec.
11396 2024.12.18 19:55:58.706464 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11397 2024.12.18 19:55:58.706529 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11398 2024.12.18 19:55:58.706580 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11399 2024.12.18 19:55:58.706930 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11400 2024.12.18 19:55:58.707077 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_96_19} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11401 2024.12.18 19:55:58.707184 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
11402 2024.12.18 19:55:58.707298 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11403 2024.12.18 19:55:58.707336 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11404 2024.12.18 19:55:58.707719 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11405 2024.12.18 19:55:58.707960 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11406 2024.12.18 19:55:58.708118 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0
11407 2024.12.18 19:55:58.708168 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11408 2024.12.18 19:55:58.708192 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001758 sec., 134812.2866894198 rows/sec., 9.04 MiB/sec.
11409 2024.12.18 19:55:58.708206 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11410 2024.12.18 19:55:58.708360 [ 266 ] {001dd11b-53a6-40af-bb3d-7c209d0177b9} <Debug> TCPHandler: Processed in 0.002132404 sec.
11411 2024.12.18 19:55:58.708411 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
11412 2024.12.18 19:55:58.708538 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11413 2024.12.18 19:55:58.708542 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11414 2024.12.18 19:55:58.708575 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 25230 rows starting from the beginning of the part
11415 2024.12.18 19:55:58.708718 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part
11416 2024.12.18 19:55:58.708767 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11417 2024.12.18 19:55:58.708895 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11418 2024.12.18 19:55:58.708927 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 898 rows starting from the beginning of the part
11419 2024.12.18 19:55:58.709162 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
11420 2024.12.18 19:55:58.709397 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part
11421 2024.12.18 19:55:58.709624 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part
11422 2024.12.18 19:55:58.710243 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11423 2024.12.18 19:55:58.710287 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11424 2024.12.18 19:55:58.710700 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11425 2024.12.18 19:55:58.710956 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11426 2024.12.18 19:55:58.711264 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00256 sec., 390.62499999999994 rows/sec., 26.32 KiB/sec.
11427 2024.12.18 19:55:58.711350 [ 262 ] {7981ebff-eaf8-4e58-b117-1450f6052c0b} <Debug> TCPHandler: Processed in 0.002871999 sec.
11428 2024.12.18 19:55:58.711488 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11429 2024.12.18 19:55:58.711634 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11430 2024.12.18 19:55:58.711713 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11431 2024.12.18 19:55:58.713108 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11432 2024.12.18 19:55:58.713153 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11433 2024.12.18 19:55:58.713953 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11434 2024.12.18 19:55:58.714379 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11435 2024.12.18 19:55:58.714684 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003087 sec., 13281.503077421445 rows/sec., 23.80 MiB/sec.
11436 2024.12.18 19:55:58.715359 [ 266 ] {90d9f5f6-138d-448a-85fb-8c28e8a8dc59} <Debug> TCPHandler: Processed in 0.003926201 sec.
11437 2024.12.18 19:55:58.715589 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11438 2024.12.18 19:55:58.715723 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11439 2024.12.18 19:55:58.715782 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11440 2024.12.18 19:55:58.716354 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26749 rows, containing 5 columns (5 merged, 0 gathered) in 0.008019905 sec., 3335326.2912715296 rows/sec., 225.35 MiB/sec.
11441 2024.12.18 19:55:58.716442 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11442 2024.12.18 19:55:58.716483 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11443 2024.12.18 19:55:58.716595 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
11444 2024.12.18 19:55:58.716957 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11445 2024.12.18 19:55:58.716966 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11446 2024.12.18 19:55:58.717051 [ 200 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19
11447 2024.12.18 19:55:58.717133 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
11448 2024.12.18 19:55:58.717256 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11449 2024.12.18 19:55:58.717475 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001794 sec., 45707.91527313266 rows/sec., 2.90 MiB/sec.
11450 2024.12.18 19:55:58.717531 [ 262 ] {28d8f1c7-ed44-42c9-bbe1-e05776492ec7} <Debug> TCPHandler: Processed in 0.002064943 sec.
11451 2024.12.18 19:55:58.995434 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
11452 2024.12.18 19:55:59.017398 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11453 2024.12.18 19:55:59.017445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11454 2024.12.18 19:55:59.024753 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11455 2024.12.18 19:55:59.025539 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11456 2024.12.18 19:55:59.029352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
11457 2024.12.18 19:56:03.674276 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11458 2024.12.18 19:56:03.674495 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11459 2024.12.18 19:56:03.674572 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11460 2024.12.18 19:56:03.675340 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11461 2024.12.18 19:56:03.675399 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11462 2024.12.18 19:56:03.675838 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11463 2024.12.18 19:56:03.676113 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11464 2024.12.18 19:56:03.676344 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001892 sec., 2114.164904862579 rows/sec., 172.40 KiB/sec.
11465 2024.12.18 19:56:03.676427 [ 262 ] {0e407849-7a67-40fd-98c5-3f3574076e7c} <Debug> TCPHandler: Processed in 0.002286047 sec.
11466 2024.12.18 19:56:03.676668 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11467 2024.12.18 19:56:03.676847 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11468 2024.12.18 19:56:03.676921 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11469 2024.12.18 19:56:03.677572 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11470 2024.12.18 19:56:03.677614 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11471 2024.12.18 19:56:03.678011 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11472 2024.12.18 19:56:03.678254 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11473 2024.12.18 19:56:03.678441 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001637 sec., 35430.665852168604 rows/sec., 2.70 MiB/sec.
11474 2024.12.18 19:56:03.678497 [ 266 ] {1ef1be7f-bd61-4467-b061-685018ef0274} <Debug> TCPHandler: Processed in 0.00195743 sec.
11475 2024.12.18 19:56:03.678646 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11476 2024.12.18 19:56:03.678816 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11477 2024.12.18 19:56:03.678874 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11478 2024.12.18 19:56:03.679559 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11479 2024.12.18 19:56:03.679597 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11480 2024.12.18 19:56:03.679959 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11481 2024.12.18 19:56:03.680204 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11482 2024.12.18 19:56:03.680393 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001636 sec., 2444.9877750611245 rows/sec., 170.72 KiB/sec.
11483 2024.12.18 19:56:03.680446 [ 262 ] {de99fb80-2166-4650-ac83-0a299369edc5} <Debug> TCPHandler: Processed in 0.001866558 sec.
11484 2024.12.18 19:56:03.680604 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11485 2024.12.18 19:56:03.680712 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11486 2024.12.18 19:56:03.680758 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11487 2024.12.18 19:56:03.681316 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11488 2024.12.18 19:56:03.681355 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11489 2024.12.18 19:56:03.681718 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11490 2024.12.18 19:56:03.681964 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11491 2024.12.18 19:56:03.682151 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001461 sec., 46543.46338124572 rows/sec., 3.64 MiB/sec.
11492 2024.12.18 19:56:03.682204 [ 266 ] {2e2ebc74-2a2a-4b3f-ab04-bd8ae26ecb84} <Debug> TCPHandler: Processed in 0.001654154 sec.
11493 2024.12.18 19:56:03.682370 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11494 2024.12.18 19:56:03.682502 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11495 2024.12.18 19:56:03.682561 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11496 2024.12.18 19:56:03.683183 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11497 2024.12.18 19:56:03.683229 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11498 2024.12.18 19:56:03.683617 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11499 2024.12.18 19:56:03.683857 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11500 2024.12.18 19:56:03.684049 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001571 sec., 103119.03246339911 rows/sec., 7.18 MiB/sec.
11501 2024.12.18 19:56:03.684116 [ 262 ] {b0829f28-6139-43ff-8d32-809c19393768} <Debug> TCPHandler: Processed in 0.001805678 sec.
11502 2024.12.18 19:56:03.684294 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11503 2024.12.18 19:56:03.684630 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11504 2024.12.18 19:56:03.684734 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11505 2024.12.18 19:56:03.685280 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2024.12.18 19:56:03.685320 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11507 2024.12.18 19:56:03.685691 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11508 2024.12.18 19:56:03.685959 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11509 2024.12.18 19:56:03.686115 [ 31 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11510 2024.12.18 19:56:03.686171 [ 31 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11511 2024.12.18 19:56:03.686171 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001664 sec., 36057.69230769231 rows/sec., 2.43 MiB/sec.
11512 2024.12.18 19:56:03.686201 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11513 2024.12.18 19:56:03.686264 [ 266 ] {c228edc0-4c3b-44c9-8e5c-61c1329c92be} <Debug> TCPHandler: Processed in 0.002054003 sec.
11514 2024.12.18 19:56:03.686361 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
11515 2024.12.18 19:56:03.686483 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11516 2024.12.18 19:56:03.686523 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5312 rows starting from the beginning of the part
11517 2024.12.18 19:56:03.686605 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 58 rows starting from the beginning of the part
11518 2024.12.18 19:56:03.686693 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
11519 2024.12.18 19:56:03.686837 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part
11520 2024.12.18 19:56:03.686928 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part
11521 2024.12.18 19:56:03.687012 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
11522 2024.12.18 19:56:03.689299 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5596 rows, containing 4 columns (4 merged, 0 gathered) in 0.003012042 sec., 1857875.8197926856 rows/sec., 121.46 MiB/sec.
11523 2024.12.18 19:56:03.689946 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11524 2024.12.18 19:56:03.690417 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11525 2024.12.18 19:56:03.690526 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_96_19} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11526 2024.12.18 19:56:03.690639 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
11527 2024.12.18 19:56:04.555062 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999
11528 2024.12.18 19:56:04.555787 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11529 2024.12.18 19:56:04.555843 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11530 2024.12.18 19:56:04.556425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11531 2024.12.18 19:56:04.556682 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11532 2024.12.18 19:56:04.556913 [ 30 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11533 2024.12.18 19:56:04.556949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
11534 2024.12.18 19:56:04.557006 [ 30 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11535 2024.12.18 19:56:04.557039 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11536 2024.12.18 19:56:04.557159 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
11537 2024.12.18 19:56:04.557270 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11538 2024.12.18 19:56:04.557305 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part
11539 2024.12.18 19:56:04.557371 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
11540 2024.12.18 19:56:04.557452 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
11541 2024.12.18 19:56:04.557573 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
11542 2024.12.18 19:56:04.557638 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
11543 2024.12.18 19:56:04.557738 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
11544 2024.12.18 19:56:04.560204 [ 196 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003097624 sec., 9038863.335253084 rows/sec., 129.30 MiB/sec.
11545 2024.12.18 19:56:04.560603 [ 198 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11546 2024.12.18 19:56:04.560980 [ 198 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11547 2024.12.18 19:56:04.561083 [ 198 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_61_12} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11548 2024.12.18 19:56:04.561213 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
11549 2024.12.18 19:56:06.529414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
11550 2024.12.18 19:56:06.551081 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11551 2024.12.18 19:56:06.551137 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11552 2024.12.18 19:56:06.558371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11553 2024.12.18 19:56:06.559175 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11554 2024.12.18 19:56:06.559477 [ 24 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11555 2024.12.18 19:56:06.559535 [ 24 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11556 2024.12.18 19:56:06.559573 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11557 2024.12.18 19:56:06.559941 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11558 2024.12.18 19:56:06.574053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
11559 2024.12.18 19:56:06.575719 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11560 2024.12.18 19:56:06.577249 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11561 2024.12.18 19:56:06.582750 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11562 2024.12.18 19:56:06.588478 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11563 2024.12.18 19:56:06.593876 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11564 2024.12.18 19:56:06.599377 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11565 2024.12.18 19:56:06.603936 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
11566 2024.12.18 19:56:06.663590 [ 196 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.103915197 sec., 4426.68650284135 rows/sec., 22.89 MiB/sec.
11567 2024.12.18 19:56:06.666951 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11568 2024.12.18 19:56:06.669867 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_61_12} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11569 2024.12.18 19:56:06.669999 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_61_12} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11570 2024.12.18 19:56:06.672524 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11571 2024.12.18 19:56:07.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.74 MiB, peak 259.15 MiB, free memory in arenas 0.00 B, will set to 246.93 MiB (RSS), difference: 1.19 MiB
11572 2024.12.18 19:56:07.214240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1586
11573 2024.12.18 19:56:07.217567 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11574 2024.12.18 19:56:07.217621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11575 2024.12.18 19:56:07.219099 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11576 2024.12.18 19:56:07.219414 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11577 2024.12.18 19:56:07.219967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1586
11578 2024.12.18 19:56:08.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.95 MiB, peak 259.15 MiB, free memory in arenas 0.00 B, will set to 246.93 MiB (RSS), difference: -4.01 MiB
11579 2024.12.18 19:56:08.679569 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11580 2024.12.18 19:56:08.679753 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11581 2024.12.18 19:56:08.679825 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11582 2024.12.18 19:56:08.680542 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11583 2024.12.18 19:56:08.680585 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11584 2024.12.18 19:56:08.681007 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11585 2024.12.18 19:56:08.681279 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11586 2024.12.18 19:56:08.681514 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec.
11587 2024.12.18 19:56:08.681578 [ 262 ] {625969b9-43d8-4c64-be34-f6a6cb126aa5} <Debug> TCPHandler: Processed in 0.002132204 sec.
11588 2024.12.18 19:56:08.681743 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11589 2024.12.18 19:56:08.681890 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11590 2024.12.18 19:56:08.681948 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11591 2024.12.18 19:56:08.682687 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11592 2024.12.18 19:56:08.682728 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11593 2024.12.18 19:56:08.683124 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11594 2024.12.18 19:56:08.683373 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11595 2024.12.18 19:56:08.683603 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001746 sec., 163230.2405498282 rows/sec., 14.40 MiB/sec.
11596 2024.12.18 19:56:08.683660 [ 266 ] {193bb8cc-0637-4937-ba25-e7cfb2a17ca2} <Debug> TCPHandler: Processed in 0.001987181 sec.
11597 2024.12.18 19:56:08.683796 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11598 2024.12.18 19:56:08.683909 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11599 2024.12.18 19:56:08.683954 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11600 2024.12.18 19:56:08.684493 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11601 2024.12.18 19:56:08.684534 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11602 2024.12.18 19:56:08.684893 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11603 2024.12.18 19:56:08.685135 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11604 2024.12.18 19:56:08.685376 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001487 sec., 32279.757901815734 rows/sec., 2.32 MiB/sec.
11605 2024.12.18 19:56:08.685477 [ 262 ] {99f685e9-c619-4ef8-819a-dbdab7d053ed} <Debug> TCPHandler: Processed in 0.001734076 sec.
11606 2024.12.18 19:56:08.685680 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11607 2024.12.18 19:56:08.685852 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11608 2024.12.18 19:56:08.685906 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11609 2024.12.18 19:56:08.686553 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11610 2024.12.18 19:56:08.686593 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11611 2024.12.18 19:56:08.686941 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11612 2024.12.18 19:56:08.687176 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11613 2024.12.18 19:56:08.687350 [ 46 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
11614 2024.12.18 19:56:08.687414 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec.
11615 2024.12.18 19:56:08.687437 [ 46 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11616 2024.12.18 19:56:08.687500 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11617 2024.12.18 19:56:08.687524 [ 266 ] {f7efdf27-d586-4665-92ea-667dd2d3dc5f} <Debug> TCPHandler: Processed in 0.001971631 sec.
11618 2024.12.18 19:56:08.687732 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11619 2024.12.18 19:56:08.687742 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
11620 2024.12.18 19:56:08.687929 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11621 2024.12.18 19:56:08.688030 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11622 2024.12.18 19:56:08.688065 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11623 2024.12.18 19:56:08.688174 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 243 rows starting from the beginning of the part
11624 2024.12.18 19:56:08.688516 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11625 2024.12.18 19:56:08.688849 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
11626 2024.12.18 19:56:08.689221 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part
11627 2024.12.18 19:56:08.689506 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11628 2024.12.18 19:56:08.689847 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
11629 2024.12.18 19:56:08.690678 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11630 2024.12.18 19:56:08.690739 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11631 2024.12.18 19:56:08.691704 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11632 2024.12.18 19:56:08.692236 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11633 2024.12.18 19:56:08.692543 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004926162 sec., 109821.80447983643 rows/sec., 7.87 MiB/sec.
11634 2024.12.18 19:56:08.692794 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004915 sec., 2644.9643947100712 rows/sec., 164.91 KiB/sec.
11635 2024.12.18 19:56:08.692825 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
11636 2024.12.18 19:56:08.692975 [ 262 ] {696f3343-5f3e-45f7-9ea4-30de2d518ac4} <Debug> TCPHandler: Processed in 0.00534278 sec.
11637 2024.12.18 19:56:08.693156 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11638 2024.12.18 19:56:08.693315 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11639 2024.12.18 19:56:08.693329 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11640 2024.12.18 19:56:08.693433 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11641 2024.12.18 19:56:08.693487 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_39_8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
11642 2024.12.18 19:56:08.693653 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
11643 2024.12.18 19:56:08.694449 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11644 2024.12.18 19:56:08.694493 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11645 2024.12.18 19:56:08.694871 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11646 2024.12.18 19:56:08.695108 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11647 2024.12.18 19:56:08.695331 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00206 sec., 205339.80582524269 rows/sec., 14.68 MiB/sec.
11648 2024.12.18 19:56:08.695383 [ 266 ] {083f2bea-d7a7-4d4e-84d0-286bb45df54e} <Debug> TCPHandler: Processed in 0.002296347 sec.
11649 2024.12.18 19:56:08.695545 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11650 2024.12.18 19:56:08.695675 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11651 2024.12.18 19:56:08.695730 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11652 2024.12.18 19:56:08.696247 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11653 2024.12.18 19:56:08.696294 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11654 2024.12.18 19:56:08.696666 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11655 2024.12.18 19:56:08.696918 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11656 2024.12.18 19:56:08.697135 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec.
11657 2024.12.18 19:56:08.697186 [ 262 ] {ae07e1e0-32c5-49cb-9e79-efc5168e487a} <Debug> TCPHandler: Processed in 0.001704935 sec.
11658 2024.12.18 19:56:08.697312 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11659 2024.12.18 19:56:08.697424 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11660 2024.12.18 19:56:08.697481 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11661 2024.12.18 19:56:08.698111 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11662 2024.12.18 19:56:08.698157 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11663 2024.12.18 19:56:08.698586 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11664 2024.12.18 19:56:08.698823 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11665 2024.12.18 19:56:08.699061 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec.
11666 2024.12.18 19:56:08.699167 [ 266 ] {f5fc63ee-09ff-4efe-9c8f-519977e7b741} <Debug> TCPHandler: Processed in 0.001906729 sec.
11667 2024.12.18 19:56:08.699363 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11668 2024.12.18 19:56:08.699542 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11669 2024.12.18 19:56:08.699589 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11670 2024.12.18 19:56:08.700017 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11671 2024.12.18 19:56:08.700057 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11672 2024.12.18 19:56:08.700401 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11673 2024.12.18 19:56:08.700635 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11674 2024.12.18 19:56:08.700806 [ 46 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
11675 2024.12.18 19:56:08.700875 [ 46 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11676 2024.12.18 19:56:08.700879 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec.
11677 2024.12.18 19:56:08.700913 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11678 2024.12.18 19:56:08.701032 [ 262 ] {3f571259-7afb-4a69-8941-abeef743d62e} <Debug> TCPHandler: Processed in 0.001769186 sec.
11679 2024.12.18 19:56:08.701189 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
11680 2024.12.18 19:56:08.701254 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11681 2024.12.18 19:56:08.701429 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11682 2024.12.18 19:56:08.701486 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11683 2024.12.18 19:56:08.701502 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 34 rows starting from the beginning of the part
11684 2024.12.18 19:56:08.701787 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11685 2024.12.18 19:56:08.701801 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
11686 2024.12.18 19:56:08.702169 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11687 2024.12.18 19:56:08.702522 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11688 2024.12.18 19:56:08.702846 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11689 2024.12.18 19:56:08.703188 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11690 2024.12.18 19:56:08.706377 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.005324439 sec., 7324.71533620725 rows/sec., 492.83 KiB/sec.
11691 2024.12.18 19:56:08.706566 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
11692 2024.12.18 19:56:08.707093 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11693 2024.12.18 19:56:08.707147 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11694 2024.12.18 19:56:08.707202 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11695 2024.12.18 19:56:08.707414 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_39_8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
11696 2024.12.18 19:56:08.707582 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11697 2024.12.18 19:56:08.708150 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11698 2024.12.18 19:56:08.708423 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11699 2024.12.18 19:56:08.708680 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007251 sec., 5654.39249758654 rows/sec., 10.13 MiB/sec.
11700 2024.12.18 19:56:08.708812 [ 266 ] {32563201-c783-4d55-b32a-2640b4a1788c} <Debug> TCPHandler: Processed in 0.007664237 sec.
11701 2024.12.18 19:56:08.708971 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11702 2024.12.18 19:56:08.709083 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11703 2024.12.18 19:56:08.709130 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11704 2024.12.18 19:56:08.709572 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11705 2024.12.18 19:56:08.709612 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11706 2024.12.18 19:56:08.709986 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11707 2024.12.18 19:56:08.710228 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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.12.18 19:56:08.710430 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001369 sec., 59897.73557341125 rows/sec., 3.80 MiB/sec.
11709 2024.12.18 19:56:08.710480 [ 262 ] {55654a88-7f28-4629-a8c6-4274b0c239b1} <Debug> TCPHandler: Processed in 0.001564882 sec.
11710 2024.12.18 19:56:11.867975 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
11711 2024.12.18 19:56:11.868042 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
11712 2024.12.18 19:56:12.057072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487
11713 2024.12.18 19:56:12.057712 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11714 2024.12.18 19:56:12.057752 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11715 2024.12.18 19:56:12.058270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11716 2024.12.18 19:56:12.058533 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11717 2024.12.18 19:56:12.058781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487
11718 2024.12.18 19:56:13.673468 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11719 2024.12.18 19:56:13.673660 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11720 2024.12.18 19:56:13.673734 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11721 2024.12.18 19:56:13.674493 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11722 2024.12.18 19:56:13.674549 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11723 2024.12.18 19:56:13.674993 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11724 2024.12.18 19:56:13.675259 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11725 2024.12.18 19:56:13.675524 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec.
11726 2024.12.18 19:56:13.675621 [ 262 ] {155fd768-cbd0-4684-828c-77e9243737a5} <Debug> TCPHandler: Processed in 0.002284987 sec.
11727 2024.12.18 19:56:13.675841 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11728 2024.12.18 19:56:13.676075 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11729 2024.12.18 19:56:13.676134 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11730 2024.12.18 19:56:13.676780 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11731 2024.12.18 19:56:13.676823 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11732 2024.12.18 19:56:13.677200 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11733 2024.12.18 19:56:13.677437 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11734 2024.12.18 19:56:13.677652 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec.
11735 2024.12.18 19:56:13.677706 [ 266 ] {39bcafb4-42f9-441d-a7c2-546c3c9db96c} <Debug> TCPHandler: Processed in 0.001982381 sec.
11736 2024.12.18 19:56:13.677851 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11737 2024.12.18 19:56:13.677986 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11738 2024.12.18 19:56:13.678046 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11739 2024.12.18 19:56:13.678644 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11740 2024.12.18 19:56:13.678684 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11741 2024.12.18 19:56:13.679071 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11742 2024.12.18 19:56:13.679304 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11743 2024.12.18 19:56:13.679532 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
11744 2024.12.18 19:56:13.679631 [ 262 ] {19b40768-7683-48af-bd08-e72c2cb5b130} <Debug> TCPHandler: Processed in 0.001844018 sec.
11745 2024.12.18 19:56:13.679889 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11746 2024.12.18 19:56:13.680210 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11747 2024.12.18 19:56:13.680319 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11748 2024.12.18 19:56:13.680803 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11749 2024.12.18 19:56:13.680842 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11750 2024.12.18 19:56:13.681198 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11751 2024.12.18 19:56:13.681430 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11752 2024.12.18 19:56:13.681636 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec.
11753 2024.12.18 19:56:13.681710 [ 266 ] {c08625a8-b1f5-4f58-af43-897c5c291dfa} <Debug> TCPHandler: Processed in 0.001967321 sec.
11754 2024.12.18 19:56:14.074129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
11755 2024.12.18 19:56:14.093152 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11756 2024.12.18 19:56:14.093208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11757 2024.12.18 19:56:14.100099 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11758 2024.12.18 19:56:14.100841 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11759 2024.12.18 19:56:14.103749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
11760 2024.12.18 19:56:15.431098 [ 125 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
11761 2024.12.18 19:56:15.431196 [ 125 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11762 2024.12.18 19:56:15.431237 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
11763 2024.12.18 19:56:15.431487 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
11764 2024.12.18 19:56:15.431823 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11765 2024.12.18 19:56:15.431863 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
11766 2024.12.18 19:56:15.431946 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part
11767 2024.12.18 19:56:15.432061 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
11768 2024.12.18 19:56:15.432206 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part
11769 2024.12.18 19:56:15.432283 [ 200 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part
11770 2024.12.18 19:56:15.433261 [ 199 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00192347 sec., 18716.17441394979 rows/sec., 1.56 MiB/sec.
11771 2024.12.18 19:56:15.433406 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11772 2024.12.18 19:56:15.433687 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11773 2024.12.18 19:56:15.433769 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_25_6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11774 2024.12.18 19:56:15.433854 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11775 2024.12.18 19:56:16.592630 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11776 2024.12.18 19:56:16.592854 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11777 2024.12.18 19:56:16.592934 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11778 2024.12.18 19:56:16.593763 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11779 2024.12.18 19:56:16.593809 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11780 2024.12.18 19:56:16.594236 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11781 2024.12.18 19:56:16.594484 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11782 2024.12.18 19:56:16.594721 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec.
11783 2024.12.18 19:56:16.594785 [ 262 ] {079dd802-dbe1-4229-895e-c58ba18d56ea} <Debug> TCPHandler: Processed in 0.002288847 sec.
11784 2024.12.18 19:56:16.594953 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11785 2024.12.18 19:56:16.595097 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11786 2024.12.18 19:56:16.595155 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11787 2024.12.18 19:56:16.595777 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11788 2024.12.18 19:56:16.595817 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11789 2024.12.18 19:56:16.596184 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11790 2024.12.18 19:56:16.596424 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11791 2024.12.18 19:56:16.596681 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001604 sec., 1246.8827930174564 rows/sec., 101.67 KiB/sec.
11792 2024.12.18 19:56:16.596885 [ 266 ] {b363f4ab-f367-4c25-b316-9bfdac4cd6ea} <Debug> TCPHandler: Processed in 0.001994891 sec.
11793 2024.12.18 19:56:16.597080 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11794 2024.12.18 19:56:16.597216 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11795 2024.12.18 19:56:16.597270 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11796 2024.12.18 19:56:16.598620 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11797 2024.12.18 19:56:16.598659 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11798 2024.12.18 19:56:16.599107 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11799 2024.12.18 19:56:16.599356 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11800 2024.12.18 19:56:16.599591 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002406 sec., 592684.9542809642 rows/sec., 49.49 MiB/sec.
11801 2024.12.18 19:56:16.599664 [ 262 ] {0d455c92-1e06-47f1-bf0e-d9919716720c} <Debug> TCPHandler: Processed in 0.002675655 sec.
11802 2024.12.18 19:56:16.599854 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11803 2024.12.18 19:56:16.600005 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11804 2024.12.18 19:56:16.600060 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11805 2024.12.18 19:56:16.600720 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11806 2024.12.18 19:56:16.600759 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11807 2024.12.18 19:56:16.601105 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11808 2024.12.18 19:56:16.601334 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11809 2024.12.18 19:56:16.601548 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001577 sec., 31705.77045022194 rows/sec., 2.28 MiB/sec.
11810 2024.12.18 19:56:16.601600 [ 266 ] {4fb13b64-c266-4d5d-9825-24ae63f35e26} <Debug> TCPHandler: Processed in 0.001823307 sec.
11811 2024.12.18 19:56:16.601747 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11812 2024.12.18 19:56:16.601879 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11813 2024.12.18 19:56:16.601933 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11814 2024.12.18 19:56:16.602662 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11815 2024.12.18 19:56:16.602701 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11816 2024.12.18 19:56:16.603061 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11817 2024.12.18 19:56:16.603291 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11818 2024.12.18 19:56:16.603491 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001642 sec., 147381.24238733252 rows/sec., 9.99 MiB/sec.
11819 2024.12.18 19:56:16.603545 [ 262 ] {e7c53c3f-6b96-452e-b6fb-e98a1d8edc31} <Debug> TCPHandler: Processed in 0.001862668 sec.
11820 2024.12.18 19:56:16.603686 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11821 2024.12.18 19:56:16.603813 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11822 2024.12.18 19:56:16.603866 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11823 2024.12.18 19:56:16.604482 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11824 2024.12.18 19:56:16.604528 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11825 2024.12.18 19:56:16.604888 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11826 2024.12.18 19:56:16.605117 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11827 2024.12.18 19:56:16.605316 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec.
11828 2024.12.18 19:56:16.605368 [ 266 ] {e562a3df-538d-46c4-8b6c-0c90832e7d90} <Debug> TCPHandler: Processed in 0.001739966 sec.
11829 2024.12.18 19:56:16.605499 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11830 2024.12.18 19:56:16.605609 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11831 2024.12.18 19:56:16.605656 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11832 2024.12.18 19:56:16.606641 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11833 2024.12.18 19:56:16.606685 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11834 2024.12.18 19:56:16.607073 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11835 2024.12.18 19:56:16.607311 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11836 2024.12.18 19:56:16.607543 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001956 sec., 450408.9979550103 rows/sec., 32.66 MiB/sec.
11837 2024.12.18 19:56:16.607651 [ 262 ] {353fcdd7-cfa0-415c-b5e4-a7f348d935da} <Debug> TCPHandler: Processed in 0.002200286 sec.
11838 2024.12.18 19:56:16.607846 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11839 2024.12.18 19:56:16.608196 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11840 2024.12.18 19:56:16.608368 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11841 2024.12.18 19:56:16.609224 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11842 2024.12.18 19:56:16.609262 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11843 2024.12.18 19:56:16.609607 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11844 2024.12.18 19:56:16.609845 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11845 2024.12.18 19:56:16.610014 [ 151 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
11846 2024.12.18 19:56:16.610072 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002 sec., 3000 rows/sec., 156.74 KiB/sec.
11847 2024.12.18 19:56:16.610096 [ 151 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11848 2024.12.18 19:56:16.610155 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11849 2024.12.18 19:56:16.610169 [ 266 ] {9e3d0cbb-85b1-45ed-bff0-febdf5cc2c91} <Debug> TCPHandler: Processed in 0.00243052 sec.
11850 2024.12.18 19:56:16.610460 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11851 2024.12.18 19:56:16.610463 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
11852 2024.12.18 19:56:16.610888 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11853 2024.12.18 19:56:16.610915 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11854 2024.12.18 19:56:16.610989 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11855 2024.12.18 19:56:16.610995 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 204 rows starting from the beginning of the part
11856 2024.12.18 19:56:16.611295 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11857 2024.12.18 19:56:16.611613 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11858 2024.12.18 19:56:16.611992 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11859 2024.12.18 19:56:16.612421 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11860 2024.12.18 19:56:16.612729 [ 191 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
11861 2024.12.18 19:56:16.614597 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11862 2024.12.18 19:56:16.614704 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11863 2024.12.18 19:56:16.616197 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11864 2024.12.18 19:56:16.616498 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.006248168 sec., 37450.97763056307 rows/sec., 1.91 MiB/sec.
11865 2024.12.18 19:56:16.616635 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11866 2024.12.18 19:56:16.616672 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
11867 2024.12.18 19:56:16.616937 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.006191 sec., 144403.16588596348 rows/sec., 9.62 MiB/sec.
11868 2024.12.18 19:56:16.617032 [ 262 ] {de1db045-f67d-460e-8b9e-9f91f10c3568} <Debug> TCPHandler: Processed in 0.006744379 sec.
11869 2024.12.18 19:56:16.617082 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11870 2024.12.18 19:56:16.617170 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_39_8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
11871 2024.12.18 19:56:16.617191 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11872 2024.12.18 19:56:16.617263 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11873 2024.12.18 19:56:16.617342 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11874 2024.12.18 19:56:16.617397 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11875 2024.12.18 19:56:16.617858 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11876 2024.12.18 19:56:16.617894 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11877 2024.12.18 19:56:16.618238 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11878 2024.12.18 19:56:16.618468 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11879 2024.12.18 19:56:16.618672 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec.
11880 2024.12.18 19:56:16.618720 [ 266 ] {94081d81-902f-4dde-af1c-7018c9243f73} <Debug> TCPHandler: Processed in 0.001594693 sec.
11881 2024.12.18 19:56:16.618867 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11882 2024.12.18 19:56:16.618999 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11883 2024.12.18 19:56:16.619079 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11884 2024.12.18 19:56:16.620260 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11885 2024.12.18 19:56:16.620300 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11886 2024.12.18 19:56:16.620947 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11887 2024.12.18 19:56:16.621202 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11888 2024.12.18 19:56:16.621497 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002528 sec., 16218.354430379748 rows/sec., 29.06 MiB/sec.
11889 2024.12.18 19:56:16.622054 [ 262 ] {8969188b-86b1-4e12-94e0-3a8f4d2f59f0} <Debug> TCPHandler: Processed in 0.003249667 sec.
11890 2024.12.18 19:56:16.622208 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11891 2024.12.18 19:56:16.622337 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11892 2024.12.18 19:56:16.622391 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11893 2024.12.18 19:56:16.622880 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11894 2024.12.18 19:56:16.622918 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11895 2024.12.18 19:56:16.623268 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11896 2024.12.18 19:56:16.623499 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11897 2024.12.18 19:56:16.623706 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001397 sec., 41517.53758052971 rows/sec., 2.57 MiB/sec.
11898 2024.12.18 19:56:16.623755 [ 266 ] {78eb588a-9c88-4899-a1cc-37d7363b5cfb} <Debug> TCPHandler: Processed in 0.001608183 sec.
11899 2024.12.18 19:56:17.220208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1640
11900 2024.12.18 19:56:17.224003 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11901 2024.12.18 19:56:17.224064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11902 2024.12.18 19:56:17.225584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11903 2024.12.18 19:56:17.225914 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11904 2024.12.18 19:56:17.227489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1640
11905 2024.12.18 19:56:18.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.94 MiB, peak 259.15 MiB, free memory in arenas 0.00 B, will set to 246.94 MiB (RSS), difference: 4.00 MiB
11906 2024.12.18 19:56:18.667721 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11907 2024.12.18 19:56:18.667941 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11908 2024.12.18 19:56:18.668022 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11909 2024.12.18 19:56:18.668868 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11910 2024.12.18 19:56:18.668924 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11911 2024.12.18 19:56:18.669364 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11912 2024.12.18 19:56:18.669622 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11913 2024.12.18 19:56:18.669834 [ 129 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11914 2024.12.18 19:56:18.669874 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec.
11915 2024.12.18 19:56:18.669918 [ 129 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11916 2024.12.18 19:56:18.669993 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11917 2024.12.18 19:56:18.670026 [ 262 ] {1b08b8e8-3340-42ec-bce6-11ffb055e50e} <Debug> TCPHandler: Processed in 0.00243321 sec.
11918 2024.12.18 19:56:18.670259 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11919 2024.12.18 19:56:18.670267 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
11920 2024.12.18 19:56:18.670491 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11921 2024.12.18 19:56:18.670562 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11922 2024.12.18 19:56:18.670606 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11923 2024.12.18 19:56:18.670638 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1436 rows starting from the beginning of the part
11924 2024.12.18 19:56:18.670997 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 58 rows starting from the beginning of the part
11925 2024.12.18 19:56:18.671338 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 285 rows starting from the beginning of the part
11926 2024.12.18 19:56:18.671704 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
11927 2024.12.18 19:56:18.672079 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1426 rows starting from the beginning of the part
11928 2024.12.18 19:56:18.672454 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part
11929 2024.12.18 19:56:18.673510 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11930 2024.12.18 19:56:18.673578 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11931 2024.12.18 19:56:18.674590 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11932 2024.12.18 19:56:18.675077 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11933 2024.12.18 19:56:18.675292 [ 129 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11934 2024.12.18 19:56:18.675366 [ 129 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11935 2024.12.18 19:56:18.675400 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004979 sec., 12853.98674432617 rows/sec., 1.00 MiB/sec.
11936 2024.12.18 19:56:18.675428 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11937 2024.12.18 19:56:18.675665 [ 266 ] {df899e3b-0657-496f-9d0b-d901e716c32c} <Debug> TCPHandler: Processed in 0.005523994 sec.
11938 2024.12.18 19:56:18.675811 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
11939 2024.12.18 19:56:18.675960 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11940 2024.12.18 19:56:18.676457 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11941 2024.12.18 19:56:18.676484 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11942 2024.12.18 19:56:18.676597 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
11943 2024.12.18 19:56:18.676597 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.006474924 sec., 512284.005186779 rows/sec., 44.74 MiB/sec.
11944 2024.12.18 19:56:18.676623 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11945 2024.12.18 19:56:18.676921 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 68 rows starting from the beginning of the part
11946 2024.12.18 19:56:18.677210 [ 197 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11947 2024.12.18 19:56:18.677292 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 423 rows starting from the beginning of the part
11948 2024.12.18 19:56:18.677921 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
11949 2024.12.18 19:56:18.678442 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 881 rows starting from the beginning of the part
11950 2024.12.18 19:56:18.678815 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11951 2024.12.18 19:56:18.678927 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part
11952 2024.12.18 19:56:18.679512 [ 187 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_101_20} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11953 2024.12.18 19:56:18.679825 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11954 2024.12.18 19:56:18.680234 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11955 2024.12.18 19:56:18.680282 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11956 2024.12.18 19:56:18.680879 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11957 2024.12.18 19:56:18.681152 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11958 2024.12.18 19:56:18.681489 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0
11959 2024.12.18 19:56:18.681618 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11960 2024.12.18 19:56:18.681698 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11961 2024.12.18 19:56:18.681730 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.006151556 sec., 392583.5999867351 rows/sec., 30.11 MiB/sec.
11962 2024.12.18 19:56:18.681756 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005484 sec., 11670.313639679067 rows/sec., 832.32 KiB/sec.
11963 2024.12.18 19:56:18.682082 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
11964 2024.12.18 19:56:18.682106 [ 262 ] {21a31ade-c18e-4282-ac24-6f08a8d8583d} <Debug> TCPHandler: Processed in 0.00632732 sec.
11965 2024.12.18 19:56:18.682137 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11966 2024.12.18 19:56:18.682409 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11967 2024.12.18 19:56:18.682717 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11968 2024.12.18 19:56:18.682756 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11969 2024.12.18 19:56:18.682813 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 26749 rows starting from the beginning of the part
11970 2024.12.18 19:56:18.682890 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11971 2024.12.18 19:56:18.683329 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11972 2024.12.18 19:56:18.683364 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 162 rows starting from the beginning of the part
11973 2024.12.18 19:56:18.683729 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_101_20} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11974 2024.12.18 19:56:18.683938 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part
11975 2024.12.18 19:56:18.684193 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
11976 2024.12.18 19:56:18.684477 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part
11977 2024.12.18 19:56:18.684780 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 894 rows starting from the beginning of the part
11978 2024.12.18 19:56:18.685826 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11979 2024.12.18 19:56:18.685901 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11980 2024.12.18 19:56:18.686455 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11981 2024.12.18 19:56:18.686872 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11982 2024.12.18 19:56:18.687155 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004481 sec., 5355.9473331845575 rows/sec., 369.62 KiB/sec.
11983 2024.12.18 19:56:18.687424 [ 266 ] {7631b25d-ef20-4e31-930b-6485bae651bb} <Debug> TCPHandler: Processed in 0.005179066 sec.
11984 2024.12.18 19:56:18.692706 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28202 rows, containing 5 columns (5 merged, 0 gathered) in 0.010888314 sec., 2590116.339407552 rows/sec., 174.97 MiB/sec.
11985 2024.12.18 19:56:18.693102 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
11986 2024.12.18 19:56:18.693435 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11987 2024.12.18 19:56:18.693533 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20
11988 2024.12.18 19:56:18.693640 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.22 MiB.
11989 2024.12.18 19:56:19.558899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914
11990 2024.12.18 19:56:19.559543 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11991 2024.12.18 19:56:19.559591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11992 2024.12.18 19:56:19.560120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11993 2024.12.18 19:56:19.560373 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11994 2024.12.18 19:56:19.560604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
11995 2024.12.18 19:56:21.603798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
11996 2024.12.18 19:56:21.626599 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11997 2024.12.18 19:56:21.626663 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
11998 2024.12.18 19:56:21.633919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11999 2024.12.18 19:56:21.634684 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12000 2024.12.18 19:56:21.637670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12001 2024.12.18 19:56:23.673407 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12002 2024.12.18 19:56:23.673599 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12003 2024.12.18 19:56:23.673669 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12004 2024.12.18 19:56:23.674424 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12005 2024.12.18 19:56:23.674476 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12006 2024.12.18 19:56:23.674933 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12007 2024.12.18 19:56:23.675189 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12008 2024.12.18 19:56:23.675436 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec.
12009 2024.12.18 19:56:23.675501 [ 262 ] {76c1a166-102b-4973-8bd4-9aa4031256af} <Debug> TCPHandler: Processed in 0.002222335 sec.
12010 2024.12.18 19:56:23.675673 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12011 2024.12.18 19:56:23.675817 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12012 2024.12.18 19:56:23.675875 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12013 2024.12.18 19:56:23.676544 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12014 2024.12.18 19:56:23.676593 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12015 2024.12.18 19:56:23.677008 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12016 2024.12.18 19:56:23.677251 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12017 2024.12.18 19:56:23.677487 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001698 sec., 37691.40164899882 rows/sec., 2.94 MiB/sec.
12018 2024.12.18 19:56:23.677548 [ 266 ] {15e04e60-eea4-4037-b705-7ab116e31e70} <Debug> TCPHandler: Processed in 0.001941531 sec.
12019 2024.12.18 19:56:23.677712 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12020 2024.12.18 19:56:23.678042 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12021 2024.12.18 19:56:23.678220 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12022 2024.12.18 19:56:23.679020 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12023 2024.12.18 19:56:23.679061 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12024 2024.12.18 19:56:23.679461 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12025 2024.12.18 19:56:23.679703 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12026 2024.12.18 19:56:23.679920 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002006 sec., 79760.71784646063 rows/sec., 5.56 MiB/sec.
12027 2024.12.18 19:56:23.679972 [ 262 ] {5a97e03a-f638-4971-89be-a55a815793a5} <Debug> TCPHandler: Processed in 0.002328007 sec.
12028 2024.12.18 19:56:23.680117 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12029 2024.12.18 19:56:23.680245 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12030 2024.12.18 19:56:23.680300 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12031 2024.12.18 19:56:23.680819 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12032 2024.12.18 19:56:23.680865 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12033 2024.12.18 19:56:23.681221 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12034 2024.12.18 19:56:23.681462 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12035 2024.12.18 19:56:23.681641 [ 145 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12036 2024.12.18 19:56:23.681700 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec.
12037 2024.12.18 19:56:23.681727 [ 145 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12038 2024.12.18 19:56:23.681791 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12039 2024.12.18 19:56:23.681808 [ 266 ] {6fa86daa-a72e-4df2-82dd-b8f2bea0fc9c} <Debug> TCPHandler: Processed in 0.001748386 sec.
12040 2024.12.18 19:56:23.682002 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
12041 2024.12.18 19:56:23.682180 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12042 2024.12.18 19:56:23.682226 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5596 rows starting from the beginning of the part
12043 2024.12.18 19:56:23.682313 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part
12044 2024.12.18 19:56:23.682584 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part
12045 2024.12.18 19:56:23.682746 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 58 rows starting from the beginning of the part
12046 2024.12.18 19:56:23.682958 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 24 rows starting from the beginning of the part
12047 2024.12.18 19:56:23.683125 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
12048 2024.12.18 19:56:23.685145 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5880 rows, containing 4 columns (4 merged, 0 gathered) in 0.003243106 sec., 1813076.7233633436 rows/sec., 118.52 MiB/sec.
12049 2024.12.18 19:56:23.685573 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12050 2024.12.18 19:56:23.685941 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12051 2024.12.18 19:56:23.686040 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_101_20} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12052 2024.12.18 19:56:23.686146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
12053 2024.12.18 19:56:26.868106 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
12054 2024.12.18 19:56:26.868218 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
12055 2024.12.18 19:56:27.001404 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094589 sec.
12056 2024.12.18 19:56:27.060712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402
12057 2024.12.18 19:56:27.061401 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12058 2024.12.18 19:56:27.061460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12059 2024.12.18 19:56:27.062109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12060 2024.12.18 19:56:27.062387 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12061 2024.12.18 19:56:27.062646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402
12062 2024.12.18 19:56:27.228739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1656
12063 2024.12.18 19:56:27.231558 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12064 2024.12.18 19:56:27.231618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12065 2024.12.18 19:56:27.233119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12066 2024.12.18 19:56:27.233442 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12067 2024.12.18 19:56:27.233736 [ 139 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12068 2024.12.18 19:56:27.233920 [ 139 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12069 2024.12.18 19:56:27.234038 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12070 2024.12.18 19:56:27.234531 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
12071 2024.12.18 19:56:27.236151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656
12072 2024.12.18 19:56:27.236457 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12073 2024.12.18 19:56:27.236613 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1482 rows starting from the beginning of the part
12074 2024.12.18 19:56:27.237274 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 54 rows starting from the beginning of the part
12075 2024.12.18 19:56:27.237891 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part
12076 2024.12.18 19:56:27.238446 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part
12077 2024.12.18 19:56:27.238974 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 54 rows starting from the beginning of the part
12078 2024.12.18 19:56:27.239656 [ 194 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part
12079 2024.12.18 19:56:27.247846 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.013670541 sec., 121136.3910177366 rows/sec., 93.71 MiB/sec.
12080 2024.12.18 19:56:27.249813 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12081 2024.12.18 19:56:27.250657 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12082 2024.12.18 19:56:27.250758 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_46_9} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12083 2024.12.18 19:56:27.251149 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
12084 2024.12.18 19:56:28.032584 [ 141 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_54_13 to all_58_58_0
12085 2024.12.18 19:56:28.032654 [ 141 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12086 2024.12.18 19:56:28.032680 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12087 2024.12.18 19:56:28.032854 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_54_13 to all_58_58_0 into Compact with storage Full
12088 2024.12.18 19:56:28.033266 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12089 2024.12.18 19:56:28.033365 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_13, total 66 rows starting from the beginning of the part
12090 2024.12.18 19:56:28.033476 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part
12091 2024.12.18 19:56:28.033606 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part
12092 2024.12.18 19:56:28.033708 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part
12093 2024.12.18 19:56:28.033795 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 50 rows starting from the beginning of the part
12094 2024.12.18 19:56:28.034775 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009181 sec., 107506.4914509942 rows/sec., 8.11 MiB/sec.
12095 2024.12.18 19:56:28.034993 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Trace> MergedBlockOutputStream: filled checksums all_1_58_14 (state Temporary)
12096 2024.12.18 19:56:28.035339 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_58_14 to all_1_58_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12097 2024.12.18 19:56:28.035431 [ 195 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_58_14} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_54_13, all_58_58_0] -> all_1_58_14
12098 2024.12.18 19:56:28.035536 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12099 2024.12.18 19:56:28.681076 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12100 2024.12.18 19:56:28.681287 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12101 2024.12.18 19:56:28.681365 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12102 2024.12.18 19:56:28.682177 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12103 2024.12.18 19:56:28.682230 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12104 2024.12.18 19:56:28.682674 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12105 2024.12.18 19:56:28.682936 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12106 2024.12.18 19:56:28.683161 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec.
12107 2024.12.18 19:56:28.683218 [ 262 ] {48b0750e-87e7-4112-b30d-a72b75f4482d} <Debug> TCPHandler: Processed in 0.002278617 sec.
12108 2024.12.18 19:56:28.683396 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12109 2024.12.18 19:56:28.683534 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12110 2024.12.18 19:56:28.683589 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12111 2024.12.18 19:56:28.684347 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12112 2024.12.18 19:56:28.684387 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12113 2024.12.18 19:56:28.684776 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12114 2024.12.18 19:56:28.685023 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12115 2024.12.18 19:56:28.685197 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001694 sec., 168240.8500590319 rows/sec., 14.84 MiB/sec.
12116 2024.12.18 19:56:28.685248 [ 266 ] {bdf545e6-97ca-4b03-b8d0-132c555f6c1a} <Debug> TCPHandler: Processed in 0.001918399 sec.
12117 2024.12.18 19:56:28.685413 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12118 2024.12.18 19:56:28.685552 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12119 2024.12.18 19:56:28.685606 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12120 2024.12.18 19:56:28.686229 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12121 2024.12.18 19:56:28.686268 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12122 2024.12.18 19:56:28.686628 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12123 2024.12.18 19:56:28.686869 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12124 2024.12.18 19:56:28.687048 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001526 sec., 31454.78374836173 rows/sec., 2.26 MiB/sec.
12125 2024.12.18 19:56:28.687100 [ 262 ] {3f99faf2-89a9-48a4-957f-9d7f1e123e50} <Debug> TCPHandler: Processed in 0.001754216 sec.
12126 2024.12.18 19:56:28.687232 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12127 2024.12.18 19:56:28.687339 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12128 2024.12.18 19:56:28.687384 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12129 2024.12.18 19:56:28.687911 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12130 2024.12.18 19:56:28.687949 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12131 2024.12.18 19:56:28.688298 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12132 2024.12.18 19:56:28.688534 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12133 2024.12.18 19:56:28.688709 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001391 sec., 10064.7016534867 rows/sec., 704.87 KiB/sec.
12134 2024.12.18 19:56:28.688759 [ 266 ] {88bb6aea-a654-4cb2-ae42-332a89893ee8} <Debug> TCPHandler: Processed in 0.001579382 sec.
12135 2024.12.18 19:56:28.688905 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12136 2024.12.18 19:56:28.689023 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12137 2024.12.18 19:56:28.689077 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12138 2024.12.18 19:56:28.689708 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12139 2024.12.18 19:56:28.689753 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12140 2024.12.18 19:56:28.690160 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12141 2024.12.18 19:56:28.690433 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12142 2024.12.18 19:56:28.690627 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec.
12143 2024.12.18 19:56:28.690714 [ 262 ] {12dd2eef-f44b-4937-95af-09316c70d294} <Debug> TCPHandler: Processed in 0.001858349 sec.
12144 2024.12.18 19:56:28.690925 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12145 2024.12.18 19:56:28.691059 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12146 2024.12.18 19:56:28.691105 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12147 2024.12.18 19:56:28.691793 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12148 2024.12.18 19:56:28.691831 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12149 2024.12.18 19:56:28.692199 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12150 2024.12.18 19:56:28.692438 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12151 2024.12.18 19:56:28.692618 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001582 sec., 267383.0594184576 rows/sec., 19.11 MiB/sec.
12152 2024.12.18 19:56:28.692669 [ 266 ] {6c46b595-c988-45ba-b1d6-17e3818664e9} <Debug> TCPHandler: Processed in 0.001861608 sec.
12153 2024.12.18 19:56:28.692818 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12154 2024.12.18 19:56:28.692931 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12155 2024.12.18 19:56:28.692981 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12156 2024.12.18 19:56:28.693450 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12157 2024.12.18 19:56:28.693486 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12158 2024.12.18 19:56:28.693842 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12159 2024.12.18 19:56:28.694080 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12160 2024.12.18 19:56:28.694255 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec.
12161 2024.12.18 19:56:28.694303 [ 262 ] {2b7ea82b-d308-4d17-96af-dc0f8b39ef56} <Debug> TCPHandler: Processed in 0.001542251 sec.
12162 2024.12.18 19:56:28.694432 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12163 2024.12.18 19:56:28.694538 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12164 2024.12.18 19:56:28.694584 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12165 2024.12.18 19:56:28.695098 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12166 2024.12.18 19:56:28.695134 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12167 2024.12.18 19:56:28.695506 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12168 2024.12.18 19:56:28.695738 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12169 2024.12.18 19:56:28.695907 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001391 sec., 170381.02084831055 rows/sec., 11.42 MiB/sec.
12170 2024.12.18 19:56:28.695955 [ 266 ] {18754a4c-c92e-41a7-bc24-a84bd1d63f4d} <Debug> TCPHandler: Processed in 0.001574042 sec.
12171 2024.12.18 19:56:28.696097 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12172 2024.12.18 19:56:28.696229 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12173 2024.12.18 19:56:28.696284 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12174 2024.12.18 19:56:28.696793 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12175 2024.12.18 19:56:28.696837 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12176 2024.12.18 19:56:28.697215 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12177 2024.12.18 19:56:28.697443 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12178 2024.12.18 19:56:28.697618 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec.
12179 2024.12.18 19:56:28.697665 [ 262 ] {f72fc2ca-e260-41fd-b82d-d0f657182016} <Debug> TCPHandler: Processed in 0.001631903 sec.
12180 2024.12.18 19:56:28.697798 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12181 2024.12.18 19:56:28.697902 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12182 2024.12.18 19:56:28.697964 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12183 2024.12.18 19:56:28.699201 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12184 2024.12.18 19:56:28.699238 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12185 2024.12.18 19:56:28.699870 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12186 2024.12.18 19:56:28.700120 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12187 2024.12.18 19:56:28.700255 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12188 2024.12.18 19:56:28.700297 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12189 2024.12.18 19:56:28.700322 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12190 2024.12.18 19:56:28.700326 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002444 sec., 16775.777414075288 rows/sec., 30.06 MiB/sec.
12191 2024.12.18 19:56:28.700783 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12192 2024.12.18 19:56:28.700965 [ 266 ] {8f55992e-0f9b-487f-ad46-c8a4275c1ea4} <Debug> TCPHandler: Processed in 0.003210346 sec.
12193 2024.12.18 19:56:28.701279 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12194 2024.12.18 19:56:28.701877 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12195 2024.12.18 19:56:28.702088 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12196 2024.12.18 19:56:28.702516 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12197 2024.12.18 19:56:28.702626 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1561 rows starting from the beginning of the part
12198 2024.12.18 19:56:28.703004 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12199 2024.12.18 19:56:28.703428 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12200 2024.12.18 19:56:28.703428 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12201 2024.12.18 19:56:28.703481 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12202 2024.12.18 19:56:28.703749 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12203 2024.12.18 19:56:28.704104 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12204 2024.12.18 19:56:28.704320 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12205 2024.12.18 19:56:28.704397 [ 188 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
12206 2024.12.18 19:56:28.704761 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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.12.18 19:56:28.705031 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003344 sec., 24521.531100478467 rows/sec., 1.56 MiB/sec.
12208 2024.12.18 19:56:28.705108 [ 262 ] {312ad8e0-c7d1-466c-811a-66f90847bbb6} <Debug> TCPHandler: Processed in 0.004035313 sec.
12209 2024.12.18 19:56:28.713974 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1766 rows, containing 19 columns (19 merged, 0 gathered) in 0.01358004 sec., 130043.79957643719 rows/sec., 233.03 MiB/sec.
12210 2024.12.18 19:56:28.715931 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12211 2024.12.18 19:56:28.716410 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12212 2024.12.18 19:56:28.716510 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12213 2024.12.18 19:56:28.716692 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB.
12214 2024.12.18 19:56:29.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.54 MiB, peak 260.19 MiB, free memory in arenas 0.00 B, will set to 253.08 MiB (RSS), difference: 4.54 MiB
12215 2024.12.18 19:56:29.138711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
12216 2024.12.18 19:56:29.159824 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12217 2024.12.18 19:56:29.159879 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12218 2024.12.18 19:56:29.167240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12219 2024.12.18 19:56:29.168004 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12220 2024.12.18 19:56:29.171029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
12221 2024.12.18 19:56:33.675864 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12222 2024.12.18 19:56:33.676081 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12223 2024.12.18 19:56:33.676160 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12224 2024.12.18 19:56:33.676940 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12225 2024.12.18 19:56:33.676996 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12226 2024.12.18 19:56:33.677486 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
12227 2024.12.18 19:56:33.677824 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12228 2024.12.18 19:56:33.678111 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002082 sec., 960.6147934678194 rows/sec., 78.33 KiB/sec.
12229 2024.12.18 19:56:33.678194 [ 262 ] {d8c07809-8d89-411d-a7bd-722ece44c496} <Debug> TCPHandler: Processed in 0.00246436 sec.
12230 2024.12.18 19:56:33.678434 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12231 2024.12.18 19:56:33.678565 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12232 2024.12.18 19:56:33.678619 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12233 2024.12.18 19:56:33.679329 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12234 2024.12.18 19:56:33.679377 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12235 2024.12.18 19:56:33.679844 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12236 2024.12.18 19:56:33.680151 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12237 2024.12.18 19:56:33.680387 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00185 sec., 30810.81081081081 rows/sec., 2.35 MiB/sec.
12238 2024.12.18 19:56:33.680458 [ 266 ] {1bc25e6a-b255-40db-ba3a-ff6d1528be91} <Debug> TCPHandler: Processed in 0.002091763 sec.
12239 2024.12.18 19:56:33.680661 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12240 2024.12.18 19:56:33.680843 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12241 2024.12.18 19:56:33.680909 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12242 2024.12.18 19:56:33.682203 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12243 2024.12.18 19:56:33.682254 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12244 2024.12.18 19:56:33.682688 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12245 2024.12.18 19:56:33.683016 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12246 2024.12.18 19:56:33.683285 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002488 sec., 803.8585209003215 rows/sec., 56.13 KiB/sec.
12247 2024.12.18 19:56:33.683357 [ 262 ] {c9a3d306-fce4-4188-8b3a-9b6b7d2a9203} <Debug> TCPHandler: Processed in 0.002775307 sec.
12248 2024.12.18 19:56:33.683566 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12249 2024.12.18 19:56:33.683696 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12250 2024.12.18 19:56:33.683755 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12251 2024.12.18 19:56:33.684519 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12252 2024.12.18 19:56:33.684569 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12253 2024.12.18 19:56:33.685044 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12254 2024.12.18 19:56:33.685383 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12255 2024.12.18 19:56:33.685645 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001974 sec., 33434.650455927054 rows/sec., 2.61 MiB/sec.
12256 2024.12.18 19:56:33.685716 [ 266 ] {1254e63e-5f4e-4c50-94f5-fcb0541fe44c} <Debug> TCPHandler: Processed in 0.002212036 sec.
12257 2024.12.18 19:56:33.685962 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12258 2024.12.18 19:56:33.686093 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12259 2024.12.18 19:56:33.686152 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12260 2024.12.18 19:56:33.686780 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12261 2024.12.18 19:56:33.686821 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12262 2024.12.18 19:56:33.687254 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12263 2024.12.18 19:56:33.687508 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12264 2024.12.18 19:56:33.687737 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001669 sec., 96464.94907130019 rows/sec., 6.72 MiB/sec.
12265 2024.12.18 19:56:33.687805 [ 262 ] {9b8a9c2f-63df-4053-a6b7-679a312ebc9b} <Debug> TCPHandler: Processed in 0.001905619 sec.
12266 2024.12.18 19:56:33.687974 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12267 2024.12.18 19:56:33.688113 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12268 2024.12.18 19:56:33.688174 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12269 2024.12.18 19:56:33.688772 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12270 2024.12.18 19:56:33.688821 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12271 2024.12.18 19:56:33.689321 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12272 2024.12.18 19:56:33.689629 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12273 2024.12.18 19:56:33.689876 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001791 sec., 33500.837520938025 rows/sec., 2.26 MiB/sec.
12274 2024.12.18 19:56:33.689939 [ 266 ] {0b93cc7e-1140-4062-a168-dcb8313ea404} <Debug> TCPHandler: Processed in 0.002030112 sec.
12275 2024.12.18 19:56:34.563745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829
12276 2024.12.18 19:56:34.564378 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12277 2024.12.18 19:56:34.564420 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12278 2024.12.18 19:56:34.564922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12279 2024.12.18 19:56:34.565177 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12280 2024.12.18 19:56:34.565416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
12281 2024.12.18 19:56:36.672093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
12282 2024.12.18 19:56:36.693999 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12283 2024.12.18 19:56:36.694067 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12284 2024.12.18 19:56:36.701510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12285 2024.12.18 19:56:36.702295 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12286 2024.12.18 19:56:36.707548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
12287 2024.12.18 19:56:37.237320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1690
12288 2024.12.18 19:56:37.240662 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12289 2024.12.18 19:56:37.240722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12290 2024.12.18 19:56:37.242350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12291 2024.12.18 19:56:37.242676 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12292 2024.12.18 19:56:37.244780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1690
12293 2024.12.18 19:56:38.679930 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12294 2024.12.18 19:56:38.680138 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12295 2024.12.18 19:56:38.680216 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12296 2024.12.18 19:56:38.680944 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12297 2024.12.18 19:56:38.680993 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12298 2024.12.18 19:56:38.681422 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12299 2024.12.18 19:56:38.681673 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12300 2024.12.18 19:56:38.681834 [ 128 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12301 2024.12.18 19:56:38.681881 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0018 sec., 7777.777777777778 rows/sec., 559.90 KiB/sec.
12302 2024.12.18 19:56:38.681885 [ 128 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12303 2024.12.18 19:56:38.681935 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12304 2024.12.18 19:56:38.681965 [ 262 ] {b9591613-7b60-49c3-9598-e512db2d536e} <Debug> TCPHandler: Processed in 0.002166235 sec.
12305 2024.12.18 19:56:38.682252 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12306 2024.12.18 19:56:38.682309 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12307 2024.12.18 19:56:38.682654 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12308 2024.12.18 19:56:38.682740 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12309 2024.12.18 19:56:38.682758 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12310 2024.12.18 19:56:38.682809 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12311 2024.12.18 19:56:38.683116 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12312 2024.12.18 19:56:38.683439 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12313 2024.12.18 19:56:38.683811 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12314 2024.12.18 19:56:38.684162 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
12315 2024.12.18 19:56:38.685316 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12316 2024.12.18 19:56:38.685385 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12317 2024.12.18 19:56:38.686521 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12318 2024.12.18 19:56:38.686552 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004495743 sec., 15570.285045208322 rows/sec., 1.15 MiB/sec.
12319 2024.12.18 19:56:38.686799 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12320 2024.12.18 19:56:38.686988 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12321 2024.12.18 19:56:38.687380 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004871 sec., 58509.5462943954 rows/sec., 5.16 MiB/sec.
12322 2024.12.18 19:56:38.687495 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_41_10} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12323 2024.12.18 19:56:38.687519 [ 266 ] {4c9840bb-5803-412c-8734-e1d2db37287e} <Debug> TCPHandler: Processed in 0.005451902 sec.
12324 2024.12.18 19:56:38.687656 [ 187 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_41_10} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12325 2024.12.18 19:56:38.687706 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12326 2024.12.18 19:56:38.687779 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12327 2024.12.18 19:56:38.687879 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12328 2024.12.18 19:56:38.687938 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12329 2024.12.18 19:56:38.688572 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12330 2024.12.18 19:56:38.688611 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12331 2024.12.18 19:56:38.688962 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12332 2024.12.18 19:56:38.689195 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12333 2024.12.18 19:56:38.689371 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001522 sec., 31537.450722733247 rows/sec., 2.27 MiB/sec.
12334 2024.12.18 19:56:38.689422 [ 262 ] {336f70d5-70fd-4b49-99e7-56739afebf6e} <Debug> TCPHandler: Processed in 0.001799407 sec.
12335 2024.12.18 19:56:38.689561 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12336 2024.12.18 19:56:38.689694 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12337 2024.12.18 19:56:38.689748 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12338 2024.12.18 19:56:38.690384 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12339 2024.12.18 19:56:38.690421 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12340 2024.12.18 19:56:38.690758 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12341 2024.12.18 19:56:38.690988 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12342 2024.12.18 19:56:38.691194 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec.
12343 2024.12.18 19:56:38.691261 [ 266 ] {fd39722f-8563-4bb3-ab4d-782543b93f2e} <Debug> TCPHandler: Processed in 0.001760856 sec.
12344 2024.12.18 19:56:38.691508 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12345 2024.12.18 19:56:38.691653 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12346 2024.12.18 19:56:38.691707 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12347 2024.12.18 19:56:38.692326 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12348 2024.12.18 19:56:38.692365 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12349 2024.12.18 19:56:38.692710 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12350 2024.12.18 19:56:38.692941 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12351 2024.12.18 19:56:38.693070 [ 128 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12352 2024.12.18 19:56:38.693112 [ 128 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12353 2024.12.18 19:56:38.693131 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001504 sec., 8643.617021276596 rows/sec., 538.93 KiB/sec.
12354 2024.12.18 19:56:38.693135 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12355 2024.12.18 19:56:38.693240 [ 262 ] {91b378b5-94c3-423d-a28f-ebc998fa1dd8} <Debug> TCPHandler: Processed in 0.001869108 sec.
12356 2024.12.18 19:56:38.693325 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12357 2024.12.18 19:56:38.693422 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12358 2024.12.18 19:56:38.693499 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12359 2024.12.18 19:56:38.693556 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12360 2024.12.18 19:56:38.693658 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12361 2024.12.18 19:56:38.693821 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12362 2024.12.18 19:56:38.693840 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12363 2024.12.18 19:56:38.694199 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12364 2024.12.18 19:56:38.694515 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12365 2024.12.18 19:56:38.694786 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
12366 2024.12.18 19:56:38.696618 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12367 2024.12.18 19:56:38.696689 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12368 2024.12.18 19:56:38.697060 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003831509 sec., 16964.595411364036 rows/sec., 1.10 MiB/sec.
12369 2024.12.18 19:56:38.697236 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12370 2024.12.18 19:56:38.697504 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12371 2024.12.18 19:56:38.697670 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_41_10} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12372 2024.12.18 19:56:38.697819 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_41_10} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12373 2024.12.18 19:56:38.697961 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12374 2024.12.18 19:56:38.698013 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12375 2024.12.18 19:56:38.698276 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004683 sec., 90326.7136450993 rows/sec., 6.46 MiB/sec.
12376 2024.12.18 19:56:38.698351 [ 266 ] {a3d08a57-9e49-4107-8908-d2352de54b69} <Debug> TCPHandler: Processed in 0.005018593 sec.
12377 2024.12.18 19:56:38.698513 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12378 2024.12.18 19:56:38.698628 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12379 2024.12.18 19:56:38.698675 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12380 2024.12.18 19:56:38.699124 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12381 2024.12.18 19:56:38.699165 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12382 2024.12.18 19:56:38.699538 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12383 2024.12.18 19:56:38.699772 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12384 2024.12.18 19:56:38.700018 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec.
12385 2024.12.18 19:56:38.700195 [ 262 ] {dc723477-3c34-45a2-b32b-fd077552b71f} <Debug> TCPHandler: Processed in 0.001731806 sec.
12386 2024.12.18 19:56:38.700409 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12387 2024.12.18 19:56:38.700545 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12388 2024.12.18 19:56:38.700604 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12389 2024.12.18 19:56:38.701269 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12390 2024.12.18 19:56:38.701313 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12391 2024.12.18 19:56:38.701703 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12392 2024.12.18 19:56:38.701941 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12393 2024.12.18 19:56:38.702140 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0
12394 2024.12.18 19:56:38.702162 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec.
12395 2024.12.18 19:56:38.702270 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12396 2024.12.18 19:56:38.702330 [ 266 ] {ab455fb3-4a7c-4e1f-b3e7-9e7e998755c6} <Debug> TCPHandler: Processed in 0.002039913 sec.
12397 2024.12.18 19:56:38.702348 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12398 2024.12.18 19:56:38.702550 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12399 2024.12.18 19:56:38.702561 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::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
12400 2024.12.18 19:56:38.702746 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12401 2024.12.18 19:56:38.702864 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12402 2024.12.18 19:56:38.702874 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12403 2024.12.18 19:56:38.702977 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 28202 rows starting from the beginning of the part
12404 2024.12.18 19:56:38.703339 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part
12405 2024.12.18 19:56:38.703669 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
12406 2024.12.18 19:56:38.703988 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part
12407 2024.12.18 19:56:38.704227 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 161 rows starting from the beginning of the part
12408 2024.12.18 19:56:38.704581 [ 199 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part
12409 2024.12.18 19:56:38.705212 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12410 2024.12.18 19:56:38.705275 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12411 2024.12.18 19:56:38.706114 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12412 2024.12.18 19:56:38.706441 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12413 2024.12.18 19:56:38.706872 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004155 sec., 240.67388688327318 rows/sec., 16.22 KiB/sec.
12414 2024.12.18 19:56:38.707348 [ 262 ] {d95756cd-94b1-4c1f-b60c-3140aef4f39d} <Debug> TCPHandler: Processed in 0.004902001 sec.
12415 2024.12.18 19:56:38.707730 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12416 2024.12.18 19:56:38.708292 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12417 2024.12.18 19:56:38.708710 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12418 2024.12.18 19:56:38.711152 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12419 2024.12.18 19:56:38.711228 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12420 2024.12.18 19:56:38.712195 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12421 2024.12.18 19:56:38.712567 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12422 2024.12.18 19:56:38.712968 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004901 sec., 8365.639665374414 rows/sec., 14.99 MiB/sec.
12423 2024.12.18 19:56:38.713095 [ 266 ] {aa9fe3b0-e613-4751-a5bc-37ed0e9cde73} <Debug> TCPHandler: Processed in 0.005584395 sec.
12424 2024.12.18 19:56:38.713238 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12425 2024.12.18 19:56:38.713387 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12426 2024.12.18 19:56:38.713461 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12427 2024.12.18 19:56:38.714123 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12428 2024.12.18 19:56:38.714164 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12429 2024.12.18 19:56:38.714602 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12430 2024.12.18 19:56:38.715078 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29061 rows, containing 5 columns (5 merged, 0 gathered) in 0.012578449 sec., 2310380.2384538823 rows/sec., 156.12 MiB/sec.
12431 2024.12.18 19:56:38.715122 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12432 2024.12.18 19:56:38.715416 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002072 sec., 39575.28957528957 rows/sec., 2.51 MiB/sec.
12433 2024.12.18 19:56:38.715530 [ 262 ] {cb6a1851-2050-46f0-aecb-9b57f85dcb16} <Debug> TCPHandler: Processed in 0.002343068 sec.
12434 2024.12.18 19:56:38.715745 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
12435 2024.12.18 19:56:38.716427 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12436 2024.12.18 19:56:38.716555 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21
12437 2024.12.18 19:56:38.716670 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12438 2024.12.18 19:56:41.868274 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
12439 2024.12.18 19:56:41.868341 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
12440 2024.12.18 19:56:42.065512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317
12441 2024.12.18 19:56:42.066288 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12442 2024.12.18 19:56:42.066338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12443 2024.12.18 19:56:42.066881 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12444 2024.12.18 19:56:42.067138 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12445 2024.12.18 19:56:42.067306 [ 124 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12446 2024.12.18 19:56:42.067346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317
12447 2024.12.18 19:56:42.067363 [ 124 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12448 2024.12.18 19:56:42.067390 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12449 2024.12.18 19:56:42.067546 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
12450 2024.12.18 19:56:42.067732 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12451 2024.12.18 19:56:42.067785 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::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
12452 2024.12.18 19:56:42.067874 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
12453 2024.12.18 19:56:42.068130 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
12454 2024.12.18 19:56:42.068306 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
12455 2024.12.18 19:56:42.068472 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
12456 2024.12.18 19:56:42.068624 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
12457 2024.12.18 19:56:42.071617 [ 192 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.004148685 sec., 7307616.750849968 rows/sec., 104.54 MiB/sec.
12458 2024.12.18 19:56:42.071937 [ 189 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12459 2024.12.18 19:56:42.072293 [ 189 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12460 2024.12.18 19:56:42.072397 [ 189 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_66_13} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12461 2024.12.18 19:56:42.072520 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
12462 2024.12.18 19:56:43.673528 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12463 2024.12.18 19:56:43.673734 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12464 2024.12.18 19:56:43.673813 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12465 2024.12.18 19:56:43.674823 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12466 2024.12.18 19:56:43.674868 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12467 2024.12.18 19:56:43.675307 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12468 2024.12.18 19:56:43.675554 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12469 2024.12.18 19:56:43.675704 [ 120 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12470 2024.12.18 19:56:43.675750 [ 120 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12471 2024.12.18 19:56:43.675756 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002077 sec., 26961.96437168994 rows/sec., 2.06 MiB/sec.
12472 2024.12.18 19:56:43.675773 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12473 2024.12.18 19:56:43.675916 [ 262 ] {10049244-943d-42c1-9263-b3281682279d} <Debug> TCPHandler: Processed in 0.002511651 sec.
12474 2024.12.18 19:56:43.676126 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
12475 2024.12.18 19:56:43.676148 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12476 2024.12.18 19:56:43.676529 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12477 2024.12.18 19:56:43.676696 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12478 2024.12.18 19:56:43.677155 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12479 2024.12.18 19:56:43.677414 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1436 rows starting from the beginning of the part
12480 2024.12.18 19:56:43.677927 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part
12481 2024.12.18 19:56:43.678289 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 285 rows starting from the beginning of the part
12482 2024.12.18 19:56:43.678667 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 57 rows starting from the beginning of the part
12483 2024.12.18 19:56:43.679009 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 285 rows starting from the beginning of the part
12484 2024.12.18 19:56:43.679192 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
12485 2024.12.18 19:56:43.680193 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12486 2024.12.18 19:56:43.680264 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12487 2024.12.18 19:56:43.681234 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12488 2024.12.18 19:56:43.681714 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12489 2024.12.18 19:56:43.681914 [ 120 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12490 2024.12.18 19:56:43.681997 [ 120 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12491 2024.12.18 19:56:43.682040 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12492 2024.12.18 19:56:43.682126 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005691 sec., 11245.826743981726 rows/sec., 898.83 KiB/sec.
12493 2024.12.18 19:56:43.682480 [ 266 ] {adbaffd9-0cae-43df-bda3-6c8469108e2d} <Debug> TCPHandler: Processed in 0.006416002 sec.
12494 2024.12.18 19:56:43.682666 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
12495 2024.12.18 19:56:43.682774 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12496 2024.12.18 19:56:43.683126 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12497 2024.12.18 19:56:43.683159 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.007243379 sec., 300274.2228454427 rows/sec., 26.41 MiB/sec.
12498 2024.12.18 19:56:43.683190 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12499 2024.12.18 19:56:43.683247 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12500 2024.12.18 19:56:43.683294 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
12501 2024.12.18 19:56:43.683705 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part
12502 2024.12.18 19:56:43.683752 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12503 2024.12.18 19:56:43.684279 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part
12504 2024.12.18 19:56:43.684791 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 66 rows starting from the beginning of the part
12505 2024.12.18 19:56:43.685288 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 423 rows starting from the beginning of the part
12506 2024.12.18 19:56:43.685281 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12507 2024.12.18 19:56:43.685781 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
12508 2024.12.18 19:56:43.685809 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_106_21} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12509 2024.12.18 19:56:43.686301 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
12510 2024.12.18 19:56:43.686740 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12511 2024.12.18 19:56:43.686786 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12512 2024.12.18 19:56:43.687374 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12513 2024.12.18 19:56:43.687678 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12514 2024.12.18 19:56:43.687910 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004884 sec., 32760.03276003276 rows/sec., 2.28 MiB/sec.
12515 2024.12.18 19:56:43.688098 [ 262 ] {6b874e9c-d90a-4822-a7e4-586916e7136e} <Debug> TCPHandler: Processed in 0.005490403 sec.
12516 2024.12.18 19:56:43.688168 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005987674 sec., 326504.081551534 rows/sec., 24.99 MiB/sec.
12517 2024.12.18 19:56:43.688263 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12518 2024.12.18 19:56:43.688357 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12519 2024.12.18 19:56:43.688394 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12520 2024.12.18 19:56:43.688452 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12521 2024.12.18 19:56:43.688706 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12522 2024.12.18 19:56:43.688787 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_106_21} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12523 2024.12.18 19:56:43.688886 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
12524 2024.12.18 19:56:43.689031 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12525 2024.12.18 19:56:43.689068 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12526 2024.12.18 19:56:43.689432 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12527 2024.12.18 19:56:43.689665 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12528 2024.12.18 19:56:43.689882 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec.
12529 2024.12.18 19:56:43.689935 [ 266 ] {b7bb0b45-9255-4a01-bbdd-4ed4da689e70} <Debug> TCPHandler: Processed in 0.001751876 sec.
12530 2024.12.18 19:56:44.207601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
12531 2024.12.18 19:56:44.229562 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12532 2024.12.18 19:56:44.229622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12533 2024.12.18 19:56:44.236796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12534 2024.12.18 19:56:44.237568 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12535 2024.12.18 19:56:44.238007 [ 122 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12536 2024.12.18 19:56:44.238155 [ 122 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12537 2024.12.18 19:56:44.238257 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12538 2024.12.18 19:56:44.238721 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12539 2024.12.18 19:56:44.254191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
12540 2024.12.18 19:56:44.255535 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12541 2024.12.18 19:56:44.256950 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12542 2024.12.18 19:56:44.262975 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12543 2024.12.18 19:56:44.268566 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12544 2024.12.18 19:56:44.274329 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12545 2024.12.18 19:56:44.280219 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12546 2024.12.18 19:56:44.285019 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
12547 2024.12.18 19:56:44.344453 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.10599814 sec., 4698.195647584004 rows/sec., 24.29 MiB/sec.
12548 2024.12.18 19:56:44.348270 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12549 2024.12.18 19:56:44.351370 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_66_13} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12550 2024.12.18 19:56:44.351513 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_66_13} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12551 2024.12.18 19:56:44.354043 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
12552 2024.12.18 19:56:46.593490 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12553 2024.12.18 19:56:46.593690 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12554 2024.12.18 19:56:46.593764 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12555 2024.12.18 19:56:46.594521 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12556 2024.12.18 19:56:46.594568 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12557 2024.12.18 19:56:46.595004 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12558 2024.12.18 19:56:46.595259 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12559 2024.12.18 19:56:46.595522 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec.
12560 2024.12.18 19:56:46.595619 [ 262 ] {2a786a70-2672-4abd-a992-2cbd8f15c695} <Debug> TCPHandler: Processed in 0.002254036 sec.
12561 2024.12.18 19:56:46.595838 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12562 2024.12.18 19:56:46.595983 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12563 2024.12.18 19:56:46.596041 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12564 2024.12.18 19:56:46.596661 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12565 2024.12.18 19:56:46.596701 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12566 2024.12.18 19:56:46.597063 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12567 2024.12.18 19:56:46.597308 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12568 2024.12.18 19:56:46.597565 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001608 sec., 6218.905472636816 rows/sec., 507.11 KiB/sec.
12569 2024.12.18 19:56:46.597779 [ 266 ] {3de03f03-0a68-41d5-870c-3a90dd9e6549} <Debug> TCPHandler: Processed in 0.002005211 sec.
12570 2024.12.18 19:56:46.597961 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12571 2024.12.18 19:56:46.598075 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12572 2024.12.18 19:56:46.598123 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12573 2024.12.18 19:56:46.599231 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12574 2024.12.18 19:56:46.599271 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12575 2024.12.18 19:56:46.599730 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12576 2024.12.18 19:56:46.599980 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12577 2024.12.18 19:56:46.600205 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002156 sec., 663265.306122449 rows/sec., 55.36 MiB/sec.
12578 2024.12.18 19:56:46.600277 [ 262 ] {76d4514e-888b-41eb-9454-5d957dab7d46} <Debug> TCPHandler: Processed in 0.00239997 sec.
12579 2024.12.18 19:56:46.600439 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12580 2024.12.18 19:56:46.600564 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12581 2024.12.18 19:56:46.600609 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12582 2024.12.18 19:56:46.601164 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12583 2024.12.18 19:56:46.601203 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12584 2024.12.18 19:56:46.601555 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12585 2024.12.18 19:56:46.601788 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12586 2024.12.18 19:56:46.602040 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001497 sec., 38744.1549766199 rows/sec., 2.76 MiB/sec.
12587 2024.12.18 19:56:46.602114 [ 266 ] {c08eed5b-8358-4c22-9191-7943a03503cb} <Debug> TCPHandler: Processed in 0.001746475 sec.
12588 2024.12.18 19:56:46.602316 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12589 2024.12.18 19:56:46.602492 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12590 2024.12.18 19:56:46.602537 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12591 2024.12.18 19:56:46.603150 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12592 2024.12.18 19:56:46.603189 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12593 2024.12.18 19:56:46.603555 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12594 2024.12.18 19:56:46.603792 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12595 2024.12.18 19:56:46.604003 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001536 sec., 157552.08333333334 rows/sec., 10.67 MiB/sec.
12596 2024.12.18 19:56:46.604055 [ 262 ] {5d9fd245-d5d2-496d-a53d-e1a4ee896ae1} <Debug> TCPHandler: Processed in 0.001848349 sec.
12597 2024.12.18 19:56:46.604196 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12598 2024.12.18 19:56:46.604305 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12599 2024.12.18 19:56:46.604349 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12600 2024.12.18 19:56:46.604873 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12601 2024.12.18 19:56:46.604913 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12602 2024.12.18 19:56:46.605269 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12603 2024.12.18 19:56:46.605518 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12604 2024.12.18 19:56:46.605745 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001459 sec., 8910.212474297465 rows/sec., 555.55 KiB/sec.
12605 2024.12.18 19:56:46.605838 [ 266 ] {87043fc0-2759-4e2b-b487-089f3208452b} <Debug> TCPHandler: Processed in 0.001693255 sec.
12606 2024.12.18 19:56:46.606001 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12607 2024.12.18 19:56:46.606126 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12608 2024.12.18 19:56:46.606178 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12609 2024.12.18 19:56:46.607089 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12610 2024.12.18 19:56:46.607127 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12611 2024.12.18 19:56:46.607506 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12612 2024.12.18 19:56:46.607737 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12613 2024.12.18 19:56:46.607941 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001842 sec., 482627.5787187839 rows/sec., 35.03 MiB/sec.
12614 2024.12.18 19:56:46.607992 [ 262 ] {c366d396-e9f1-4823-9dba-f3beec93286b} <Debug> TCPHandler: Processed in 0.002068363 sec.
12615 2024.12.18 19:56:46.608118 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12616 2024.12.18 19:56:46.608225 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12617 2024.12.18 19:56:46.608272 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12618 2024.12.18 19:56:46.608707 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12619 2024.12.18 19:56:46.608746 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12620 2024.12.18 19:56:46.609099 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12621 2024.12.18 19:56:46.609331 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12622 2024.12.18 19:56:46.609548 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec.
12623 2024.12.18 19:56:46.609597 [ 266 ] {d84d64df-379e-4e19-9900-3ca48b083dac} <Debug> TCPHandler: Processed in 0.001531911 sec.
12624 2024.12.18 19:56:46.609749 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12625 2024.12.18 19:56:46.609876 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12626 2024.12.18 19:56:46.609931 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12627 2024.12.18 19:56:46.610698 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12628 2024.12.18 19:56:46.610735 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12629 2024.12.18 19:56:46.611160 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12630 2024.12.18 19:56:46.611401 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12631 2024.12.18 19:56:46.611607 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.00176 sec., 510227.2727272727 rows/sec., 34.00 MiB/sec.
12632 2024.12.18 19:56:46.611657 [ 262 ] {866953f5-77ab-4465-be70-7088ffa5346a} <Debug> TCPHandler: Processed in 0.001971461 sec.
12633 2024.12.18 19:56:46.611798 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12634 2024.12.18 19:56:46.611928 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12635 2024.12.18 19:56:46.611983 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12636 2024.12.18 19:56:46.612474 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12637 2024.12.18 19:56:46.612520 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12638 2024.12.18 19:56:46.612865 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12639 2024.12.18 19:56:46.613097 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12640 2024.12.18 19:56:46.613297 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec.
12641 2024.12.18 19:56:46.613346 [ 266 ] {42477b14-e768-492a-9faf-36dfa0e38b03} <Debug> TCPHandler: Processed in 0.001612564 sec.
12642 2024.12.18 19:56:46.613466 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12643 2024.12.18 19:56:46.613584 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12644 2024.12.18 19:56:46.613659 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12645 2024.12.18 19:56:46.614900 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12646 2024.12.18 19:56:46.614939 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12647 2024.12.18 19:56:46.615586 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12648 2024.12.18 19:56:46.615840 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12649 2024.12.18 19:56:46.616077 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002522 sec., 16256.93893735131 rows/sec., 29.13 MiB/sec.
12650 2024.12.18 19:56:46.616172 [ 262 ] {67a23baa-7397-461d-97ee-793a02a9e79d} <Debug> TCPHandler: Processed in 0.002754727 sec.
12651 2024.12.18 19:56:46.616306 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12652 2024.12.18 19:56:46.616413 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12653 2024.12.18 19:56:46.616459 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12654 2024.12.18 19:56:46.616877 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12655 2024.12.18 19:56:46.616916 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12656 2024.12.18 19:56:46.617257 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12657 2024.12.18 19:56:46.617488 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12658 2024.12.18 19:56:46.617658 [ 119 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12659 2024.12.18 19:56:46.617707 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001308 sec., 44342.50764525994 rows/sec., 2.75 MiB/sec.
12660 2024.12.18 19:56:46.617732 [ 119 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12661 2024.12.18 19:56:46.617793 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12662 2024.12.18 19:56:46.617810 [ 266 ] {aa86722d-ce4f-43b6-9d76-bfa6a3386b78} <Debug> TCPHandler: Processed in 0.001553202 sec.
12663 2024.12.18 19:56:46.617952 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
12664 2024.12.18 19:56:46.618071 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12665 2024.12.18 19:56:46.618103 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5880 rows starting from the beginning of the part
12666 2024.12.18 19:56:46.618164 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part
12667 2024.12.18 19:56:46.618269 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
12668 2024.12.18 19:56:46.618377 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part
12669 2024.12.18 19:56:46.618442 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
12670 2024.12.18 19:56:46.618535 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 58 rows starting from the beginning of the part
12671 2024.12.18 19:56:46.620254 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367829 sec., 2627723.5391575997 rows/sec., 171.66 MiB/sec.
12672 2024.12.18 19:56:46.620711 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12673 2024.12.18 19:56:46.621059 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12674 2024.12.18 19:56:46.621147 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_106_21} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12675 2024.12.18 19:56:46.621245 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
12676 2024.12.18 19:56:47.245969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1744
12677 2024.12.18 19:56:47.249592 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12678 2024.12.18 19:56:47.249656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12679 2024.12.18 19:56:47.251178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12680 2024.12.18 19:56:47.251503 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12681 2024.12.18 19:56:47.253042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1744
12682 2024.12.18 19:56:48.668419 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12683 2024.12.18 19:56:48.668628 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12684 2024.12.18 19:56:48.668706 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12685 2024.12.18 19:56:48.669572 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12686 2024.12.18 19:56:48.669625 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12687 2024.12.18 19:56:48.670047 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12688 2024.12.18 19:56:48.670298 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12689 2024.12.18 19:56:48.670503 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.21 MiB/sec.
12690 2024.12.18 19:56:48.670567 [ 262 ] {c4829db5-7add-4a5d-9118-aa6851bf5e5a} <Debug> TCPHandler: Processed in 0.002279937 sec.
12691 2024.12.18 19:56:48.670746 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12692 2024.12.18 19:56:48.670895 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12693 2024.12.18 19:56:48.670953 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12694 2024.12.18 19:56:48.671633 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12695 2024.12.18 19:56:48.671671 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12696 2024.12.18 19:56:48.672026 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12697 2024.12.18 19:56:48.672263 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12698 2024.12.18 19:56:48.672454 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec.
12699 2024.12.18 19:56:48.672514 [ 266 ] {1f52fbba-12f2-4878-95e3-027390f5aaac} <Debug> TCPHandler: Processed in 0.001837788 sec.
12700 2024.12.18 19:56:48.672698 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12701 2024.12.18 19:56:48.673001 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12702 2024.12.18 19:56:48.673066 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12703 2024.12.18 19:56:48.673638 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12704 2024.12.18 19:56:48.673676 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12705 2024.12.18 19:56:48.674042 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12706 2024.12.18 19:56:48.674287 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12707 2024.12.18 19:56:48.674486 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 2.83 MiB/sec.
12708 2024.12.18 19:56:48.674542 [ 262 ] {6708c9f6-ed68-4b4e-8272-2f7e8c6ebbb3} <Debug> TCPHandler: Processed in 0.00192176 sec.
12709 2024.12.18 19:56:48.674714 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12710 2024.12.18 19:56:48.675046 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12711 2024.12.18 19:56:48.675207 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12712 2024.12.18 19:56:48.675862 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12713 2024.12.18 19:56:48.675901 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12714 2024.12.18 19:56:48.676248 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12715 2024.12.18 19:56:48.676476 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12716 2024.12.18 19:56:48.676648 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001728 sec., 13888.888888888889 rows/sec., 958.48 KiB/sec.
12717 2024.12.18 19:56:48.676697 [ 266 ] {feab89fc-b9ac-44d3-bd45-57c391db1c6d} <Debug> TCPHandler: Processed in 0.002071003 sec.
12718 2024.12.18 19:56:49.568455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744
12719 2024.12.18 19:56:49.569110 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12720 2024.12.18 19:56:49.569158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12721 2024.12.18 19:56:49.569678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12722 2024.12.18 19:56:49.569936 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12723 2024.12.18 19:56:49.570196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
12724 2024.12.18 19:56:51.754268 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
12725 2024.12.18 19:56:51.773311 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12726 2024.12.18 19:56:51.773375 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12727 2024.12.18 19:56:51.780172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12728 2024.12.18 19:56:51.780910 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12729 2024.12.18 19:56:51.783595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
12730 2024.12.18 19:56:53.673405 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12731 2024.12.18 19:56:53.673613 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12732 2024.12.18 19:56:53.673692 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12733 2024.12.18 19:56:53.674435 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12734 2024.12.18 19:56:53.674487 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12735 2024.12.18 19:56:53.674919 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12736 2024.12.18 19:56:53.675176 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12737 2024.12.18 19:56:53.675419 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.29 MiB/sec.
12738 2024.12.18 19:56:53.675486 [ 262 ] {76b72d43-ff59-43e8-b34f-0209503e58ca} <Debug> TCPHandler: Processed in 0.002219076 sec.
12739 2024.12.18 19:56:53.675655 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12740 2024.12.18 19:56:53.675803 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12741 2024.12.18 19:56:53.675861 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12742 2024.12.18 19:56:53.676534 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12743 2024.12.18 19:56:53.676586 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12744 2024.12.18 19:56:53.676979 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12745 2024.12.18 19:56:53.677218 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12746 2024.12.18 19:56:53.677439 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00167 sec., 38323.35329341317 rows/sec., 2.99 MiB/sec.
12747 2024.12.18 19:56:53.677492 [ 266 ] {81163ef1-5258-4968-8e20-c8ec2f8fb110} <Debug> TCPHandler: Processed in 0.001910159 sec.
12748 2024.12.18 19:56:53.677617 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12749 2024.12.18 19:56:53.677724 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12750 2024.12.18 19:56:53.677782 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12751 2024.12.18 19:56:53.678484 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12752 2024.12.18 19:56:53.678532 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12753 2024.12.18 19:56:53.678954 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12754 2024.12.18 19:56:53.679192 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12755 2024.12.18 19:56:53.679426 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec.
12756 2024.12.18 19:56:53.679482 [ 262 ] {331509ad-4add-48af-9dc2-b6616f97ac8d} <Debug> TCPHandler: Processed in 0.001915879 sec.
12757 2024.12.18 19:56:53.679655 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12758 2024.12.18 19:56:53.679958 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12759 2024.12.18 19:56:53.680106 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12760 2024.12.18 19:56:53.680685 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12761 2024.12.18 19:56:53.680732 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12762 2024.12.18 19:56:53.681098 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12763 2024.12.18 19:56:53.681327 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12764 2024.12.18 19:56:53.681561 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001711 sec., 35067.21215663355 rows/sec., 2.36 MiB/sec.
12765 2024.12.18 19:56:53.681611 [ 266 ] {1e63383f-75ba-4a2a-a6ef-974a70d8edfd} <Debug> TCPHandler: Processed in 0.002033662 sec.
12766 2024.12.18 19:56:56.868382 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
12767 2024.12.18 19:56:56.868454 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
12768 2024.12.18 19:56:57.071301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232
12769 2024.12.18 19:56:57.072023 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12770 2024.12.18 19:56:57.072097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12771 2024.12.18 19:56:57.072728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12772 2024.12.18 19:56:57.073017 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12773 2024.12.18 19:56:57.073318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232
12774 2024.12.18 19:56:57.254294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1760
12775 2024.12.18 19:56:57.257076 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12776 2024.12.18 19:56:57.257136 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12777 2024.12.18 19:56:57.258627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12778 2024.12.18 19:56:57.258946 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12779 2024.12.18 19:56:57.260554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1760
12780 2024.12.18 19:56:57.654211 [ 106 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0
12781 2024.12.18 19:56:57.654275 [ 106 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12782 2024.12.18 19:56:57.654301 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12783 2024.12.18 19:56:57.654521 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full
12784 2024.12.18 19:56:57.654936 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12785 2024.12.18 19:56:57.654990 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 39 rows starting from the beginning of the part
12786 2024.12.18 19:56:57.655069 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
12787 2024.12.18 19:56:57.655204 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12788 2024.12.18 19:56:57.655311 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
12789 2024.12.18 19:56:57.655389 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
12790 2024.12.18 19:56:57.656520 [ 195 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.002129694 sec., 20190.69406215165 rows/sec., 1.33 MiB/sec.
12791 2024.12.18 19:56:57.656704 [ 195 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary)
12792 2024.12.18 19:56:57.657055 [ 195 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12793 2024.12.18 19:56:57.657162 [ 195 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_43_9} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9
12794 2024.12.18 19:56:57.657269 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12795 2024.12.18 19:56:58.205082 [ 106 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0
12796 2024.12.18 19:56:58.205180 [ 106 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12797 2024.12.18 19:56:58.205222 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12798 2024.12.18 19:56:58.205490 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full
12799 2024.12.18 19:56:58.205874 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12800 2024.12.18 19:56:58.205945 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 243 rows starting from the beginning of the part
12801 2024.12.18 19:56:58.206024 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part
12802 2024.12.18 19:56:58.206272 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12803 2024.12.18 19:56:58.206440 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
12804 2024.12.18 19:56:58.206672 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part
12805 2024.12.18 19:56:58.207853 [ 188 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002510842 sec., 300695.9418394308 rows/sec., 21.53 MiB/sec.
12806 2024.12.18 19:56:58.208043 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary)
12807 2024.12.18 19:56:58.208378 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12808 2024.12.18 19:56:58.208472 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_43_9} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9
12809 2024.12.18 19:56:58.208564 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
12810 2024.12.18 19:56:58.679016 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12811 2024.12.18 19:56:58.679224 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12812 2024.12.18 19:56:58.679303 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12813 2024.12.18 19:56:58.680110 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12814 2024.12.18 19:56:58.680159 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12815 2024.12.18 19:56:58.680582 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12816 2024.12.18 19:56:58.680851 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12817 2024.12.18 19:56:58.681103 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec.
12818 2024.12.18 19:56:58.681169 [ 262 ] {22645a0a-212b-4d86-ae8e-facf76a5d8b3} <Debug> TCPHandler: Processed in 0.002295867 sec.
12819 2024.12.18 19:56:58.681351 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12820 2024.12.18 19:56:58.681478 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12821 2024.12.18 19:56:58.681529 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12822 2024.12.18 19:56:58.682239 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12823 2024.12.18 19:56:58.682280 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12824 2024.12.18 19:56:58.682679 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12825 2024.12.18 19:56:58.682933 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12826 2024.12.18 19:56:58.683150 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.0017 sec., 167647.05882352943 rows/sec., 14.79 MiB/sec.
12827 2024.12.18 19:56:58.683203 [ 266 ] {78e19cb8-6cf5-4479-97f2-850461d4b477} <Debug> TCPHandler: Processed in 0.00191277 sec.
12828 2024.12.18 19:56:58.683368 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12829 2024.12.18 19:56:58.683484 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12830 2024.12.18 19:56:58.683531 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12831 2024.12.18 19:56:58.684111 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12832 2024.12.18 19:56:58.684152 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12833 2024.12.18 19:56:58.684511 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12834 2024.12.18 19:56:58.684751 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12835 2024.12.18 19:56:58.684943 [ 105 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 6 parts from all_1_58_14 to all_63_63_0
12836 2024.12.18 19:56:58.685005 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001538 sec., 31209.362808842652 rows/sec., 2.25 MiB/sec.
12837 2024.12.18 19:56:58.685040 [ 105 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12838 2024.12.18 19:56:58.685125 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12839 2024.12.18 19:56:58.685131 [ 262 ] {1171fd37-4ee9-4044-b018-1d64348c796a} <Debug> TCPHandler: Processed in 0.001832647 sec.
12840 2024.12.18 19:56:58.685435 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12841 2024.12.18 19:56:58.685528 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_58_14 to all_63_63_0 into Compact with storage Full
12842 2024.12.18 19:56:58.685801 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12843 2024.12.18 19:56:58.685989 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12844 2024.12.18 19:56:58.686254 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12845 2024.12.18 19:56:58.686462 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_14, total 66 rows starting from the beginning of the part
12846 2024.12.18 19:56:58.686960 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part
12847 2024.12.18 19:56:58.687355 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part
12848 2024.12.18 19:56:58.687746 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part
12849 2024.12.18 19:56:58.688118 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 58 rows starting from the beginning of the part
12850 2024.12.18 19:56:58.688448 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part
12851 2024.12.18 19:56:58.689539 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12852 2024.12.18 19:56:58.689616 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12853 2024.12.18 19:56:58.690652 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12854 2024.12.18 19:56:58.691307 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12855 2024.12.18 19:56:58.691368 [ 188 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006106215 sec., 44217.24423394853 rows/sec., 3.33 MiB/sec.
12856 2024.12.18 19:56:58.691876 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Trace> MergedBlockOutputStream: filled checksums all_1_63_15 (state Temporary)
12857 2024.12.18 19:56:58.691934 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006272 sec., 2232.1428571428573 rows/sec., 156.32 KiB/sec.
12858 2024.12.18 19:56:58.692295 [ 266 ] {a608fc52-7728-4a41-9e7a-626b0c608613} <Debug> TCPHandler: Processed in 0.007056035 sec.
12859 2024.12.18 19:56:58.692465 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12860 2024.12.18 19:56:58.692640 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12861 2024.12.18 19:56:58.692684 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_63_15 to all_1_63_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12862 2024.12.18 19:56:58.692717 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12863 2024.12.18 19:56:58.692892 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_63_15} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 6 parts: [all_1_58_14, all_63_63_0] -> all_1_63_15
12864 2024.12.18 19:56:58.693079 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
12865 2024.12.18 19:56:58.693552 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12866 2024.12.18 19:56:58.693596 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12867 2024.12.18 19:56:58.693956 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12868 2024.12.18 19:56:58.694191 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12869 2024.12.18 19:56:58.694422 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001836 sec., 7080.610021786492 rows/sec., 441.47 KiB/sec.
12870 2024.12.18 19:56:58.694536 [ 262 ] {691465b0-3b22-4184-b9ea-d22b482ee9fc} <Debug> TCPHandler: Processed in 0.002134754 sec.
12871 2024.12.18 19:56:58.694704 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12872 2024.12.18 19:56:58.694835 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12873 2024.12.18 19:56:58.694890 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12874 2024.12.18 19:56:58.695744 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12875 2024.12.18 19:56:58.695793 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12876 2024.12.18 19:56:58.696190 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12877 2024.12.18 19:56:58.696425 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12878 2024.12.18 19:56:58.696642 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001836 sec., 230392.1568627451 rows/sec., 16.47 MiB/sec.
12879 2024.12.18 19:56:58.696693 [ 266 ] {4373d847-84f9-4e3f-8b00-9839f891cb42} <Debug> TCPHandler: Processed in 0.002066872 sec.
12880 2024.12.18 19:56:58.696822 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12881 2024.12.18 19:56:58.696952 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12882 2024.12.18 19:56:58.697007 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12883 2024.12.18 19:56:58.697546 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12884 2024.12.18 19:56:58.697592 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12885 2024.12.18 19:56:58.698010 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12886 2024.12.18 19:56:58.698245 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12887 2024.12.18 19:56:58.698460 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec.
12888 2024.12.18 19:56:58.698509 [ 262 ] {b7d1e4a3-2e26-42b7-8e44-9798e3ddc303} <Debug> TCPHandler: Processed in 0.001739595 sec.
12889 2024.12.18 19:56:58.698641 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12890 2024.12.18 19:56:58.698749 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12891 2024.12.18 19:56:58.698797 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12892 2024.12.18 19:56:58.699419 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12893 2024.12.18 19:56:58.699466 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12894 2024.12.18 19:56:58.699920 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12895 2024.12.18 19:56:58.700163 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12896 2024.12.18 19:56:58.700334 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0
12897 2024.12.18 19:56:58.700399 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12898 2024.12.18 19:56:58.700408 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec.
12899 2024.12.18 19:56:58.700437 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12900 2024.12.18 19:56:58.700577 [ 266 ] {9fc2360f-680e-475d-a15b-2b265eedc770} <Debug> TCPHandler: Processed in 0.001982711 sec.
12901 2024.12.18 19:56:58.700823 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12902 2024.12.18 19:56:58.700871 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full
12903 2024.12.18 19:56:58.701051 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12904 2024.12.18 19:56:58.701169 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12905 2024.12.18 19:56:58.701182 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12906 2024.12.18 19:56:58.701274 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 29061 rows starting from the beginning of the part
12907 2024.12.18 19:56:58.701633 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part
12908 2024.12.18 19:56:58.701982 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 898 rows starting from the beginning of the part
12909 2024.12.18 19:56:58.702325 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
12910 2024.12.18 19:56:58.702617 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
12911 2024.12.18 19:56:58.702983 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part
12912 2024.12.18 19:56:58.703748 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12913 2024.12.18 19:56:58.703808 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12914 2024.12.18 19:56:58.704788 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12915 2024.12.18 19:56:58.705109 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12916 2024.12.18 19:56:58.705531 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004534 sec., 220.55580061755626 rows/sec., 14.86 KiB/sec.
12917 2024.12.18 19:56:58.706021 [ 262 ] {049566ba-6696-4b41-b68f-f8967a2c8e17} <Debug> TCPHandler: Processed in 0.00532167 sec.
12918 2024.12.18 19:56:58.706407 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12919 2024.12.18 19:56:58.706772 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12920 2024.12.18 19:56:58.707027 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12921 2024.12.18 19:56:58.708717 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12922 2024.12.18 19:56:58.708764 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12923 2024.12.18 19:56:58.709842 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12924 2024.12.18 19:56:58.710515 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12925 2024.12.18 19:56:58.710896 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004231 sec., 9690.380524698652 rows/sec., 17.36 MiB/sec.
12926 2024.12.18 19:56:58.711323 [ 266 ] {f0299ebf-11ae-441d-b081-0cfad12450e0} <Debug> TCPHandler: Processed in 0.005166216 sec.
12927 2024.12.18 19:56:58.711527 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12928 2024.12.18 19:56:58.711646 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12929 2024.12.18 19:56:58.711692 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12930 2024.12.18 19:56:58.712377 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12931 2024.12.18 19:56:58.712418 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12932 2024.12.18 19:56:58.712893 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12933 2024.12.18 19:56:58.713404 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30580 rows, containing 5 columns (5 merged, 0 gathered) in 0.012803494 sec., 2388410.538560802 rows/sec., 161.38 MiB/sec.
12934 2024.12.18 19:56:58.713471 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12935 2024.12.18 19:56:58.713730 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002106 sec., 38936.37226970561 rows/sec., 2.47 MiB/sec.
12936 2024.12.18 19:56:58.713803 [ 262 ] {c856061b-23b2-4376-8036-1762bc45400a} <Debug> TCPHandler: Processed in 0.002373349 sec.
12937 2024.12.18 19:56:58.714030 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary)
12938 2024.12.18 19:56:58.714355 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12939 2024.12.18 19:56:58.714439 [ 193 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22
12940 2024.12.18 19:56:58.714531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
12941 2024.12.18 19:56:59.284651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
12942 2024.12.18 19:56:59.304890 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12943 2024.12.18 19:56:59.304946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
12944 2024.12.18 19:56:59.312136 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12945 2024.12.18 19:56:59.312904 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12946 2024.12.18 19:56:59.315530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
12947 2024.12.18 19:57:03.679235 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12948 2024.12.18 19:57:03.679487 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12949 2024.12.18 19:57:03.679581 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12950 2024.12.18 19:57:03.680522 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12951 2024.12.18 19:57:03.680592 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
12952 2024.12.18 19:57:03.681153 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12953 2024.12.18 19:57:03.681472 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2024.12.18 19:57:03.681748 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002312 sec., 1730.1038062283737 rows/sec., 141.08 KiB/sec.
12955 2024.12.18 19:57:03.681878 [ 262 ] {d06cd09e-c7ae-4626-9820-f8ee0859eb99} <Debug> TCPHandler: Processed in 0.002838058 sec.
12956 2024.12.18 19:57:03.682174 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12957 2024.12.18 19:57:03.682363 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12958 2024.12.18 19:57:03.682437 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12959 2024.12.18 19:57:03.683360 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12960 2024.12.18 19:57:03.683407 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
12961 2024.12.18 19:57:03.683953 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
12962 2024.12.18 19:57:03.684262 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12963 2024.12.18 19:57:03.684450 [ 100 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
12964 2024.12.18 19:57:03.684489 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002173 sec., 26691.210308329497 rows/sec., 2.03 MiB/sec.
12965 2024.12.18 19:57:03.684493 [ 100 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12966 2024.12.18 19:57:03.684540 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
12967 2024.12.18 19:57:03.684574 [ 266 ] {9fc6d6f1-0659-4376-bbfb-a056bae40d8c} <Debug> TCPHandler: Processed in 0.002549532 sec.
12968 2024.12.18 19:57:03.684822 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
12969 2024.12.18 19:57:03.684823 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12970 2024.12.18 19:57:03.685263 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12971 2024.12.18 19:57:03.685325 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12972 2024.12.18 19:57:03.685458 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12973 2024.12.18 19:57:03.685478 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1436 rows starting from the beginning of the part
12974 2024.12.18 19:57:03.686075 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1430 rows starting from the beginning of the part
12975 2024.12.18 19:57:03.686677 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part
12976 2024.12.18 19:57:03.687396 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part
12977 2024.12.18 19:57:03.687952 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 285 rows starting from the beginning of the part
12978 2024.12.18 19:57:03.688633 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 58 rows starting from the beginning of the part
12979 2024.12.18 19:57:03.689372 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12980 2024.12.18 19:57:03.689423 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
12981 2024.12.18 19:57:03.690000 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12982 2024.12.18 19:57:03.690395 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2024.12.18 19:57:03.690665 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005562 sec., 719.165767709457 rows/sec., 50.22 KiB/sec.
12984 2024.12.18 19:57:03.690748 [ 262 ] {368c2058-8748-4062-9626-d789bef419ce} <Debug> TCPHandler: Processed in 0.006040474 sec.
12985 2024.12.18 19:57:03.690969 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12986 2024.12.18 19:57:03.691148 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12987 2024.12.18 19:57:03.691233 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12988 2024.12.18 19:57:03.691848 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.007225859 sec., 459599.3362173272 rows/sec., 40.13 MiB/sec.
12989 2024.12.18 19:57:03.692270 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
12990 2024.12.18 19:57:03.692488 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12991 2024.12.18 19:57:03.692554 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
12992 2024.12.18 19:57:03.693076 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12993 2024.12.18 19:57:03.693318 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_111_22} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
12994 2024.12.18 19:57:03.693401 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
12995 2024.12.18 19:57:03.693513 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
12996 2024.12.18 19:57:03.693804 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12997 2024.12.18 19:57:03.694017 [ 100 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
12998 2024.12.18 19:57:03.694073 [ 100 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12999 2024.12.18 19:57:03.694079 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002967 sec., 22918.77317155376 rows/sec., 1.79 MiB/sec.
13000 2024.12.18 19:57:03.694111 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13001 2024.12.18 19:57:03.694237 [ 266 ] {bbbdb3a5-6fb8-487c-a965-6d0f6cca3d26} <Debug> TCPHandler: Processed in 0.003352999 sec.
13002 2024.12.18 19:57:03.694358 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
13003 2024.12.18 19:57:03.694533 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13004 2024.12.18 19:57:03.694618 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13005 2024.12.18 19:57:03.694711 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
13006 2024.12.18 19:57:03.694775 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13007 2024.12.18 19:57:03.694972 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 889 rows starting from the beginning of the part
13008 2024.12.18 19:57:03.694992 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13009 2024.12.18 19:57:03.695421 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part
13010 2024.12.18 19:57:03.695774 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part
13011 2024.12.18 19:57:03.696118 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 423 rows starting from the beginning of the part
13012 2024.12.18 19:57:03.696471 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 68 rows starting from the beginning of the part
13013 2024.12.18 19:57:03.697810 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13014 2024.12.18 19:57:03.697904 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13015 2024.12.18 19:57:03.699190 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13016 2024.12.18 19:57:03.699576 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13017 2024.12.18 19:57:03.700240 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005543 sec., 29226.05087497745 rows/sec., 2.04 MiB/sec.
13018 2024.12.18 19:57:03.700276 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006022814 sec., 402303.6407898368 rows/sec., 30.86 MiB/sec.
13019 2024.12.18 19:57:03.700413 [ 262 ] {5c96f77c-c43c-4a72-a0cd-67a933fe840a} <Debug> TCPHandler: Processed in 0.005985033 sec.
13020 2024.12.18 19:57:03.700641 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13021 2024.12.18 19:57:03.700687 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13022 2024.12.18 19:57:03.700896 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13023 2024.12.18 19:57:03.700995 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13024 2024.12.18 19:57:03.701494 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13025 2024.12.18 19:57:03.701671 [ 189 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_111_22} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13026 2024.12.18 19:57:03.701893 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
13027 2024.12.18 19:57:03.702077 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13028 2024.12.18 19:57:03.702132 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13029 2024.12.18 19:57:03.702613 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13030 2024.12.18 19:57:03.702949 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13031 2024.12.18 19:57:03.703209 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002424 sec., 24752.47524752475 rows/sec., 1.67 MiB/sec.
13032 2024.12.18 19:57:03.703292 [ 266 ] {d69d46a0-7cde-4f23-89e4-aac32215e7a0} <Debug> TCPHandler: Processed in 0.002738706 sec.
13033 2024.12.18 19:57:04.574432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659
13034 2024.12.18 19:57:04.575275 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13035 2024.12.18 19:57:04.575335 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13036 2024.12.18 19:57:04.576129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13037 2024.12.18 19:57:04.576468 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13038 2024.12.18 19:57:04.576831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
13039 2024.12.18 19:57:06.816581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
13040 2024.12.18 19:57:06.838368 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13041 2024.12.18 19:57:06.838433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13042 2024.12.18 19:57:06.845904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13043 2024.12.18 19:57:06.846697 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13044 2024.12.18 19:57:06.851635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
13045 2024.12.18 19:57:07.261674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1794
13046 2024.12.18 19:57:07.264882 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13047 2024.12.18 19:57:07.264943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13048 2024.12.18 19:57:07.266424 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13049 2024.12.18 19:57:07.266746 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13050 2024.12.18 19:57:07.268295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1794
13051 2024.12.18 19:57:08.679625 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13052 2024.12.18 19:57:08.679842 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13053 2024.12.18 19:57:08.679926 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13054 2024.12.18 19:57:08.680726 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13055 2024.12.18 19:57:08.680783 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13056 2024.12.18 19:57:08.681227 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13057 2024.12.18 19:57:08.681488 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13058 2024.12.18 19:57:08.681733 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
13059 2024.12.18 19:57:08.681799 [ 262 ] {44b8f880-f4fa-4f1a-920d-207fd11af8a7} <Debug> TCPHandler: Processed in 0.002316217 sec.
13060 2024.12.18 19:57:08.681980 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13061 2024.12.18 19:57:08.682101 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13062 2024.12.18 19:57:08.682152 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13063 2024.12.18 19:57:08.682823 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13064 2024.12.18 19:57:08.682865 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13065 2024.12.18 19:57:08.683293 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13066 2024.12.18 19:57:08.683534 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13067 2024.12.18 19:57:08.683756 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001681 sec., 169541.93932183224 rows/sec., 14.96 MiB/sec.
13068 2024.12.18 19:57:08.683810 [ 266 ] {6e33c2ea-c633-433f-b63f-f24aed9d84b6} <Debug> TCPHandler: Processed in 0.001891349 sec.
13069 2024.12.18 19:57:08.683957 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13070 2024.12.18 19:57:08.684072 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13071 2024.12.18 19:57:08.684119 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13072 2024.12.18 19:57:08.684658 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13073 2024.12.18 19:57:08.684698 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13074 2024.12.18 19:57:08.685073 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13075 2024.12.18 19:57:08.685319 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13076 2024.12.18 19:57:08.685547 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001497 sec., 32064.128256513024 rows/sec., 2.31 MiB/sec.
13077 2024.12.18 19:57:08.685601 [ 262 ] {0d9f8a59-92e1-4af4-adba-81169643d797} <Debug> TCPHandler: Processed in 0.001706095 sec.
13078 2024.12.18 19:57:08.685728 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13079 2024.12.18 19:57:08.685837 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13080 2024.12.18 19:57:08.685882 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13081 2024.12.18 19:57:08.686405 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13082 2024.12.18 19:57:08.686445 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13083 2024.12.18 19:57:08.686794 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13084 2024.12.18 19:57:08.687028 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13085 2024.12.18 19:57:08.687257 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001439 sec., 9728.978457261988 rows/sec., 681.35 KiB/sec.
13086 2024.12.18 19:57:08.687347 [ 266 ] {c5720579-e891-47c6-b059-d62aec331567} <Debug> TCPHandler: Processed in 0.001671975 sec.
13087 2024.12.18 19:57:08.687535 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13088 2024.12.18 19:57:08.687720 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13089 2024.12.18 19:57:08.687768 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13090 2024.12.18 19:57:08.688311 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13091 2024.12.18 19:57:08.688349 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13092 2024.12.18 19:57:08.688724 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13093 2024.12.18 19:57:08.688966 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13094 2024.12.18 19:57:08.689214 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
13095 2024.12.18 19:57:08.689281 [ 262 ] {71a4b3a3-2e9a-4405-9c45-cbe205760aeb} <Debug> TCPHandler: Processed in 0.001856248 sec.
13096 2024.12.18 19:57:08.689518 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13097 2024.12.18 19:57:08.689698 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13098 2024.12.18 19:57:08.689752 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13099 2024.12.18 19:57:08.690529 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13100 2024.12.18 19:57:08.690570 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13101 2024.12.18 19:57:08.690951 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13102 2024.12.18 19:57:08.691187 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13103 2024.12.18 19:57:08.691440 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00177 sec., 238983.0508474576 rows/sec., 17.08 MiB/sec.
13104 2024.12.18 19:57:08.691500 [ 266 ] {921e2516-6492-4e83-8aea-71666cc7c821} <Debug> TCPHandler: Processed in 0.002135004 sec.
13105 2024.12.18 19:57:08.691668 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13106 2024.12.18 19:57:08.691956 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13107 2024.12.18 19:57:08.692092 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13108 2024.12.18 19:57:08.692647 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13109 2024.12.18 19:57:08.692686 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13110 2024.12.18 19:57:08.693054 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13111 2024.12.18 19:57:08.693289 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13112 2024.12.18 19:57:08.693486 [ 94 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
13113 2024.12.18 19:57:08.693534 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 186.59 KiB/sec.
13114 2024.12.18 19:57:08.693619 [ 94 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13115 2024.12.18 19:57:08.693650 [ 262 ] {3a296279-f7ac-41c0-80ea-1c6bbc39fbd0} <Debug> TCPHandler: Processed in 0.002053522 sec.
13116 2024.12.18 19:57:08.693696 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13117 2024.12.18 19:57:08.693814 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13118 2024.12.18 19:57:08.694212 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13119 2024.12.18 19:57:08.694239 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full
13120 2024.12.18 19:57:08.694372 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13121 2024.12.18 19:57:08.694843 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13122 2024.12.18 19:57:08.694978 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 234 rows starting from the beginning of the part
13123 2024.12.18 19:57:08.695484 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
13124 2024.12.18 19:57:08.695906 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
13125 2024.12.18 19:57:08.696133 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
13126 2024.12.18 19:57:08.696299 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
13127 2024.12.18 19:57:08.696430 [ 192 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
13128 2024.12.18 19:57:08.696935 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13129 2024.12.18 19:57:08.696980 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13130 2024.12.18 19:57:08.697561 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13131 2024.12.18 19:57:08.697855 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 4 columns (4 merged, 0 gathered) in 0.003872629 sec., 68170.74395714127 rows/sec., 3.48 MiB/sec.
13132 2024.12.18 19:57:08.697929 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13133 2024.12.18 19:57:08.698256 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
13134 2024.12.18 19:57:08.698362 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004256 sec., 55686.09022556391 rows/sec., 3.73 MiB/sec.
13135 2024.12.18 19:57:08.698452 [ 266 ] {3c5bd32c-a95e-40ee-a2b8-6b780de8e2ca} <Debug> TCPHandler: Processed in 0.004702317 sec.
13136 2024.12.18 19:57:08.698631 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13137 2024.12.18 19:57:08.698797 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13138 2024.12.18 19:57:08.698805 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13139 2024.12.18 19:57:08.698911 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13140 2024.12.18 19:57:08.699042 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_44_9} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
13141 2024.12.18 19:57:08.699266 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13142 2024.12.18 19:57:08.699620 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13143 2024.12.18 19:57:08.699663 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13144 2024.12.18 19:57:08.700017 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13145 2024.12.18 19:57:08.700247 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13146 2024.12.18 19:57:08.700447 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001697 sec., 589.2751915144372 rows/sec., 39.71 KiB/sec.
13147 2024.12.18 19:57:08.700497 [ 262 ] {dc8a2999-6e13-4633-8fbc-fd98912c54f9} <Debug> TCPHandler: Processed in 0.00195228 sec.
13148 2024.12.18 19:57:08.700631 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13149 2024.12.18 19:57:08.700762 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13150 2024.12.18 19:57:08.700839 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13151 2024.12.18 19:57:08.701948 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13152 2024.12.18 19:57:08.701988 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13153 2024.12.18 19:57:08.702651 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13154 2024.12.18 19:57:08.702908 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13155 2024.12.18 19:57:08.703183 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00245 sec., 16734.69387755102 rows/sec., 29.99 MiB/sec.
13156 2024.12.18 19:57:08.703275 [ 266 ] {44e2a093-ab7e-45ab-84b9-5b250d457474} <Debug> TCPHandler: Processed in 0.002708976 sec.
13157 2024.12.18 19:57:08.703408 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13158 2024.12.18 19:57:08.703515 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13159 2024.12.18 19:57:08.703560 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13160 2024.12.18 19:57:08.704059 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13161 2024.12.18 19:57:08.704108 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13162 2024.12.18 19:57:08.704496 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13163 2024.12.18 19:57:08.704735 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13164 2024.12.18 19:57:08.704906 [ 94 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13165 2024.12.18 19:57:08.704957 [ 94 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13166 2024.12.18 19:57:08.704976 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec.
13167 2024.12.18 19:57:08.704992 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13168 2024.12.18 19:57:08.705167 [ 262 ] {fbfefdf8-9963-4520-9714-2f7eace1809b} <Debug> TCPHandler: Processed in 0.001808707 sec.
13169 2024.12.18 19:57:08.705244 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
13170 2024.12.18 19:57:08.705376 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13171 2024.12.18 19:57:08.705410 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6222 rows starting from the beginning of the part
13172 2024.12.18 19:57:08.705516 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
13173 2024.12.18 19:57:08.705718 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
13174 2024.12.18 19:57:08.705883 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part
13175 2024.12.18 19:57:08.706035 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
13176 2024.12.18 19:57:08.706224 [ 198 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part
13177 2024.12.18 19:57:08.708251 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6530 rows, containing 4 columns (4 merged, 0 gathered) in 0.003153404 sec., 2070778.1178688174 rows/sec., 135.27 MiB/sec.
13178 2024.12.18 19:57:08.708655 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13179 2024.12.18 19:57:08.708965 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13180 2024.12.18 19:57:08.709057 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_111_22} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13181 2024.12.18 19:57:08.709136 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13182 2024.12.18 19:57:11.868522 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
13183 2024.12.18 19:57:11.868622 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
13184 2024.12.18 19:57:12.077362 [ 220 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
13185 2024.12.18 19:57:12.077423 [ 220 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
13186 2024.12.18 19:57:12.077938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147
13187 2024.12.18 19:57:12.078586 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13188 2024.12.18 19:57:12.078632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13189 2024.12.18 19:57:12.079145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13190 2024.12.18 19:57:12.079399 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13191 2024.12.18 19:57:12.079660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147
13192 2024.12.18 19:57:12.079719 [ 222 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
13193 2024.12.18 19:57:12.079788 [ 222 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
13194 2024.12.18 19:57:12.086448 [ 220 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
13195 2024.12.18 19:57:12.088684 [ 222 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
13196 2024.12.18 19:57:13.672654 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13197 2024.12.18 19:57:13.672854 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13198 2024.12.18 19:57:13.672926 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13199 2024.12.18 19:57:13.673683 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13200 2024.12.18 19:57:13.673739 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13201 2024.12.18 19:57:13.674183 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13202 2024.12.18 19:57:13.674436 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13203 2024.12.18 19:57:13.674663 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.30 MiB/sec.
13204 2024.12.18 19:57:13.674720 [ 262 ] {66d6554e-53fa-42f6-8171-0c335c082e07} <Debug> TCPHandler: Processed in 0.002197665 sec.
13205 2024.12.18 19:57:13.674903 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13206 2024.12.18 19:57:13.675046 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13207 2024.12.18 19:57:13.675099 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13208 2024.12.18 19:57:13.675704 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13209 2024.12.18 19:57:13.675746 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13210 2024.12.18 19:57:13.676124 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13211 2024.12.18 19:57:13.676378 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13212 2024.12.18 19:57:13.676615 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001594 sec., 40150.564617314936 rows/sec., 3.13 MiB/sec.
13213 2024.12.18 19:57:13.676729 [ 266 ] {310daf23-8b59-4ba5-bdc2-67d2707d998a} <Debug> TCPHandler: Processed in 0.001895169 sec.
13214 2024.12.18 19:57:13.676985 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13215 2024.12.18 19:57:13.677260 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13216 2024.12.18 19:57:13.677321 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13217 2024.12.18 19:57:13.677875 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13218 2024.12.18 19:57:13.677918 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13219 2024.12.18 19:57:13.678317 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13220 2024.12.18 19:57:13.678561 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13221 2024.12.18 19:57:13.678781 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec.
13222 2024.12.18 19:57:13.678832 [ 262 ] {70f4af1b-71c2-4fef-bcd8-c4e5cc892aee} <Debug> TCPHandler: Processed in 0.00197535 sec.
13223 2024.12.18 19:57:13.678979 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13224 2024.12.18 19:57:13.679092 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13225 2024.12.18 19:57:13.679139 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13226 2024.12.18 19:57:13.679587 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13227 2024.12.18 19:57:13.679626 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13228 2024.12.18 19:57:13.679996 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13229 2024.12.18 19:57:13.680254 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13230 2024.12.18 19:57:13.680472 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec.
13231 2024.12.18 19:57:13.680522 [ 266 ] {7112234e-6a98-4030-b547-776bbe1be17b} <Debug> TCPHandler: Processed in 0.001598113 sec.
13232 2024.12.18 19:57:14.352700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
13233 2024.12.18 19:57:14.373832 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13234 2024.12.18 19:57:14.373886 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13235 2024.12.18 19:57:14.380651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13236 2024.12.18 19:57:14.381403 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13237 2024.12.18 19:57:14.384651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
13238 2024.12.18 19:57:15.733012 [ 86 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
13239 2024.12.18 19:57:15.733085 [ 86 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13240 2024.12.18 19:57:15.733113 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13241 2024.12.18 19:57:15.733308 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
13242 2024.12.18 19:57:15.733581 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13243 2024.12.18 19:57:15.733625 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
13244 2024.12.18 19:57:15.733724 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
13245 2024.12.18 19:57:15.733992 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
13246 2024.12.18 19:57:15.734233 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part
13247 2024.12.18 19:57:15.734410 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part
13248 2024.12.18 19:57:15.735522 [ 197 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002329868 sec., 15451.519141856963 rows/sec., 1.29 MiB/sec.
13249 2024.12.18 19:57:15.735821 [ 197 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
13250 2024.12.18 19:57:15.736394 [ 197 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13251 2024.12.18 19:57:15.736513 [ 197 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_29_7} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
13252 2024.12.18 19:57:15.736626 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13253 2024.12.18 19:57:16.593380 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13254 2024.12.18 19:57:16.593607 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13255 2024.12.18 19:57:16.593687 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13256 2024.12.18 19:57:16.594529 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13257 2024.12.18 19:57:16.594580 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13258 2024.12.18 19:57:16.595022 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13259 2024.12.18 19:57:16.595300 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13260 2024.12.18 19:57:16.595509 [ 85 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13261 2024.12.18 19:57:16.595572 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec.
13262 2024.12.18 19:57:16.595600 [ 85 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13263 2024.12.18 19:57:16.595680 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13264 2024.12.18 19:57:16.595713 [ 262 ] {ccdce86a-2116-4479-9860-bb24a140614f} <Debug> TCPHandler: Processed in 0.002457611 sec.
13265 2024.12.18 19:57:16.596018 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13266 2024.12.18 19:57:16.596340 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13267 2024.12.18 19:57:16.596419 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13268 2024.12.18 19:57:16.596570 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13269 2024.12.18 19:57:16.596879 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13270 2024.12.18 19:57:16.596960 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13271 2024.12.18 19:57:16.597262 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13272 2024.12.18 19:57:16.597662 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13273 2024.12.18 19:57:16.598006 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13274 2024.12.18 19:57:16.598379 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
13275 2024.12.18 19:57:16.599520 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13276 2024.12.18 19:57:16.599600 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13277 2024.12.18 19:57:16.600711 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13278 2024.12.18 19:57:16.601010 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005168566 sec., 13543.408365105524 rows/sec., 1.00 MiB/sec.
13279 2024.12.18 19:57:16.601210 [ 202 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13280 2024.12.18 19:57:16.601250 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13281 2024.12.18 19:57:16.601724 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005389 sec., 371.12636852848397 rows/sec., 30.26 KiB/sec.
13282 2024.12.18 19:57:16.601778 [ 197 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_45_11} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13283 2024.12.18 19:57:16.601870 [ 266 ] {59a2229a-370a-4ac3-b7d4-dff98200c397} <Debug> TCPHandler: Processed in 0.006021543 sec.
13284 2024.12.18 19:57:16.602042 [ 197 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_45_11} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13285 2024.12.18 19:57:16.602082 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13286 2024.12.18 19:57:16.602213 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13287 2024.12.18 19:57:16.602296 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13288 2024.12.18 19:57:16.602358 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13289 2024.12.18 19:57:16.603459 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13290 2024.12.18 19:57:16.603500 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13291 2024.12.18 19:57:16.603973 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13292 2024.12.18 19:57:16.604218 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13293 2024.12.18 19:57:16.604437 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002194 sec., 649954.421148587 rows/sec., 54.28 MiB/sec.
13294 2024.12.18 19:57:16.604493 [ 262 ] {449a3bf6-b305-4dad-b4b1-05f844cb4720} <Debug> TCPHandler: Processed in 0.002505981 sec.
13295 2024.12.18 19:57:16.604639 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13296 2024.12.18 19:57:16.604752 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13297 2024.12.18 19:57:16.604797 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13298 2024.12.18 19:57:16.605352 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13299 2024.12.18 19:57:16.605391 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13300 2024.12.18 19:57:16.605754 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13301 2024.12.18 19:57:16.606002 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13302 2024.12.18 19:57:16.606226 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001497 sec., 33400.1336005344 rows/sec., 2.40 MiB/sec.
13303 2024.12.18 19:57:16.606278 [ 266 ] {d06dd7aa-4857-41c8-9e6e-24afe7618191} <Debug> TCPHandler: Processed in 0.001694595 sec.
13304 2024.12.18 19:57:16.606415 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13305 2024.12.18 19:57:16.606548 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13306 2024.12.18 19:57:16.606600 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13307 2024.12.18 19:57:16.607311 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13308 2024.12.18 19:57:16.607358 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13309 2024.12.18 19:57:16.607736 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13310 2024.12.18 19:57:16.607975 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13311 2024.12.18 19:57:16.608181 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001664 sec., 145432.6923076923 rows/sec., 9.85 MiB/sec.
13312 2024.12.18 19:57:16.608232 [ 262 ] {4f046a64-ed98-4bc9-aa01-41018a75d9ba} <Debug> TCPHandler: Processed in 0.001878368 sec.
13313 2024.12.18 19:57:16.608368 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13314 2024.12.18 19:57:16.608491 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13315 2024.12.18 19:57:16.608544 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13316 2024.12.18 19:57:16.609174 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13317 2024.12.18 19:57:16.609221 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13318 2024.12.18 19:57:16.609598 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13319 2024.12.18 19:57:16.609838 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13320 2024.12.18 19:57:16.610004 [ 85 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13321 2024.12.18 19:57:16.610061 [ 85 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13322 2024.12.18 19:57:16.610082 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
13323 2024.12.18 19:57:16.610094 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13324 2024.12.18 19:57:16.610264 [ 266 ] {91068c33-5088-4ef6-b1e1-1bab548d2981} <Debug> TCPHandler: Processed in 0.00194321 sec.
13325 2024.12.18 19:57:16.610428 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13326 2024.12.18 19:57:16.610477 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13327 2024.12.18 19:57:16.610827 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13328 2024.12.18 19:57:16.610902 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13329 2024.12.18 19:57:16.610983 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13330 2024.12.18 19:57:16.611021 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13331 2024.12.18 19:57:16.611758 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13332 2024.12.18 19:57:16.612075 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13333 2024.12.18 19:57:16.612292 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13334 2024.12.18 19:57:16.612508 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
13335 2024.12.18 19:57:16.613652 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13336 2024.12.18 19:57:16.613718 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13337 2024.12.18 19:57:16.613766 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003561463 sec., 18250.926655703006 rows/sec., 1.18 MiB/sec.
13338 2024.12.18 19:57:16.613892 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13339 2024.12.18 19:57:16.614195 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13340 2024.12.18 19:57:16.614200 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_45_11} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13341 2024.12.18 19:57:16.614289 [ 200 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_45_11} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13342 2024.12.18 19:57:16.614379 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13343 2024.12.18 19:57:16.614490 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13344 2024.12.18 19:57:16.614732 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.004039 sec., 218123.2978460015 rows/sec., 15.82 MiB/sec.
13345 2024.12.18 19:57:16.614810 [ 262 ] {fb0e1e78-d197-40b1-b91d-2e7a6d07806e} <Debug> TCPHandler: Processed in 0.004441512 sec.
13346 2024.12.18 19:57:16.615026 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13347 2024.12.18 19:57:16.615337 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13348 2024.12.18 19:57:16.615433 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13349 2024.12.18 19:57:16.615877 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13350 2024.12.18 19:57:16.615915 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13351 2024.12.18 19:57:16.616283 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13352 2024.12.18 19:57:16.616518 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13353 2024.12.18 19:57:16.616716 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec.
13354 2024.12.18 19:57:16.616765 [ 266 ] {ac3c1512-b79c-43a2-a079-12fb2fd6c202} <Debug> TCPHandler: Processed in 0.001841498 sec.
13355 2024.12.18 19:57:16.616911 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13356 2024.12.18 19:57:16.617042 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13357 2024.12.18 19:57:16.617097 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13358 2024.12.18 19:57:16.617799 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13359 2024.12.18 19:57:16.617837 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13360 2024.12.18 19:57:16.618265 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13361 2024.12.18 19:57:16.618505 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13362 2024.12.18 19:57:16.618717 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001704 sec., 524647.8873239437 rows/sec., 34.95 MiB/sec.
13363 2024.12.18 19:57:16.618768 [ 262 ] {8f8960c9-b1e5-4047-9960-41b6c12373e6} <Debug> TCPHandler: Processed in 0.001922239 sec.
13364 2024.12.18 19:57:16.618912 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13365 2024.12.18 19:57:16.619038 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13366 2024.12.18 19:57:16.619091 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13367 2024.12.18 19:57:16.619554 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13368 2024.12.18 19:57:16.619592 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13369 2024.12.18 19:57:16.619929 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13370 2024.12.18 19:57:16.620162 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13371 2024.12.18 19:57:16.620361 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec.
13372 2024.12.18 19:57:16.620409 [ 266 ] {bee05440-893b-4b25-89ac-9fa3f78e9953} <Debug> TCPHandler: Processed in 0.001557262 sec.
13373 2024.12.18 19:57:16.620551 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13374 2024.12.18 19:57:16.620681 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13375 2024.12.18 19:57:16.620759 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13376 2024.12.18 19:57:16.621936 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13377 2024.12.18 19:57:16.621975 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13378 2024.12.18 19:57:16.622651 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13379 2024.12.18 19:57:16.622903 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13380 2024.12.18 19:57:16.623092 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13381 2024.12.18 19:57:16.623173 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002514 sec., 16308.671439936355 rows/sec., 29.22 MiB/sec.
13382 2024.12.18 19:57:16.623179 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13383 2024.12.18 19:57:16.623254 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13384 2024.12.18 19:57:16.623737 [ 262 ] {936a93d4-0812-4061-b07e-c2f2914a7881} <Debug> TCPHandler: Processed in 0.003244607 sec.
13385 2024.12.18 19:57:16.623764 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13386 2024.12.18 19:57:16.624037 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13387 2024.12.18 19:57:16.624432 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13388 2024.12.18 19:57:16.624613 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13389 2024.12.18 19:57:16.625308 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13390 2024.12.18 19:57:16.625489 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1766 rows starting from the beginning of the part
13391 2024.12.18 19:57:16.626110 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13392 2024.12.18 19:57:16.626709 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13393 2024.12.18 19:57:16.626804 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13394 2024.12.18 19:57:16.626805 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13395 2024.12.18 19:57:16.627459 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13396 2024.12.18 19:57:16.628132 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13397 2024.12.18 19:57:16.628233 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13398 2024.12.18 19:57:16.628659 [ 195 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
13399 2024.12.18 19:57:16.629057 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13400 2024.12.18 19:57:16.629767 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005439 sec., 10663.724949439234 rows/sec., 676.00 KiB/sec.
13401 2024.12.18 19:57:16.629944 [ 266 ] {e58a03fb-2cf1-483d-a59b-983c14b4ba99} <Debug> TCPHandler: Processed in 0.006085935 sec.
13402 2024.12.18 19:57:16.641458 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1971 rows, containing 19 columns (19 merged, 0 gathered) in 0.018066462 sec., 109097.17685731717 rows/sec., 195.50 MiB/sec.
13403 2024.12.18 19:57:16.643536 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13404 2024.12.18 19:57:16.643989 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13405 2024.12.18 19:57:16.644091 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13406 2024.12.18 19:57:16.644263 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.56 MiB.
13407 2024.12.18 19:57:17.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.36 MiB, peak 273.90 MiB, free memory in arenas 0.00 B, will set to 262.28 MiB (RSS), difference: 5.91 MiB
13408 2024.12.18 19:57:17.269516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1848
13409 2024.12.18 19:57:17.273133 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13410 2024.12.18 19:57:17.273193 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13411 2024.12.18 19:57:17.274726 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13412 2024.12.18 19:57:17.275048 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13413 2024.12.18 19:57:17.275318 [ 83 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13414 2024.12.18 19:57:17.275467 [ 83 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2024.12.18 19:57:17.275563 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13416 2024.12.18 19:57:17.276217 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
13417 2024.12.18 19:57:17.276740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1848
13418 2024.12.18 19:57:17.277281 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13419 2024.12.18 19:57:17.277474 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1656 rows starting from the beginning of the part
13420 2024.12.18 19:57:17.278091 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part
13421 2024.12.18 19:57:17.278694 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 54 rows starting from the beginning of the part
13422 2024.12.18 19:57:17.279302 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part
13423 2024.12.18 19:57:17.279914 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part
13424 2024.12.18 19:57:17.280500 [ 199 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 54 rows starting from the beginning of the part
13425 2024.12.18 19:57:17.289590 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 72 columns (72 merged, 0 gathered) in 0.013771684 sec., 134188.38248103863 rows/sec., 102.87 MiB/sec.
13426 2024.12.18 19:57:17.291593 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13427 2024.12.18 19:57:17.292451 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13428 2024.12.18 19:57:17.292566 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_51_10} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13429 2024.12.18 19:57:17.292908 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.97 MiB.
13430 2024.12.18 19:57:18.667713 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13431 2024.12.18 19:57:18.667909 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13432 2024.12.18 19:57:18.667984 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13433 2024.12.18 19:57:18.668739 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13434 2024.12.18 19:57:18.668790 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13435 2024.12.18 19:57:18.669227 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13436 2024.12.18 19:57:18.669509 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13437 2024.12.18 19:57:18.669750 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec.
13438 2024.12.18 19:57:18.669819 [ 262 ] {c46ef115-f374-4a50-b807-887f6e731d3a} <Debug> TCPHandler: Processed in 0.002234196 sec.
13439 2024.12.18 19:57:18.669984 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13440 2024.12.18 19:57:18.670106 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13441 2024.12.18 19:57:18.670156 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13442 2024.12.18 19:57:18.670750 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13443 2024.12.18 19:57:18.670792 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13444 2024.12.18 19:57:18.671182 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13445 2024.12.18 19:57:18.671428 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13446 2024.12.18 19:57:18.671646 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001568 sec., 40816.32653061225 rows/sec., 3.19 MiB/sec.
13447 2024.12.18 19:57:18.671701 [ 266 ] {75f588d7-3549-42c9-bde5-9121b5b8e37f} <Debug> TCPHandler: Processed in 0.001775426 sec.
13448 2024.12.18 19:57:18.671876 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13449 2024.12.18 19:57:18.672033 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13450 2024.12.18 19:57:18.672101 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13451 2024.12.18 19:57:18.672655 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13452 2024.12.18 19:57:18.672696 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13453 2024.12.18 19:57:18.673084 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13454 2024.12.18 19:57:18.673326 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13455 2024.12.18 19:57:18.673502 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0
13456 2024.12.18 19:57:18.673568 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00156 sec., 41025.64102564102 rows/sec., 2.86 MiB/sec.
13457 2024.12.18 19:57:18.673599 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13458 2024.12.18 19:57:18.673681 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13459 2024.12.18 19:57:18.673694 [ 262 ] {a9f635fd-673d-4e43-91ef-8c7f19ac8dfa} <Debug> TCPHandler: Processed in 0.001885399 sec.
13460 2024.12.18 19:57:18.673917 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13461 2024.12.18 19:57:18.673993 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full
13462 2024.12.18 19:57:18.674096 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13463 2024.12.18 19:57:18.674217 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13464 2024.12.18 19:57:18.674357 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13465 2024.12.18 19:57:18.674451 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_109_22, total 30580 rows starting from the beginning of the part
13466 2024.12.18 19:57:18.674810 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 162 rows starting from the beginning of the part
13467 2024.12.18 19:57:18.675181 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part
13468 2024.12.18 19:57:18.675446 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part
13469 2024.12.18 19:57:18.675792 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 894 rows starting from the beginning of the part
13470 2024.12.18 19:57:18.676500 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13471 2024.12.18 19:57:18.676555 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13472 2024.12.18 19:57:18.677375 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13473 2024.12.18 19:57:18.677699 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13474 2024.12.18 19:57:18.678050 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004002 sec., 5997.001499250374 rows/sec., 413.86 KiB/sec.
13475 2024.12.18 19:57:18.678246 [ 266 ] {f69f0ef5-9d8e-40d8-a51a-a2a4427ab934} <Debug> TCPHandler: Processed in 0.004436371 sec.
13476 2024.12.18 19:57:18.683957 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32033 rows, containing 5 columns (5 merged, 0 gathered) in 0.010128818 sec., 3162560.5277930754 rows/sec., 213.66 MiB/sec.
13477 2024.12.18 19:57:18.684620 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary)
13478 2024.12.18 19:57:18.684925 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13479 2024.12.18 19:57:18.685009 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23
13480 2024.12.18 19:57:18.685106 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
13481 2024.12.18 19:57:19.579770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574
13482 2024.12.18 19:57:19.580507 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13483 2024.12.18 19:57:19.580545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13484 2024.12.18 19:57:19.581101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13485 2024.12.18 19:57:19.581363 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13486 2024.12.18 19:57:19.581609 [ 28 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13487 2024.12.18 19:57:19.581615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
13488 2024.12.18 19:57:19.581706 [ 28 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13489 2024.12.18 19:57:19.581739 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13490 2024.12.18 19:57:19.581938 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::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
13491 2024.12.18 19:57:19.582320 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13492 2024.12.18 19:57:19.582431 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part
13493 2024.12.18 19:57:19.582659 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
13494 2024.12.18 19:57:19.582743 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
13495 2024.12.18 19:57:19.582849 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
13496 2024.12.18 19:57:19.582934 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
13497 2024.12.18 19:57:19.583012 [ 188 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
13498 2024.12.18 19:57:19.585894 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004077874 sec., 7987985.896572576 rows/sec., 114.27 MiB/sec.
13499 2024.12.18 19:57:19.586370 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13500 2024.12.18 19:57:19.586732 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13501 2024.12.18 19:57:19.586832 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_71_14} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13502 2024.12.18 19:57:19.586956 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
13503 2024.12.18 19:57:21.884697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
13504 2024.12.18 19:57:21.906415 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13505 2024.12.18 19:57:21.906484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13506 2024.12.18 19:57:21.913659 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13507 2024.12.18 19:57:21.914420 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13508 2024.12.18 19:57:21.914802 [ 25 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13509 2024.12.18 19:57:21.914951 [ 25 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13510 2024.12.18 19:57:21.915025 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13511 2024.12.18 19:57:21.916140 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13512 2024.12.18 19:57:21.931151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
13513 2024.12.18 19:57:21.932708 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13514 2024.12.18 19:57:21.933850 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13515 2024.12.18 19:57:21.938878 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13516 2024.12.18 19:57:21.944310 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13517 2024.12.18 19:57:21.949899 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13518 2024.12.18 19:57:21.955898 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13519 2024.12.18 19:57:21.961830 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
13520 2024.12.18 19:57:22.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.32 MiB, peak 277.32 MiB, free memory in arenas 0.00 B, will set to 263.38 MiB (RSS), difference: -13.94 MiB
13521 2024.12.18 19:57:22.023986 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.108774658 sec., 4918.425025064203 rows/sec., 25.43 MiB/sec.
13522 2024.12.18 19:57:22.027198 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13523 2024.12.18 19:57:22.030224 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_71_14} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13524 2024.12.18 19:57:22.030318 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_71_14} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13525 2024.12.18 19:57:22.032764 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB.
13526 2024.12.18 19:57:23.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.96 MiB, peak 277.32 MiB, free memory in arenas 0.00 B, will set to 263.73 MiB (RSS), difference: 13.78 MiB
13527 2024.12.18 19:57:23.224454 [ 224 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
13528 2024.12.18 19:57:23.224509 [ 224 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
13529 2024.12.18 19:57:23.227351 [ 224 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
13530 2024.12.18 19:57:23.672255 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13531 2024.12.18 19:57:23.672443 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13532 2024.12.18 19:57:23.672513 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13533 2024.12.18 19:57:23.673257 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13534 2024.12.18 19:57:23.673310 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13535 2024.12.18 19:57:23.673740 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13536 2024.12.18 19:57:23.673988 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13537 2024.12.18 19:57:23.674198 [ 37 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13538 2024.12.18 19:57:23.674228 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001831 sec., 30584.380120152924 rows/sec., 2.33 MiB/sec.
13539 2024.12.18 19:57:23.674294 [ 37 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13540 2024.12.18 19:57:23.674367 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13541 2024.12.18 19:57:23.674378 [ 262 ] {0e8cf2c0-48cd-4fb1-b093-338c7b299ea6} <Debug> TCPHandler: Processed in 0.002244496 sec.
13542 2024.12.18 19:57:23.674612 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13543 2024.12.18 19:57:23.674635 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
13544 2024.12.18 19:57:23.674820 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13545 2024.12.18 19:57:23.674934 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13546 2024.12.18 19:57:23.674949 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13547 2024.12.18 19:57:23.675053 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1436 rows starting from the beginning of the part
13548 2024.12.18 19:57:23.675353 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 285 rows starting from the beginning of the part
13549 2024.12.18 19:57:23.675689 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
13550 2024.12.18 19:57:23.676112 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1426 rows starting from the beginning of the part
13551 2024.12.18 19:57:23.676496 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part
13552 2024.12.18 19:57:23.676800 [ 198 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part
13553 2024.12.18 19:57:23.677945 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13554 2024.12.18 19:57:23.678024 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13555 2024.12.18 19:57:23.679002 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13556 2024.12.18 19:57:23.679523 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13557 2024.12.18 19:57:23.679742 [ 37 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13558 2024.12.18 19:57:23.679805 [ 37 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13559 2024.12.18 19:57:23.679852 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13560 2024.12.18 19:57:23.679849 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00507 sec., 12623.2741617357 rows/sec., 1008.92 KiB/sec.
13561 2024.12.18 19:57:23.680202 [ 266 ] {2cf9d980-5ca4-46b2-b45c-e107c86894d5} <Debug> TCPHandler: Processed in 0.005700127 sec.
13562 2024.12.18 19:57:23.680223 [ 219 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
13563 2024.12.18 19:57:23.680368 [ 219 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
13564 2024.12.18 19:57:23.680465 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
13565 2024.12.18 19:57:23.680601 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13566 2024.12.18 19:57:23.681045 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13567 2024.12.18 19:57:23.681134 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13568 2024.12.18 19:57:23.681249 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13569 2024.12.18 19:57:23.681263 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
13570 2024.12.18 19:57:23.681932 [ 186 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.007403662 sec., 447751.3965386318 rows/sec., 39.10 MiB/sec.
13571 2024.12.18 19:57:23.682011 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 423 rows starting from the beginning of the part
13572 2024.12.18 19:57:23.682778 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13573 2024.12.18 19:57:23.682889 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
13574 2024.12.18 19:57:23.683670 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 881 rows starting from the beginning of the part
13575 2024.12.18 19:57:23.684497 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part
13576 2024.12.18 19:57:23.684642 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13577 2024.12.18 19:57:23.685283 [ 191 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_116_23} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13578 2024.12.18 19:57:23.685310 [ 192 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part
13579 2024.12.18 19:57:23.685847 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
13580 2024.12.18 19:57:23.686879 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13581 2024.12.18 19:57:23.686933 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13582 2024.12.18 19:57:23.687753 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13583 2024.12.18 19:57:23.688418 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13584 2024.12.18 19:57:23.689125 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008184 sec., 19550.34213098729 rows/sec., 1.36 MiB/sec.
13585 2024.12.18 19:57:23.689483 [ 262 ] {f38529cb-0352-4b3e-8ea3-9ce3ec9f992e} <Debug> TCPHandler: Processed in 0.009143708 sec.
13586 2024.12.18 19:57:23.689570 [ 191 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009577867 sec., 251726.19331631978 rows/sec., 19.30 MiB/sec.
13587 2024.12.18 19:57:23.689692 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13588 2024.12.18 19:57:23.689926 [ 219 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
13589 2024.12.18 19:57:23.689959 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13590 2024.12.18 19:57:23.690067 [ 186 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13591 2024.12.18 19:57:23.690141 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13592 2024.12.18 19:57:23.691673 [ 186 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13593 2024.12.18 19:57:23.692336 [ 186 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_116_23} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13594 2024.12.18 19:57:23.692594 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13595 2024.12.18 19:57:23.692614 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
13596 2024.12.18 19:57:23.692661 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13597 2024.12.18 19:57:23.693054 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13598 2024.12.18 19:57:23.693310 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13599 2024.12.18 19:57:23.693522 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003656 sec., 16411.37855579869 rows/sec., 1.11 MiB/sec.
13600 2024.12.18 19:57:23.693580 [ 266 ] {b96b7532-2adb-4c95-87e3-6478f3b5649c} <Debug> TCPHandler: Processed in 0.003998792 sec.
13601 2024.12.18 19:57:26.868683 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
13602 2024.12.18 19:57:26.868747 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
13603 2024.12.18 19:57:27.082778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062
13604 2024.12.18 19:57:27.083444 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13605 2024.12.18 19:57:27.083491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13606 2024.12.18 19:57:27.084014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13607 2024.12.18 19:57:27.084260 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13608 2024.12.18 19:57:27.084472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062
13609 2024.12.18 19:57:27.278006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1864
13610 2024.12.18 19:57:27.280764 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13611 2024.12.18 19:57:27.280810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13612 2024.12.18 19:57:27.282307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13613 2024.12.18 19:57:27.282618 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13614 2024.12.18 19:57:27.283134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1864
13615 2024.12.18 19:57:28.369576 [ 223 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
13616 2024.12.18 19:57:28.369634 [ 223 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
13617 2024.12.18 19:57:28.371985 [ 223 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
13618 2024.12.18 19:57:28.679002 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13619 2024.12.18 19:57:28.679189 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13620 2024.12.18 19:57:28.679257 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13621 2024.12.18 19:57:28.679990 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13622 2024.12.18 19:57:28.680032 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13623 2024.12.18 19:57:28.680463 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13624 2024.12.18 19:57:28.680720 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13625 2024.12.18 19:57:28.680946 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001803 sec., 7764.83638380477 rows/sec., 558.96 KiB/sec.
13626 2024.12.18 19:57:28.681044 [ 262 ] {7dc70b51-7006-4a1d-9e7a-3bb3a9f1e0ca} <Debug> TCPHandler: Processed in 0.002163905 sec.
13627 2024.12.18 19:57:28.681271 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13628 2024.12.18 19:57:28.681413 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13629 2024.12.18 19:57:28.681459 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13630 2024.12.18 19:57:28.682164 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13631 2024.12.18 19:57:28.682202 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13632 2024.12.18 19:57:28.682594 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13633 2024.12.18 19:57:28.682832 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13634 2024.12.18 19:57:28.683009 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001619 sec., 176034.58925262507 rows/sec., 15.53 MiB/sec.
13635 2024.12.18 19:57:28.683075 [ 266 ] {9b7e5c2b-6f49-4e2f-9754-04019ea47e05} <Debug> TCPHandler: Processed in 0.001916959 sec.
13636 2024.12.18 19:57:28.683236 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13637 2024.12.18 19:57:28.683367 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13638 2024.12.18 19:57:28.683413 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13639 2024.12.18 19:57:28.683952 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13640 2024.12.18 19:57:28.683989 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13641 2024.12.18 19:57:28.684347 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13642 2024.12.18 19:57:28.684596 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13643 2024.12.18 19:57:28.684789 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001439 sec., 33356.49756775539 rows/sec., 2.40 MiB/sec.
13644 2024.12.18 19:57:28.684899 [ 262 ] {bda96f31-2812-47b7-a2c2-e8b5be0aefcd} <Debug> TCPHandler: Processed in 0.001732576 sec.
13645 2024.12.18 19:57:28.685091 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13646 2024.12.18 19:57:28.685271 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13647 2024.12.18 19:57:28.685316 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13648 2024.12.18 19:57:28.685871 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13649 2024.12.18 19:57:28.685914 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13650 2024.12.18 19:57:28.686280 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13651 2024.12.18 19:57:28.686527 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13652 2024.12.18 19:57:28.686706 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001464 sec., 9562.841530054644 rows/sec., 669.72 KiB/sec.
13653 2024.12.18 19:57:28.686758 [ 266 ] {58de665b-e22b-4cf7-a2bf-10f5b5f345e6} <Debug> TCPHandler: Processed in 0.001772066 sec.
13654 2024.12.18 19:57:28.686901 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13655 2024.12.18 19:57:28.687011 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13656 2024.12.18 19:57:28.687055 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13657 2024.12.18 19:57:28.687572 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13658 2024.12.18 19:57:28.687610 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13659 2024.12.18 19:57:28.687964 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13660 2024.12.18 19:57:28.688196 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13661 2024.12.18 19:57:28.688380 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00139 sec., 9352.517985611512 rows/sec., 583.13 KiB/sec.
13662 2024.12.18 19:57:28.688513 [ 262 ] {456d25b0-91c4-4406-8734-ab730976ec8c} <Debug> TCPHandler: Processed in 0.001666344 sec.
13663 2024.12.18 19:57:28.688663 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13664 2024.12.18 19:57:28.688776 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13665 2024.12.18 19:57:28.688829 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13666 2024.12.18 19:57:28.689636 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13667 2024.12.18 19:57:28.689681 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13668 2024.12.18 19:57:28.690085 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13669 2024.12.18 19:57:28.690328 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13670 2024.12.18 19:57:28.690502 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001755 sec., 241025.64102564103 rows/sec., 17.23 MiB/sec.
13671 2024.12.18 19:57:28.690554 [ 266 ] {c46ddd83-3fa7-45dc-a981-0509c0fbf750} <Debug> TCPHandler: Processed in 0.00195674 sec.
13672 2024.12.18 19:57:28.690687 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13673 2024.12.18 19:57:28.690795 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13674 2024.12.18 19:57:28.690840 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13675 2024.12.18 19:57:28.691262 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13676 2024.12.18 19:57:28.691300 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13677 2024.12.18 19:57:28.691651 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13678 2024.12.18 19:57:28.691881 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13679 2024.12.18 19:57:28.692082 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec.
13680 2024.12.18 19:57:28.692171 [ 262 ] {827af214-780a-4e3d-979d-eb3035f07066} <Debug> TCPHandler: Processed in 0.001536821 sec.
13681 2024.12.18 19:57:28.692370 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13682 2024.12.18 19:57:28.692567 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13683 2024.12.18 19:57:28.692616 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13684 2024.12.18 19:57:28.693165 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13685 2024.12.18 19:57:28.693204 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13686 2024.12.18 19:57:28.693594 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13687 2024.12.18 19:57:28.693832 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13688 2024.12.18 19:57:28.694008 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001475 sec., 160677.9661016949 rows/sec., 10.77 MiB/sec.
13689 2024.12.18 19:57:28.694059 [ 266 ] {f107f243-1e9e-4af6-89b7-2cca570eb6ef} <Debug> TCPHandler: Processed in 0.001815777 sec.
13690 2024.12.18 19:57:28.694204 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13691 2024.12.18 19:57:28.694313 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13692 2024.12.18 19:57:28.694359 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13693 2024.12.18 19:57:28.694764 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13694 2024.12.18 19:57:28.694801 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13695 2024.12.18 19:57:28.695145 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13696 2024.12.18 19:57:28.695378 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13697 2024.12.18 19:57:28.695561 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec.
13698 2024.12.18 19:57:28.695668 [ 262 ] {d47acee8-db15-4d07-a1d3-5f76e43a0439} <Debug> TCPHandler: Processed in 0.001517681 sec.
13699 2024.12.18 19:57:28.695842 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13700 2024.12.18 19:57:28.695977 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13701 2024.12.18 19:57:28.696054 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13702 2024.12.18 19:57:28.697304 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13703 2024.12.18 19:57:28.697342 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13704 2024.12.18 19:57:28.698002 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13705 2024.12.18 19:57:28.698260 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13706 2024.12.18 19:57:28.698506 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002544 sec., 16116.352201257863 rows/sec., 28.88 MiB/sec.
13707 2024.12.18 19:57:28.699095 [ 266 ] {d685a594-f448-4ab7-9e85-f5aecde9bb8c} <Debug> TCPHandler: Processed in 0.003340409 sec.
13708 2024.12.18 19:57:28.699285 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13709 2024.12.18 19:57:28.699396 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13710 2024.12.18 19:57:28.699442 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13711 2024.12.18 19:57:28.699905 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13712 2024.12.18 19:57:28.699942 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13713 2024.12.18 19:57:28.700307 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13714 2024.12.18 19:57:28.700543 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13715 2024.12.18 19:57:28.700679 [ 80 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13716 2024.12.18 19:57:28.700727 [ 80 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13717 2024.12.18 19:57:28.700728 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001354 sec., 60561.299852289514 rows/sec., 3.85 MiB/sec.
13718 2024.12.18 19:57:28.700756 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13719 2024.12.18 19:57:28.700817 [ 262 ] {f364a40d-ec0b-4c58-9813-9d43db8d0edc} <Debug> TCPHandler: Processed in 0.001621293 sec.
13720 2024.12.18 19:57:28.700878 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
13721 2024.12.18 19:57:28.700973 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13722 2024.12.18 19:57:28.701004 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6530 rows starting from the beginning of the part
13723 2024.12.18 19:57:28.701064 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part
13724 2024.12.18 19:57:28.701139 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 58 rows starting from the beginning of the part
13725 2024.12.18 19:57:28.701300 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 24 rows starting from the beginning of the part
13726 2024.12.18 19:57:28.701389 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part
13727 2024.12.18 19:57:28.701497 [ 200 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part
13728 2024.12.18 19:57:28.703297 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6814 rows, containing 4 columns (4 merged, 0 gathered) in 0.002465181 sec., 2764097.2407299913 rows/sec., 180.55 MiB/sec.
13729 2024.12.18 19:57:28.703741 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13730 2024.12.18 19:57:28.704082 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13731 2024.12.18 19:57:28.704174 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_116_23} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13732 2024.12.18 19:57:28.704274 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13733 2024.12.18 19:57:28.964318 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
13734 2024.12.18 19:57:28.964351 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
13735 2024.12.18 19:57:28.967220 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
13736 2024.12.18 19:57:29.432222 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
13737 2024.12.18 19:57:29.458074 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13738 2024.12.18 19:57:29.458148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13739 2024.12.18 19:57:29.465789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13740 2024.12.18 19:57:29.466679 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13741 2024.12.18 19:57:29.472455 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
13742 2024.12.18 19:57:33.673159 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13743 2024.12.18 19:57:33.673430 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13744 2024.12.18 19:57:33.673528 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13745 2024.12.18 19:57:33.674523 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13746 2024.12.18 19:57:33.674591 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13747 2024.12.18 19:57:33.675178 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13748 2024.12.18 19:57:33.675542 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13749 2024.12.18 19:57:33.675844 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002484 sec., 805.1529790660226 rows/sec., 65.65 KiB/sec.
13750 2024.12.18 19:57:33.675938 [ 262 ] {52c34fc7-2a5c-461f-a872-6bb3a6c837f6} <Debug> TCPHandler: Processed in 0.002969441 sec.
13751 2024.12.18 19:57:33.676149 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13752 2024.12.18 19:57:33.676294 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13753 2024.12.18 19:57:33.676358 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13754 2024.12.18 19:57:33.677119 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13755 2024.12.18 19:57:33.677170 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13756 2024.12.18 19:57:33.677674 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13757 2024.12.18 19:57:33.678024 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13758 2024.12.18 19:57:33.678330 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002065 sec., 27602.905569007264 rows/sec., 2.11 MiB/sec.
13759 2024.12.18 19:57:33.678454 [ 266 ] {abf7dc81-b586-46e6-a5c7-990d50f2c0e9} <Debug> TCPHandler: Processed in 0.002375429 sec.
13760 2024.12.18 19:57:33.678738 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13761 2024.12.18 19:57:33.679084 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13762 2024.12.18 19:57:33.679209 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13763 2024.12.18 19:57:33.679968 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13764 2024.12.18 19:57:33.680020 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13765 2024.12.18 19:57:33.680549 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13766 2024.12.18 19:57:33.680868 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13767 2024.12.18 19:57:33.681077 [ 75 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 6 parts from all_1_63_15 to all_68_68_0
13768 2024.12.18 19:57:33.681162 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002185 sec., 915.3318077803204 rows/sec., 63.91 KiB/sec.
13769 2024.12.18 19:57:33.681173 [ 75 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13770 2024.12.18 19:57:33.681247 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13771 2024.12.18 19:57:33.681313 [ 262 ] {ec55e225-28b5-4f05-ac53-cdf0b698fea3} <Debug> TCPHandler: Processed in 0.002745187 sec.
13772 2024.12.18 19:57:33.681566 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13773 2024.12.18 19:57:33.681579 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_15 to all_68_68_0 into Compact with storage Full
13774 2024.12.18 19:57:33.681782 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13775 2024.12.18 19:57:33.681903 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13776 2024.12.18 19:57:33.681995 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13777 2024.12.18 19:57:33.682119 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_15, total 66 rows starting from the beginning of the part
13778 2024.12.18 19:57:33.682522 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part
13779 2024.12.18 19:57:33.682986 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
13780 2024.12.18 19:57:33.683448 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part
13781 2024.12.18 19:57:33.683897 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part
13782 2024.12.18 19:57:33.684150 [ 186 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part
13783 2024.12.18 19:57:33.685187 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13784 2024.12.18 19:57:33.685267 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13785 2024.12.18 19:57:33.686453 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13786 2024.12.18 19:57:33.687203 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13787 2024.12.18 19:57:33.687667 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272819 sec., 34753.114987057656 rows/sec., 2.62 MiB/sec.
13788 2024.12.18 19:57:33.687815 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.006093 sec., 10832.102412604627 rows/sec., 866.29 KiB/sec.
13789 2024.12.18 19:57:33.687887 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Trace> MergedBlockOutputStream: filled checksums all_1_68_16 (state Temporary)
13790 2024.12.18 19:57:33.687926 [ 266 ] {4421a3ba-d5d3-4315-a637-ec4aa311bdbf} <Debug> TCPHandler: Processed in 0.006474033 sec.
13791 2024.12.18 19:57:33.688155 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13792 2024.12.18 19:57:33.688287 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_68_16 to all_1_68_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13793 2024.12.18 19:57:33.688310 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13794 2024.12.18 19:57:33.688396 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13795 2024.12.18 19:57:33.688397 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_68_16} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 6 parts: [all_1_63_15, all_68_68_0] -> all_1_68_16
13796 2024.12.18 19:57:33.688532 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13797 2024.12.18 19:57:33.689180 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13798 2024.12.18 19:57:33.689228 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13799 2024.12.18 19:57:33.689733 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13800 2024.12.18 19:57:33.690058 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13801 2024.12.18 19:57:33.690326 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002049 sec., 78574.91459248414 rows/sec., 5.47 MiB/sec.
13802 2024.12.18 19:57:33.690396 [ 262 ] {59da1f4d-1b86-45b4-8e29-6b4209e9aab8} <Debug> TCPHandler: Processed in 0.002318418 sec.
13803 2024.12.18 19:57:33.690598 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13804 2024.12.18 19:57:33.690739 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13805 2024.12.18 19:57:33.690804 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13806 2024.12.18 19:57:33.691444 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13807 2024.12.18 19:57:33.691496 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13808 2024.12.18 19:57:33.692007 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13809 2024.12.18 19:57:33.692367 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13810 2024.12.18 19:57:33.692656 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001949 sec., 30785.017957927143 rows/sec., 2.07 MiB/sec.
13811 2024.12.18 19:57:33.692728 [ 266 ] {21c3eb91-ad37-4438-b000-50d5a9644d44} <Debug> TCPHandler: Processed in 0.002198065 sec.
13812 2024.12.18 19:57:34.585579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489
13813 2024.12.18 19:57:34.586225 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13814 2024.12.18 19:57:34.586271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13815 2024.12.18 19:57:34.586793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13816 2024.12.18 19:57:34.587048 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13817 2024.12.18 19:57:34.587311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
13818 2024.12.18 19:57:36.973505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
13819 2024.12.18 19:57:36.995696 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13820 2024.12.18 19:57:36.995757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13821 2024.12.18 19:57:37.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.26 MiB, peak 277.32 MiB, free memory in arenas 0.00 B, will set to 263.75 MiB (RSS), difference: -4.52 MiB
13822 2024.12.18 19:57:37.003207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13823 2024.12.18 19:57:37.003987 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13824 2024.12.18 19:57:37.007954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
13825 2024.12.18 19:57:37.284287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1898
13826 2024.12.18 19:57:37.288543 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13827 2024.12.18 19:57:37.288631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13828 2024.12.18 19:57:37.290918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13829 2024.12.18 19:57:37.291412 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13830 2024.12.18 19:57:37.294523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1898
13831 2024.12.18 19:57:38.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.75 MiB, peak 277.32 MiB, free memory in arenas 0.00 B, will set to 263.75 MiB (RSS), difference: 4.00 MiB
13832 2024.12.18 19:57:38.163009 [ 217 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
13833 2024.12.18 19:57:38.163097 [ 217 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
13834 2024.12.18 19:57:38.165151 [ 217 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
13835 2024.12.18 19:57:38.680620 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13836 2024.12.18 19:57:38.680836 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13837 2024.12.18 19:57:38.680917 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13838 2024.12.18 19:57:38.681679 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13839 2024.12.18 19:57:38.681732 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13840 2024.12.18 19:57:38.682180 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13841 2024.12.18 19:57:38.682432 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13842 2024.12.18 19:57:38.682715 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec.
13843 2024.12.18 19:57:38.682825 [ 262 ] {9c1e8f76-6ccb-4446-a244-f1e8e0569f1b} <Debug> TCPHandler: Processed in 0.002338528 sec.
13844 2024.12.18 19:57:38.683069 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13845 2024.12.18 19:57:38.683203 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13846 2024.12.18 19:57:38.683254 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13847 2024.12.18 19:57:38.683947 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13848 2024.12.18 19:57:38.683989 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13849 2024.12.18 19:57:38.684383 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13850 2024.12.18 19:57:38.684632 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13851 2024.12.18 19:57:38.684855 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00168 sec., 169642.85714285713 rows/sec., 14.97 MiB/sec.
13852 2024.12.18 19:57:38.684918 [ 266 ] {46607c8e-a89d-43fe-902f-c2c520d58474} <Debug> TCPHandler: Processed in 0.00195816 sec.
13853 2024.12.18 19:57:38.685060 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13854 2024.12.18 19:57:38.685190 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13855 2024.12.18 19:57:38.685244 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13856 2024.12.18 19:57:38.685912 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13857 2024.12.18 19:57:38.685959 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13858 2024.12.18 19:57:38.686330 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13859 2024.12.18 19:57:38.686572 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13860 2024.12.18 19:57:38.686781 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001621 sec., 29611.35101789019 rows/sec., 2.13 MiB/sec.
13861 2024.12.18 19:57:38.686833 [ 262 ] {048f1e32-3a98-4f51-9e7c-ac25672d9a7e} <Debug> TCPHandler: Processed in 0.001830298 sec.
13862 2024.12.18 19:57:38.686968 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13863 2024.12.18 19:57:38.687076 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13864 2024.12.18 19:57:38.687121 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13865 2024.12.18 19:57:38.687634 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13866 2024.12.18 19:57:38.687674 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13867 2024.12.18 19:57:38.688029 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13868 2024.12.18 19:57:38.688259 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13869 2024.12.18 19:57:38.688429 [ 70 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0
13870 2024.12.18 19:57:38.688495 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001438 sec., 9735.744089012516 rows/sec., 681.83 KiB/sec.
13871 2024.12.18 19:57:38.688517 [ 70 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13872 2024.12.18 19:57:38.688579 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13873 2024.12.18 19:57:38.688625 [ 266 ] {df18f74b-ff95-4374-9590-74947d040d16} <Debug> TCPHandler: Processed in 0.001708255 sec.
13874 2024.12.18 19:57:38.688831 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13875 2024.12.18 19:57:38.688857 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full
13876 2024.12.18 19:57:38.689004 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13877 2024.12.18 19:57:38.689104 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13878 2024.12.18 19:57:38.689174 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13879 2024.12.18 19:57:38.689280 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 243 rows starting from the beginning of the part
13880 2024.12.18 19:57:38.689546 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
13881 2024.12.18 19:57:38.689991 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
13882 2024.12.18 19:57:38.690330 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part
13883 2024.12.18 19:57:38.690657 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
13884 2024.12.18 19:57:38.690952 [ 195 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
13885 2024.12.18 19:57:38.691816 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13886 2024.12.18 19:57:38.691895 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13887 2024.12.18 19:57:38.692871 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13888 2024.12.18 19:57:38.693393 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13889 2024.12.18 19:57:38.693784 [ 199 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005061004 sec., 106895.78589544682 rows/sec., 7.66 MiB/sec.
13890 2024.12.18 19:57:38.693916 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004961 sec., 2620.4394275347713 rows/sec., 163.38 KiB/sec.
13891 2024.12.18 19:57:38.694070 [ 262 ] {ea6f2ff8-03ea-4140-a702-99f5e36b9f01} <Debug> TCPHandler: Processed in 0.005340499 sec.
13892 2024.12.18 19:57:38.694208 [ 193 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary)
13893 2024.12.18 19:57:38.694230 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13894 2024.12.18 19:57:38.694385 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13895 2024.12.18 19:57:38.694472 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13896 2024.12.18 19:57:38.694748 [ 193 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13897 2024.12.18 19:57:38.695025 [ 193 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_48_10} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10
13898 2024.12.18 19:57:38.695214 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
13899 2024.12.18 19:57:38.695626 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13900 2024.12.18 19:57:38.695674 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13901 2024.12.18 19:57:38.696065 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13902 2024.12.18 19:57:38.696304 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13903 2024.12.18 19:57:38.696530 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002177 sec., 194304.08819476343 rows/sec., 13.89 MiB/sec.
13904 2024.12.18 19:57:38.696588 [ 266 ] {0f683ba4-1875-4d8f-9cf0-bb0774587355} <Debug> TCPHandler: Processed in 0.00242987 sec.
13905 2024.12.18 19:57:38.696725 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13906 2024.12.18 19:57:38.696853 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13907 2024.12.18 19:57:38.696908 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13908 2024.12.18 19:57:38.697362 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13909 2024.12.18 19:57:38.697401 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13910 2024.12.18 19:57:38.697762 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13911 2024.12.18 19:57:38.698000 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13912 2024.12.18 19:57:38.698228 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec.
13913 2024.12.18 19:57:38.698278 [ 262 ] {cbc49e6e-1477-4f3b-b12f-164b56bc30c8} <Debug> TCPHandler: Processed in 0.001615073 sec.
13914 2024.12.18 19:57:38.698414 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13915 2024.12.18 19:57:38.698541 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13916 2024.12.18 19:57:38.698598 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13917 2024.12.18 19:57:38.699186 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13918 2024.12.18 19:57:38.699225 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13919 2024.12.18 19:57:38.699602 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13920 2024.12.18 19:57:38.699851 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13921 2024.12.18 19:57:38.700022 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0
13922 2024.12.18 19:57:38.700085 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec.
13923 2024.12.18 19:57:38.700096 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13924 2024.12.18 19:57:38.700185 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13925 2024.12.18 19:57:38.700210 [ 266 ] {f43d6c9f-df81-4051-97e1-02aea38a803d} <Debug> TCPHandler: Processed in 0.001851318 sec.
13926 2024.12.18 19:57:38.700504 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13927 2024.12.18 19:57:38.700671 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full
13928 2024.12.18 19:57:38.700881 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13929 2024.12.18 19:57:38.701098 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13930 2024.12.18 19:57:38.701580 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13931 2024.12.18 19:57:38.701731 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_113_23, total 32033 rows starting from the beginning of the part
13932 2024.12.18 19:57:38.702240 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part
13933 2024.12.18 19:57:38.702821 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part
13934 2024.12.18 19:57:38.703320 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part
13935 2024.12.18 19:57:38.703792 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 161 rows starting from the beginning of the part
13936 2024.12.18 19:57:38.704206 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part
13937 2024.12.18 19:57:38.705043 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13938 2024.12.18 19:57:38.705108 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13939 2024.12.18 19:57:38.705681 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13940 2024.12.18 19:57:38.705993 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13941 2024.12.18 19:57:38.706220 [ 70 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0
13942 2024.12.18 19:57:38.706343 [ 70 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13943 2024.12.18 19:57:38.706429 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13944 2024.12.18 19:57:38.706447 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005703 sec., 175.3463089601964 rows/sec., 11.82 KiB/sec.
13945 2024.12.18 19:57:38.706951 [ 262 ] {503a27e9-3d24-4a02-9bc6-195496be5169} <Debug> TCPHandler: Processed in 0.006639116 sec.
13946 2024.12.18 19:57:38.707049 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full
13947 2024.12.18 19:57:38.707256 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13948 2024.12.18 19:57:38.707834 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13949 2024.12.18 19:57:38.707957 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13950 2024.12.18 19:57:38.708185 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 43 rows starting from the beginning of the part
13951 2024.12.18 19:57:38.708388 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13952 2024.12.18 19:57:38.708764 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
13953 2024.12.18 19:57:38.709519 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13954 2024.12.18 19:57:38.710136 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
13955 2024.12.18 19:57:38.710682 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
13956 2024.12.18 19:57:38.711194 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
13957 2024.12.18 19:57:38.716187 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 4 columns (4 merged, 0 gathered) in 0.009616677 sec., 4991.329125434908 rows/sec., 335.92 KiB/sec.
13958 2024.12.18 19:57:38.716465 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary)
13959 2024.12.18 19:57:38.717389 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13960 2024.12.18 19:57:38.717765 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_48_10} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10
13961 2024.12.18 19:57:38.717894 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32892 rows, containing 5 columns (5 merged, 0 gathered) in 0.01752501 sec., 1876860.5552864163 rows/sec., 126.83 MiB/sec.
13962 2024.12.18 19:57:38.717988 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13963 2024.12.18 19:57:38.717993 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13964 2024.12.18 19:57:38.718039 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13965 2024.12.18 19:57:38.718279 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary)
13966 2024.12.18 19:57:38.718860 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13967 2024.12.18 19:57:38.719050 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24
13968 2024.12.18 19:57:38.719186 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13969 2024.12.18 19:57:38.719315 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13970 2024.12.18 19:57:38.719585 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13971 2024.12.18 19:57:38.719848 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.012237 sec., 3350.4944022227673 rows/sec., 6.00 MiB/sec.
13972 2024.12.18 19:57:38.719962 [ 266 ] {df5197e9-ceb0-4099-983d-3cc775064a84} <Debug> TCPHandler: Processed in 0.012890215 sec.
13973 2024.12.18 19:57:38.720129 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13974 2024.12.18 19:57:38.720258 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13975 2024.12.18 19:57:38.720312 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13976 2024.12.18 19:57:38.720825 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13977 2024.12.18 19:57:38.720872 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13978 2024.12.18 19:57:38.721274 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13979 2024.12.18 19:57:38.721509 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13980 2024.12.18 19:57:38.721715 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec.
13981 2024.12.18 19:57:38.721764 [ 262 ] {1ae45e09-6481-4833-bfba-79dbef6ac243} <Debug> TCPHandler: Processed in 0.001698275 sec.
13982 2024.12.18 19:57:41.868794 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
13983 2024.12.18 19:57:41.868860 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
13984 2024.12.18 19:57:42.088422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977
13985 2024.12.18 19:57:42.089104 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13986 2024.12.18 19:57:42.089158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13987 2024.12.18 19:57:42.089695 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13988 2024.12.18 19:57:42.089951 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13989 2024.12.18 19:57:42.090262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977
13990 2024.12.18 19:57:43.673161 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13991 2024.12.18 19:57:43.673379 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13992 2024.12.18 19:57:43.673460 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13993 2024.12.18 19:57:43.674293 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13994 2024.12.18 19:57:43.674351 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
13995 2024.12.18 19:57:43.674797 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
13996 2024.12.18 19:57:43.675068 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13997 2024.12.18 19:57:43.675322 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec.
13998 2024.12.18 19:57:43.675446 [ 262 ] {95166728-77bb-491a-b894-0cb6c0e5dc75} <Debug> TCPHandler: Processed in 0.00240803 sec.
13999 2024.12.18 19:57:43.675671 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14000 2024.12.18 19:57:43.675907 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14001 2024.12.18 19:57:43.675960 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14002 2024.12.18 19:57:43.676561 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14003 2024.12.18 19:57:43.676605 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14004 2024.12.18 19:57:43.676996 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14005 2024.12.18 19:57:43.677239 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14006 2024.12.18 19:57:43.677469 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001615 sec., 39628.482972136226 rows/sec., 3.09 MiB/sec.
14007 2024.12.18 19:57:43.677526 [ 266 ] {22b439b9-c4f3-4c7c-9d35-6f627699f1f9} <Debug> TCPHandler: Processed in 0.001968931 sec.
14008 2024.12.18 19:57:43.677662 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14009 2024.12.18 19:57:43.677791 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14010 2024.12.18 19:57:43.677849 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14011 2024.12.18 19:57:43.678412 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14012 2024.12.18 19:57:43.678451 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14013 2024.12.18 19:57:43.678844 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14014 2024.12.18 19:57:43.679085 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14015 2024.12.18 19:57:43.679291 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec.
14016 2024.12.18 19:57:43.679343 [ 262 ] {623f639e-5487-4791-8a5e-03bf07bd585b} <Debug> TCPHandler: Processed in 0.001744256 sec.
14017 2024.12.18 19:57:43.679499 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14018 2024.12.18 19:57:43.679636 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14019 2024.12.18 19:57:43.679693 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14020 2024.12.18 19:57:43.680256 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14021 2024.12.18 19:57:43.680297 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14022 2024.12.18 19:57:43.680672 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14023 2024.12.18 19:57:43.680919 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14024 2024.12.18 19:57:43.681143 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec.
14025 2024.12.18 19:57:43.681194 [ 266 ] {b64ae440-2adc-497e-89bc-3f55d1a50269} <Debug> TCPHandler: Processed in 0.001759546 sec.
14026 2024.12.18 19:57:44.509014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
14027 2024.12.18 19:57:44.531143 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14028 2024.12.18 19:57:44.531203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14029 2024.12.18 19:57:44.538449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14030 2024.12.18 19:57:44.539223 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14031 2024.12.18 19:57:44.542093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
14032 2024.12.18 19:57:46.594312 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14033 2024.12.18 19:57:46.594548 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14034 2024.12.18 19:57:46.594629 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14035 2024.12.18 19:57:46.595457 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14036 2024.12.18 19:57:46.595500 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14037 2024.12.18 19:57:46.595950 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14038 2024.12.18 19:57:46.596223 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14039 2024.12.18 19:57:46.596457 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec.
14040 2024.12.18 19:57:46.596589 [ 262 ] {232c3ce7-3221-4de7-afe4-7ca3da1134e4} <Debug> TCPHandler: Processed in 0.0024426 sec.
14041 2024.12.18 19:57:46.596827 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14042 2024.12.18 19:57:46.596980 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14043 2024.12.18 19:57:46.597041 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14044 2024.12.18 19:57:46.597654 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14045 2024.12.18 19:57:46.597694 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14046 2024.12.18 19:57:46.598055 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
14047 2024.12.18 19:57:46.598300 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14048 2024.12.18 19:57:46.598484 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00154 sec., 6493.506493506494 rows/sec., 529.50 KiB/sec.
14049 2024.12.18 19:57:46.598537 [ 266 ] {6f233b5e-aa99-4823-a2f3-f5da19ad36e3} <Debug> TCPHandler: Processed in 0.001829768 sec.
14050 2024.12.18 19:57:46.598681 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14051 2024.12.18 19:57:46.598809 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14052 2024.12.18 19:57:46.598862 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14053 2024.12.18 19:57:46.600269 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2024.12.18 19:57:46.600306 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14055 2024.12.18 19:57:46.600763 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14056 2024.12.18 19:57:46.601025 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14057 2024.12.18 19:57:46.601163 [ 60 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14058 2024.12.18 19:57:46.601204 [ 60 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14059 2024.12.18 19:57:46.601211 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002428 sec., 588962.1087314662 rows/sec., 49.16 MiB/sec.
14060 2024.12.18 19:57:46.601228 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14061 2024.12.18 19:57:46.601301 [ 262 ] {a118f9b4-5120-41f5-bdbc-8f789c7a5a8f} <Debug> TCPHandler: Processed in 0.002678335 sec.
14062 2024.12.18 19:57:46.601522 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
14063 2024.12.18 19:57:46.601538 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14064 2024.12.18 19:57:46.601830 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14065 2024.12.18 19:57:46.601840 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14066 2024.12.18 19:57:46.601893 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1436 rows starting from the beginning of the part
14067 2024.12.18 19:57:46.601948 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14068 2024.12.18 19:57:46.602216 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 285 rows starting from the beginning of the part
14069 2024.12.18 19:57:46.602586 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 57 rows starting from the beginning of the part
14070 2024.12.18 19:57:46.602967 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 285 rows starting from the beginning of the part
14071 2024.12.18 19:57:46.603316 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part
14072 2024.12.18 19:57:46.603659 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1430 rows starting from the beginning of the part
14073 2024.12.18 19:57:46.605178 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14074 2024.12.18 19:57:46.605228 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14075 2024.12.18 19:57:46.606286 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14076 2024.12.18 19:57:46.606654 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14077 2024.12.18 19:57:46.606912 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.005168 sec., 11222.910216718266 rows/sec., 819.91 KiB/sec.
14078 2024.12.18 19:57:46.606975 [ 266 ] {6fac6aba-b2ea-4957-8e65-877349927755} <Debug> TCPHandler: Processed in 0.005546844 sec.
14079 2024.12.18 19:57:46.607192 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14080 2024.12.18 19:57:46.607381 [ 196 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3549 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044384 sec., 587156.6068601862 rows/sec., 51.56 MiB/sec.
14081 2024.12.18 19:57:46.607408 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14082 2024.12.18 19:57:46.607474 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14083 2024.12.18 19:57:46.607659 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14084 2024.12.18 19:57:46.608090 [ 224 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
14085 2024.12.18 19:57:46.608166 [ 224 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
14086 2024.12.18 19:57:46.608545 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14087 2024.12.18 19:57:46.608709 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_121_24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14088 2024.12.18 19:57:46.608866 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
14089 2024.12.18 19:57:46.609321 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14090 2024.12.18 19:57:46.609365 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14091 2024.12.18 19:57:46.609833 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14092 2024.12.18 19:57:46.610127 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14093 2024.12.18 19:57:46.610428 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003049 sec., 79370.28533945556 rows/sec., 5.38 MiB/sec.
14094 2024.12.18 19:57:46.610504 [ 262 ] {d92110e4-7655-454e-a83e-b40b1f90441e} <Debug> TCPHandler: Processed in 0.00342676 sec.
14095 2024.12.18 19:57:46.610663 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14096 2024.12.18 19:57:46.610793 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14097 2024.12.18 19:57:46.610847 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14098 2024.12.18 19:57:46.611597 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14099 2024.12.18 19:57:46.611635 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14100 2024.12.18 19:57:46.611871 [ 224 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
14101 2024.12.18 19:57:46.612170 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14102 2024.12.18 19:57:46.612676 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14103 2024.12.18 19:57:46.613201 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00243 sec., 5349.794238683128 rows/sec., 333.56 KiB/sec.
14104 2024.12.18 19:57:46.613409 [ 266 ] {8ae5ce8d-068a-43c3-a44b-0fb3265cdc1d} <Debug> TCPHandler: Processed in 0.002809738 sec.
14105 2024.12.18 19:57:46.613617 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14106 2024.12.18 19:57:46.613787 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14107 2024.12.18 19:57:46.613840 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14108 2024.12.18 19:57:46.614956 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14109 2024.12.18 19:57:46.614994 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14110 2024.12.18 19:57:46.615407 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14111 2024.12.18 19:57:46.615656 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14112 2024.12.18 19:57:46.615870 [ 58 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14113 2024.12.18 19:57:46.615895 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.002151 sec., 413296.1413296141 rows/sec., 30.00 MiB/sec.
14114 2024.12.18 19:57:46.615963 [ 58 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14115 2024.12.18 19:57:46.616024 [ 262 ] {db9a2b4a-a850-4f1a-89ae-28f0e56f4970} <Debug> TCPHandler: Processed in 0.00248034 sec.
14116 2024.12.18 19:57:46.616045 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14117 2024.12.18 19:57:46.616272 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14118 2024.12.18 19:57:46.616421 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
14119 2024.12.18 19:57:46.616587 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14120 2024.12.18 19:57:46.616801 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14121 2024.12.18 19:57:46.617420 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14122 2024.12.18 19:57:46.617664 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
14123 2024.12.18 19:57:46.618518 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 423 rows starting from the beginning of the part
14124 2024.12.18 19:57:46.618983 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 66 rows starting from the beginning of the part
14125 2024.12.18 19:57:46.619735 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 423 rows starting from the beginning of the part
14126 2024.12.18 19:57:46.620068 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part
14127 2024.12.18 19:57:46.620105 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14128 2024.12.18 19:57:46.620217 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14129 2024.12.18 19:57:46.620388 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 889 rows starting from the beginning of the part
14130 2024.12.18 19:57:46.621458 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14131 2024.12.18 19:57:46.621979 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14132 2024.12.18 19:57:46.622555 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006089 sec., 985.3834784036789 rows/sec., 51.48 KiB/sec.
14133 2024.12.18 19:57:46.622761 [ 266 ] {9807625c-2ef8-4970-9d6f-8a2f8209f121} <Debug> TCPHandler: Processed in 0.006631906 sec.
14134 2024.12.18 19:57:46.622938 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14135 2024.12.18 19:57:46.623075 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14136 2024.12.18 19:57:46.623131 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14137 2024.12.18 19:57:46.623766 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2780 rows, containing 5 columns (5 merged, 0 gathered) in 0.007574256 sec., 367032.74882707954 rows/sec., 28.03 MiB/sec.
14138 2024.12.18 19:57:46.623996 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14139 2024.12.18 19:57:46.624324 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14140 2024.12.18 19:57:46.624372 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14141 2024.12.18 19:57:46.624373 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14142 2024.12.18 19:57:46.624492 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_121_24} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14143 2024.12.18 19:57:46.624602 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
14144 2024.12.18 19:57:46.624892 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14145 2024.12.18 19:57:46.625146 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14146 2024.12.18 19:57:46.625366 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.002325 sec., 386236.55913978495 rows/sec., 25.74 MiB/sec.
14147 2024.12.18 19:57:46.625431 [ 262 ] {9da2c769-a205-4b52-b3ab-325b52eb9a3f} <Debug> TCPHandler: Processed in 0.002564633 sec.
14148 2024.12.18 19:57:46.625572 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14149 2024.12.18 19:57:46.625702 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14150 2024.12.18 19:57:46.625758 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14151 2024.12.18 19:57:46.626269 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14152 2024.12.18 19:57:46.626308 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14153 2024.12.18 19:57:46.626665 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14154 2024.12.18 19:57:46.626904 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14155 2024.12.18 19:57:46.627156 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
14156 2024.12.18 19:57:46.627307 [ 266 ] {63876560-bcf0-434f-847f-8f735865bec8} <Debug> TCPHandler: Processed in 0.001795576 sec.
14157 2024.12.18 19:57:46.627573 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14158 2024.12.18 19:57:46.627842 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14159 2024.12.18 19:57:46.627935 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14160 2024.12.18 19:57:46.629105 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14161 2024.12.18 19:57:46.629144 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14162 2024.12.18 19:57:46.629815 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14163 2024.12.18 19:57:46.630074 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14164 2024.12.18 19:57:46.630332 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002553 sec., 16059.537798668232 rows/sec., 28.78 MiB/sec.
14165 2024.12.18 19:57:46.630433 [ 262 ] {26db625d-712e-46f6-817b-8fc9444e1d12} <Debug> TCPHandler: Processed in 0.003024682 sec.
14166 2024.12.18 19:57:46.630617 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14167 2024.12.18 19:57:46.630747 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14168 2024.12.18 19:57:46.630800 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14169 2024.12.18 19:57:46.631334 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14170 2024.12.18 19:57:46.631374 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14171 2024.12.18 19:57:46.631725 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14172 2024.12.18 19:57:46.631967 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14173 2024.12.18 19:57:46.632186 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001467 sec., 39536.46898432174 rows/sec., 2.45 MiB/sec.
14174 2024.12.18 19:57:46.632235 [ 266 ] {2a36b0ad-2a1d-4f25-bf91-9891b95ebab8} <Debug> TCPHandler: Processed in 0.001682434 sec.
14175 2024.12.18 19:57:47.295714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1952
14176 2024.12.18 19:57:47.299303 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14177 2024.12.18 19:57:47.299347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14178 2024.12.18 19:57:47.300884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14179 2024.12.18 19:57:47.301194 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14180 2024.12.18 19:57:47.301771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1952
14181 2024.12.18 19:57:48.532574 [ 219 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14182 2024.12.18 19:57:48.532625 [ 219 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14183 2024.12.18 19:57:48.534813 [ 219 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14184 2024.12.18 19:57:48.667596 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14185 2024.12.18 19:57:48.667787 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14186 2024.12.18 19:57:48.667857 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14187 2024.12.18 19:57:48.668607 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14188 2024.12.18 19:57:48.668657 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14189 2024.12.18 19:57:48.669103 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14190 2024.12.18 19:57:48.669357 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14191 2024.12.18 19:57:48.669574 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec.
14192 2024.12.18 19:57:48.669632 [ 262 ] {ab898fb7-e648-4e24-a6e3-794a215c3d38} <Debug> TCPHandler: Processed in 0.002164964 sec.
14193 2024.12.18 19:57:48.669800 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14194 2024.12.18 19:57:48.669938 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14195 2024.12.18 19:57:48.669992 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14196 2024.12.18 19:57:48.670593 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14197 2024.12.18 19:57:48.670633 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14198 2024.12.18 19:57:48.671000 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14199 2024.12.18 19:57:48.671243 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14200 2024.12.18 19:57:48.671450 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001542 sec., 41504.539559014265 rows/sec., 3.24 MiB/sec.
14201 2024.12.18 19:57:48.671503 [ 266 ] {0e946f02-e6a3-4ae3-b88c-d6fefc9e7a97} <Debug> TCPHandler: Processed in 0.001773057 sec.
14202 2024.12.18 19:57:48.671644 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14203 2024.12.18 19:57:48.671773 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14204 2024.12.18 19:57:48.671831 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14205 2024.12.18 19:57:48.672400 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14206 2024.12.18 19:57:48.672439 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14207 2024.12.18 19:57:48.672823 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14208 2024.12.18 19:57:48.673061 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14209 2024.12.18 19:57:48.673267 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 2.92 MiB/sec.
14210 2024.12.18 19:57:48.673319 [ 262 ] {8126f9d7-c680-4581-8a98-0bd2c548c7aa} <Debug> TCPHandler: Processed in 0.001737546 sec.
14211 2024.12.18 19:57:48.673456 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14212 2024.12.18 19:57:48.673564 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14213 2024.12.18 19:57:48.673610 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14214 2024.12.18 19:57:48.674060 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14215 2024.12.18 19:57:48.674099 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14216 2024.12.18 19:57:48.674454 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14217 2024.12.18 19:57:48.674703 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14218 2024.12.18 19:57:48.674876 [ 55 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14219 2024.12.18 19:57:48.674933 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001389 sec., 17278.617710583152 rows/sec., 1.16 MiB/sec.
14220 2024.12.18 19:57:48.674957 [ 55 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14221 2024.12.18 19:57:48.675014 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14222 2024.12.18 19:57:48.675047 [ 266 ] {a3de7465-4de0-42f2-a4be-b09ca9db927a} <Debug> TCPHandler: Processed in 0.001643444 sec.
14223 2024.12.18 19:57:48.675216 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
14224 2024.12.18 19:57:48.675398 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14225 2024.12.18 19:57:48.675439 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6814 rows starting from the beginning of the part
14226 2024.12.18 19:57:48.675520 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
14227 2024.12.18 19:57:48.675767 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part
14228 2024.12.18 19:57:48.675999 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part
14229 2024.12.18 19:57:48.676172 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 58 rows starting from the beginning of the part
14230 2024.12.18 19:57:48.676347 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
14231 2024.12.18 19:57:48.678531 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7098 rows, containing 4 columns (4 merged, 0 gathered) in 0.00339223 sec., 2092428.8742213824 rows/sec., 136.66 MiB/sec.
14232 2024.12.18 19:57:48.679048 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14233 2024.12.18 19:57:48.679435 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14234 2024.12.18 19:57:48.679536 [ 197 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_121_24} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14235 2024.12.18 19:57:48.679653 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
14236 2024.12.18 19:57:49.260623 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
14237 2024.12.18 19:57:49.260679 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
14238 2024.12.18 19:57:49.262940 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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.12.18 19:57:49.300356 [ 225 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
14240 2024.12.18 19:57:49.300394 [ 225 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
14241 2024.12.18 19:57:49.302815 [ 225 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
14242 2024.12.18 19:57:49.528628 [ 222 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14243 2024.12.18 19:57:49.528718 [ 222 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14244 2024.12.18 19:57:49.531467 [ 222 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14245 2024.12.18 19:57:49.591384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404
14246 2024.12.18 19:57:49.592037 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14247 2024.12.18 19:57:49.592090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14248 2024.12.18 19:57:49.592655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14249 2024.12.18 19:57:49.592930 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14250 2024.12.18 19:57:49.593224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
14251 2024.12.18 19:57:49.593233 [ 217 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
14252 2024.12.18 19:57:49.593279 [ 217 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
14253 2024.12.18 19:57:49.596603 [ 217 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
14254 2024.12.18 19:57:52.042137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
14255 2024.12.18 19:57:52.063630 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14256 2024.12.18 19:57:52.063678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14257 2024.12.18 19:57:52.071067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14258 2024.12.18 19:57:52.071840 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14259 2024.12.18 19:57:52.074602 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
14260 2024.12.18 19:57:53.672937 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14261 2024.12.18 19:57:53.673129 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14262 2024.12.18 19:57:53.673200 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14263 2024.12.18 19:57:53.673948 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14264 2024.12.18 19:57:53.673996 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14265 2024.12.18 19:57:53.674450 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14266 2024.12.18 19:57:53.674704 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14267 2024.12.18 19:57:53.674948 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.31 MiB/sec.
14268 2024.12.18 19:57:53.675048 [ 262 ] {b336bde1-5230-4089-acaf-9ab1a643d10c} <Debug> TCPHandler: Processed in 0.002231606 sec.
14269 2024.12.18 19:57:53.675281 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14270 2024.12.18 19:57:53.675615 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14271 2024.12.18 19:57:53.675683 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14272 2024.12.18 19:57:53.676252 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14273 2024.12.18 19:57:53.676293 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14274 2024.12.18 19:57:53.676664 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14275 2024.12.18 19:57:53.676903 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14276 2024.12.18 19:57:53.677126 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001619 sec., 39530.57442865967 rows/sec., 3.09 MiB/sec.
14277 2024.12.18 19:57:53.677213 [ 266 ] {aab9f038-c6b2-43f0-883b-a23cc81b6855} <Debug> TCPHandler: Processed in 0.002060342 sec.
14278 2024.12.18 19:57:53.677381 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14279 2024.12.18 19:57:53.677598 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14280 2024.12.18 19:57:53.677659 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14281 2024.12.18 19:57:53.678275 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14282 2024.12.18 19:57:53.678321 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14283 2024.12.18 19:57:53.678736 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14284 2024.12.18 19:57:53.678968 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14285 2024.12.18 19:57:53.679212 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec.
14286 2024.12.18 19:57:53.679245 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14287 2024.12.18 19:57:53.679287 [ 262 ] {05d8d02b-d23b-4dff-8f95-24386b3a354b} <Debug> TCPHandler: Processed in 0.001980411 sec.
14288 2024.12.18 19:57:53.679314 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14289 2024.12.18 19:57:53.679464 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14290 2024.12.18 19:57:53.679624 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14291 2024.12.18 19:57:53.679682 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14292 2024.12.18 19:57:53.680916 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14293 2024.12.18 19:57:53.680978 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14294 2024.12.18 19:57:53.681633 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14295 2024.12.18 19:57:53.682049 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14296 2024.12.18 19:57:53.682325 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002722 sec., 22042.61572373255 rows/sec., 1.49 MiB/sec.
14297 2024.12.18 19:57:53.682455 [ 266 ] {158b82d6-23b6-4052-afc9-6901fc4fd2b9} <Debug> TCPHandler: Processed in 0.003068283 sec.
14298 2024.12.18 19:57:53.683181 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14299 2024.12.18 19:57:54.169482 [ 225 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
14300 2024.12.18 19:57:54.169579 [ 225 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
14301 2024.12.18 19:57:54.171599 [ 225 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
14302 2024.12.18 19:57:56.869118 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
14303 2024.12.18 19:57:56.869217 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
14304 2024.12.18 19:57:57.094331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892
14305 2024.12.18 19:57:57.095021 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14306 2024.12.18 19:57:57.095067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14307 2024.12.18 19:57:57.095589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14308 2024.12.18 19:57:57.095836 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14309 2024.12.18 19:57:57.096054 [ 42 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14310 2024.12.18 19:57:57.096085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892
14311 2024.12.18 19:57:57.096132 [ 42 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14312 2024.12.18 19:57:57.096160 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14313 2024.12.18 19:57:57.096346 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::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
14314 2024.12.18 19:57:57.096759 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14315 2024.12.18 19:57:57.096873 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::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
14316 2024.12.18 19:57:57.097065 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
14317 2024.12.18 19:57:57.097218 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
14318 2024.12.18 19:57:57.097453 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
14319 2024.12.18 19:57:57.097690 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
14320 2024.12.18 19:57:57.097851 [ 194 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
14321 2024.12.18 19:57:57.100808 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.004575714 sec., 7625476.592287018 rows/sec., 109.08 MiB/sec.
14322 2024.12.18 19:57:57.101058 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14323 2024.12.18 19:57:57.101403 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14324 2024.12.18 19:57:57.101498 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_76_15} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14325 2024.12.18 19:57:57.101597 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
14326 2024.12.18 19:57:57.303022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1968
14327 2024.12.18 19:57:57.306780 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14328 2024.12.18 19:57:57.306821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14329 2024.12.18 19:57:57.308323 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14330 2024.12.18 19:57:57.308631 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14331 2024.12.18 19:57:57.310017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1968
14332 2024.12.18 19:57:58.679672 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14333 2024.12.18 19:57:58.679860 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14334 2024.12.18 19:57:58.679929 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14335 2024.12.18 19:57:58.680652 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14336 2024.12.18 19:57:58.680701 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14337 2024.12.18 19:57:58.681127 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14338 2024.12.18 19:57:58.681380 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14339 2024.12.18 19:57:58.681585 [ 41 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14340 2024.12.18 19:57:58.681613 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001803 sec., 7764.83638380477 rows/sec., 558.96 KiB/sec.
14341 2024.12.18 19:57:58.681682 [ 41 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14342 2024.12.18 19:57:58.681743 [ 262 ] {7657c2dd-49f2-4ada-9f0e-06bb0177efc5} <Debug> TCPHandler: Processed in 0.002194536 sec.
14343 2024.12.18 19:57:58.681749 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14344 2024.12.18 19:57:58.681973 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14345 2024.12.18 19:57:58.682032 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14346 2024.12.18 19:57:58.682152 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14347 2024.12.18 19:57:58.682266 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14348 2024.12.18 19:57:58.682489 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14349 2024.12.18 19:57:58.682584 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14350 2024.12.18 19:57:58.682953 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14351 2024.12.18 19:57:58.683737 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14352 2024.12.18 19:57:58.684617 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14353 2024.12.18 19:57:58.684913 [ 194 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
14354 2024.12.18 19:57:58.685814 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14355 2024.12.18 19:57:58.685882 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14356 2024.12.18 19:57:58.687003 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14357 2024.12.18 19:57:58.687499 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589455 sec., 12523.582352841198 rows/sec., 950.45 KiB/sec.
14358 2024.12.18 19:57:58.687539 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14359 2024.12.18 19:57:58.687802 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14360 2024.12.18 19:57:58.687893 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005796 sec., 49171.84265010352 rows/sec., 4.34 MiB/sec.
14361 2024.12.18 19:57:58.687981 [ 266 ] {21bff142-ff0a-47e5-981e-a498b8ce42ea} <Debug> TCPHandler: Processed in 0.006114426 sec.
14362 2024.12.18 19:57:58.688148 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14363 2024.12.18 19:57:58.688317 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_49_12} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14364 2024.12.18 19:57:58.688351 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14365 2024.12.18 19:57:58.688450 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14366 2024.12.18 19:57:58.688496 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_49_12} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14367 2024.12.18 19:57:58.688674 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14368 2024.12.18 19:57:58.689164 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14369 2024.12.18 19:57:58.689206 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14370 2024.12.18 19:57:58.689565 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14371 2024.12.18 19:57:58.689798 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14372 2024.12.18 19:57:58.689984 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001683 sec., 28520.499108734402 rows/sec., 2.05 MiB/sec.
14373 2024.12.18 19:57:58.690078 [ 262 ] {b7f1233e-9774-4601-b8dd-917057416217} <Debug> TCPHandler: Processed in 0.002004041 sec.
14374 2024.12.18 19:57:58.690314 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14375 2024.12.18 19:57:58.690473 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14376 2024.12.18 19:57:58.690528 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14377 2024.12.18 19:57:58.691083 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14378 2024.12.18 19:57:58.691121 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14379 2024.12.18 19:57:58.691465 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14380 2024.12.18 19:57:58.691697 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14381 2024.12.18 19:57:58.691924 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001478 sec., 9472.259810554804 rows/sec., 663.38 KiB/sec.
14382 2024.12.18 19:57:58.692122 [ 266 ] {1916a374-fcd3-42d5-b96b-4181e95112d3} <Debug> TCPHandler: Processed in 0.00194171 sec.
14383 2024.12.18 19:57:58.692358 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14384 2024.12.18 19:57:58.692489 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14385 2024.12.18 19:57:58.692544 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14386 2024.12.18 19:57:58.693100 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14387 2024.12.18 19:57:58.693138 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14388 2024.12.18 19:57:58.693493 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14389 2024.12.18 19:57:58.693727 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14390 2024.12.18 19:57:58.693853 [ 39 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14391 2024.12.18 19:57:58.693900 [ 39 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14392 2024.12.18 19:57:58.693910 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001447 sec., 8984.105044920525 rows/sec., 560.16 KiB/sec.
14393 2024.12.18 19:57:58.693929 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14394 2024.12.18 19:57:58.693988 [ 262 ] {8686773e-825e-4fbf-932d-59ff22ca5775} <Debug> TCPHandler: Processed in 0.001745476 sec.
14395 2024.12.18 19:57:58.694209 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14396 2024.12.18 19:57:58.694225 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14397 2024.12.18 19:57:58.694587 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14398 2024.12.18 19:57:58.694763 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14399 2024.12.18 19:57:58.694870 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14400 2024.12.18 19:57:58.695008 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14401 2024.12.18 19:57:58.695546 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14402 2024.12.18 19:57:58.695720 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14403 2024.12.18 19:57:58.695938 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14404 2024.12.18 19:57:58.696144 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
14405 2024.12.18 19:57:58.697109 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14406 2024.12.18 19:57:58.697160 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14407 2024.12.18 19:57:58.697569 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003560903 sec., 18253.79685995378 rows/sec., 1.18 MiB/sec.
14408 2024.12.18 19:57:58.697798 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14409 2024.12.18 19:57:58.697831 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14410 2024.12.18 19:57:58.698278 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14411 2024.12.18 19:57:58.698569 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_49_12} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14412 2024.12.18 19:57:58.698648 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004169 sec., 101463.18061885344 rows/sec., 7.25 MiB/sec.
14413 2024.12.18 19:57:58.698760 [ 266 ] {598fe205-a980-4de9-a053-07b3f76b64ed} <Debug> TCPHandler: Processed in 0.004663936 sec.
14414 2024.12.18 19:57:58.698773 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_49_12} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14415 2024.12.18 19:57:58.698922 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14416 2024.12.18 19:57:58.698972 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14417 2024.12.18 19:57:58.699106 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14418 2024.12.18 19:57:58.699162 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14419 2024.12.18 19:57:58.699689 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14420 2024.12.18 19:57:58.699727 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14421 2024.12.18 19:57:58.700083 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14422 2024.12.18 19:57:58.700321 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14423 2024.12.18 19:57:58.700445 [ 39 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
14424 2024.12.18 19:57:58.700477 [ 39 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14425 2024.12.18 19:57:58.700498 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14426 2024.12.18 19:57:58.700508 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec.
14427 2024.12.18 19:57:58.700749 [ 262 ] {a59b22cc-7fd0-49d0-adca-f52844c5919c} <Debug> TCPHandler: Processed in 0.001856289 sec.
14428 2024.12.18 19:57:58.701060 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14429 2024.12.18 19:57:58.701045 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full
14430 2024.12.18 19:57:58.701475 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14431 2024.12.18 19:57:58.701681 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14432 2024.12.18 19:57:58.701921 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14433 2024.12.18 19:57:58.702009 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 264 rows starting from the beginning of the part
14434 2024.12.18 19:57:58.702335 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
14435 2024.12.18 19:57:58.702683 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
14436 2024.12.18 19:57:58.703008 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
14437 2024.12.18 19:57:58.703301 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
14438 2024.12.18 19:57:58.703572 [ 202 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
14439 2024.12.18 19:57:58.704591 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14440 2024.12.18 19:57:58.704666 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14441 2024.12.18 19:57:58.705833 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14442 2024.12.18 19:57:58.706230 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.005657286 sec., 51968.38201215211 rows/sec., 2.65 MiB/sec.
14443 2024.12.18 19:57:58.706398 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14444 2024.12.18 19:57:58.706433 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
14445 2024.12.18 19:57:58.706671 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_118_24 to all_123_123_0
14446 2024.12.18 19:57:58.706753 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14447 2024.12.18 19:57:58.706836 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14448 2024.12.18 19:57:58.706835 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005514 sec., 42981.50163220892 rows/sec., 2.88 MiB/sec.
14449 2024.12.18 19:57:58.707279 [ 266 ] {79649eb8-fd01-4955-8614-c10663e701c6} <Debug> TCPHandler: Processed in 0.006417202 sec.
14450 2024.12.18 19:57:58.707349 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_118_24 to all_123_123_0 into Compact with storage Full
14451 2024.12.18 19:57:58.707355 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14452 2024.12.18 19:57:58.707633 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14453 2024.12.18 19:57:58.707855 [ 186 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_49_10} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
14454 2024.12.18 19:57:58.708181 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14455 2024.12.18 19:57:58.708343 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14456 2024.12.18 19:57:58.708392 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14457 2024.12.18 19:57:58.708639 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14458 2024.12.18 19:57:58.708847 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_118_24, total 32892 rows starting from the beginning of the part
14459 2024.12.18 19:57:58.709961 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part
14460 2024.12.18 19:57:58.710412 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 898 rows starting from the beginning of the part
14461 2024.12.18 19:57:58.710757 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part
14462 2024.12.18 19:57:58.711089 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part
14463 2024.12.18 19:57:58.711358 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14464 2024.12.18 19:57:58.711476 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14465 2024.12.18 19:57:58.711473 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part
14466 2024.12.18 19:57:58.712689 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14467 2024.12.18 19:57:58.712973 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14468 2024.12.18 19:57:58.713307 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00532 sec., 187.9699248120301 rows/sec., 12.67 KiB/sec.
14469 2024.12.18 19:57:58.713376 [ 262 ] {ffbfa374-62ff-4fd0-9776-77cb2deec0bf} <Debug> TCPHandler: Processed in 0.005955852 sec.
14470 2024.12.18 19:57:58.713754 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14471 2024.12.18 19:57:58.714319 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14472 2024.12.18 19:57:58.714610 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14473 2024.12.18 19:57:58.716746 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14474 2024.12.18 19:57:58.716824 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14475 2024.12.18 19:57:58.717695 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14476 2024.12.18 19:57:58.717952 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14477 2024.12.18 19:57:58.718322 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004241 sec., 9667.531242631454 rows/sec., 17.32 MiB/sec.
14478 2024.12.18 19:57:58.718453 [ 266 ] {e62f9443-d325-4099-b00c-2bb632f0e45b} <Debug> TCPHandler: Processed in 0.004966783 sec.
14479 2024.12.18 19:57:58.718663 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14480 2024.12.18 19:57:58.718802 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14481 2024.12.18 19:57:58.718858 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14482 2024.12.18 19:57:58.719495 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14483 2024.12.18 19:57:58.719539 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14484 2024.12.18 19:57:58.720085 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14485 2024.12.18 19:57:58.720388 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14486 2024.12.18 19:57:58.720600 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001834 sec., 44711.01417666303 rows/sec., 2.84 MiB/sec.
14487 2024.12.18 19:57:58.720652 [ 262 ] {bddf01c6-a600-4263-b465-f2938fe5539d} <Debug> TCPHandler: Processed in 0.002101173 sec.
14488 2024.12.18 19:57:58.721382 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34411 rows, containing 5 columns (5 merged, 0 gathered) in 0.014415177 sec., 2387136.835017704 rows/sec., 161.30 MiB/sec.
14489 2024.12.18 19:57:58.721766 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary)
14490 2024.12.18 19:57:58.722107 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14491 2024.12.18 19:57:58.722191 [ 189 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_118_24, all_123_123_0] -> all_1_123_25
14492 2024.12.18 19:57:58.722298 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
14493 2024.12.18 19:57:59.575649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
14494 2024.12.18 19:57:59.600122 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14495 2024.12.18 19:57:59.600187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14496 2024.12.18 19:57:59.607644 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14497 2024.12.18 19:57:59.608461 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14498 2024.12.18 19:57:59.608966 [ 38 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14499 2024.12.18 19:57:59.609162 [ 38 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14500 2024.12.18 19:57:59.609265 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
14501 2024.12.18 19:57:59.609767 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14502 2024.12.18 19:57:59.623151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
14503 2024.12.18 19:57:59.624816 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14504 2024.12.18 19:57:59.626049 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14505 2024.12.18 19:57:59.631041 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14506 2024.12.18 19:57:59.636585 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14507 2024.12.18 19:57:59.644523 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14508 2024.12.18 19:57:59.650314 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14509 2024.12.18 19:57:59.656022 [ 188 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
14510 2024.12.18 19:57:59.730727 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.121281345 sec., 4724.551826169144 rows/sec., 24.43 MiB/sec.
14511 2024.12.18 19:57:59.734075 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14512 2024.12.18 19:57:59.737031 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_76_15} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14513 2024.12.18 19:57:59.737158 [ 187 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_76_15} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14514 2024.12.18 19:57:59.739380 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
14515 2024.12.18 19:58:00.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.84 MiB, peak 282.27 MiB, free memory in arenas 0.00 B, will set to 263.78 MiB (RSS), difference: -1.06 MiB
14516 2024.12.18 19:58:03.674737 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14517 2024.12.18 19:58:03.674952 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14518 2024.12.18 19:58:03.675029 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14519 2024.12.18 19:58:03.675971 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14520 2024.12.18 19:58:03.676033 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14521 2024.12.18 19:58:03.676619 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14522 2024.12.18 19:58:03.677021 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14523 2024.12.18 19:58:03.677308 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002403 sec., 1664.5859342488554 rows/sec., 135.74 KiB/sec.
14524 2024.12.18 19:58:03.677476 [ 262 ] {e8e828c0-f6ad-479a-a806-285dee932c6a} <Debug> TCPHandler: Processed in 0.002861129 sec.
14525 2024.12.18 19:58:03.677758 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14526 2024.12.18 19:58:03.677906 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14527 2024.12.18 19:58:03.677969 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14528 2024.12.18 19:58:03.678783 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14529 2024.12.18 19:58:03.678833 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14530 2024.12.18 19:58:03.679302 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14531 2024.12.18 19:58:03.679618 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14532 2024.12.18 19:58:03.679897 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002025 sec., 28641.975308641977 rows/sec., 2.18 MiB/sec.
14533 2024.12.18 19:58:03.679975 [ 266 ] {ae03183d-f9e9-4756-adb4-25e5d865f897} <Debug> TCPHandler: Processed in 0.002309137 sec.
14534 2024.12.18 19:58:03.680209 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14535 2024.12.18 19:58:03.680341 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14536 2024.12.18 19:58:03.680400 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14537 2024.12.18 19:58:03.681023 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14538 2024.12.18 19:58:03.681066 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14539 2024.12.18 19:58:03.681451 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14540 2024.12.18 19:58:03.681709 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14541 2024.12.18 19:58:03.681943 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 170.93 KiB/sec.
14542 2024.12.18 19:58:03.682013 [ 262 ] {1b31f81c-3d4d-49d2-8dc9-2dfe2843fb5a} <Debug> TCPHandler: Processed in 0.001898619 sec.
14543 2024.12.18 19:58:03.682195 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14544 2024.12.18 19:58:03.682333 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14545 2024.12.18 19:58:03.682382 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14546 2024.12.18 19:58:03.683005 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14547 2024.12.18 19:58:03.683054 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14548 2024.12.18 19:58:03.683516 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14549 2024.12.18 19:58:03.683860 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14550 2024.12.18 19:58:03.684092 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001784 sec., 38116.591928251124 rows/sec., 2.98 MiB/sec.
14551 2024.12.18 19:58:03.684181 [ 266 ] {a54340a3-507e-43ab-86b3-3271e31181f9} <Debug> TCPHandler: Processed in 0.002053312 sec.
14552 2024.12.18 19:58:03.684370 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14553 2024.12.18 19:58:03.684688 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14554 2024.12.18 19:58:03.684856 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14555 2024.12.18 19:58:03.686184 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14556 2024.12.18 19:58:03.686236 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14557 2024.12.18 19:58:03.686820 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14558 2024.12.18 19:58:03.687187 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14559 2024.12.18 19:58:03.687500 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002917 sec., 55536.51011312993 rows/sec., 3.87 MiB/sec.
14560 2024.12.18 19:58:03.687644 [ 262 ] {2ebb2d67-cee0-482d-a204-055173c871bd} <Debug> TCPHandler: Processed in 0.003346829 sec.
14561 2024.12.18 19:58:03.688327 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14562 2024.12.18 19:58:03.688467 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14563 2024.12.18 19:58:03.688526 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14564 2024.12.18 19:58:03.689111 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14565 2024.12.18 19:58:03.689154 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14566 2024.12.18 19:58:03.689546 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14567 2024.12.18 19:58:03.689812 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14568 2024.12.18 19:58:03.690041 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec.
14569 2024.12.18 19:58:03.690120 [ 266 ] {306b650f-7a0b-4b39-8b4c-d608361e2e29} <Debug> TCPHandler: Processed in 0.001866248 sec.
14570 2024.12.18 19:58:04.597209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319
14571 2024.12.18 19:58:04.597832 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14572 2024.12.18 19:58:04.597879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14573 2024.12.18 19:58:04.598409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14574 2024.12.18 19:58:04.598652 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14575 2024.12.18 19:58:04.598888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
14576 2024.12.18 19:58:07.124213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
14577 2024.12.18 19:58:07.147344 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14578 2024.12.18 19:58:07.147406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14579 2024.12.18 19:58:07.154917 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14580 2024.12.18 19:58:07.155761 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14581 2024.12.18 19:58:07.159106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
14582 2024.12.18 19:58:07.311141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2002
14583 2024.12.18 19:58:07.314572 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14584 2024.12.18 19:58:07.314636 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14585 2024.12.18 19:58:07.316218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14586 2024.12.18 19:58:07.316544 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14587 2024.12.18 19:58:07.316791 [ 31 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14588 2024.12.18 19:58:07.316909 [ 31 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14589 2024.12.18 19:58:07.316974 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14590 2024.12.18 19:58:07.317439 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
14591 2024.12.18 19:58:07.318246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2002
14592 2024.12.18 19:58:07.318709 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14593 2024.12.18 19:58:07.318902 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1848 rows starting from the beginning of the part
14594 2024.12.18 19:58:07.319438 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part
14595 2024.12.18 19:58:07.319945 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part
14596 2024.12.18 19:58:07.320448 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 54 rows starting from the beginning of the part
14597 2024.12.18 19:58:07.320948 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part
14598 2024.12.18 19:58:07.321450 [ 196 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part
14599 2024.12.18 19:58:07.330777 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 72 columns (72 merged, 0 gathered) in 0.013662371 sec., 146533.86297297885 rows/sec., 111.66 MiB/sec.
14600 2024.12.18 19:58:07.332890 [ 190 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14601 2024.12.18 19:58:07.333676 [ 190 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14602 2024.12.18 19:58:07.333759 [ 190 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_56_11} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14603 2024.12.18 19:58:07.334088 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB.
14604 2024.12.18 19:58:08.678771 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14605 2024.12.18 19:58:08.678957 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14606 2024.12.18 19:58:08.679029 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14607 2024.12.18 19:58:08.679770 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14608 2024.12.18 19:58:08.679819 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14609 2024.12.18 19:58:08.680256 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14610 2024.12.18 19:58:08.680508 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14611 2024.12.18 19:58:08.680759 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
14612 2024.12.18 19:58:08.680825 [ 262 ] {b441f1b2-d023-4c9b-9648-ca72cf6a08a9} <Debug> TCPHandler: Processed in 0.002181315 sec.
14613 2024.12.18 19:58:08.680998 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14614 2024.12.18 19:58:08.681137 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14615 2024.12.18 19:58:08.681194 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14616 2024.12.18 19:58:08.682012 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14617 2024.12.18 19:58:08.682054 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14618 2024.12.18 19:58:08.682449 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14619 2024.12.18 19:58:08.682689 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14620 2024.12.18 19:58:08.682876 [ 30 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14621 2024.12.18 19:58:08.682929 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001819 sec., 156679.49422759758 rows/sec., 13.82 MiB/sec.
14622 2024.12.18 19:58:08.682961 [ 30 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14623 2024.12.18 19:58:08.683031 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14624 2024.12.18 19:58:08.683056 [ 266 ] {2ee125b3-fcb8-4a1f-b332-f95522e9de0a} <Debug> TCPHandler: Processed in 0.002126744 sec.
14625 2024.12.18 19:58:08.683323 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14626 2024.12.18 19:58:08.683398 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
14627 2024.12.18 19:58:08.683772 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14628 2024.12.18 19:58:08.684011 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14629 2024.12.18 19:58:08.684022 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14630 2024.12.18 19:58:08.684153 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1436 rows starting from the beginning of the part
14631 2024.12.18 19:58:08.684737 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part
14632 2024.12.18 19:58:08.685321 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
14633 2024.12.18 19:58:08.685997 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 285 rows starting from the beginning of the part
14634 2024.12.18 19:58:08.686528 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 58 rows starting from the beginning of the part
14635 2024.12.18 19:58:08.686892 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 285 rows starting from the beginning of the part
14636 2024.12.18 19:58:08.688291 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14637 2024.12.18 19:58:08.688371 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14638 2024.12.18 19:58:08.689495 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14639 2024.12.18 19:58:08.689833 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14640 2024.12.18 19:58:08.690257 [ 26 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 6 parts from all_1_68_16 to all_73_73_0
14641 2024.12.18 19:58:08.690406 [ 26 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14642 2024.12.18 19:58:08.690505 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14643 2024.12.18 19:58:08.690588 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.007447204 sec., 292190.1964817937 rows/sec., 25.70 MiB/sec.
14644 2024.12.18 19:58:08.690688 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.007091 sec., 6769.143985333521 rows/sec., 499.09 KiB/sec.
14645 2024.12.18 19:58:08.691037 [ 262 ] {8bbb630d-c258-4f2c-b932-dd7d078ef456} <Debug> TCPHandler: Processed in 0.007855202 sec.
14646 2024.12.18 19:58:08.691089 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14647 2024.12.18 19:58:08.691106 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_68_16 to all_73_73_0 into Compact with storage Full
14648 2024.12.18 19:58:08.691321 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14649 2024.12.18 19:58:08.691653 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14650 2024.12.18 19:58:08.691671 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14651 2024.12.18 19:58:08.691776 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_16, total 66 rows starting from the beginning of the part
14652 2024.12.18 19:58:08.691813 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14653 2024.12.18 19:58:08.692126 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14654 2024.12.18 19:58:08.692378 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part
14655 2024.12.18 19:58:08.692802 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part
14656 2024.12.18 19:58:08.692857 [ 190 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_126_25} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14657 2024.12.18 19:58:08.693382 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
14658 2024.12.18 19:58:08.693497 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part
14659 2024.12.18 19:58:08.693856 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part
14660 2024.12.18 19:58:08.694155 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 48 rows starting from the beginning of the part
14661 2024.12.18 19:58:08.695010 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14662 2024.12.18 19:58:08.695077 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14663 2024.12.18 19:58:08.696048 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14664 2024.12.18 19:58:08.696614 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14665 2024.12.18 19:58:08.697133 [ 193 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439752 sec., 42237.65138781742 rows/sec., 3.18 MiB/sec.
14666 2024.12.18 19:58:08.697231 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005691 sec., 2460.0246002460026 rows/sec., 172.28 KiB/sec.
14667 2024.12.18 19:58:08.697360 [ 266 ] {1e26cb26-c37a-4b73-8722-ad25307fea7c} <Debug> TCPHandler: Processed in 0.006183297 sec.
14668 2024.12.18 19:58:08.697370 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Trace> MergedBlockOutputStream: filled checksums all_1_73_17 (state Temporary)
14669 2024.12.18 19:58:08.697567 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14670 2024.12.18 19:58:08.697768 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14671 2024.12.18 19:58:08.697840 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14672 2024.12.18 19:58:08.697939 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_73_17 to all_1_73_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14673 2024.12.18 19:58:08.698136 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_73_17} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 6 parts: [all_1_68_16, all_73_73_0] -> all_1_73_17
14674 2024.12.18 19:58:08.698310 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
14675 2024.12.18 19:58:08.698743 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14676 2024.12.18 19:58:08.698788 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14677 2024.12.18 19:58:08.699146 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14678 2024.12.18 19:58:08.699378 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14679 2024.12.18 19:58:08.699618 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001895 sec., 6860.158311345646 rows/sec., 427.73 KiB/sec.
14680 2024.12.18 19:58:08.699695 [ 262 ] {2f12d7db-1b07-4be9-a8e7-5ae022580630} <Debug> TCPHandler: Processed in 0.002209345 sec.
14681 2024.12.18 19:58:08.699939 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14682 2024.12.18 19:58:08.700108 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14683 2024.12.18 19:58:08.700163 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14684 2024.12.18 19:58:08.701001 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14685 2024.12.18 19:58:08.701041 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14686 2024.12.18 19:58:08.701409 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14687 2024.12.18 19:58:08.701641 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14688 2024.12.18 19:58:08.701807 [ 26 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14689 2024.12.18 19:58:08.701872 [ 26 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14690 2024.12.18 19:58:08.701880 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001789 sec., 236444.9413079933 rows/sec., 16.90 MiB/sec.
14691 2024.12.18 19:58:08.701915 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14692 2024.12.18 19:58:08.702032 [ 266 ] {19e5ed22-5b46-4ff8-a691-0965f90a232a} <Debug> TCPHandler: Processed in 0.002228116 sec.
14693 2024.12.18 19:58:08.702240 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14694 2024.12.18 19:58:08.702249 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
14695 2024.12.18 19:58:08.702403 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14696 2024.12.18 19:58:08.702505 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14697 2024.12.18 19:58:08.702564 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14698 2024.12.18 19:58:08.702669 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
14699 2024.12.18 19:58:08.703047 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part
14700 2024.12.18 19:58:08.703363 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
14701 2024.12.18 19:58:08.703674 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part
14702 2024.12.18 19:58:08.704027 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 68 rows starting from the beginning of the part
14703 2024.12.18 19:58:08.704321 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 423 rows starting from the beginning of the part
14704 2024.12.18 19:58:08.704861 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14705 2024.12.18 19:58:08.704931 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14706 2024.12.18 19:58:08.705719 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14707 2024.12.18 19:58:08.706242 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14708 2024.12.18 19:58:08.706812 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004433 sec., 1353.4852244529663 rows/sec., 70.71 KiB/sec.
14709 2024.12.18 19:58:08.707056 [ 262 ] {8ff9d51b-13af-4c25-b870-f133c2602c44} <Debug> TCPHandler: Processed in 0.004912412 sec.
14710 2024.12.18 19:58:08.707380 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14711 2024.12.18 19:58:08.707800 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14712 2024.12.18 19:58:08.708003 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14713 2024.12.18 19:58:08.708377 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006325939 sec., 309361.1873272885 rows/sec., 23.68 MiB/sec.
14714 2024.12.18 19:58:08.708633 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14715 2024.12.18 19:58:08.709126 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14716 2024.12.18 19:58:08.709285 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14717 2024.12.18 19:58:08.709300 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_126_25} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14718 2024.12.18 19:58:08.709341 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14719 2024.12.18 19:58:08.709440 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14720 2024.12.18 19:58:08.709827 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14721 2024.12.18 19:58:08.710063 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14722 2024.12.18 19:58:08.710279 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002653 sec., 89332.83075763287 rows/sec., 5.99 MiB/sec.
14723 2024.12.18 19:58:08.710337 [ 266 ] {2c81e937-7df5-4eff-ab38-518aaf42fd40} <Debug> TCPHandler: Processed in 0.003166565 sec.
14724 2024.12.18 19:58:08.710469 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14725 2024.12.18 19:58:08.710576 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14726 2024.12.18 19:58:08.710623 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14727 2024.12.18 19:58:08.711043 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14728 2024.12.18 19:58:08.711080 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14729 2024.12.18 19:58:08.711437 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14730 2024.12.18 19:58:08.711669 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14731 2024.12.18 19:58:08.711887 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec.
14732 2024.12.18 19:58:08.711940 [ 262 ] {b775d5dc-d66c-42a4-83cc-3f59ab6d7f55} <Debug> TCPHandler: Processed in 0.001523691 sec.
14733 2024.12.18 19:58:08.712077 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14734 2024.12.18 19:58:08.712184 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14735 2024.12.18 19:58:08.712249 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14736 2024.12.18 19:58:08.713406 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14737 2024.12.18 19:58:08.713446 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14738 2024.12.18 19:58:08.714104 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14739 2024.12.18 19:58:08.714353 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14740 2024.12.18 19:58:08.714536 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14741 2024.12.18 19:58:08.714605 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14742 2024.12.18 19:58:08.714644 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14743 2024.12.18 19:58:08.714651 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002477 sec., 16552.280985062574 rows/sec., 29.66 MiB/sec.
14744 2024.12.18 19:58:08.714976 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14745 2024.12.18 19:58:08.715034 [ 266 ] {d42e27d4-89d3-4d4a-bfe6-7928662f69e4} <Debug> TCPHandler: Processed in 0.003006292 sec.
14746 2024.12.18 19:58:08.715250 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14747 2024.12.18 19:58:08.715512 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14748 2024.12.18 19:58:08.715632 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14749 2024.12.18 19:58:08.715906 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14750 2024.12.18 19:58:08.716139 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1971 rows starting from the beginning of the part
14751 2024.12.18 19:58:08.716941 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14752 2024.12.18 19:58:08.717729 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14753 2024.12.18 19:58:08.717877 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14754 2024.12.18 19:58:08.718007 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14755 2024.12.18 19:58:08.718418 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14756 2024.12.18 19:58:08.719080 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14757 2024.12.18 19:58:08.719675 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14758 2024.12.18 19:58:08.719748 [ 189 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
14759 2024.12.18 19:58:08.720610 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14760 2024.12.18 19:58:08.721162 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005733 sec., 14303.157160300017 rows/sec., 930.23 KiB/sec.
14761 2024.12.18 19:58:08.721284 [ 262 ] {6c026180-3800-4751-82e6-94dd5e1546e9} <Debug> TCPHandler: Processed in 0.006152376 sec.
14762 2024.12.18 19:58:08.729918 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 19 columns (19 merged, 0 gathered) in 0.015172052 sec., 143421.6017714677 rows/sec., 257.00 MiB/sec.
14763 2024.12.18 19:58:08.731917 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14764 2024.12.18 19:58:08.732361 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14765 2024.12.18 19:58:08.732449 [ 186 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14766 2024.12.18 19:58:08.732614 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.14 MiB.
14767 2024.12.18 19:58:09.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.70 MiB, peak 282.81 MiB, free memory in arenas 0.00 B, will set to 266.80 MiB (RSS), difference: 2.10 MiB
14768 2024.12.18 19:58:11.869262 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
14769 2024.12.18 19:58:11.869337 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
14770 2024.12.18 19:58:12.099988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807
14771 2024.12.18 19:58:12.100657 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14772 2024.12.18 19:58:12.100706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14773 2024.12.18 19:58:12.101253 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14774 2024.12.18 19:58:12.101513 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14775 2024.12.18 19:58:12.101772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807
14776 2024.12.18 19:58:13.096970 [ 219 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14777 2024.12.18 19:58:13.097025 [ 219 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14778 2024.12.18 19:58:13.099954 [ 219 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
14779 2024.12.18 19:58:13.185628 [ 224 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14780 2024.12.18 19:58:13.185684 [ 224 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14781 2024.12.18 19:58:13.188313 [ 224 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
14782 2024.12.18 19:58:13.672250 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14783 2024.12.18 19:58:13.672438 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14784 2024.12.18 19:58:13.672513 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14785 2024.12.18 19:58:13.673293 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14786 2024.12.18 19:58:13.673348 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14787 2024.12.18 19:58:13.673879 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14788 2024.12.18 19:58:13.674172 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14789 2024.12.18 19:58:13.674401 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec.
14790 2024.12.18 19:58:13.674468 [ 262 ] {8051196f-180b-4665-80bc-e33118df25c1} <Debug> TCPHandler: Processed in 0.002347659 sec.
14791 2024.12.18 19:58:13.674625 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14792 2024.12.18 19:58:13.674745 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14793 2024.12.18 19:58:13.674795 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14794 2024.12.18 19:58:13.675373 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14795 2024.12.18 19:58:13.675420 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14796 2024.12.18 19:58:13.675799 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14797 2024.12.18 19:58:13.676047 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14798 2024.12.18 19:58:13.676267 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 3.22 MiB/sec.
14799 2024.12.18 19:58:13.676321 [ 266 ] {647e1024-91cb-48ae-90e0-69781316bcd3} <Debug> TCPHandler: Processed in 0.001753405 sec.
14800 2024.12.18 19:58:13.676461 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14801 2024.12.18 19:58:13.676575 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14802 2024.12.18 19:58:13.676628 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14803 2024.12.18 19:58:13.677153 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14804 2024.12.18 19:58:13.677194 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14805 2024.12.18 19:58:13.677592 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14806 2024.12.18 19:58:13.677855 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14807 2024.12.18 19:58:13.678074 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec.
14808 2024.12.18 19:58:13.678127 [ 262 ] {e3557b61-648b-4385-9bdc-82f0f039f9cb} <Debug> TCPHandler: Processed in 0.001722786 sec.
14809 2024.12.18 19:58:13.678268 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14810 2024.12.18 19:58:13.678398 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14811 2024.12.18 19:58:13.678454 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14812 2024.12.18 19:58:13.678980 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14813 2024.12.18 19:58:13.679028 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14814 2024.12.18 19:58:13.679395 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14815 2024.12.18 19:58:13.679639 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14816 2024.12.18 19:58:13.679820 [ 61 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14817 2024.12.18 19:58:13.679877 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec.
14818 2024.12.18 19:58:13.679904 [ 61 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14819 2024.12.18 19:58:13.679968 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14820 2024.12.18 19:58:13.679993 [ 266 ] {b74bb782-73f7-4784-8dc1-b9a4c46756ce} <Debug> TCPHandler: Processed in 0.001781937 sec.
14821 2024.12.18 19:58:13.680233 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
14822 2024.12.18 19:58:13.680648 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14823 2024.12.18 19:58:13.680759 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7098 rows starting from the beginning of the part
14824 2024.12.18 19:58:13.681090 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part
14825 2024.12.18 19:58:13.681423 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part
14826 2024.12.18 19:58:13.681715 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part
14827 2024.12.18 19:58:13.682035 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part
14828 2024.12.18 19:58:13.682322 [ 191 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part
14829 2024.12.18 19:58:13.684630 [ 186 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7442 rows, containing 4 columns (4 merged, 0 gathered) in 0.004531603 sec., 1642244.4772854107 rows/sec., 107.27 MiB/sec.
14830 2024.12.18 19:58:13.685093 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14831 2024.12.18 19:58:13.685404 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14832 2024.12.18 19:58:13.685486 [ 192 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_126_25} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14833 2024.12.18 19:58:13.685576 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB.
14834 2024.12.18 19:58:14.660161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
14835 2024.12.18 19:58:14.682560 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14836 2024.12.18 19:58:14.682624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14837 2024.12.18 19:58:14.691674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14838 2024.12.18 19:58:14.692781 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14839 2024.12.18 19:58:14.697771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
14840 2024.12.18 19:58:15.833613 [ 88 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
14841 2024.12.18 19:58:15.833676 [ 88 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14842 2024.12.18 19:58:15.833703 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14843 2024.12.18 19:58:15.833963 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
14844 2024.12.18 19:58:15.834197 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14845 2024.12.18 19:58:15.834237 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
14846 2024.12.18 19:58:15.834327 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
14847 2024.12.18 19:58:15.834611 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part
14848 2024.12.18 19:58:15.834792 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part
14849 2024.12.18 19:58:15.835023 [ 186 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part
14850 2024.12.18 19:58:15.836390 [ 192 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002595494 sec., 13870.191955751006 rows/sec., 1.16 MiB/sec.
14851 2024.12.18 19:58:15.836610 [ 195 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
14852 2024.12.18 19:58:15.837000 [ 195 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14853 2024.12.18 19:58:15.837101 [ 195 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_33_8} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
14854 2024.12.18 19:58:15.837218 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14855 2024.12.18 19:58:16.592279 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14856 2024.12.18 19:58:16.592481 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14857 2024.12.18 19:58:16.592555 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14858 2024.12.18 19:58:16.593308 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14859 2024.12.18 19:58:16.593361 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14860 2024.12.18 19:58:16.593794 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14861 2024.12.18 19:58:16.594060 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14862 2024.12.18 19:58:16.594304 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
14863 2024.12.18 19:58:16.594376 [ 262 ] {b4283038-cd91-4bcc-bd4f-f390b66da552} <Debug> TCPHandler: Processed in 0.002225146 sec.
14864 2024.12.18 19:58:16.594574 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14865 2024.12.18 19:58:16.594697 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14866 2024.12.18 19:58:16.594747 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14867 2024.12.18 19:58:16.595352 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14868 2024.12.18 19:58:16.595394 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14869 2024.12.18 19:58:16.595760 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
14870 2024.12.18 19:58:16.596018 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14871 2024.12.18 19:58:16.596244 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001574 sec., 1270.6480304955526 rows/sec., 103.61 KiB/sec.
14872 2024.12.18 19:58:16.596300 [ 266 ] {faec7f94-1997-4ec4-ac47-dfd168b3cdc6} <Debug> TCPHandler: Processed in 0.001784507 sec.
14873 2024.12.18 19:58:16.596469 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14874 2024.12.18 19:58:16.596580 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14875 2024.12.18 19:58:16.596624 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14876 2024.12.18 19:58:16.597922 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14877 2024.12.18 19:58:16.597962 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14878 2024.12.18 19:58:16.598420 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
14879 2024.12.18 19:58:16.598659 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14880 2024.12.18 19:58:16.598868 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.00231 sec., 617316.0173160173 rows/sec., 51.55 MiB/sec.
14881 2024.12.18 19:58:16.598928 [ 262 ] {44c0d554-1297-4167-84b1-a6dcc612e896} <Debug> TCPHandler: Processed in 0.002512612 sec.
14882 2024.12.18 19:58:16.599079 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14883 2024.12.18 19:58:16.599187 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14884 2024.12.18 19:58:16.599232 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14885 2024.12.18 19:58:16.599831 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14886 2024.12.18 19:58:16.599881 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14887 2024.12.18 19:58:16.600305 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14888 2024.12.18 19:58:16.600554 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14889 2024.12.18 19:58:16.600760 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001594 sec., 31367.628607277293 rows/sec., 2.25 MiB/sec.
14890 2024.12.18 19:58:16.600814 [ 266 ] {6b32c669-3312-4841-b914-9d0707e559ab} <Debug> TCPHandler: Processed in 0.001789906 sec.
14891 2024.12.18 19:58:16.600978 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14892 2024.12.18 19:58:16.601089 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14893 2024.12.18 19:58:16.601144 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14894 2024.12.18 19:58:16.601787 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14895 2024.12.18 19:58:16.601828 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14896 2024.12.18 19:58:16.602186 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14897 2024.12.18 19:58:16.602444 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14898 2024.12.18 19:58:16.602676 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001609 sec., 150403.97762585458 rows/sec., 10.19 MiB/sec.
14899 2024.12.18 19:58:16.602729 [ 262 ] {15898b1c-989e-4993-91e3-dc67366daa6b} <Debug> TCPHandler: Processed in 0.001804207 sec.
14900 2024.12.18 19:58:16.602883 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14901 2024.12.18 19:58:16.602988 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14902 2024.12.18 19:58:16.603031 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14903 2024.12.18 19:58:16.603555 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14904 2024.12.18 19:58:16.603594 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14905 2024.12.18 19:58:16.603928 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14906 2024.12.18 19:58:16.604161 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14907 2024.12.18 19:58:16.604439 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001467 sec., 8861.622358554874 rows/sec., 552.52 KiB/sec.
14908 2024.12.18 19:58:16.604537 [ 266 ] {c3009ae9-8451-4917-b8ff-4e145358030f} <Debug> TCPHandler: Processed in 0.001717225 sec.
14909 2024.12.18 19:58:16.604767 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14910 2024.12.18 19:58:16.604911 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14911 2024.12.18 19:58:16.604959 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14912 2024.12.18 19:58:16.605833 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14913 2024.12.18 19:58:16.605873 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14914 2024.12.18 19:58:16.606276 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
14915 2024.12.18 19:58:16.606569 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14916 2024.12.18 19:58:16.606810 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001919 sec., 459093.27774882753 rows/sec., 33.29 MiB/sec.
14917 2024.12.18 19:58:16.606881 [ 262 ] {aef31a3c-25cd-45a8-822e-651447531a8a} <Debug> TCPHandler: Processed in 0.002217496 sec.
14918 2024.12.18 19:58:16.607082 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14919 2024.12.18 19:58:16.607394 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14920 2024.12.18 19:58:16.607467 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14921 2024.12.18 19:58:16.607909 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14922 2024.12.18 19:58:16.607947 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14923 2024.12.18 19:58:16.608298 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14924 2024.12.18 19:58:16.608535 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14925 2024.12.18 19:58:16.608741 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec.
14926 2024.12.18 19:58:16.608793 [ 266 ] {f17b3038-a90d-4f1f-b63d-4fa312f2941f} <Debug> TCPHandler: Processed in 0.001806937 sec.
14927 2024.12.18 19:58:16.608928 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14928 2024.12.18 19:58:16.609038 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14929 2024.12.18 19:58:16.609085 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14930 2024.12.18 19:58:16.609793 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14931 2024.12.18 19:58:16.609832 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14932 2024.12.18 19:58:16.610258 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14933 2024.12.18 19:58:16.610492 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14934 2024.12.18 19:58:16.610718 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.001701 sec., 525573.1922398589 rows/sec., 35.02 MiB/sec.
14935 2024.12.18 19:58:16.610771 [ 262 ] {aed89215-eede-42c4-82f1-a74c35bf6d08} <Debug> TCPHandler: Processed in 0.001896459 sec.
14936 2024.12.18 19:58:16.610911 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14937 2024.12.18 19:58:16.611023 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14938 2024.12.18 19:58:16.611070 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14939 2024.12.18 19:58:16.611545 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14940 2024.12.18 19:58:16.611585 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14941 2024.12.18 19:58:16.611956 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14942 2024.12.18 19:58:16.612241 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14943 2024.12.18 19:58:16.612489 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
14944 2024.12.18 19:58:16.612542 [ 266 ] {c235f2a7-6c48-4068-bbd1-4396f73d3f33} <Debug> TCPHandler: Processed in 0.001685135 sec.
14945 2024.12.18 19:58:16.612689 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14946 2024.12.18 19:58:16.612799 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14947 2024.12.18 19:58:16.612865 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14948 2024.12.18 19:58:16.614114 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14949 2024.12.18 19:58:16.614154 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14950 2024.12.18 19:58:16.614810 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14951 2024.12.18 19:58:16.615079 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14952 2024.12.18 19:58:16.615323 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002546 sec., 16103.692065985859 rows/sec., 28.86 MiB/sec.
14953 2024.12.18 19:58:16.615419 [ 262 ] {1d791def-10b0-4a06-9c87-17a380877734} <Debug> TCPHandler: Processed in 0.002784427 sec.
14954 2024.12.18 19:58:16.615574 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14955 2024.12.18 19:58:16.615685 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14956 2024.12.18 19:58:16.615734 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14957 2024.12.18 19:58:16.616171 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14958 2024.12.18 19:58:16.616211 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14959 2024.12.18 19:58:16.616580 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14960 2024.12.18 19:58:16.616847 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14961 2024.12.18 19:58:16.617056 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001393 sec., 41636.7552045944 rows/sec., 2.58 MiB/sec.
14962 2024.12.18 19:58:16.617106 [ 266 ] {c47a1ef2-d098-4d79-99f5-b0a04c02dd0e} <Debug> TCPHandler: Processed in 0.001588092 sec.
14963 2024.12.18 19:58:17.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.66 MiB, peak 282.81 MiB, free memory in arenas 0.00 B, will set to 266.80 MiB (RSS), difference: 3.14 MiB
14964 2024.12.18 19:58:17.318637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2056
14965 2024.12.18 19:58:17.322246 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14966 2024.12.18 19:58:17.322290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14967 2024.12.18 19:58:17.323848 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14968 2024.12.18 19:58:17.324167 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14969 2024.12.18 19:58:17.324674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2056
14970 2024.12.18 19:58:18.313026 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14971 2024.12.18 19:58:18.313082 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14972 2024.12.18 19:58:18.315557 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
14973 2024.12.18 19:58:18.528993 [ 220 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
14974 2024.12.18 19:58:18.529041 [ 220 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
14975 2024.12.18 19:58:18.531486 [ 220 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): 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]
14976 2024.12.18 19:58:18.667625 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14977 2024.12.18 19:58:18.667811 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14978 2024.12.18 19:58:18.667886 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14979 2024.12.18 19:58:18.668682 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14980 2024.12.18 19:58:18.668736 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14981 2024.12.18 19:58:18.669205 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
14982 2024.12.18 19:58:18.669469 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14983 2024.12.18 19:58:18.669687 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.22 MiB/sec.
14984 2024.12.18 19:58:18.669783 [ 262 ] {277e12c1-d1ff-446c-bfb8-5426890609a7} <Debug> TCPHandler: Processed in 0.002280777 sec.
14985 2024.12.18 19:58:18.669990 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14986 2024.12.18 19:58:18.670285 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14987 2024.12.18 19:58:18.670430 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14988 2024.12.18 19:58:18.671271 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14989 2024.12.18 19:58:18.671314 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14990 2024.12.18 19:58:18.671697 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
14991 2024.12.18 19:58:18.671969 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14992 2024.12.18 19:58:18.672201 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec.
14993 2024.12.18 19:58:18.672258 [ 266 ] {cb467851-a50a-4ecd-a954-966624004298} <Debug> TCPHandler: Processed in 0.002355879 sec.
14994 2024.12.18 19:58:18.672403 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14995 2024.12.18 19:58:18.672517 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14996 2024.12.18 19:58:18.672566 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14997 2024.12.18 19:58:18.673065 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14998 2024.12.18 19:58:18.673104 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
14999 2024.12.18 19:58:18.673491 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15000 2024.12.18 19:58:18.673733 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15001 2024.12.18 19:58:18.673931 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 5 parts from all_1_123_25 to all_127_127_0
15002 2024.12.18 19:58:18.673936 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.10 MiB/sec.
15003 2024.12.18 19:58:18.674036 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15004 2024.12.18 19:58:18.674094 [ 262 ] {e2071588-60b8-4b6d-9a8b-7f5ebef8b8a5} <Debug> TCPHandler: Processed in 0.001741446 sec.
15005 2024.12.18 19:58:18.674111 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15006 2024.12.18 19:58:18.674308 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15007 2024.12.18 19:58:18.674358 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_123_25 to all_127_127_0 into Compact with storage Full
15008 2024.12.18 19:58:18.674504 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15009 2024.12.18 19:58:18.674641 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15010 2024.12.18 19:58:18.674700 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15011 2024.12.18 19:58:18.674809 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 34411 rows starting from the beginning of the part
15012 2024.12.18 19:58:18.675205 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 162 rows starting from the beginning of the part
15013 2024.12.18 19:58:18.675594 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part
15014 2024.12.18 19:58:18.675965 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part
15015 2024.12.18 19:58:18.676195 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 894 rows starting from the beginning of the part
15016 2024.12.18 19:58:18.677123 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15017 2024.12.18 19:58:18.677198 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15018 2024.12.18 19:58:18.677913 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15019 2024.12.18 19:58:18.678235 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15020 2024.12.18 19:58:18.678622 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004166 sec., 5760.921747479596 rows/sec., 397.56 KiB/sec.
15021 2024.12.18 19:58:18.678802 [ 266 ] {4715ed48-ed2f-4eb1-9f01-d21b1726c068} <Debug> TCPHandler: Processed in 0.004597674 sec.
15022 2024.12.18 19:58:18.684599 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35864 rows, containing 5 columns (5 merged, 0 gathered) in 0.010355263 sec., 3463359.6462011635 rows/sec., 233.99 MiB/sec.
15023 2024.12.18 19:58:18.685035 [ 187 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary)
15024 2024.12.18 19:58:18.685398 [ 187 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15025 2024.12.18 19:58:18.685490 [ 187 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 5 parts: [all_1_123_25, all_127_127_0] -> all_1_127_26
15026 2024.12.18 19:58:18.685599 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
15027 2024.12.18 19:58:19.131682 [ 224 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15028 2024.12.18 19:58:19.131728 [ 224 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15029 2024.12.18 19:58:19.134248 [ 224 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15030 2024.12.18 19:58:19.602082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234
15031 2024.12.18 19:58:19.602702 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15032 2024.12.18 19:58:19.602754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15033 2024.12.18 19:58:19.603284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15034 2024.12.18 19:58:19.603541 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15035 2024.12.18 19:58:19.603779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
15036 2024.12.18 19:58:22.198823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
15037 2024.12.18 19:58:22.223817 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15038 2024.12.18 19:58:22.223894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15039 2024.12.18 19:58:22.231413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15040 2024.12.18 19:58:22.232257 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15041 2024.12.18 19:58:22.236593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
15042 2024.12.18 19:58:23.672592 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15043 2024.12.18 19:58:23.672790 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15044 2024.12.18 19:58:23.672867 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15045 2024.12.18 19:58:23.673644 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15046 2024.12.18 19:58:23.673698 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15047 2024.12.18 19:58:23.674150 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15048 2024.12.18 19:58:23.674417 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15049 2024.12.18 19:58:23.674679 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec.
15050 2024.12.18 19:58:23.674756 [ 262 ] {b4d708d5-7ac5-404d-a6ea-99a5ebe60c16} <Debug> TCPHandler: Processed in 0.002298768 sec.
15051 2024.12.18 19:58:23.674940 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15052 2024.12.18 19:58:23.675071 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15053 2024.12.18 19:58:23.675122 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15054 2024.12.18 19:58:23.675769 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15055 2024.12.18 19:58:23.675815 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15056 2024.12.18 19:58:23.676217 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15057 2024.12.18 19:58:23.676464 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15058 2024.12.18 19:58:23.676656 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001616 sec., 39603.960396039605 rows/sec., 3.09 MiB/sec.
15059 2024.12.18 19:58:23.676714 [ 266 ] {1097e9d9-4826-479a-9e3f-9bcc335f1b40} <Debug> TCPHandler: Processed in 0.001836018 sec.
15060 2024.12.18 19:58:23.676883 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15061 2024.12.18 19:58:23.677001 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15062 2024.12.18 19:58:23.677053 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15063 2024.12.18 19:58:23.677583 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15064 2024.12.18 19:58:23.677620 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15065 2024.12.18 19:58:23.678009 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15066 2024.12.18 19:58:23.678263 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15067 2024.12.18 19:58:23.678467 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec.
15068 2024.12.18 19:58:23.678527 [ 262 ] {054be4d8-68c0-44ed-a05b-12cb841b0524} <Debug> TCPHandler: Processed in 0.001698955 sec.
15069 2024.12.18 19:58:23.678704 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15070 2024.12.18 19:58:23.678996 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15071 2024.12.18 19:58:23.679150 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15072 2024.12.18 19:58:23.679698 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15073 2024.12.18 19:58:23.679737 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15074 2024.12.18 19:58:23.680111 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15075 2024.12.18 19:58:23.680370 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15076 2024.12.18 19:58:23.680546 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec.
15077 2024.12.18 19:58:23.680595 [ 266 ] {e234f69c-5d5c-46f6-a03d-98df09dc2258} <Debug> TCPHandler: Processed in 0.001963631 sec.
15078 2024.12.18 19:58:26.294591 [ 221 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
15079 2024.12.18 19:58:26.294662 [ 221 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
15080 2024.12.18 19:58:26.297037 [ 221 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
15081 2024.12.18 19:58:26.869588 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
15082 2024.12.18 19:58:26.869639 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
15083 2024.12.18 19:58:27.002136 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001744496 sec.
15084 2024.12.18 19:58:27.104886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722
15085 2024.12.18 19:58:27.105540 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15086 2024.12.18 19:58:27.105585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15087 2024.12.18 19:58:27.106113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15088 2024.12.18 19:58:27.106395 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15089 2024.12.18 19:58:27.106640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722
15090 2024.12.18 19:58:27.254679 [ 219 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
15091 2024.12.18 19:58:27.254728 [ 219 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
15092 2024.12.18 19:58:27.257442 [ 219 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
15093 2024.12.18 19:58:27.325951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2072
15094 2024.12.18 19:58:27.328816 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15095 2024.12.18 19:58:27.328874 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15096 2024.12.18 19:58:27.330409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15097 2024.12.18 19:58:27.330743 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15098 2024.12.18 19:58:27.331331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2072
15099 2024.12.18 19:58:27.389597 [ 144 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0
15100 2024.12.18 19:58:27.389664 [ 144 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15101 2024.12.18 19:58:27.389688 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15102 2024.12.18 19:58:27.389892 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full
15103 2024.12.18 19:58:27.390273 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15104 2024.12.18 19:58:27.390358 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 243 rows starting from the beginning of the part
15105 2024.12.18 19:58:27.390451 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part
15106 2024.12.18 19:58:27.390748 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
15107 2024.12.18 19:58:27.390880 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
15108 2024.12.18 19:58:27.391119 [ 198 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 242 rows starting from the beginning of the part
15109 2024.12.18 19:58:27.392298 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002538242 sec., 297449.9673395996 rows/sec., 21.29 MiB/sec.
15110 2024.12.18 19:58:27.392485 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary)
15111 2024.12.18 19:58:27.392800 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15112 2024.12.18 19:58:27.392888 [ 192 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_52_11} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11
15113 2024.12.18 19:58:27.392988 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
15114 2024.12.18 19:58:27.455235 [ 144 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0
15115 2024.12.18 19:58:27.455274 [ 144 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15116 2024.12.18 19:58:27.455295 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15117 2024.12.18 19:58:27.455450 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full
15118 2024.12.18 19:58:27.455808 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15119 2024.12.18 19:58:27.455902 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 48 rows starting from the beginning of the part
15120 2024.12.18 19:58:27.456217 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
15121 2024.12.18 19:58:27.456304 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
15122 2024.12.18 19:58:27.456431 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
15123 2024.12.18 19:58:27.456513 [ 188 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
15124 2024.12.18 19:58:27.457466 [ 197 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.002109903 sec., 24645.682763615197 rows/sec., 1.62 MiB/sec.
15125 2024.12.18 19:58:27.457639 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary)
15126 2024.12.18 19:58:27.457969 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15127 2024.12.18 19:58:27.458048 [ 196 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_52_11} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11
15128 2024.12.18 19:58:27.458124 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15129 2024.12.18 19:58:28.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.88 MiB, peak 282.81 MiB, free memory in arenas 0.00 B, will set to 266.80 MiB (RSS), difference: 3.92 MiB
15130 2024.12.18 19:58:28.679170 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15131 2024.12.18 19:58:28.679363 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15132 2024.12.18 19:58:28.679435 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15133 2024.12.18 19:58:28.680204 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15134 2024.12.18 19:58:28.680256 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15135 2024.12.18 19:58:28.680693 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15136 2024.12.18 19:58:28.680963 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15137 2024.12.18 19:58:28.681228 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
15138 2024.12.18 19:58:28.681303 [ 262 ] {9aeaf8e8-a0cb-4b7e-a42e-06aa72da6fd2} <Debug> TCPHandler: Processed in 0.002261576 sec.
15139 2024.12.18 19:58:28.681499 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15140 2024.12.18 19:58:28.681620 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15141 2024.12.18 19:58:28.681670 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15142 2024.12.18 19:58:28.682409 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15143 2024.12.18 19:58:28.682449 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15144 2024.12.18 19:58:28.682848 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15145 2024.12.18 19:58:28.683089 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15146 2024.12.18 19:58:28.683296 [ 143 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15147 2024.12.18 19:58:28.683356 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001761 sec., 161839.863713799 rows/sec., 14.28 MiB/sec.
15148 2024.12.18 19:58:28.683384 [ 143 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15149 2024.12.18 19:58:28.683446 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15150 2024.12.18 19:58:28.683474 [ 266 ] {64d8b56a-c3e8-4166-9f88-546538434a95} <Debug> TCPHandler: Processed in 0.002046822 sec.
15151 2024.12.18 19:58:28.683605 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
15152 2024.12.18 19:58:28.683656 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15153 2024.12.18 19:58:28.683745 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15154 2024.12.18 19:58:28.683797 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1436 rows starting from the beginning of the part
15155 2024.12.18 19:58:28.683810 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15156 2024.12.18 19:58:28.683874 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15157 2024.12.18 19:58:28.683947 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part
15158 2024.12.18 19:58:28.684264 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1426 rows starting from the beginning of the part
15159 2024.12.18 19:58:28.684516 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part
15160 2024.12.18 19:58:28.684752 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part
15161 2024.12.18 19:58:28.684943 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 285 rows starting from the beginning of the part
15162 2024.12.18 19:58:28.685757 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15163 2024.12.18 19:58:28.685798 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15164 2024.12.18 19:58:28.686352 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15165 2024.12.18 19:58:28.686620 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15166 2024.12.18 19:58:28.686920 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.003148 sec., 15247.776365946633 rows/sec., 1.10 MiB/sec.
15167 2024.12.18 19:58:28.687107 [ 262 ] {9ab0c758-617f-4aa6-9571-4b5808751f27} <Debug> TCPHandler: Processed in 0.003514992 sec.
15168 2024.12.18 19:58:28.687432 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15169 2024.12.18 19:58:28.687943 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15170 2024.12.18 19:58:28.688026 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.004486912 sec., 738815.4704170708 rows/sec., 64.52 MiB/sec.
15171 2024.12.18 19:58:28.688119 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15172 2024.12.18 19:58:28.688433 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15173 2024.12.18 19:58:28.689211 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15174 2024.12.18 19:58:28.689294 [ 188 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_131_26} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15175 2024.12.18 19:58:28.689388 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15176 2024.12.18 19:58:28.689544 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15177 2024.12.18 19:58:28.689585 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15178 2024.12.18 19:58:28.689938 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15179 2024.12.18 19:58:28.690175 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15180 2024.12.18 19:58:28.690387 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002626 sec., 5331.3023610053315 rows/sec., 373.37 KiB/sec.
15181 2024.12.18 19:58:28.690460 [ 266 ] {a8276340-691c-4160-ae85-f0f570bf3f2d} <Debug> TCPHandler: Processed in 0.003237467 sec.
15182 2024.12.18 19:58:28.690622 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15183 2024.12.18 19:58:28.690734 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15184 2024.12.18 19:58:28.690779 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15185 2024.12.18 19:58:28.691315 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15186 2024.12.18 19:58:28.691353 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15187 2024.12.18 19:58:28.691700 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15188 2024.12.18 19:58:28.691964 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15189 2024.12.18 19:58:28.692186 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001469 sec., 8849.557522123894 rows/sec., 551.77 KiB/sec.
15190 2024.12.18 19:58:28.692282 [ 262 ] {88821b20-950a-4918-8516-5918c85a3832} <Debug> TCPHandler: Processed in 0.001727975 sec.
15191 2024.12.18 19:58:28.692492 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15192 2024.12.18 19:58:28.692647 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15193 2024.12.18 19:58:28.692695 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15194 2024.12.18 19:58:28.693407 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15195 2024.12.18 19:58:28.693448 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15196 2024.12.18 19:58:28.693821 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15197 2024.12.18 19:58:28.694054 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15198 2024.12.18 19:58:28.694238 [ 139 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15199 2024.12.18 19:58:28.694256 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001633 sec., 259032.45560318435 rows/sec., 18.52 MiB/sec.
15200 2024.12.18 19:58:28.694297 [ 139 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15201 2024.12.18 19:58:28.694384 [ 266 ] {4fa7d8cd-3732-4bb7-a0fe-6164b780b0cc} <Debug> TCPHandler: Processed in 0.002010202 sec.
15202 2024.12.18 19:58:28.694385 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15203 2024.12.18 19:58:28.694590 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15204 2024.12.18 19:58:28.694645 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
15205 2024.12.18 19:58:28.694770 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15206 2024.12.18 19:58:28.694884 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15207 2024.12.18 19:58:28.694993 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15208 2024.12.18 19:58:28.695094 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
15209 2024.12.18 19:58:28.695473 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part
15210 2024.12.18 19:58:28.695887 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 881 rows starting from the beginning of the part
15211 2024.12.18 19:58:28.696111 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part
15212 2024.12.18 19:58:28.696500 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part
15213 2024.12.18 19:58:28.696836 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 423 rows starting from the beginning of the part
15214 2024.12.18 19:58:28.697495 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15215 2024.12.18 19:58:28.697549 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15216 2024.12.18 19:58:28.698385 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15217 2024.12.18 19:58:28.698917 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15218 2024.12.18 19:58:28.699456 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004742 sec., 1265.2889076339097 rows/sec., 66.11 KiB/sec.
15219 2024.12.18 19:58:28.699526 [ 262 ] {8dd9d469-6b1b-462a-b35d-40513cd063d6} <Debug> TCPHandler: Processed in 0.005040134 sec.
15220 2024.12.18 19:58:28.699708 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15221 2024.12.18 19:58:28.699990 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15222 2024.12.18 19:58:28.700174 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15223 2024.12.18 19:58:28.700197 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005666087 sec., 425514.1158263189 rows/sec., 32.63 MiB/sec.
15224 2024.12.18 19:58:28.700459 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15225 2024.12.18 19:58:28.701039 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15226 2024.12.18 19:58:28.701243 [ 197 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_131_26} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15227 2024.12.18 19:58:28.701429 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
15228 2024.12.18 19:58:28.701476 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15229 2024.12.18 19:58:28.701520 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15230 2024.12.18 19:58:28.701942 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15231 2024.12.18 19:58:28.702182 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15232 2024.12.18 19:58:28.702405 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002536 sec., 93454.25867507886 rows/sec., 6.26 MiB/sec.
15233 2024.12.18 19:58:28.702460 [ 266 ] {fa43d684-49c9-4b40-8674-e1b9082fe8f2} <Debug> TCPHandler: Processed in 0.002837019 sec.
15234 2024.12.18 19:58:28.702605 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15235 2024.12.18 19:58:28.702712 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15236 2024.12.18 19:58:28.702758 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15237 2024.12.18 19:58:28.703182 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15238 2024.12.18 19:58:28.703220 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15239 2024.12.18 19:58:28.703561 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15240 2024.12.18 19:58:28.703790 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15241 2024.12.18 19:58:28.704021 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec.
15242 2024.12.18 19:58:28.704089 [ 262 ] {da383014-85c3-4bd8-b479-3ecaf0f7f9bd} <Debug> TCPHandler: Processed in 0.001539771 sec.
15243 2024.12.18 19:58:28.704289 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15244 2024.12.18 19:58:28.704483 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15245 2024.12.18 19:58:28.704556 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15246 2024.12.18 19:58:28.705742 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15247 2024.12.18 19:58:28.705782 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15248 2024.12.18 19:58:28.706459 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15249 2024.12.18 19:58:28.706714 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15250 2024.12.18 19:58:28.707003 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002552 sec., 16065.830721003134 rows/sec., 28.79 MiB/sec.
15251 2024.12.18 19:58:28.707543 [ 266 ] {b749893a-be9a-4f35-b359-f01fdbf962fd} <Debug> TCPHandler: Processed in 0.003370989 sec.
15252 2024.12.18 19:58:28.707740 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15253 2024.12.18 19:58:28.707856 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15254 2024.12.18 19:58:28.707902 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15255 2024.12.18 19:58:28.708392 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15256 2024.12.18 19:58:28.708430 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15257 2024.12.18 19:58:28.708786 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15258 2024.12.18 19:58:28.709031 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15259 2024.12.18 19:58:28.709235 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec.
15260 2024.12.18 19:58:28.709285 [ 262 ] {b6b9c03d-cac0-4ee5-9e6a-0340e47ce1f4} <Debug> TCPHandler: Processed in 0.001632014 sec.
15261 2024.12.18 19:58:29.737646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
15262 2024.12.18 19:58:29.760573 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15263 2024.12.18 19:58:29.760642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15264 2024.12.18 19:58:29.768140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15265 2024.12.18 19:58:29.768938 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15266 2024.12.18 19:58:29.772322 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
15267 2024.12.18 19:58:33.677578 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15268 2024.12.18 19:58:33.677833 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15269 2024.12.18 19:58:33.677948 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15270 2024.12.18 19:58:33.679105 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15271 2024.12.18 19:58:33.679184 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15272 2024.12.18 19:58:33.679840 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
15273 2024.12.18 19:58:33.680237 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15274 2024.12.18 19:58:33.680543 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002791 sec., 716.5890361877463 rows/sec., 58.43 KiB/sec.
15275 2024.12.18 19:58:33.680648 [ 262 ] {318ee9d8-05eb-439c-9b4b-9aedf1680edd} <Debug> TCPHandler: Processed in 0.003214496 sec.
15276 2024.12.18 19:58:33.680923 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15277 2024.12.18 19:58:33.681072 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15278 2024.12.18 19:58:33.681132 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15279 2024.12.18 19:58:33.681827 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15280 2024.12.18 19:58:33.681870 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15281 2024.12.18 19:58:33.682327 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15282 2024.12.18 19:58:33.682651 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15283 2024.12.18 19:58:33.682895 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001865 sec., 30563.00268096515 rows/sec., 2.33 MiB/sec.
15284 2024.12.18 19:58:33.682960 [ 266 ] {111b5913-af6a-42d5-ad71-014da298c812} <Debug> TCPHandler: Processed in 0.002161385 sec.
15285 2024.12.18 19:58:33.683150 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15286 2024.12.18 19:58:33.683269 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15287 2024.12.18 19:58:33.683322 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15288 2024.12.18 19:58:33.683946 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15289 2024.12.18 19:58:33.683996 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15290 2024.12.18 19:58:33.684374 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15291 2024.12.18 19:58:33.684721 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15292 2024.12.18 19:58:33.684939 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 82.39 KiB/sec.
15293 2024.12.18 19:58:33.685041 [ 262 ] {f84e4f5f-0492-4593-8843-ce74b5f7f5eb} <Debug> TCPHandler: Processed in 0.00194944 sec.
15294 2024.12.18 19:58:33.685268 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15295 2024.12.18 19:58:33.685546 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15296 2024.12.18 19:58:33.685639 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15297 2024.12.18 19:58:33.686339 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15298 2024.12.18 19:58:33.686386 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15299 2024.12.18 19:58:33.686842 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15300 2024.12.18 19:58:33.687136 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15301 2024.12.18 19:58:33.687378 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00192 sec., 34375 rows/sec., 2.68 MiB/sec.
15302 2024.12.18 19:58:33.687440 [ 266 ] {0d2721bd-db27-4cd6-ac74-cb7969e32328} <Debug> TCPHandler: Processed in 0.002267167 sec.
15303 2024.12.18 19:58:33.687616 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15304 2024.12.18 19:58:33.687734 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15305 2024.12.18 19:58:33.687788 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15306 2024.12.18 19:58:33.688466 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15307 2024.12.18 19:58:33.688512 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15308 2024.12.18 19:58:33.689036 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15309 2024.12.18 19:58:33.689324 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15310 2024.12.18 19:58:33.689566 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001855 sec., 86792.45283018867 rows/sec., 6.04 MiB/sec.
15311 2024.12.18 19:58:33.689627 [ 262 ] {5324dcb5-89df-413d-81dd-605efbdfa455} <Debug> TCPHandler: Processed in 0.002067803 sec.
15312 2024.12.18 19:58:33.689816 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15313 2024.12.18 19:58:33.689941 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15314 2024.12.18 19:58:33.689992 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15315 2024.12.18 19:58:33.690473 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15316 2024.12.18 19:58:33.690514 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15317 2024.12.18 19:58:33.690917 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15318 2024.12.18 19:58:33.691183 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15319 2024.12.18 19:58:33.691377 [ 134 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15320 2024.12.18 19:58:33.691391 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec.
15321 2024.12.18 19:58:33.691486 [ 134 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15322 2024.12.18 19:58:33.691537 [ 266 ] {ab861ce9-3153-4e86-8d42-d40cd44faa6d} <Debug> TCPHandler: Processed in 0.001772427 sec.
15323 2024.12.18 19:58:33.691554 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15324 2024.12.18 19:58:33.691744 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
15325 2024.12.18 19:58:33.691926 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15326 2024.12.18 19:58:33.691978 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7442 rows starting from the beginning of the part
15327 2024.12.18 19:58:33.692114 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 58 rows starting from the beginning of the part
15328 2024.12.18 19:58:33.692331 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 24 rows starting from the beginning of the part
15329 2024.12.18 19:58:33.692553 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part
15330 2024.12.18 19:58:33.692743 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part
15331 2024.12.18 19:58:33.692887 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part
15332 2024.12.18 19:58:33.695977 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7726 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310208 sec., 1792488.9007676658 rows/sec., 117.08 MiB/sec.
15333 2024.12.18 19:58:33.696590 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15334 2024.12.18 19:58:33.696975 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15335 2024.12.18 19:58:33.697087 [ 190 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_131_26} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15336 2024.12.18 19:58:33.697190 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
15337 2024.12.18 19:58:34.606790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149
15338 2024.12.18 19:58:34.607733 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15339 2024.12.18 19:58:34.607804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15340 2024.12.18 19:58:34.608503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15341 2024.12.18 19:58:34.608814 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15342 2024.12.18 19:58:34.608998 [ 132 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15343 2024.12.18 19:58:34.609048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
15344 2024.12.18 19:58:34.609051 [ 132 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15345 2024.12.18 19:58:34.609084 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15346 2024.12.18 19:58:34.609283 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::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
15347 2024.12.18 19:58:34.609652 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15348 2024.12.18 19:58:34.609707 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part
15349 2024.12.18 19:58:34.609785 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
15350 2024.12.18 19:58:34.610005 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
15351 2024.12.18 19:58:34.610150 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
15352 2024.12.18 19:58:34.610325 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
15353 2024.12.18 19:58:34.610453 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
15354 2024.12.18 19:58:34.613456 [ 202 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004287758 sec., 8663968.44224884 rows/sec., 123.94 MiB/sec.
15355 2024.12.18 19:58:34.614006 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15356 2024.12.18 19:58:34.614453 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15357 2024.12.18 19:58:34.614551 [ 193 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_81_16} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15358 2024.12.18 19:58:34.614683 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB.
15359 2024.12.18 19:58:37.273369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
15360 2024.12.18 19:58:37.295695 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15361 2024.12.18 19:58:37.295753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15362 2024.12.18 19:58:37.303246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15363 2024.12.18 19:58:37.304072 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15364 2024.12.18 19:58:37.304370 [ 131 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15365 2024.12.18 19:58:37.304432 [ 131 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15366 2024.12.18 19:58:37.304470 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15367 2024.12.18 19:58:37.304887 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15368 2024.12.18 19:58:37.320282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
15369 2024.12.18 19:58:37.321734 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15370 2024.12.18 19:58:37.322971 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15371 2024.12.18 19:58:37.328380 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15372 2024.12.18 19:58:37.332503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2106
15373 2024.12.18 19:58:37.337493 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15374 2024.12.18 19:58:37.340010 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15375 2024.12.18 19:58:37.340060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15376 2024.12.18 19:58:37.343870 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15377 2024.12.18 19:58:37.344447 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15378 2024.12.18 19:58:37.345313 [ 225 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
15379 2024.12.18 19:58:37.345458 [ 225 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
15380 2024.12.18 19:58:37.350816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2106
15381 2024.12.18 19:58:37.353132 [ 225 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
15382 2024.12.18 19:58:37.360114 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15383 2024.12.18 19:58:37.366520 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15384 2024.12.18 19:58:37.372545 [ 194 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
15385 2024.12.18 19:58:37.444583 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.139977669 sec., 4364.98196008679 rows/sec., 22.57 MiB/sec.
15386 2024.12.18 19:58:37.448180 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15387 2024.12.18 19:58:37.451277 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_81_16} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15388 2024.12.18 19:58:37.451405 [ 193 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_81_16} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15389 2024.12.18 19:58:37.453819 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
15390 2024.12.18 19:58:38.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.88 MiB, peak 285.30 MiB, free memory in arenas 0.00 B, will set to 266.80 MiB (RSS), difference: -1.08 MiB
15391 2024.12.18 19:58:38.466024 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
15392 2024.12.18 19:58:38.466082 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
15393 2024.12.18 19:58:38.468564 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
15394 2024.12.18 19:58:38.646093 [ 224 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15395 2024.12.18 19:58:38.646154 [ 224 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15396 2024.12.18 19:58:38.648447 [ 224 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15397 2024.12.18 19:58:38.679112 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15398 2024.12.18 19:58:38.679309 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15399 2024.12.18 19:58:38.679388 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15400 2024.12.18 19:58:38.680153 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15401 2024.12.18 19:58:38.680199 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15402 2024.12.18 19:58:38.680625 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15403 2024.12.18 19:58:38.680870 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15404 2024.12.18 19:58:38.681071 [ 130 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15405 2024.12.18 19:58:38.681136 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
15406 2024.12.18 19:58:38.681166 [ 130 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15407 2024.12.18 19:58:38.681240 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15408 2024.12.18 19:58:38.681277 [ 262 ] {6d6863b4-ab22-4df9-b78b-251b01610691} <Debug> TCPHandler: Processed in 0.002293937 sec.
15409 2024.12.18 19:58:38.681507 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15410 2024.12.18 19:58:38.681511 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15411 2024.12.18 19:58:38.681723 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15412 2024.12.18 19:58:38.681782 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15413 2024.12.18 19:58:38.681827 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15414 2024.12.18 19:58:38.681853 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15415 2024.12.18 19:58:38.682241 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15416 2024.12.18 19:58:38.682619 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15417 2024.12.18 19:58:38.682998 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15418 2024.12.18 19:58:38.683411 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
15419 2024.12.18 19:58:38.685121 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15420 2024.12.18 19:58:38.685198 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15421 2024.12.18 19:58:38.686129 [ 186 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004778879 sec., 14647.786646198827 rows/sec., 1.09 MiB/sec.
15422 2024.12.18 19:58:38.686281 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15423 2024.12.18 19:58:38.686379 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15424 2024.12.18 19:58:38.686711 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15425 2024.12.18 19:58:38.687030 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_53_13} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15426 2024.12.18 19:58:38.687133 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005488 sec., 51931.48688046647 rows/sec., 4.58 MiB/sec.
15427 2024.12.18 19:58:38.687212 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_53_13} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15428 2024.12.18 19:58:38.687252 [ 266 ] {f8287e84-1368-4da0-8077-36420f225dd7} <Debug> TCPHandler: Processed in 0.005861291 sec.
15429 2024.12.18 19:58:38.687429 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15430 2024.12.18 19:58:38.687445 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15431 2024.12.18 19:58:38.687574 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15432 2024.12.18 19:58:38.687620 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15433 2024.12.18 19:58:38.688249 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15434 2024.12.18 19:58:38.688290 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15435 2024.12.18 19:58:38.688656 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15436 2024.12.18 19:58:38.688893 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15437 2024.12.18 19:58:38.689132 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001567 sec., 30631.78047223995 rows/sec., 2.21 MiB/sec.
15438 2024.12.18 19:58:38.689241 [ 262 ] {dfac8db4-dfe1-4ed0-b7e6-033071c5e124} <Debug> TCPHandler: Processed in 0.001891429 sec.
15439 2024.12.18 19:58:38.689452 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15440 2024.12.18 19:58:38.689626 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15441 2024.12.18 19:58:38.689681 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15442 2024.12.18 19:58:38.690252 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15443 2024.12.18 19:58:38.690292 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15444 2024.12.18 19:58:38.690632 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15445 2024.12.18 19:58:38.690872 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15446 2024.12.18 19:58:38.691108 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
15447 2024.12.18 19:58:38.691122 [ 219 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
15448 2024.12.18 19:58:38.691185 [ 219 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
15449 2024.12.18 19:58:38.691209 [ 266 ] {c4ec9fdd-bb00-4e32-8491-aa720b64af5e} <Debug> TCPHandler: Processed in 0.001872328 sec.
15450 2024.12.18 19:58:38.691417 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15451 2024.12.18 19:58:38.691567 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15452 2024.12.18 19:58:38.691665 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15453 2024.12.18 19:58:38.692796 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15454 2024.12.18 19:58:38.692844 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15455 2024.12.18 19:58:38.693458 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15456 2024.12.18 19:58:38.693854 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15457 2024.12.18 19:58:38.694103 [ 130 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15458 2024.12.18 19:58:38.694216 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002671 sec., 4867.090977162111 rows/sec., 303.46 KiB/sec.
15459 2024.12.18 19:58:38.694232 [ 130 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15460 2024.12.18 19:58:38.694319 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15461 2024.12.18 19:58:38.694548 [ 262 ] {03c6123f-a9f5-441c-91db-7ba8bcbfc6cd} <Debug> TCPHandler: Processed in 0.003218026 sec.
15462 2024.12.18 19:58:38.694892 [ 221 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
15463 2024.12.18 19:58:38.694934 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15464 2024.12.18 19:58:38.694918 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15465 2024.12.18 19:58:38.694991 [ 221 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
15466 2024.12.18 19:58:38.695473 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15467 2024.12.18 19:58:38.695502 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15468 2024.12.18 19:58:38.695573 [ 219 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
15469 2024.12.18 19:58:38.695641 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15470 2024.12.18 19:58:38.695694 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15471 2024.12.18 19:58:38.696252 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15472 2024.12.18 19:58:38.696815 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15473 2024.12.18 19:58:38.697383 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15474 2024.12.18 19:58:38.698123 [ 187 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
15475 2024.12.18 19:58:38.700755 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15476 2024.12.18 19:58:38.700852 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15477 2024.12.18 19:58:38.702379 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007873822 sec., 8255.203127528155 rows/sec., 546.96 KiB/sec.
15478 2024.12.18 19:58:38.702502 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15479 2024.12.18 19:58:38.702645 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15480 2024.12.18 19:58:38.703070 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15481 2024.12.18 19:58:38.703517 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_53_13} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15482 2024.12.18 19:58:38.703703 [ 217 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
15483 2024.12.18 19:58:38.703752 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.008462 sec., 49988.182462774756 rows/sec., 3.57 MiB/sec.
15484 2024.12.18 19:58:38.703803 [ 217 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
15485 2024.12.18 19:58:38.704032 [ 192 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_53_13} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15486 2024.12.18 19:58:38.704376 [ 266 ] {628a91c1-ef00-4f8f-bdf7-b637c19b58e3} <Debug> TCPHandler: Processed in 0.009667188 sec.
15487 2024.12.18 19:58:38.704527 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15488 2024.12.18 19:58:38.704647 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15489 2024.12.18 19:58:38.704787 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15490 2024.12.18 19:58:38.704834 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15491 2024.12.18 19:58:38.705682 [ 221 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
15492 2024.12.18 19:58:38.707230 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15493 2024.12.18 19:58:38.707331 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15494 2024.12.18 19:58:38.707898 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15495 2024.12.18 19:58:38.708176 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15496 2024.12.18 19:58:38.708727 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003913 sec., 1533.350370559673 rows/sec., 80.11 KiB/sec.
15497 2024.12.18 19:58:38.709174 [ 262 ] {bd029c24-da2e-4a72-b827-d48f13e7dbee} <Debug> TCPHandler: Processed in 0.004667976 sec.
15498 2024.12.18 19:58:38.709507 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15499 2024.12.18 19:58:38.709972 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15500 2024.12.18 19:58:38.710206 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15501 2024.12.18 19:58:38.711480 [ 217 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
15502 2024.12.18 19:58:38.712893 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15503 2024.12.18 19:58:38.712966 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15504 2024.12.18 19:58:38.713406 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15505 2024.12.18 19:58:38.713664 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15506 2024.12.18 19:58:38.713833 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_127_26 to all_132_132_0
15507 2024.12.18 19:58:38.713897 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15508 2024.12.18 19:58:38.713905 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004119 sec., 57538.23743627094 rows/sec., 3.86 MiB/sec.
15509 2024.12.18 19:58:38.713936 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15510 2024.12.18 19:58:38.714110 [ 266 ] {a7b0d0fc-75e7-47b5-8a33-a75c8aabc68d} <Debug> TCPHandler: Processed in 0.004824319 sec.
15511 2024.12.18 19:58:38.714187 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_127_26 to all_132_132_0 into Compact with storage Full
15512 2024.12.18 19:58:38.714302 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15513 2024.12.18 19:58:38.714387 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15514 2024.12.18 19:58:38.714467 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 35864 rows starting from the beginning of the part
15515 2024.12.18 19:58:38.714549 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15516 2024.12.18 19:58:38.714729 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15517 2024.12.18 19:58:38.714771 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part
15518 2024.12.18 19:58:38.715187 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part
15519 2024.12.18 19:58:38.715537 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part
15520 2024.12.18 19:58:38.715914 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 161 rows starting from the beginning of the part
15521 2024.12.18 19:58:38.716317 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part
15522 2024.12.18 19:58:38.717223 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15523 2024.12.18 19:58:38.717279 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15524 2024.12.18 19:58:38.717922 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15525 2024.12.18 19:58:38.718250 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15526 2024.12.18 19:58:38.718607 [ 223 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): 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]
15527 2024.12.18 19:58:38.718703 [ 223 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): 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]
15528 2024.12.18 19:58:38.718738 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004225 sec., 236.6863905325444 rows/sec., 15.95 KiB/sec.
15529 2024.12.18 19:58:38.719042 [ 262 ] {e5cf32b3-989e-4c5d-bb70-72950c23344b} <Debug> TCPHandler: Processed in 0.004806629 sec.
15530 2024.12.18 19:58:38.719333 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15531 2024.12.18 19:58:38.719681 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15532 2024.12.18 19:58:38.720053 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15533 2024.12.18 19:58:38.724590 [ 223 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): 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]
15534 2024.12.18 19:58:38.726100 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15535 2024.12.18 19:58:38.726146 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15536 2024.12.18 19:58:38.726990 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15537 2024.12.18 19:58:38.727426 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15538 2024.12.18 19:58:38.727721 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008152 sec., 5029.440628066733 rows/sec., 9.01 MiB/sec.
15539 2024.12.18 19:58:38.727857 [ 266 ] {9b96c7fc-116e-4642-896f-accc782bdb6f} <Debug> TCPHandler: Processed in 0.008692679 sec.
15540 2024.12.18 19:58:38.728032 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15541 2024.12.18 19:58:38.728186 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15542 2024.12.18 19:58:38.728241 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15543 2024.12.18 19:58:38.729037 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15544 2024.12.18 19:58:38.729085 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15545 2024.12.18 19:58:38.729537 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15546 2024.12.18 19:58:38.729825 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15547 2024.12.18 19:58:38.730074 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001921 sec., 42686.100989068196 rows/sec., 2.71 MiB/sec.
15548 2024.12.18 19:58:38.730123 [ 262 ] {4eb6afcd-23a0-421c-9b9b-89ee7cc6ed4e} <Debug> TCPHandler: Processed in 0.002176145 sec.
15549 2024.12.18 19:58:38.730703 [ 197 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36723 rows, containing 5 columns (5 merged, 0 gathered) in 0.016661232 sec., 2204098.7125081746 rows/sec., 148.94 MiB/sec.
15550 2024.12.18 19:58:38.731065 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Trace> MergedBlockOutputStream: filled checksums all_1_132_27 (state Temporary)
15551 2024.12.18 19:58:38.731366 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_132_27 to all_1_132_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15552 2024.12.18 19:58:38.731450 [ 196 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_127_26, all_132_132_0] -> all_1_132_27
15553 2024.12.18 19:58:38.731537 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
15554 2024.12.18 19:58:39.769486 [ 222 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
15555 2024.12.18 19:58:39.769595 [ 222 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
15556 2024.12.18 19:58:39.771455 [ 222 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
15557 2024.12.18 19:58:41.869672 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache
15558 2024.12.18 19:58:41.869740 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache
15559 2024.12.18 19:58:42.110146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637
15560 2024.12.18 19:58:42.110804 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15561 2024.12.18 19:58:42.110849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15562 2024.12.18 19:58:42.111391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15563 2024.12.18 19:58:42.111652 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15564 2024.12.18 19:58:42.111856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637
15565 2024.12.18 19:58:43.313984 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
15566 2024.12.18 19:58:43.314030 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
15567 2024.12.18 19:58:43.316330 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
15568 2024.12.18 19:58:43.488404 [ 220 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15569 2024.12.18 19:58:43.488456 [ 220 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15570 2024.12.18 19:58:43.490731 [ 220 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
15571 2024.12.18 19:58:43.672304 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15572 2024.12.18 19:58:43.672491 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15573 2024.12.18 19:58:43.672561 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15574 2024.12.18 19:58:43.673359 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15575 2024.12.18 19:58:43.673413 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15576 2024.12.18 19:58:43.673861 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15577 2024.12.18 19:58:43.674145 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15578 2024.12.18 19:58:43.674371 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.22 MiB/sec.
15579 2024.12.18 19:58:43.674477 [ 262 ] {a4728486-f521-4915-93e1-bdfc3188a155} <Debug> TCPHandler: Processed in 0.002302117 sec.
15580 2024.12.18 19:58:43.674659 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15581 2024.12.18 19:58:43.674954 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15582 2024.12.18 19:58:43.675094 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15583 2024.12.18 19:58:43.675958 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15584 2024.12.18 19:58:43.676000 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15585 2024.12.18 19:58:43.676381 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15586 2024.12.18 19:58:43.676635 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15587 2024.12.18 19:58:43.676853 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec.
15588 2024.12.18 19:58:43.676907 [ 266 ] {7112e39b-645a-4a92-92c5-aafaac016c44} <Debug> TCPHandler: Processed in 0.002312567 sec.
15589 2024.12.18 19:58:43.677063 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15590 2024.12.18 19:58:43.677173 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15591 2024.12.18 19:58:43.677224 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15592 2024.12.18 19:58:43.677746 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15593 2024.12.18 19:58:43.677784 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15594 2024.12.18 19:58:43.678169 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15595 2024.12.18 19:58:43.678414 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15596 2024.12.18 19:58:43.678621 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec.
15597 2024.12.18 19:58:43.678673 [ 262 ] {bd437311-92cf-41f9-8563-02d673081467} <Debug> TCPHandler: Processed in 0.001663625 sec.
15598 2024.12.18 19:58:43.678812 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15599 2024.12.18 19:58:43.678918 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15600 2024.12.18 19:58:43.678974 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15601 2024.12.18 19:58:43.679499 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15602 2024.12.18 19:58:43.679545 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15603 2024.12.18 19:58:43.679972 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15604 2024.12.18 19:58:43.680200 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15605 2024.12.18 19:58:43.680404 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec.
15606 2024.12.18 19:58:43.680453 [ 266 ] {480656ea-44b3-449f-8fab-53a2dd7107e0} <Debug> TCPHandler: Processed in 0.001692454 sec.
15607 2024.12.18 19:58:44.820365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
15608 2024.12.18 19:58:44.844318 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15609 2024.12.18 19:58:44.844380 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15610 2024.12.18 19:58:44.851952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15611 2024.12.18 19:58:44.852771 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15612 2024.12.18 19:58:44.856070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
15613 2024.12.18 19:58:46.066415 [ 225 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
15614 2024.12.18 19:58:46.066535 [ 225 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
15615 2024.12.18 19:58:46.077566 [ 225 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
15616 2024.12.18 19:58:46.593850 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15617 2024.12.18 19:58:46.594057 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15618 2024.12.18 19:58:46.594130 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15619 2024.12.18 19:58:46.594887 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15620 2024.12.18 19:58:46.594939 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15621 2024.12.18 19:58:46.595369 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15622 2024.12.18 19:58:46.595621 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15623 2024.12.18 19:58:46.595861 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec.
15624 2024.12.18 19:58:46.595928 [ 262 ] {34a5e63e-d585-46bf-ae0f-c283ad1f1cb5} <Debug> TCPHandler: Processed in 0.002216126 sec.
15625 2024.12.18 19:58:46.596127 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15626 2024.12.18 19:58:46.596272 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15627 2024.12.18 19:58:46.596332 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15628 2024.12.18 19:58:46.596989 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15629 2024.12.18 19:58:46.597036 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15630 2024.12.18 19:58:46.597395 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
15631 2024.12.18 19:58:46.597632 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15632 2024.12.18 19:58:46.597881 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001634 sec., 6119.9510403916765 rows/sec., 499.04 KiB/sec.
15633 2024.12.18 19:58:46.598008 [ 266 ] {810b9461-a856-4a81-bb60-cdb0a9f15466} <Debug> TCPHandler: Processed in 0.00194649 sec.
15634 2024.12.18 19:58:46.598251 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15635 2024.12.18 19:58:46.598393 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15636 2024.12.18 19:58:46.598447 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15637 2024.12.18 19:58:46.599608 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15638 2024.12.18 19:58:46.599648 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15639 2024.12.18 19:58:46.600105 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15640 2024.12.18 19:58:46.600347 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15641 2024.12.18 19:58:46.600555 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002193 sec., 652074.7834017328 rows/sec., 54.43 MiB/sec.
15642 2024.12.18 19:58:46.600614 [ 262 ] {2156b81b-75c8-4526-8813-2df3fab83123} <Debug> TCPHandler: Processed in 0.002499832 sec.
15643 2024.12.18 19:58:46.600767 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15644 2024.12.18 19:58:46.600898 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15645 2024.12.18 19:58:46.600952 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15646 2024.12.18 19:58:46.601499 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15647 2024.12.18 19:58:46.601540 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15648 2024.12.18 19:58:46.601895 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15649 2024.12.18 19:58:46.602148 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15650 2024.12.18 19:58:46.602324 [ 114 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 6 parts from all_1_73_17 to all_78_78_0
15651 2024.12.18 19:58:46.602383 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.001507 sec., 38487.0603848706 rows/sec., 2.75 MiB/sec.
15652 2024.12.18 19:58:46.602412 [ 114 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15653 2024.12.18 19:58:46.602496 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15654 2024.12.18 19:58:46.602506 [ 266 ] {a032f83d-4da1-4db7-b113-5c3addae80d9} <Debug> TCPHandler: Processed in 0.001801667 sec.
15655 2024.12.18 19:58:46.602720 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15656 2024.12.18 19:58:46.602824 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_73_17 to all_78_78_0 into Compact with storage Full
15657 2024.12.18 19:58:46.602909 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15658 2024.12.18 19:58:46.603088 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15659 2024.12.18 19:58:46.603394 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15660 2024.12.18 19:58:46.603547 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_17, total 66 rows starting from the beginning of the part
15661 2024.12.18 19:58:46.604190 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 50 rows starting from the beginning of the part
15662 2024.12.18 19:58:46.604886 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part
15663 2024.12.18 19:58:46.605301 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part
15664 2024.12.18 19:58:46.605521 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part
15665 2024.12.18 19:58:46.605712 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 58 rows starting from the beginning of the part
15666 2024.12.18 19:58:46.606314 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15667 2024.12.18 19:58:46.606359 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15668 2024.12.18 19:58:46.606935 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15669 2024.12.18 19:58:46.607125 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.004531763 sec., 60020.791025479484 rows/sec., 4.52 MiB/sec.
15670 2024.12.18 19:58:46.607300 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15671 2024.12.18 19:58:46.607411 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Trace> MergedBlockOutputStream: filled checksums all_1_78_18 (state Temporary)
15672 2024.12.18 19:58:46.607703 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004846 sec., 49938.09327280232 rows/sec., 3.38 MiB/sec.
15673 2024.12.18 19:58:46.607795 [ 262 ] {649c96f9-53c0-494c-90db-005d166b5d25} <Debug> TCPHandler: Processed in 0.005184107 sec.
15674 2024.12.18 19:58:46.608006 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15675 2024.12.18 19:58:46.608084 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_78_18 to all_1_78_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15676 2024.12.18 19:58:46.608208 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15677 2024.12.18 19:58:46.608273 [ 190 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_78_18} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 6 parts: [all_1_73_17, all_78_78_0] -> all_1_78_18
15678 2024.12.18 19:58:46.608294 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15679 2024.12.18 19:58:46.608483 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
15680 2024.12.18 19:58:46.609017 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15681 2024.12.18 19:58:46.609067 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15682 2024.12.18 19:58:46.609485 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15683 2024.12.18 19:58:46.609757 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15684 2024.12.18 19:58:46.609993 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001855 sec., 7008.086253369272 rows/sec., 436.95 KiB/sec.
15685 2024.12.18 19:58:46.610048 [ 266 ] {9b4c82a4-7e2f-43db-9aac-5ededbc6aa60} <Debug> TCPHandler: Processed in 0.002144975 sec.
15686 2024.12.18 19:58:46.610191 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15687 2024.12.18 19:58:46.610318 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15688 2024.12.18 19:58:46.610369 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15689 2024.12.18 19:58:46.611314 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15690 2024.12.18 19:58:46.611352 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15691 2024.12.18 19:58:46.611733 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15692 2024.12.18 19:58:46.611982 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15693 2024.12.18 19:58:46.612202 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001909 sec., 465688.842325825 rows/sec., 33.80 MiB/sec.
15694 2024.12.18 19:58:46.612307 [ 262 ] {7e226e02-a1ca-45f7-9a41-3fa0bc1975d0} <Debug> TCPHandler: Processed in 0.002171455 sec.
15695 2024.12.18 19:58:46.612507 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15696 2024.12.18 19:58:46.612816 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15697 2024.12.18 19:58:46.612882 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15698 2024.12.18 19:58:46.613344 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15699 2024.12.18 19:58:46.613383 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15700 2024.12.18 19:58:46.613726 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15701 2024.12.18 19:58:46.613956 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15702 2024.12.18 19:58:46.614115 [ 118 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0
15703 2024.12.18 19:58:46.614181 [ 118 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15704 2024.12.18 19:58:46.614187 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
15705 2024.12.18 19:58:46.614210 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15706 2024.12.18 19:58:46.614335 [ 266 ] {4c5ae2d9-9605-454c-a79e-4024cb4c60b2} <Debug> TCPHandler: Processed in 0.00194455 sec.
15707 2024.12.18 19:58:46.614400 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full
15708 2024.12.18 19:58:46.614483 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15709 2024.12.18 19:58:46.614529 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15710 2024.12.18 19:58:46.614568 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 294 rows starting from the beginning of the part
15711 2024.12.18 19:58:46.614636 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15712 2024.12.18 19:58:46.614697 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
15713 2024.12.18 19:58:46.614762 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15714 2024.12.18 19:58:46.614891 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
15715 2024.12.18 19:58:46.615109 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
15716 2024.12.18 19:58:46.615315 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
15717 2024.12.18 19:58:46.615670 [ 222 ] {} <Trace> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): 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]
15718 2024.12.18 19:58:46.615755 [ 188 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
15719 2024.12.18 19:58:46.615773 [ 222 ] {} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): 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]
15720 2024.12.18 19:58:46.617982 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15721 2024.12.18 19:58:46.618037 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15722 2024.12.18 19:58:46.618463 [ 190 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.004121324 sec., 78615.51287887097 rows/sec., 4.01 MiB/sec.
15723 2024.12.18 19:58:46.618690 [ 190 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary)
15724 2024.12.18 19:58:46.618806 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15725 2024.12.18 19:58:46.619206 [ 190 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15726 2024.12.18 19:58:46.619250 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15727 2024.12.18 19:58:46.619383 [ 190 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_54_11} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11
15728 2024.12.18 19:58:46.619611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15729 2024.12.18 19:58:46.619700 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.005107 sec., 175837.0863520658 rows/sec., 11.72 MiB/sec.
15730 2024.12.18 19:58:46.619758 [ 262 ] {10f85d72-8e21-476c-b819-2aa24701e482} <Debug> TCPHandler: Processed in 0.00533956 sec.
15731 2024.12.18 19:58:46.619902 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15732 2024.12.18 19:58:46.620030 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15733 2024.12.18 19:58:46.620086 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15734 2024.12.18 19:58:46.620580 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15735 2024.12.18 19:58:46.620625 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15736 2024.12.18 19:58:46.621031 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15737 2024.12.18 19:58:46.621263 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15738 2024.12.18 19:58:46.621478 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
15739 2024.12.18 19:58:46.621531 [ 266 ] {a113a9f4-6c26-4459-b4e4-b9f2a5a25641} <Debug> TCPHandler: Processed in 0.001689185 sec.
15740 2024.12.18 19:58:46.621695 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15741 2024.12.18 19:58:46.621809 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15742 2024.12.18 19:58:46.621879 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15743 2024.12.18 19:58:46.622991 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15744 2024.12.18 19:58:46.623029 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15745 2024.12.18 19:58:46.624248 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15746 2024.12.18 19:58:46.624823 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15747 2024.12.18 19:58:46.625188 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003407 sec., 12034.047549163488 rows/sec., 21.56 MiB/sec.
15748 2024.12.18 19:58:46.625208 [ 222 ] {} <Debug> oximeter.timeseries_schema (f73d90e4-45cc-4e2b-8980-7e61d6fbbc95): 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]
15749 2024.12.18 19:58:46.625923 [ 262 ] {27bf8f9a-0cd4-4ffc-aadd-4fd13bf9c75d} <Debug> TCPHandler: Processed in 0.004284628 sec.
15750 2024.12.18 19:58:46.626205 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15751 2024.12.18 19:58:46.626355 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15752 2024.12.18 19:58:46.626411 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15753 2024.12.18 19:58:46.626942 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15754 2024.12.18 19:58:46.626988 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15755 2024.12.18 19:58:46.627356 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15756 2024.12.18 19:58:46.627588 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15757 2024.12.18 19:58:46.627801 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001476 sec., 39295.392953929535 rows/sec., 2.43 MiB/sec.
15758 2024.12.18 19:58:46.627851 [ 266 ] {89cfa126-6ed9-4b81-87aa-4e9aa51e6ad1} <Debug> TCPHandler: Processed in 0.001800618 sec.
15759 2024.12.18 19:58:47.352097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2160
15760 2024.12.18 19:58:47.355833 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15761 2024.12.18 19:58:47.355881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15762 2024.12.18 19:58:47.357468 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15763 2024.12.18 19:58:47.357798 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15764 2024.12.18 19:58:47.358373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2160
15765 2024.12.18 19:58:48.667555 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15766 2024.12.18 19:58:48.667766 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15767 2024.12.18 19:58:48.667848 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15768 2024.12.18 19:58:48.668658 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15769 2024.12.18 19:58:48.668708 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15770 2024.12.18 19:58:48.669142 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15771 2024.12.18 19:58:48.669397 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15772 2024.12.18 19:58:48.669565 [ 116 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
15773 2024.12.18 19:58:48.669600 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec.
15774 2024.12.18 19:58:48.669608 [ 116 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15775 2024.12.18 19:58:48.669644 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15776 2024.12.18 19:58:48.669682 [ 262 ] {324d6f4f-9eba-4828-b852-d24bc19c0777} <Debug> TCPHandler: Processed in 0.002261807 sec.
15777 2024.12.18 19:58:48.669967 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15778 2024.12.18 19:58:48.670049 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
15779 2024.12.18 19:58:48.670283 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15780 2024.12.18 19:58:48.670466 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15781 2024.12.18 19:58:48.670709 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15782 2024.12.18 19:58:48.670907 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1436 rows starting from the beginning of the part
15783 2024.12.18 19:58:48.671449 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 57 rows starting from the beginning of the part
15784 2024.12.18 19:58:48.672019 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 285 rows starting from the beginning of the part
15785 2024.12.18 19:58:48.672535 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part
15786 2024.12.18 19:58:48.673054 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1430 rows starting from the beginning of the part
15787 2024.12.18 19:58:48.673630 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part
15788 2024.12.18 19:58:48.675334 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15789 2024.12.18 19:58:48.675428 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15790 2024.12.18 19:58:48.676486 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15791 2024.12.18 19:58:48.676786 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15792 2024.12.18 19:58:48.677007 [ 116 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
15793 2024.12.18 19:58:48.677080 [ 116 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15794 2024.12.18 19:58:48.677161 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15795 2024.12.18 19:58:48.677226 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00705 sec., 9078.014184397163 rows/sec., 725.57 KiB/sec.
15796 2024.12.18 19:58:48.677642 [ 266 ] {2edce1fc-e67d-44d2-b450-7aa5bf9aa06f} <Debug> TCPHandler: Processed in 0.007809891 sec.
15797 2024.12.18 19:58:48.678066 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15798 2024.12.18 19:58:48.678412 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.008635467 sec., 384460.96777394897 rows/sec., 33.57 MiB/sec.
15799 2024.12.18 19:58:48.678509 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15800 2024.12.18 19:58:48.678737 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15801 2024.12.18 19:58:48.678740 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
15802 2024.12.18 19:58:48.679015 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
15803 2024.12.18 19:58:48.680315 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15804 2024.12.18 19:58:48.680717 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15805 2024.12.18 19:58:48.680798 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_136_27} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
15806 2024.12.18 19:58:48.681111 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15807 2024.12.18 19:58:48.681140 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
15808 2024.12.18 19:58:48.681322 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 66 rows starting from the beginning of the part
15809 2024.12.18 19:58:48.681782 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 423 rows starting from the beginning of the part
15810 2024.12.18 19:58:48.682152 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part
15811 2024.12.18 19:58:48.682538 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 889 rows starting from the beginning of the part
15812 2024.12.18 19:58:48.682710 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15813 2024.12.18 19:58:48.682826 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15814 2024.12.18 19:58:48.682826 [ 202 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part
15815 2024.12.18 19:58:48.684125 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15816 2024.12.18 19:58:48.684812 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15817 2024.12.18 19:58:48.685189 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006802 sec., 9408.997353719495 rows/sec., 671.05 KiB/sec.
15818 2024.12.18 19:58:48.685342 [ 262 ] {65185c28-9f89-4a0b-a40d-3939b639bdb9} <Debug> TCPHandler: Processed in 0.007558056 sec.
15819 2024.12.18 19:58:48.685718 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15820 2024.12.18 19:58:48.686286 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15821 2024.12.18 19:58:48.686367 [ 193 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.009067856 sec., 266987.03640640085 rows/sec., 20.48 MiB/sec.
15822 2024.12.18 19:58:48.686511 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15823 2024.12.18 19:58:48.686924 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
15824 2024.12.18 19:58:48.688173 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15825 2024.12.18 19:58:48.688384 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_136_27} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
15826 2024.12.18 19:58:48.688527 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15827 2024.12.18 19:58:48.688546 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
15828 2024.12.18 19:58:48.688588 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15829 2024.12.18 19:58:48.688963 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15830 2024.12.18 19:58:48.689196 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15831 2024.12.18 19:58:48.689383 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003299 sec., 7274.931797514399 rows/sec., 502.05 KiB/sec.
15832 2024.12.18 19:58:48.689448 [ 266 ] {fc551d7e-9162-45e6-a524-8b651bf93930} <Debug> TCPHandler: Processed in 0.00393891 sec.
15833 2024.12.18 19:58:49.612069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064
15834 2024.12.18 19:58:49.612802 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15835 2024.12.18 19:58:49.612856 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
15836 2024.12.18 19:58:49.613421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15837 2024.12.18 19:58:49.613677 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15838 2024.12.18 19:58:49.613917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064
15839 2024.12.18 19:58:52.356129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
15840 2024.12.18 19:58:52.379143 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15841 2024.12.18 19:58:52.379196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15842 2024.12.18 19:58:52.386741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15843 2024.12.18 19:58:52.387557 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15844 2024.12.18 19:58:52.391891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
15845 2024.12.18 19:58:53.672859 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15846 2024.12.18 19:58:53.673046 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15847 2024.12.18 19:58:53.673119 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15848 2024.12.18 19:58:53.673896 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15849 2024.12.18 19:58:53.673949 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15850 2024.12.18 19:58:53.674387 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
15851 2024.12.18 19:58:53.674640 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15852 2024.12.18 19:58:53.674872 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec.
15853 2024.12.18 19:58:53.674940 [ 262 ] {ba0a7d3f-a566-461d-8b5f-49f5db6b7555} <Debug> TCPHandler: Processed in 0.002216025 sec.
15854 2024.12.18 19:58:53.675102 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15855 2024.12.18 19:58:53.675222 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15856 2024.12.18 19:58:53.675271 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15857 2024.12.18 19:58:53.675863 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15858 2024.12.18 19:58:53.675905 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15859 2024.12.18 19:58:53.676283 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
15860 2024.12.18 19:58:53.676524 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15861 2024.12.18 19:58:53.676767 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001567 sec., 40842.373962986596 rows/sec., 3.19 MiB/sec.
15862 2024.12.18 19:58:53.676883 [ 266 ] {c721dcd0-80fc-48a6-8fc7-ef676adac197} <Debug> TCPHandler: Processed in 0.001836097 sec.
15863 2024.12.18 19:58:53.677094 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15864 2024.12.18 19:58:53.677425 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15865 2024.12.18 19:58:53.677566 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15866 2024.12.18 19:58:53.678129 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15867 2024.12.18 19:58:53.678168 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15868 2024.12.18 19:58:53.678565 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15869 2024.12.18 19:58:53.678804 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15870 2024.12.18 19:58:53.679022 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec.
15871 2024.12.18 19:58:53.679085 [ 262 ] {e6096997-6417-4d84-bcbd-f61fc71ddc1f} <Debug> TCPHandler: Processed in 0.002114754 sec.
15872 2024.12.18 19:58:53.679276 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15873 2024.12.18 19:58:53.679457 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15874 2024.12.18 19:58:53.679537 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15875 2024.12.18 19:58:53.680168 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15876 2024.12.18 19:58:53.680217 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15877 2024.12.18 19:58:53.680601 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15878 2024.12.18 19:58:53.680852 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15879 2024.12.18 19:58:53.681046 [ 110 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
15880 2024.12.18 19:58:53.681072 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec.
15881 2024.12.18 19:58:53.681134 [ 110 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15882 2024.12.18 19:58:53.681198 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15883 2024.12.18 19:58:53.681202 [ 266 ] {63585265-aad2-4597-9cc2-0cbf7a7b01a6} <Debug> TCPHandler: Processed in 0.002006091 sec.
15884 2024.12.18 19:58:53.681440 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
15885 2024.12.18 19:58:53.681671 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15886 2024.12.18 19:58:53.681732 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7726 rows starting from the beginning of the part
15887 2024.12.18 19:58:53.681971 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part
15888 2024.12.18 19:58:53.682438 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part
15889 2024.12.18 19:58:53.682761 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 58 rows starting from the beginning of the part
15890 2024.12.18 19:58:53.682986 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
15891 2024.12.18 19:58:53.683197 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part
15892 2024.12.18 19:58:53.685618 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8010 rows, containing 4 columns (4 merged, 0 gathered) in 0.004295429 sec., 1864772.9947346353 rows/sec., 121.79 MiB/sec.
15893 2024.12.18 19:58:53.686167 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
15894 2024.12.18 19:58:53.686524 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15895 2024.12.18 19:58:53.686624 [ 187 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_136_27} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
15896 2024.12.18 19:58:53.686732 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB.
15897 2024.12.18 19:58:56.131755 [ 217 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Found 5 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]
15898 2024.12.18 19:58:56.131812 [ 217 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 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]
15899 2024.12.18 19:58:56.133793 [ 217 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
15900 2024.12.18 19:58:56.869795 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
15901 2024.12.18 19:58:56.869870 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
15902 2024.12.18 19:58:57.114061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552
15903 2024.12.18 19:58:57.115105 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15904 2024.12.18 19:58:57.115181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15905 2024.12.18 19:58:57.115984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
15906 2024.12.18 19:58:57.116407 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15907 2024.12.18 19:58:57.116809 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552
15908 2024.12.18 19:58:57.359629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2176
15909 2024.12.18 19:58:57.362595 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15910 2024.12.18 19:58:57.362654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15911 2024.12.18 19:58:57.364262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15912 2024.12.18 19:58:57.364609 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15913 2024.12.18 19:58:57.364803 [ 106 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15914 2024.12.18 19:58:57.364880 [ 106 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15915 2024.12.18 19:58:57.364923 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15916 2024.12.18 19:58:57.365449 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
15917 2024.12.18 19:58:57.367138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2176
15918 2024.12.18 19:58:57.367466 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15919 2024.12.18 19:58:57.367658 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2002 rows starting from the beginning of the part
15920 2024.12.18 19:58:57.368315 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 54 rows starting from the beginning of the part
15921 2024.12.18 19:58:57.368971 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part
15922 2024.12.18 19:58:57.369606 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part
15923 2024.12.18 19:58:57.370322 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 54 rows starting from the beginning of the part
15924 2024.12.18 19:58:57.370950 [ 195 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part
15925 2024.12.18 19:58:57.380414 [ 193 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 72 columns (72 merged, 0 gathered) in 0.015320316 sec., 142033.62384953417 rows/sec., 107.61 MiB/sec.
15926 2024.12.18 19:58:57.382585 [ 192 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15927 2024.12.18 19:58:57.383424 [ 192 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15928 2024.12.18 19:58:57.383519 [ 192 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_61_12} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15929 2024.12.18 19:58:57.383876 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.96 MiB.
15930 2024.12.18 19:58:58.679617 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15931 2024.12.18 19:58:58.679825 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15932 2024.12.18 19:58:58.679903 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15933 2024.12.18 19:58:58.680694 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15934 2024.12.18 19:58:58.680744 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15935 2024.12.18 19:58:58.681178 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15936 2024.12.18 19:58:58.681454 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15937 2024.12.18 19:58:58.681708 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
15938 2024.12.18 19:58:58.681800 [ 262 ] {70cf15ae-50ab-4537-b6c0-a7366ad170d2} <Debug> TCPHandler: Processed in 0.002312178 sec.
15939 2024.12.18 19:58:58.681996 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15940 2024.12.18 19:58:58.682147 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15941 2024.12.18 19:58:58.682204 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15942 2024.12.18 19:58:58.682881 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15943 2024.12.18 19:58:58.682921 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15944 2024.12.18 19:58:58.683320 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
15945 2024.12.18 19:58:58.683560 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15946 2024.12.18 19:58:58.683807 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001688 sec., 168838.8625592417 rows/sec., 14.90 MiB/sec.
15947 2024.12.18 19:58:58.683869 [ 266 ] {f12413b9-0e2d-4d2f-b54b-499b4c5d6ce4} <Debug> TCPHandler: Processed in 0.00196184 sec.
15948 2024.12.18 19:58:58.683897 [ 223 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15949 2024.12.18 19:58:58.683965 [ 223 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15950 2024.12.18 19:58:58.684044 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15951 2024.12.18 19:58:58.684194 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15952 2024.12.18 19:58:58.684248 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15953 2024.12.18 19:58:58.684943 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15954 2024.12.18 19:58:58.685001 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15955 2024.12.18 19:58:58.685566 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15956 2024.12.18 19:58:58.685797 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15957 2024.12.18 19:58:58.686185 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002014 sec., 23833.167825223434 rows/sec., 1.72 MiB/sec.
15958 2024.12.18 19:58:58.686527 [ 262 ] {9a47c316-8cf9-4fe3-83f9-9b6eab2fa11e} <Debug> TCPHandler: Processed in 0.002554233 sec.
15959 2024.12.18 19:58:58.686755 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15960 2024.12.18 19:58:58.687047 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15961 2024.12.18 19:58:58.687143 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15962 2024.12.18 19:58:58.687938 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15963 2024.12.18 19:58:58.687997 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15964 2024.12.18 19:58:58.688589 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15965 2024.12.18 19:58:58.688872 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15966 2024.12.18 19:58:58.689285 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002302 sec., 6081.668114682885 rows/sec., 425.92 KiB/sec.
15967 2024.12.18 19:58:58.689368 [ 266 ] {da5e4578-3bbd-4faa-a1f4-0aadf22d794c} <Debug> TCPHandler: Processed in 0.002709176 sec.
15968 2024.12.18 19:58:58.689546 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15969 2024.12.18 19:58:58.689723 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15970 2024.12.18 19:58:58.689750 [ 223 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
15971 2024.12.18 19:58:58.689789 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15972 2024.12.18 19:58:58.691456 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15973 2024.12.18 19:58:58.691496 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15974 2024.12.18 19:58:58.691849 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15975 2024.12.18 19:58:58.692086 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15976 2024.12.18 19:58:58.692291 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002617 sec., 4967.520061138708 rows/sec., 309.72 KiB/sec.
15977 2024.12.18 19:58:58.692343 [ 262 ] {cb1014b2-44a1-4592-87ab-13e372f72736} <Debug> TCPHandler: Processed in 0.00286917 sec.
15978 2024.12.18 19:58:58.692487 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15979 2024.12.18 19:58:58.692597 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15980 2024.12.18 19:58:58.692642 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15981 2024.12.18 19:58:58.693310 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15982 2024.12.18 19:58:58.693349 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15983 2024.12.18 19:58:58.693720 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
15984 2024.12.18 19:58:58.693957 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15985 2024.12.18 19:58:58.694165 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00159 sec., 266037.73584905657 rows/sec., 19.02 MiB/sec.
15986 2024.12.18 19:58:58.694216 [ 266 ] {97ce5762-a17d-4dfa-8d60-a9c469274cd4} <Debug> TCPHandler: Processed in 0.001783077 sec.
15987 2024.12.18 19:58:58.694358 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15988 2024.12.18 19:58:58.694480 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15989 2024.12.18 19:58:58.694533 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15990 2024.12.18 19:58:58.695051 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15991 2024.12.18 19:58:58.695098 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
15992 2024.12.18 19:58:58.695499 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15993 2024.12.18 19:58:58.695738 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15994 2024.12.18 19:58:58.695927 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
15995 2024.12.18 19:58:58.695977 [ 262 ] {f9e75c4b-8ffa-4c07-a094-8528d1701a40} <Debug> TCPHandler: Processed in 0.001670014 sec.
15996 2024.12.18 19:58:58.696107 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15997 2024.12.18 19:58:58.696215 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15998 2024.12.18 19:58:58.696263 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15999 2024.12.18 19:58:58.696787 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16000 2024.12.18 19:58:58.696826 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16001 2024.12.18 19:58:58.697210 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16002 2024.12.18 19:58:58.697446 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16003 2024.12.18 19:58:58.697624 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_132_27 to all_137_137_0
16004 2024.12.18 19:58:58.697673 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001477 sec., 160460.39268788084 rows/sec., 10.76 MiB/sec.
16005 2024.12.18 19:58:58.697691 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16006 2024.12.18 19:58:58.697755 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16007 2024.12.18 19:58:58.697802 [ 266 ] {b231a9ac-a72d-4cab-80c5-63247cb45549} <Debug> TCPHandler: Processed in 0.001745626 sec.
16008 2024.12.18 19:58:58.698042 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16009 2024.12.18 19:58:58.698144 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_132_27 to all_137_137_0 into Compact with storage Full
16010 2024.12.18 19:58:58.698246 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16011 2024.12.18 19:58:58.698448 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16012 2024.12.18 19:58:58.698794 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16013 2024.12.18 19:58:58.698931 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_27, total 36723 rows starting from the beginning of the part
16014 2024.12.18 19:58:58.699407 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part
16015 2024.12.18 19:58:58.699858 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 898 rows starting from the beginning of the part
16016 2024.12.18 19:58:58.700346 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part
16017 2024.12.18 19:58:58.700764 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part
16018 2024.12.18 19:58:58.701149 [ 191 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part
16019 2024.12.18 19:58:58.701708 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16020 2024.12.18 19:58:58.701796 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16021 2024.12.18 19:58:58.703344 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16022 2024.12.18 19:58:58.703700 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16023 2024.12.18 19:58:58.703968 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005786 sec., 172.83097131005874 rows/sec., 11.65 KiB/sec.
16024 2024.12.18 19:58:58.704312 [ 262 ] {263a6a29-9d34-4f58-ad9d-f921ecc1c193} <Debug> TCPHandler: Processed in 0.006392762 sec.
16025 2024.12.18 19:58:58.704619 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16026 2024.12.18 19:58:58.704992 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16027 2024.12.18 19:58:58.705359 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16028 2024.12.18 19:58:58.707505 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16029 2024.12.18 19:58:58.707551 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16030 2024.12.18 19:58:58.708555 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16031 2024.12.18 19:58:58.708839 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16032 2024.12.18 19:58:58.709098 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
16033 2024.12.18 19:58:58.709183 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16034 2024.12.18 19:58:58.709231 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16035 2024.12.18 19:58:58.709280 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00442 sec., 9276.018099547511 rows/sec., 16.62 MiB/sec.
16036 2024.12.18 19:58:58.709795 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16037 2024.12.18 19:58:58.709832 [ 266 ] {f48e1db7-d497-4061-a99b-933142725f2b} <Debug> TCPHandler: Processed in 0.005398331 sec.
16038 2024.12.18 19:58:58.710107 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16039 2024.12.18 19:58:58.710438 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16040 2024.12.18 19:58:58.710566 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16041 2024.12.18 19:58:58.710870 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16042 2024.12.18 19:58:58.711368 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2176 rows starting from the beginning of the part
16043 2024.12.18 19:58:58.712573 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16044 2024.12.18 19:58:58.713302 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16045 2024.12.18 19:58:58.713454 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16046 2024.12.18 19:58:58.713843 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16047 2024.12.18 19:58:58.714389 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38242 rows, containing 5 columns (5 merged, 0 gathered) in 0.016525049 sec., 2314183.758244832 rows/sec., 156.37 MiB/sec.
16048 2024.12.18 19:58:58.715177 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16049 2024.12.18 19:58:58.715216 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16050 2024.12.18 19:58:58.715365 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Trace> MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary)
16051 2024.12.18 19:58:58.716158 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16052 2024.12.18 19:58:58.716245 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16053 2024.12.18 19:58:58.716883 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00655 sec., 12519.083969465648 rows/sec., 814.20 KiB/sec.
16054 2024.12.18 19:58:58.717203 [ 262 ] {31c50d3f-305e-4d12-b5a8-49d6acd16b2e} <Debug> TCPHandler: Processed in 0.007242629 sec.
16055 2024.12.18 19:58:58.717427 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
16056 2024.12.18 19:58:58.717449 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16057 2024.12.18 19:58:58.717776 [ 198 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_132_27, all_137_137_0] -> all_1_137_28
16058 2024.12.18 19:58:58.718233 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
16059 2024.12.18 19:58:58.728471 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2381 rows, containing 19 columns (19 merged, 0 gathered) in 0.019096952 sec., 124679.58237523977 rows/sec., 223.42 MiB/sec.
16060 2024.12.18 19:58:58.730870 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
16061 2024.12.18 19:58:58.731309 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16062 2024.12.18 19:58:58.731389 [ 196 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
16063 2024.12.18 19:58:58.731558 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB.
16064 2024.12.18 19:58:59.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.66 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: 1.20 MiB
16065 2024.12.18 19:58:59.443382 [ 224 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16066 2024.12.18 19:58:59.443460 [ 224 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16067 2024.12.18 19:58:59.446218 [ 224 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16068 2024.12.18 19:58:59.892941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633
16069 2024.12.18 19:58:59.915632 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16070 2024.12.18 19:58:59.915691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16071 2024.12.18 19:58:59.924239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
16072 2024.12.18 19:58:59.925100 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16073 2024.12.18 19:58:59.929288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633
16074 2024.12.18 19:59:03.063466 [ 223 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16075 2024.12.18 19:59:03.063577 [ 223 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16076 2024.12.18 19:59:03.066030 [ 223 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16077 2024.12.18 19:59:03.253746 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16078 2024.12.18 19:59:03.253804 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16079 2024.12.18 19:59:03.255895 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16080 2024.12.18 19:59:03.677387 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16081 2024.12.18 19:59:03.677639 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16082 2024.12.18 19:59:03.677743 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16083 2024.12.18 19:59:03.678825 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16084 2024.12.18 19:59:03.678900 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16085 2024.12.18 19:59:03.679544 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
16086 2024.12.18 19:59:03.679952 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16087 2024.12.18 19:59:03.680298 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002728 sec., 1466.275659824047 rows/sec., 119.56 KiB/sec.
16088 2024.12.18 19:59:03.680401 [ 262 ] {08c579de-7228-474c-a07a-61015e1363ce} <Debug> TCPHandler: Processed in 0.003203046 sec.
16089 2024.12.18 19:59:03.680636 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16090 2024.12.18 19:59:03.680785 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16091 2024.12.18 19:59:03.680852 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16092 2024.12.18 19:59:03.681632 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16093 2024.12.18 19:59:03.681677 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16094 2024.12.18 19:59:03.682127 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16095 2024.12.18 19:59:03.682388 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16096 2024.12.18 19:59:03.682613 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.00187 sec., 31016.042780748663 rows/sec., 2.36 MiB/sec.
16097 2024.12.18 19:59:03.682674 [ 266 ] {5ea4a84d-de01-4c25-b039-751ec7813046} <Debug> TCPHandler: Processed in 0.002105933 sec.
16098 2024.12.18 19:59:03.682841 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16099 2024.12.18 19:59:03.682966 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16100 2024.12.18 19:59:03.683033 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16101 2024.12.18 19:59:03.683629 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16102 2024.12.18 19:59:03.683671 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16103 2024.12.18 19:59:03.684040 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16104 2024.12.18 19:59:03.684283 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16105 2024.12.18 19:59:03.684486 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001538 sec., 2600.780234070221 rows/sec., 181.60 KiB/sec.
16106 2024.12.18 19:59:03.684591 [ 262 ] {7f2185be-f8a3-481a-bce0-a3e3d6864a63} <Debug> TCPHandler: Processed in 0.001803257 sec.
16107 2024.12.18 19:59:03.684767 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16108 2024.12.18 19:59:03.685061 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16109 2024.12.18 19:59:03.685130 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16110 2024.12.18 19:59:03.685732 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16111 2024.12.18 19:59:03.685775 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16112 2024.12.18 19:59:03.686158 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16113 2024.12.18 19:59:03.686405 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16114 2024.12.18 19:59:03.686630 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001677 sec., 40548.59868813357 rows/sec., 3.17 MiB/sec.
16115 2024.12.18 19:59:03.686693 [ 266 ] {638039db-f2fa-48a8-9d81-28f3edc71248} <Debug> TCPHandler: Processed in 0.001998272 sec.
16116 2024.12.18 19:59:03.686881 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16117 2024.12.18 19:59:03.687049 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16118 2024.12.18 19:59:03.687104 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16119 2024.12.18 19:59:03.687650 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16120 2024.12.18 19:59:03.687688 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16121 2024.12.18 19:59:03.688076 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16122 2024.12.18 19:59:03.688386 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16123 2024.12.18 19:59:03.688596 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001593 sec., 101694.91525423729 rows/sec., 7.08 MiB/sec.
16124 2024.12.18 19:59:03.688660 [ 262 ] {b61c87a7-5c8e-4ebb-b93f-44cebf4c7906} <Debug> TCPHandler: Processed in 0.001838278 sec.
16125 2024.12.18 19:59:03.688852 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16126 2024.12.18 19:59:03.688974 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16127 2024.12.18 19:59:03.689031 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16128 2024.12.18 19:59:03.689626 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16129 2024.12.18 19:59:03.689672 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16130 2024.12.18 19:59:03.690124 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16131 2024.12.18 19:59:03.690422 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16132 2024.12.18 19:59:03.690682 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001733 sec., 34622.042700519334 rows/sec., 2.33 MiB/sec.
16133 2024.12.18 19:59:03.690746 [ 266 ] {270d37e9-650e-4d32-ac1d-40728a83f790} <Debug> TCPHandler: Processed in 0.0019634 sec.
16134 2024.12.18 19:59:04.152003 [ 225 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
16135 2024.12.18 19:59:04.152058 [ 225 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
16136 2024.12.18 19:59:04.154016 [ 225 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
16137 2024.12.18 19:59:04.617920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979
16138 2024.12.18 19:59:04.618550 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16139 2024.12.18 19:59:04.618597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16140 2024.12.18 19:59:04.619128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
16141 2024.12.18 19:59:04.619390 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16142 2024.12.18 19:59:04.619594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979
16143 2024.12.18 19:59:05.803443 [ 221 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
16144 2024.12.18 19:59:05.803497 [ 221 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
16145 2024.12.18 19:59:05.805692 [ 221 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
16146 2024.12.18 19:59:06.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.86 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: 4.00 MiB
16147 2024.12.18 19:59:07.368285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2210
16148 2024.12.18 19:59:07.373696 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16149 2024.12.18 19:59:07.373764 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16150 2024.12.18 19:59:07.375347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16151 2024.12.18 19:59:07.375695 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16152 2024.12.18 19:59:07.376388 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2210
16153 2024.12.18 19:59:07.430342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641
16154 2024.12.18 19:59:07.455232 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16155 2024.12.18 19:59:07.455290 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16156 2024.12.18 19:59:07.462954 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
16157 2024.12.18 19:59:07.463822 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16158 2024.12.18 19:59:07.468705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
16159 2024.12.18 19:59:08.679768 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16160 2024.12.18 19:59:08.679956 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16161 2024.12.18 19:59:08.680026 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16162 2024.12.18 19:59:08.680777 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16163 2024.12.18 19:59:08.680826 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16164 2024.12.18 19:59:08.681252 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16165 2024.12.18 19:59:08.681503 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16166 2024.12.18 19:59:08.681750 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec.
16167 2024.12.18 19:59:08.681817 [ 262 ] {0a4f4c31-db77-4be2-86c4-574bcb2b247d} <Debug> TCPHandler: Processed in 0.002170754 sec.
16168 2024.12.18 19:59:08.681988 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16169 2024.12.18 19:59:08.682110 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16170 2024.12.18 19:59:08.682158 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16171 2024.12.18 19:59:08.682886 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16172 2024.12.18 19:59:08.682926 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16173 2024.12.18 19:59:08.683318 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16174 2024.12.18 19:59:08.683559 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16175 2024.12.18 19:59:08.683794 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001711 sec., 166569.25774400934 rows/sec., 14.70 MiB/sec.
16176 2024.12.18 19:59:08.683850 [ 266 ] {9e9fc073-0bd8-4495-a143-4728360cae24} <Debug> TCPHandler: Processed in 0.001921309 sec.
16177 2024.12.18 19:59:08.684001 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16178 2024.12.18 19:59:08.684132 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16179 2024.12.18 19:59:08.684186 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16180 2024.12.18 19:59:08.684820 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16181 2024.12.18 19:59:08.684859 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16182 2024.12.18 19:59:08.685215 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16183 2024.12.18 19:59:08.685447 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16184 2024.12.18 19:59:08.685663 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00156 sec., 30769.23076923077 rows/sec., 2.22 MiB/sec.
16185 2024.12.18 19:59:08.685717 [ 262 ] {31fc16a1-2e25-43fb-8921-0fa6fb202338} <Debug> TCPHandler: Processed in 0.001776857 sec.
16186 2024.12.18 19:59:08.685886 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16187 2024.12.18 19:59:08.686003 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16188 2024.12.18 19:59:08.686049 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16189 2024.12.18 19:59:08.686606 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16190 2024.12.18 19:59:08.686646 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16191 2024.12.18 19:59:08.687034 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16192 2024.12.18 19:59:08.687261 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16193 2024.12.18 19:59:08.687429 [ 93 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0
16194 2024.12.18 19:59:08.687489 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
16195 2024.12.18 19:59:08.687513 [ 93 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16196 2024.12.18 19:59:08.687579 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16197 2024.12.18 19:59:08.687615 [ 266 ] {f762d250-e9ed-49db-a653-38f194764e1b} <Debug> TCPHandler: Processed in 0.001777986 sec.
16198 2024.12.18 19:59:08.687801 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16199 2024.12.18 19:59:08.687817 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full
16200 2024.12.18 19:59:08.687968 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16201 2024.12.18 19:59:08.688081 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16202 2024.12.18 19:59:08.688084 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16203 2024.12.18 19:59:08.688167 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 243 rows starting from the beginning of the part
16204 2024.12.18 19:59:08.688489 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
16205 2024.12.18 19:59:08.688872 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
16206 2024.12.18 19:59:08.689191 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 242 rows starting from the beginning of the part
16207 2024.12.18 19:59:08.689566 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
16208 2024.12.18 19:59:08.689901 [ 197 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
16209 2024.12.18 19:59:08.691005 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16210 2024.12.18 19:59:08.691076 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16211 2024.12.18 19:59:08.692132 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16212 2024.12.18 19:59:08.692863 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16213 2024.12.18 19:59:08.692957 [ 190 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266958 sec., 102715.8371112889 rows/sec., 7.36 MiB/sec.
16214 2024.12.18 19:59:08.693344 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005407 sec., 2404.290734233401 rows/sec., 149.91 KiB/sec.
16215 2024.12.18 19:59:08.693348 [ 190 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary)
16216 2024.12.18 19:59:08.693543 [ 262 ] {f200d678-82a7-4c3c-ae1c-f7bbea165dbc} <Debug> TCPHandler: Processed in 0.0058226 sec.
16217 2024.12.18 19:59:08.693754 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16218 2024.12.18 19:59:08.693946 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16219 2024.12.18 19:59:08.693999 [ 190 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16220 2024.12.18 19:59:08.694022 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16221 2024.12.18 19:59:08.694255 [ 190 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_57_12} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12
16222 2024.12.18 19:59:08.694478 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
16223 2024.12.18 19:59:08.695130 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16224 2024.12.18 19:59:08.695178 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16225 2024.12.18 19:59:08.695594 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16226 2024.12.18 19:59:08.695850 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16227 2024.12.18 19:59:08.696073 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002187 sec., 193415.6378600823 rows/sec., 13.83 MiB/sec.
16228 2024.12.18 19:59:08.696132 [ 266 ] {6036dbb5-dfb1-4bd5-be03-57b41391efed} <Debug> TCPHandler: Processed in 0.002467691 sec.
16229 2024.12.18 19:59:08.696280 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16230 2024.12.18 19:59:08.696393 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16231 2024.12.18 19:59:08.696443 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16232 2024.12.18 19:59:08.696918 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16233 2024.12.18 19:59:08.696963 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16234 2024.12.18 19:59:08.697432 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16235 2024.12.18 19:59:08.697799 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16236 2024.12.18 19:59:08.698024 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001652 sec., 3631.961259079903 rows/sec., 189.76 KiB/sec.
16237 2024.12.18 19:59:08.698076 [ 262 ] {acb29b99-7ba6-40d8-b494-14c052059488} <Debug> TCPHandler: Processed in 0.001850428 sec.
16238 2024.12.18 19:59:08.698232 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16239 2024.12.18 19:59:08.698340 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16240 2024.12.18 19:59:08.698386 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16241 2024.12.18 19:59:08.698922 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16242 2024.12.18 19:59:08.698961 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16243 2024.12.18 19:59:08.699358 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16244 2024.12.18 19:59:08.699602 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16245 2024.12.18 19:59:08.699821 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001503 sec., 157684.63073852294 rows/sec., 10.57 MiB/sec.
16246 2024.12.18 19:59:08.699878 [ 266 ] {b9dd1a69-5bd6-4889-9828-f29996df31c3} <Debug> TCPHandler: Processed in 0.001695265 sec.
16247 2024.12.18 19:59:08.700037 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16248 2024.12.18 19:59:08.700239 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16249 2024.12.18 19:59:08.700310 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16250 2024.12.18 19:59:08.700800 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16251 2024.12.18 19:59:08.700839 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16252 2024.12.18 19:59:08.701199 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16253 2024.12.18 19:59:08.701433 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16254 2024.12.18 19:59:08.701595 [ 93 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0
16255 2024.12.18 19:59:08.701662 [ 93 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16256 2024.12.18 19:59:08.701677 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
16257 2024.12.18 19:59:08.701707 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16258 2024.12.18 19:59:08.701780 [ 262 ] {14e48908-aedb-4233-b5ef-f514f88d2b44} <Debug> TCPHandler: Processed in 0.001818257 sec.
16259 2024.12.18 19:59:08.701904 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full
16260 2024.12.18 19:59:08.701945 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16261 2024.12.18 19:59:08.702014 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16262 2024.12.18 19:59:08.702053 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 52 rows starting from the beginning of the part
16263 2024.12.18 19:59:08.702073 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16264 2024.12.18 19:59:08.702181 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
16265 2024.12.18 19:59:08.702279 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16266 2024.12.18 19:59:08.702393 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
16267 2024.12.18 19:59:08.702652 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
16268 2024.12.18 19:59:08.702845 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
16269 2024.12.18 19:59:08.703070 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
16270 2024.12.18 19:59:08.704901 [ 200 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 57 rows, containing 4 columns (4 merged, 0 gathered) in 0.003079853 sec., 18507.376813114133 rows/sec., 1.22 MiB/sec.
16271 2024.12.18 19:59:08.705146 [ 190 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary)
16272 2024.12.18 19:59:08.705528 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16273 2024.12.18 19:59:08.705599 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16274 2024.12.18 19:59:08.705838 [ 190 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16275 2024.12.18 19:59:08.706055 [ 190 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_57_12} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12
16276 2024.12.18 19:59:08.706244 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16277 2024.12.18 19:59:08.706710 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16278 2024.12.18 19:59:08.706977 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16279 2024.12.18 19:59:08.707217 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005175 sec., 7922.705314009662 rows/sec., 14.20 MiB/sec.
16280 2024.12.18 19:59:08.707338 [ 266 ] {566e32c2-160b-48ff-9162-ad859f243567} <Debug> TCPHandler: Processed in 0.005451582 sec.
16281 2024.12.18 19:59:08.707493 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16282 2024.12.18 19:59:08.707626 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16283 2024.12.18 19:59:08.707682 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16284 2024.12.18 19:59:08.708216 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16285 2024.12.18 19:59:08.708263 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16286 2024.12.18 19:59:08.708693 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16287 2024.12.18 19:59:08.708930 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16288 2024.12.18 19:59:08.709121 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec.
16289 2024.12.18 19:59:08.709176 [ 262 ] {bffd915a-035d-41c3-a6de-d0ce59f1a777} <Debug> TCPHandler: Processed in 0.001749646 sec.
16290 2024.12.18 19:59:11.869923 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
16291 2024.12.18 19:59:11.870005 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
16292 2024.12.18 19:59:12.120712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467
16293 2024.12.18 19:59:12.121594 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16294 2024.12.18 19:59:12.121651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16295 2024.12.18 19:59:12.122218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
16296 2024.12.18 19:59:12.122484 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16297 2024.12.18 19:59:12.122747 [ 89 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
16298 2024.12.18 19:59:12.122785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467
16299 2024.12.18 19:59:12.122875 [ 89 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16300 2024.12.18 19:59:12.122923 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16301 2024.12.18 19:59:12.123091 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::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
16302 2024.12.18 19:59:12.123266 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16303 2024.12.18 19:59:12.123314 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::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
16304 2024.12.18 19:59:12.123403 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part
16305 2024.12.18 19:59:12.123663 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part
16306 2024.12.18 19:59:12.123874 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part
16307 2024.12.18 19:59:12.124039 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part
16308 2024.12.18 19:59:12.124216 [ 199 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part
16309 2024.12.18 19:59:12.127255 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.004233697 sec., 9322112.564975718 rows/sec., 133.35 MiB/sec.
16310 2024.12.18 19:59:12.127696 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
16311 2024.12.18 19:59:12.128044 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16312 2024.12.18 19:59:12.128139 [ 190 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_86_17} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
16313 2024.12.18 19:59:12.128263 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB.
16314 2024.12.18 19:59:13.673880 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16315 2024.12.18 19:59:13.674093 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16316 2024.12.18 19:59:13.674172 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16317 2024.12.18 19:59:13.675006 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16318 2024.12.18 19:59:13.675056 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16319 2024.12.18 19:59:13.675488 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16320 2024.12.18 19:59:13.675738 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16321 2024.12.18 19:59:13.675936 [ 87 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16322 2024.12.18 19:59:13.675987 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec.
16323 2024.12.18 19:59:13.676035 [ 87 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16324 2024.12.18 19:59:13.676111 [ 262 ] {ff98e9b8-9689-45f1-b74c-c11bfd0d4706} <Debug> TCPHandler: Processed in 0.002361329 sec.
16325 2024.12.18 19:59:13.676112 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16326 2024.12.18 19:59:13.676323 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16327 2024.12.18 19:59:13.676346 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
16328 2024.12.18 19:59:13.676513 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16329 2024.12.18 19:59:13.676630 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16330 2024.12.18 19:59:13.676667 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16331 2024.12.18 19:59:13.676775 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1436 rows starting from the beginning of the part
16332 2024.12.18 19:59:13.677052 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part
16333 2024.12.18 19:59:13.677487 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 285 rows starting from the beginning of the part
16334 2024.12.18 19:59:13.677830 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 58 rows starting from the beginning of the part
16335 2024.12.18 19:59:13.678267 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 285 rows starting from the beginning of the part
16336 2024.12.18 19:59:13.678550 [ 202 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part
16337 2024.12.18 19:59:13.679523 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16338 2024.12.18 19:59:13.679587 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16339 2024.12.18 19:59:13.680607 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16340 2024.12.18 19:59:13.681106 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16341 2024.12.18 19:59:13.681395 [ 87 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16342 2024.12.18 19:59:13.681504 [ 87 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16343 2024.12.18 19:59:13.681581 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16344 2024.12.18 19:59:13.681621 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005128 sec., 12480.499219968799 rows/sec., 997.51 KiB/sec.
16345 2024.12.18 19:59:13.682140 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
16346 2024.12.18 19:59:13.682158 [ 266 ] {b37aa176-c8a8-4a63-a15f-373caafb5d27} <Debug> TCPHandler: Processed in 0.005904422 sec.
16347 2024.12.18 19:59:13.682370 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006116505 sec., 355758.72168828436 rows/sec., 31.29 MiB/sec.
16348 2024.12.18 19:59:13.682490 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16349 2024.12.18 19:59:13.682521 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16350 2024.12.18 19:59:13.682570 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
16351 2024.12.18 19:59:13.682806 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16352 2024.12.18 19:59:13.682885 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16353 2024.12.18 19:59:13.682988 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part
16354 2024.12.18 19:59:13.683189 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16355 2024.12.18 19:59:13.683622 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 423 rows starting from the beginning of the part
16356 2024.12.18 19:59:13.684120 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 68 rows starting from the beginning of the part
16357 2024.12.18 19:59:13.684199 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16358 2024.12.18 19:59:13.684672 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 423 rows starting from the beginning of the part
16359 2024.12.18 19:59:13.684748 [ 194 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_141_28} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16360 2024.12.18 19:59:13.685175 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
16361 2024.12.18 19:59:13.685263 [ 190 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part
16362 2024.12.18 19:59:13.686818 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16363 2024.12.18 19:59:13.686894 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16364 2024.12.18 19:59:13.687890 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16365 2024.12.18 19:59:13.688313 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006585786 sec., 297155.11557770026 rows/sec., 22.75 MiB/sec.
16366 2024.12.18 19:59:13.688379 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16367 2024.12.18 19:59:13.688671 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16368 2024.12.18 19:59:13.688706 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006012 sec., 26613.43978709248 rows/sec., 1.85 MiB/sec.
16369 2024.12.18 19:59:13.688869 [ 262 ] {c1162ddd-09ad-4cad-9406-86a77b66cff1} <Debug> TCPHandler: Processed in 0.006557655 sec.
16370 2024.12.18 19:59:13.689028 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16371 2024.12.18 19:59:13.689228 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16372 2024.12.18 19:59:13.689250 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16373 2024.12.18 19:59:13.689309 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16374 2024.12.18 19:59:13.689436 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_141_28} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16375 2024.12.18 19:59:13.689640 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
16376 2024.12.18 19:59:13.690071 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16377 2024.12.18 19:59:13.690113 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16378 2024.12.18 19:59:13.690486 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16379 2024.12.18 19:59:13.690718 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16380 2024.12.18 19:59:13.690929 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001746 sec., 34364.26116838488 rows/sec., 2.32 MiB/sec.
16381 2024.12.18 19:59:13.691009 [ 266 ] {b9e50785-6cdc-4a8a-9b5b-f915ce04533a} <Debug> TCPHandler: Processed in 0.002059402 sec.
16382 2024.12.18 19:59:14.969754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
16383 2024.12.18 19:59:14.992096 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16384 2024.12.18 19:59:14.992160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16385 2024.12.18 19:59:14.999681 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
16386 2024.12.18 19:59:15.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.38 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: -4.52 MiB
16387 2024.12.18 19:59:15.000793 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16388 2024.12.18 19:59:15.001216 [ 85 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
16389 2024.12.18 19:59:15.001356 [ 85 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16390 2024.12.18 19:59:15.001440 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16391 2024.12.18 19:59:15.001941 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16392 2024.12.18 19:59:15.014925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
16393 2024.12.18 19:59:15.016929 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16394 2024.12.18 19:59:15.018741 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16395 2024.12.18 19:59:15.024448 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16396 2024.12.18 19:59:15.030512 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16397 2024.12.18 19:59:15.036453 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16398 2024.12.18 19:59:15.042477 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16399 2024.12.18 19:59:15.048267 [ 192 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
16400 2024.12.18 19:59:15.117051 [ 195 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.115435814 sec., 5622.171989015472 rows/sec., 29.07 MiB/sec.
16401 2024.12.18 19:59:15.120665 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
16402 2024.12.18 19:59:15.123708 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_86_17} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16403 2024.12.18 19:59:15.123850 [ 186 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_86_17} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
16404 2024.12.18 19:59:15.126492 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
16405 2024.12.18 19:59:16.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.42 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: 3.45 MiB
16406 2024.12.18 19:59:16.418978 [ 224 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
16407 2024.12.18 19:59:16.419039 [ 224 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
16408 2024.12.18 19:59:16.420961 [ 224 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
16409 2024.12.18 19:59:16.438494 [ 81 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
16410 2024.12.18 19:59:16.438595 [ 81 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16411 2024.12.18 19:59:16.438636 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16412 2024.12.18 19:59:16.438840 [ 221 ] {} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): 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]
16413 2024.12.18 19:59:16.438917 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::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
16414 2024.12.18 19:59:16.438928 [ 221 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): 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]
16415 2024.12.18 19:59:16.439212 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16416 2024.12.18 19:59:16.439291 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part
16417 2024.12.18 19:59:16.439375 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part
16418 2024.12.18 19:59:16.439772 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part
16419 2024.12.18 19:59:16.440161 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part
16420 2024.12.18 19:59:16.440435 [ 198 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part
16421 2024.12.18 19:59:16.442567 [ 195 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003826568 sec., 9407.908078466135 rows/sec., 803.90 KiB/sec.
16422 2024.12.18 19:59:16.442832 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
16423 2024.12.18 19:59:16.442871 [ 221 ] {} <Debug> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): 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]
16424 2024.12.18 19:59:16.443448 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16425 2024.12.18 19:59:16.443541 [ 196 ] {bbe484cf-7d6f-4a28-97c9-aa84b8096f7a::all_1_37_9} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
16426 2024.12.18 19:59:16.443652 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
16427 2024.12.18 19:59:16.594351 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16428 2024.12.18 19:59:16.594535 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16429 2024.12.18 19:59:16.594607 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16430 2024.12.18 19:59:16.595366 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16431 2024.12.18 19:59:16.595410 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16432 2024.12.18 19:59:16.595801 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16433 2024.12.18 19:59:16.596046 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16434 2024.12.18 19:59:16.596232 [ 83 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16435 2024.12.18 19:59:16.596294 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec.
16436 2024.12.18 19:59:16.596302 [ 83 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16437 2024.12.18 19:59:16.596372 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16438 2024.12.18 19:59:16.596420 [ 262 ] {1aaae942-0513-4bcb-8e67-556028cebd6c} <Debug> TCPHandler: Processed in 0.002191735 sec.
16439 2024.12.18 19:59:16.596633 [ 221 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
16440 2024.12.18 19:59:16.596695 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16441 2024.12.18 19:59:16.596707 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16442 2024.12.18 19:59:16.596706 [ 221 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
16443 2024.12.18 19:59:16.597028 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16444 2024.12.18 19:59:16.597161 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16445 2024.12.18 19:59:16.597190 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16446 2024.12.18 19:59:16.597319 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16447 2024.12.18 19:59:16.597800 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16448 2024.12.18 19:59:16.598250 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16449 2024.12.18 19:59:16.598707 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16450 2024.12.18 19:59:16.599214 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
16451 2024.12.18 19:59:16.600421 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16452 2024.12.18 19:59:16.600496 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16453 2024.12.18 19:59:16.601928 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
16454 2024.12.18 19:59:16.602835 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16455 2024.12.18 19:59:16.602950 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006471603 sec., 10816.485498260632 rows/sec., 820.89 KiB/sec.
16456 2024.12.18 19:59:16.603273 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16457 2024.12.18 19:59:16.603481 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00654 sec., 305.81039755351685 rows/sec., 24.94 KiB/sec.
16458 2024.12.18 19:59:16.603709 [ 266 ] {11b71896-397d-4e85-ba20-5629940548fd} <Debug> TCPHandler: Processed in 0.007125417 sec.
16459 2024.12.18 19:59:16.604029 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16460 2024.12.18 19:59:16.604220 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_57_14} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16461 2024.12.18 19:59:16.604307 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16462 2024.12.18 19:59:16.604442 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16463 2024.12.18 19:59:16.604465 [ 195 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_57_14} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16464 2024.12.18 19:59:16.604738 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16465 2024.12.18 19:59:16.604852 [ 221 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
16466 2024.12.18 19:59:16.606759 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16467 2024.12.18 19:59:16.606803 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16468 2024.12.18 19:59:16.607250 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16469 2024.12.18 19:59:16.607490 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16470 2024.12.18 19:59:16.607698 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.003491 sec., 408478.94586078485 rows/sec., 34.11 MiB/sec.
16471 2024.12.18 19:59:16.607754 [ 262 ] {e4be3f68-27cf-4a8f-ad01-0f71d661eba1} <Debug> TCPHandler: Processed in 0.00391266 sec.
16472 2024.12.18 19:59:16.607930 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16473 2024.12.18 19:59:16.608057 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16474 2024.12.18 19:59:16.608112 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16475 2024.12.18 19:59:16.608780 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16476 2024.12.18 19:59:16.608827 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16477 2024.12.18 19:59:16.609195 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16478 2024.12.18 19:59:16.609431 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16479 2024.12.18 19:59:16.609647 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001617 sec., 30921.459492888065 rows/sec., 2.22 MiB/sec.
16480 2024.12.18 19:59:16.609702 [ 266 ] {b448ab61-121e-484a-8c58-0eb1bc6151bd} <Debug> TCPHandler: Processed in 0.001836178 sec.
16481 2024.12.18 19:59:16.609862 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16482 2024.12.18 19:59:16.609997 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16483 2024.12.18 19:59:16.610049 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16484 2024.12.18 19:59:16.610775 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16485 2024.12.18 19:59:16.610820 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16486 2024.12.18 19:59:16.611180 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16487 2024.12.18 19:59:16.611420 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16488 2024.12.18 19:59:16.611612 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001643 sec., 147291.5398660986 rows/sec., 9.98 MiB/sec.
16489 2024.12.18 19:59:16.611663 [ 262 ] {8cb652f2-3c19-4262-a77a-59e312ee8ff3} <Debug> TCPHandler: Processed in 0.001869629 sec.
16490 2024.12.18 19:59:16.611795 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16491 2024.12.18 19:59:16.611904 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16492 2024.12.18 19:59:16.611957 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16493 2024.12.18 19:59:16.612607 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16494 2024.12.18 19:59:16.612655 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16495 2024.12.18 19:59:16.613043 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16496 2024.12.18 19:59:16.613277 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16497 2024.12.18 19:59:16.613432 [ 83 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16498 2024.12.18 19:59:16.613500 [ 83 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16499 2024.12.18 19:59:16.613506 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec.
16500 2024.12.18 19:59:16.613539 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16501 2024.12.18 19:59:16.613658 [ 266 ] {0c7b1b1d-f1ae-49e3-9ded-3cc13cdad36e} <Debug> TCPHandler: Processed in 0.0019106 sec.
16502 2024.12.18 19:59:16.613730 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16503 2024.12.18 19:59:16.613833 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16504 2024.12.18 19:59:16.613908 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16505 2024.12.18 19:59:16.613996 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16506 2024.12.18 19:59:16.614072 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16507 2024.12.18 19:59:16.614227 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16508 2024.12.18 19:59:16.614253 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16509 2024.12.18 19:59:16.614650 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16510 2024.12.18 19:59:16.614966 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16511 2024.12.18 19:59:16.615341 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
16512 2024.12.18 19:59:16.617367 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003716977 sec., 17487.32908489883 rows/sec., 1.13 MiB/sec.
16513 2024.12.18 19:59:16.617454 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16514 2024.12.18 19:59:16.617506 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16515 2024.12.18 19:59:16.617515 [ 191 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16516 2024.12.18 19:59:16.618018 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_57_14} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16517 2024.12.18 19:59:16.618130 [ 188 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_57_14} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16518 2024.12.18 19:59:16.618178 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16519 2024.12.18 19:59:16.618229 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16520 2024.12.18 19:59:16.618444 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16521 2024.12.18 19:59:16.618651 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.004652 sec., 189380.91143594153 rows/sec., 13.73 MiB/sec.
16522 2024.12.18 19:59:16.618710 [ 262 ] {fa6eab77-ec03-4964-b3da-69f7c6152a2f} <Debug> TCPHandler: Processed in 0.004949482 sec.
16523 2024.12.18 19:59:16.618856 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16524 2024.12.18 19:59:16.618960 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16525 2024.12.18 19:59:16.619005 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16526 2024.12.18 19:59:16.619443 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16527 2024.12.18 19:59:16.619482 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16528 2024.12.18 19:59:16.619833 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16529 2024.12.18 19:59:16.620074 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16530 2024.12.18 19:59:16.620304 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec.
16531 2024.12.18 19:59:16.620371 [ 266 ] {636d262b-d060-49ea-97e4-0a76b5e5df71} <Debug> TCPHandler: Processed in 0.001566433 sec.
16532 2024.12.18 19:59:16.620594 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16533 2024.12.18 19:59:16.620796 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16534 2024.12.18 19:59:16.620846 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16535 2024.12.18 19:59:16.621550 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16536 2024.12.18 19:59:16.621588 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16537 2024.12.18 19:59:16.622009 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16538 2024.12.18 19:59:16.622248 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16539 2024.12.18 19:59:16.622454 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Debug> executeQuery: Read 894 rows, 60.99 KiB in 0.0017 sec., 525882.3529411765 rows/sec., 35.04 MiB/sec.
16540 2024.12.18 19:59:16.622507 [ 262 ] {69679c9e-08ff-4792-baf5-a5c4e6c06cfa} <Debug> TCPHandler: Processed in 0.002050123 sec.
16541 2024.12.18 19:59:16.622639 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16542 2024.12.18 19:59:16.622745 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16543 2024.12.18 19:59:16.622792 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16544 2024.12.18 19:59:16.623278 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16545 2024.12.18 19:59:16.623325 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16546 2024.12.18 19:59:16.623743 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16547 2024.12.18 19:59:16.624013 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16548 2024.12.18 19:59:16.624211 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec.
16549 2024.12.18 19:59:16.624261 [ 266 ] {a90f1f1e-fef2-4f48-a2bf-e1d0c1438683} <Debug> TCPHandler: Processed in 0.001673995 sec.
16550 2024.12.18 19:59:16.624397 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16551 2024.12.18 19:59:16.624504 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16552 2024.12.18 19:59:16.624569 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16553 2024.12.18 19:59:16.625650 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16554 2024.12.18 19:59:16.625687 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16555 2024.12.18 19:59:16.626330 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16556 2024.12.18 19:59:16.626590 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16557 2024.12.18 19:59:16.626864 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002378 sec., 17241.37931034483 rows/sec., 30.90 MiB/sec.
16558 2024.12.18 19:59:16.627192 [ 262 ] {9b102d54-c3c6-4683-8ce8-12cdaf85ebb8} <Debug> TCPHandler: Processed in 0.002846669 sec.
16559 2024.12.18 19:59:16.627351 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16560 2024.12.18 19:59:16.627477 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16561 2024.12.18 19:59:16.627532 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16562 2024.12.18 19:59:16.628031 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16563 2024.12.18 19:59:16.628068 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16564 2024.12.18 19:59:16.628424 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16565 2024.12.18 19:59:16.628661 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16566 2024.12.18 19:59:16.628818 [ 83 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16567 2024.12.18 19:59:16.628860 [ 83 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16568 2024.12.18 19:59:16.628882 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001429 sec., 40587.82365290413 rows/sec., 2.51 MiB/sec.
16569 2024.12.18 19:59:16.628896 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16570 2024.12.18 19:59:16.629027 [ 266 ] {73ab5d11-aabe-4d03-93c3-f5d1b1b5165b} <Debug> TCPHandler: Processed in 0.001742076 sec.
16571 2024.12.18 19:59:16.629204 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
16572 2024.12.18 19:59:16.629374 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16573 2024.12.18 19:59:16.629419 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8010 rows starting from the beginning of the part
16574 2024.12.18 19:59:16.629559 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 82 rows starting from the beginning of the part
16575 2024.12.18 19:59:16.629772 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part
16576 2024.12.18 19:59:16.629919 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part
16577 2024.12.18 19:59:16.630117 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part
16578 2024.12.18 19:59:16.630243 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 58 rows starting from the beginning of the part
16579 2024.12.18 19:59:16.632967 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8352 rows, containing 4 columns (4 merged, 0 gathered) in 0.003927501 sec., 2126543.0613512257 rows/sec., 138.82 MiB/sec.
16580 2024.12.18 19:59:16.633121 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16581 2024.12.18 19:59:16.633423 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16582 2024.12.18 19:59:16.633503 [ 189 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_141_28} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16583 2024.12.18 19:59:16.633583 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
16584 2024.12.18 19:59:17.377583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2264
16585 2024.12.18 19:59:17.382862 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16586 2024.12.18 19:59:17.382924 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16587 2024.12.18 19:59:17.384487 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16588 2024.12.18 19:59:17.384819 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16589 2024.12.18 19:59:17.385397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2264
16590 2024.12.18 19:59:18.667891 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16591 2024.12.18 19:59:18.668125 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16592 2024.12.18 19:59:18.668204 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16593 2024.12.18 19:59:18.669054 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16594 2024.12.18 19:59:18.669100 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16595 2024.12.18 19:59:18.669537 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16596 2024.12.18 19:59:18.669804 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16597 2024.12.18 19:59:18.670071 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.15 MiB/sec.
16598 2024.12.18 19:59:18.670165 [ 262 ] {a5b984ce-e60c-4847-9e4b-fe930309d9d9} <Debug> TCPHandler: Processed in 0.002445631 sec.
16599 2024.12.18 19:59:18.670181 [ 222 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
16600 2024.12.18 19:59:18.670253 [ 222 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
16601 2024.12.18 19:59:18.670362 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16602 2024.12.18 19:59:18.670526 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16603 2024.12.18 19:59:18.670588 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16604 2024.12.18 19:59:18.671918 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16605 2024.12.18 19:59:18.671973 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16606 2024.12.18 19:59:18.672673 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16607 2024.12.18 19:59:18.673157 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16608 2024.12.18 19:59:18.673481 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002975 sec., 21512.605042016807 rows/sec., 1.68 MiB/sec.
16609 2024.12.18 19:59:18.673497 [ 220 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16610 2024.12.18 19:59:18.673560 [ 220 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16611 2024.12.18 19:59:18.673775 [ 266 ] {65a0937b-fec9-45fb-b446-d2b6156b080f} <Debug> TCPHandler: Processed in 0.003485572 sec.
16612 2024.12.18 19:59:18.674135 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16613 2024.12.18 19:59:18.674322 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16614 2024.12.18 19:59:18.674383 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16615 2024.12.18 19:59:18.674789 [ 222 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
16616 2024.12.18 19:59:18.677319 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16617 2024.12.18 19:59:18.677419 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16618 2024.12.18 19:59:18.678157 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16619 2024.12.18 19:59:18.678449 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16620 2024.12.18 19:59:18.678654 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 5 parts from all_1_137_28 to all_141_141_0
16621 2024.12.18 19:59:18.678725 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.004431 sec., 14443.692168810652 rows/sec., 1.01 MiB/sec.
16622 2024.12.18 19:59:18.678744 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16623 2024.12.18 19:59:18.678832 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16624 2024.12.18 19:59:18.678973 [ 262 ] {c37e7295-ff3f-4adb-aca3-8d2fbab796f3} <Debug> TCPHandler: Processed in 0.005088935 sec.
16625 2024.12.18 19:59:18.679272 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_137_28 to all_141_141_0 into Compact with storage Full
16626 2024.12.18 19:59:18.679279 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16627 2024.12.18 19:59:18.679754 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16628 2024.12.18 19:59:18.679809 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16629 2024.12.18 19:59:18.679984 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_28, total 38242 rows starting from the beginning of the part
16630 2024.12.18 19:59:18.679998 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16631 2024.12.18 19:59:18.680076 [ 220 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
16632 2024.12.18 19:59:18.680762 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 162 rows starting from the beginning of the part
16633 2024.12.18 19:59:18.681495 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part
16634 2024.12.18 19:59:18.682186 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part
16635 2024.12.18 19:59:18.682688 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 894 rows starting from the beginning of the part
16636 2024.12.18 19:59:18.683785 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16637 2024.12.18 19:59:18.683833 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16638 2024.12.18 19:59:18.684382 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16639 2024.12.18 19:59:18.684660 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16640 2024.12.18 19:59:18.684944 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005366 sec., 4472.60529258293 rows/sec., 308.66 KiB/sec.
16641 2024.12.18 19:59:18.685026 [ 266 ] {0a986205-8878-4fbf-ac80-bedf29f8926f} <Debug> TCPHandler: Processed in 0.005901511 sec.
16642 2024.12.18 19:59:18.691066 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39695 rows, containing 5 columns (5 merged, 0 gathered) in 0.012043927 sec., 3295851.926037081 rows/sec., 222.68 MiB/sec.
16643 2024.12.18 19:59:18.691685 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary)
16644 2024.12.18 19:59:18.691960 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16645 2024.12.18 19:59:18.692033 [ 188 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 5 parts: [all_1_137_28, all_141_141_0] -> all_1_141_29
16646 2024.12.18 19:59:18.692107 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
16647 2024.12.18 19:59:19.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.19 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: 3.67 MiB
16648 2024.12.18 19:59:19.623949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894
16649 2024.12.18 19:59:19.624603 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16650 2024.12.18 19:59:19.624656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
16651 2024.12.18 19:59:19.625200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16652 2024.12.18 19:59:19.625471 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16653 2024.12.18 19:59:19.625774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894
16654 2024.12.18 19:59:22.515994 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
16655 2024.12.18 19:59:22.539186 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16656 2024.12.18 19:59:22.539251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16657 2024.12.18 19:59:22.546687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16658 2024.12.18 19:59:22.547510 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16659 2024.12.18 19:59:22.550728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
16660 2024.12.18 19:59:23.673062 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16661 2024.12.18 19:59:23.673274 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16662 2024.12.18 19:59:23.673357 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16663 2024.12.18 19:59:23.674223 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16664 2024.12.18 19:59:23.674279 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16665 2024.12.18 19:59:23.674730 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16666 2024.12.18 19:59:23.675012 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16667 2024.12.18 19:59:23.675231 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.12 MiB/sec.
16668 2024.12.18 19:59:23.675309 [ 262 ] {24886eee-2bf6-4162-9a20-0eb8a9ce4399} <Debug> TCPHandler: Processed in 0.002374869 sec.
16669 2024.12.18 19:59:23.675503 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16670 2024.12.18 19:59:23.675653 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16671 2024.12.18 19:59:23.675713 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16672 2024.12.18 19:59:23.676360 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16673 2024.12.18 19:59:23.676403 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16674 2024.12.18 19:59:23.676790 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16675 2024.12.18 19:59:23.677059 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16676 2024.12.18 19:59:23.677276 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001655 sec., 38670.69486404834 rows/sec., 3.02 MiB/sec.
16677 2024.12.18 19:59:23.677354 [ 266 ] {52b994ff-b3c0-437a-914a-473544bfd48b} <Debug> TCPHandler: Processed in 0.00192224 sec.
16678 2024.12.18 19:59:23.677510 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16679 2024.12.18 19:59:23.677830 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16680 2024.12.18 19:59:23.678004 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16681 2024.12.18 19:59:23.679242 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16682 2024.12.18 19:59:23.679284 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16683 2024.12.18 19:59:23.679684 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16684 2024.12.18 19:59:23.679929 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16685 2024.12.18 19:59:23.680162 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002434 sec., 65735.4149548069 rows/sec., 4.58 MiB/sec.
16686 2024.12.18 19:59:23.680242 [ 262 ] {6cfefaa4-ec08-4bc5-b882-55bb84faf184} <Debug> TCPHandler: Processed in 0.002803747 sec.
16687 2024.12.18 19:59:23.680293 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16688 2024.12.18 19:59:23.680367 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16689 2024.12.18 19:59:23.680423 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16690 2024.12.18 19:59:23.680665 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16691 2024.12.18 19:59:23.680726 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16692 2024.12.18 19:59:23.681379 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16693 2024.12.18 19:59:23.681429 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16694 2024.12.18 19:59:23.682151 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16695 2024.12.18 19:59:23.682619 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16696 2024.12.18 19:59:23.683001 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002364 sec., 25380.710659898476 rows/sec., 1.71 MiB/sec.
16697 2024.12.18 19:59:23.683101 [ 225 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16698 2024.12.18 19:59:23.683139 [ 266 ] {cf71a299-e6d5-4b71-830e-69bbcaadeb81} <Debug> TCPHandler: Processed in 0.002797918 sec.
16699 2024.12.18 19:59:23.683169 [ 225 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16700 2024.12.18 19:59:23.683986 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
16701 2024.12.18 19:59:23.685463 [ 225 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
16702 2024.12.18 19:59:26.870068 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
16703 2024.12.18 19:59:26.870137 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
16704 2024.12.18 19:59:27.126874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382
16705 2024.12.18 19:59:27.127531 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16706 2024.12.18 19:59:27.127574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16707 2024.12.18 19:59:27.128127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16708 2024.12.18 19:59:27.128400 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16709 2024.12.18 19:59:27.128610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382
16710 2024.12.18 19:59:27.274558 [ 72 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_78_18 to all_82_82_0
16711 2024.12.18 19:59:27.274609 [ 72 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16712 2024.12.18 19:59:27.274635 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16713 2024.12.18 19:59:27.274783 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_78_18 to all_82_82_0 into Compact with storage Full
16714 2024.12.18 19:59:27.274865 [ 225 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0]
16715 2024.12.18 19:59:27.274974 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16716 2024.12.18 19:59:27.274978 [ 225 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0]
16717 2024.12.18 19:59:27.275050 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_78_18, total 66 rows starting from the beginning of the part
16718 2024.12.18 19:59:27.275240 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part
16719 2024.12.18 19:59:27.275610 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part
16720 2024.12.18 19:59:27.275694 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 48 rows starting from the beginning of the part
16721 2024.12.18 19:59:27.275955 [ 200 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 50 rows starting from the beginning of the part
16722 2024.12.18 19:59:27.278004 [ 197 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.003302698 sec., 65401.075121007125 rows/sec., 4.93 MiB/sec.
16723 2024.12.18 19:59:27.278205 [ 197 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Trace> MergedBlockOutputStream: filled checksums all_1_82_19 (state Temporary)
16724 2024.12.18 19:59:27.278582 [ 197 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_82_19 to all_1_82_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16725 2024.12.18 19:59:27.278674 [ 197 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_82_19} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_78_18, all_82_82_0] -> all_1_82_19
16726 2024.12.18 19:59:27.278788 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
16727 2024.12.18 19:59:27.278935 [ 225 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0]
16728 2024.12.18 19:59:27.386656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2280
16729 2024.12.18 19:59:27.389644 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16730 2024.12.18 19:59:27.389706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16731 2024.12.18 19:59:27.391267 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16732 2024.12.18 19:59:27.391606 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16733 2024.12.18 19:59:27.392306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2280
16734 2024.12.18 19:59:28.368168 [ 219 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
16735 2024.12.18 19:59:28.368218 [ 219 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
16736 2024.12.18 19:59:28.370851 [ 219 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): 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]
16737 2024.12.18 19:59:28.679157 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16738 2024.12.18 19:59:28.679344 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16739 2024.12.18 19:59:28.679417 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16740 2024.12.18 19:59:28.680179 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16741 2024.12.18 19:59:28.680226 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16742 2024.12.18 19:59:28.680655 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16743 2024.12.18 19:59:28.680917 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16744 2024.12.18 19:59:28.681162 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec.
16745 2024.12.18 19:59:28.681230 [ 262 ] {625815c0-da96-4076-b3bd-c40a6c02c419} <Debug> TCPHandler: Processed in 0.002199935 sec.
16746 2024.12.18 19:59:28.681401 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16747 2024.12.18 19:59:28.681524 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16748 2024.12.18 19:59:28.681573 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16749 2024.12.18 19:59:28.682329 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16750 2024.12.18 19:59:28.682370 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16751 2024.12.18 19:59:28.682770 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16752 2024.12.18 19:59:28.683013 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16753 2024.12.18 19:59:28.683247 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001747 sec., 163136.80595306237 rows/sec., 14.39 MiB/sec.
16754 2024.12.18 19:59:28.683325 [ 266 ] {f80ff514-1085-42b6-b6df-ec8bba6ddde7} <Debug> TCPHandler: Processed in 0.001976521 sec.
16755 2024.12.18 19:59:28.683507 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16756 2024.12.18 19:59:28.683805 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16757 2024.12.18 19:59:28.683933 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16758 2024.12.18 19:59:28.684690 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16759 2024.12.18 19:59:28.684736 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16760 2024.12.18 19:59:28.685093 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16761 2024.12.18 19:59:28.685322 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16762 2024.12.18 19:59:28.685531 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00183 sec., 26229.508196721312 rows/sec., 1.89 MiB/sec.
16763 2024.12.18 19:59:28.685586 [ 262 ] {452f0578-7c34-4e8c-bb65-983e41d91481} <Debug> TCPHandler: Processed in 0.002154465 sec.
16764 2024.12.18 19:59:28.685749 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16765 2024.12.18 19:59:28.685858 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16766 2024.12.18 19:59:28.685903 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16767 2024.12.18 19:59:28.686418 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16768 2024.12.18 19:59:28.686457 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16769 2024.12.18 19:59:28.686817 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16770 2024.12.18 19:59:28.687047 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16771 2024.12.18 19:59:28.687243 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001407 sec., 9950.248756218905 rows/sec., 696.85 KiB/sec.
16772 2024.12.18 19:59:28.687295 [ 266 ] {6b208a57-5075-44f8-8d55-d27d06de0c90} <Debug> TCPHandler: Processed in 0.001602073 sec.
16773 2024.12.18 19:59:28.687434 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16774 2024.12.18 19:59:28.687543 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16775 2024.12.18 19:59:28.687588 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16776 2024.12.18 19:59:28.688099 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16777 2024.12.18 19:59:28.688138 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16778 2024.12.18 19:59:28.688487 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16779 2024.12.18 19:59:28.688717 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16780 2024.12.18 19:59:28.688947 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001421 sec., 9148.486980999296 rows/sec., 570.41 KiB/sec.
16781 2024.12.18 19:59:28.689019 [ 262 ] {65d8df67-ef0c-4e61-8bd6-36d3e160369e} <Debug> TCPHandler: Processed in 0.001638864 sec.
16782 2024.12.18 19:59:28.689257 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16783 2024.12.18 19:59:28.689416 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16784 2024.12.18 19:59:28.689465 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16785 2024.12.18 19:59:28.690177 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16786 2024.12.18 19:59:28.690217 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16787 2024.12.18 19:59:28.690597 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16788 2024.12.18 19:59:28.690837 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16789 2024.12.18 19:59:28.691041 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001649 sec., 256519.10248635535 rows/sec., 18.34 MiB/sec.
16790 2024.12.18 19:59:28.691093 [ 266 ] {2dd4b54f-7907-4a78-be2b-3b7c8d971220} <Debug> TCPHandler: Processed in 0.001977391 sec.
16791 2024.12.18 19:59:28.691225 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16792 2024.12.18 19:59:28.691351 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16793 2024.12.18 19:59:28.691406 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16794 2024.12.18 19:59:28.691951 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16795 2024.12.18 19:59:28.692000 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16796 2024.12.18 19:59:28.692394 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16797 2024.12.18 19:59:28.692633 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16798 2024.12.18 19:59:28.692846 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec.
16799 2024.12.18 19:59:28.692894 [ 262 ] {8e95fb58-7d0e-45a7-b7ac-d620fcd5efe0} <Debug> TCPHandler: Processed in 0.001722195 sec.
16800 2024.12.18 19:59:28.693026 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16801 2024.12.18 19:59:28.693132 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16802 2024.12.18 19:59:28.693180 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16803 2024.12.18 19:59:28.693780 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16804 2024.12.18 19:59:28.693826 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16805 2024.12.18 19:59:28.694277 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16806 2024.12.18 19:59:28.694523 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16807 2024.12.18 19:59:28.694734 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec.
16808 2024.12.18 19:59:28.694786 [ 266 ] {c02f6907-6ef8-4133-a09e-2b20e0999e2d} <Debug> TCPHandler: Processed in 0.001810337 sec.
16809 2024.12.18 19:59:28.694923 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16810 2024.12.18 19:59:28.695028 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16811 2024.12.18 19:59:28.695074 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16812 2024.12.18 19:59:28.695483 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16813 2024.12.18 19:59:28.695522 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16814 2024.12.18 19:59:28.695869 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16815 2024.12.18 19:59:28.696101 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16816 2024.12.18 19:59:28.696330 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec.
16817 2024.12.18 19:59:28.696343 [ 221 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Found 5 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]
16818 2024.12.18 19:59:28.696402 [ 262 ] {4e820bc8-4158-4eb1-a40b-af5641218b8e} <Debug> TCPHandler: Processed in 0.001529161 sec.
16819 2024.12.18 19:59:28.696413 [ 221 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Removing 5 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]
16820 2024.12.18 19:59:28.696588 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16821 2024.12.18 19:59:28.696751 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16822 2024.12.18 19:59:28.696916 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16823 2024.12.18 19:59:28.699506 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16824 2024.12.18 19:59:28.699546 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16825 2024.12.18 19:59:28.700098 [ 221 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16826 2024.12.18 19:59:28.701018 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16827 2024.12.18 19:59:28.701298 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16828 2024.12.18 19:59:28.701549 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004837 sec., 8476.328302666941 rows/sec., 15.19 MiB/sec.
16829 2024.12.18 19:59:28.701644 [ 266 ] {74158184-64ef-496a-bd6d-394e0de69770} <Debug> TCPHandler: Processed in 0.005149116 sec.
16830 2024.12.18 19:59:28.701802 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16831 2024.12.18 19:59:28.701932 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16832 2024.12.18 19:59:28.701986 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16833 2024.12.18 19:59:28.702456 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16834 2024.12.18 19:59:28.702495 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16835 2024.12.18 19:59:28.702846 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16836 2024.12.18 19:59:28.703076 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16837 2024.12.18 19:59:28.703275 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001369 sec., 59897.73557341125 rows/sec., 3.80 MiB/sec.
16838 2024.12.18 19:59:28.703324 [ 262 ] {b127fef7-64b4-43f4-b417-04e85cf11928} <Debug> TCPHandler: Processed in 0.001582122 sec.
16839 2024.12.18 19:59:29.525324 [ 224 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
16840 2024.12.18 19:59:29.525374 [ 224 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
16841 2024.12.18 19:59:29.527299 [ 224 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): 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]
16842 2024.12.18 19:59:30.051770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
16843 2024.12.18 19:59:30.075819 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16844 2024.12.18 19:59:30.075878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16845 2024.12.18 19:59:30.083395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16846 2024.12.18 19:59:30.084215 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16847 2024.12.18 19:59:30.084961 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
16848 2024.12.18 19:59:30.085056 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
16849 2024.12.18 19:59:30.090166 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): 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]
16850 2024.12.18 19:59:30.092440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
16851 2024.12.18 19:59:33.679479 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16852 2024.12.18 19:59:33.679747 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16853 2024.12.18 19:59:33.679841 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16854 2024.12.18 19:59:33.680840 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16855 2024.12.18 19:59:33.680904 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16856 2024.12.18 19:59:33.681491 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
16857 2024.12.18 19:59:33.681851 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16858 2024.12.18 19:59:33.682133 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002447 sec., 817.3273395995096 rows/sec., 66.65 KiB/sec.
16859 2024.12.18 19:59:33.682271 [ 262 ] {c9af4ee1-974b-4708-8b08-f5e60084d6a7} <Debug> TCPHandler: Processed in 0.002985971 sec.
16860 2024.12.18 19:59:33.682569 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16861 2024.12.18 19:59:33.682706 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16862 2024.12.18 19:59:33.682763 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16863 2024.12.18 19:59:33.683526 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16864 2024.12.18 19:59:33.683574 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16865 2024.12.18 19:59:33.684038 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
16866 2024.12.18 19:59:33.684349 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16867 2024.12.18 19:59:33.684589 [ 73 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
16868 2024.12.18 19:59:33.684614 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001927 sec., 29579.657498702647 rows/sec., 2.26 MiB/sec.
16869 2024.12.18 19:59:33.684702 [ 73 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16870 2024.12.18 19:59:33.684797 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16871 2024.12.18 19:59:33.684810 [ 266 ] {8823e57f-08f9-4d18-bd85-682d0019ee69} <Debug> TCPHandler: Processed in 0.002350139 sec.
16872 2024.12.18 19:59:33.685112 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16873 2024.12.18 19:59:33.685156 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
16874 2024.12.18 19:59:33.685373 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16875 2024.12.18 19:59:33.685536 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16876 2024.12.18 19:59:33.685750 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16877 2024.12.18 19:59:33.685926 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1436 rows starting from the beginning of the part
16878 2024.12.18 19:59:33.686523 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1426 rows starting from the beginning of the part
16879 2024.12.18 19:59:33.687090 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part
16880 2024.12.18 19:59:33.687739 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part
16881 2024.12.18 19:59:33.688307 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 285 rows starting from the beginning of the part
16882 2024.12.18 19:59:33.689023 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 57 rows starting from the beginning of the part
16883 2024.12.18 19:59:33.690181 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16884 2024.12.18 19:59:33.690279 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16885 2024.12.18 19:59:33.691552 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
16886 2024.12.18 19:59:33.692172 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16887 2024.12.18 19:59:33.692801 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.007519 sec., 265.99281819390876 rows/sec., 18.57 KiB/sec.
16888 2024.12.18 19:59:33.692990 [ 262 ] {ba906966-9afb-4e46-9b0b-96fd54971e82} <Debug> TCPHandler: Processed in 0.007992885 sec.
16889 2024.12.18 19:59:33.693240 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16890 2024.12.18 19:59:33.693394 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16891 2024.12.18 19:59:33.693450 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16892 2024.12.18 19:59:33.694354 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16893 2024.12.18 19:59:33.694412 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16894 2024.12.18 19:59:33.695059 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.010099078 sec., 328346.80552026635 rows/sec., 28.67 MiB/sec.
16895 2024.12.18 19:59:33.695238 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
16896 2024.12.18 19:59:33.695506 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
16897 2024.12.18 19:59:33.695646 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16898 2024.12.18 19:59:33.695963 [ 73 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
16899 2024.12.18 19:59:33.696091 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00271 sec., 24354.243542435423 rows/sec., 1.90 MiB/sec.
16900 2024.12.18 19:59:33.696108 [ 73 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16901 2024.12.18 19:59:33.696254 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16902 2024.12.18 19:59:33.696312 [ 266 ] {8695f48d-aece-47f5-acac-8b80c31b78de} <Debug> TCPHandler: Processed in 0.003166705 sec.
16903 2024.12.18 19:59:33.696617 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16904 2024.12.18 19:59:33.696653 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16905 2024.12.18 19:59:33.697063 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16906 2024.12.18 19:59:33.697208 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_146_29} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
16907 2024.12.18 19:59:33.697296 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16908 2024.12.18 19:59:33.699573 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
16909 2024.12.18 19:59:33.699816 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
16910 2024.12.18 19:59:33.700608 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16911 2024.12.18 19:59:33.700838 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
16912 2024.12.18 19:59:33.701232 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16913 2024.12.18 19:59:33.701293 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 881 rows starting from the beginning of the part
16914 2024.12.18 19:59:33.701328 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16915 2024.12.18 19:59:33.701634 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part
16916 2024.12.18 19:59:33.701902 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part
16917 2024.12.18 19:59:33.702204 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 423 rows starting from the beginning of the part
16918 2024.12.18 19:59:33.702541 [ 194 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 66 rows starting from the beginning of the part
16919 2024.12.18 19:59:33.703301 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16920 2024.12.18 19:59:33.703852 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16921 2024.12.18 19:59:33.704418 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.007505 sec., 21452.365089940038 rows/sec., 1.49 MiB/sec.
16922 2024.12.18 19:59:33.704646 [ 262 ] {b6dbad1e-cde6-4ac6-ae36-8f05f4949939} <Debug> TCPHandler: Processed in 0.008155118 sec.
16923 2024.12.18 19:59:33.704900 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16924 2024.12.18 19:59:33.705087 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16925 2024.12.18 19:59:33.705155 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16926 2024.12.18 19:59:33.705869 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.009340092 sec., 258348.63296849755 rows/sec., 19.81 MiB/sec.
16927 2024.12.18 19:59:33.706146 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16928 2024.12.18 19:59:33.706206 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16929 2024.12.18 19:59:33.706303 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
16930 2024.12.18 19:59:33.706940 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16931 2024.12.18 19:59:33.707057 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16932 2024.12.18 19:59:33.707292 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_146_29} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
16933 2024.12.18 19:59:33.707446 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16934 2024.12.18 19:59:33.707505 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
16935 2024.12.18 19:59:33.707769 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00272 sec., 22058.823529411762 rows/sec., 1.49 MiB/sec.
16936 2024.12.18 19:59:33.707842 [ 266 ] {2357f147-8507-4e1d-82c5-59c0582efb12} <Debug> TCPHandler: Processed in 0.003036542 sec.
16937 2024.12.18 19:59:34.629718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809
16938 2024.12.18 19:59:34.630351 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16939 2024.12.18 19:59:34.630402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16940 2024.12.18 19:59:34.630933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
16941 2024.12.18 19:59:34.631206 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16942 2024.12.18 19:59:34.631446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809
16943 2024.12.18 19:59:37.393426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2314
16944 2024.12.18 19:59:37.396789 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16945 2024.12.18 19:59:37.396843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16946 2024.12.18 19:59:37.398439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
16947 2024.12.18 19:59:37.398782 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16948 2024.12.18 19:59:37.400239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2314
16949 2024.12.18 19:59:37.593494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
16950 2024.12.18 19:59:37.617495 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16951 2024.12.18 19:59:37.617564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16952 2024.12.18 19:59:37.625260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
16953 2024.12.18 19:59:37.626158 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16954 2024.12.18 19:59:37.632211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
16955 2024.12.18 19:59:38.678937 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16956 2024.12.18 19:59:38.679145 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16957 2024.12.18 19:59:38.679225 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16958 2024.12.18 19:59:38.680020 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16959 2024.12.18 19:59:38.680072 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16960 2024.12.18 19:59:38.680512 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16961 2024.12.18 19:59:38.680795 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16962 2024.12.18 19:59:38.681051 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec.
16963 2024.12.18 19:59:38.681124 [ 262 ] {e8f1f5b5-82ec-413f-aa43-3a83ca89b0a3} <Debug> TCPHandler: Processed in 0.002320608 sec.
16964 2024.12.18 19:59:38.681308 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16965 2024.12.18 19:59:38.681467 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16966 2024.12.18 19:59:38.681528 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16967 2024.12.18 19:59:38.682253 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16968 2024.12.18 19:59:38.682296 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16969 2024.12.18 19:59:38.682737 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
16970 2024.12.18 19:59:38.682983 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16971 2024.12.18 19:59:38.683217 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001788 sec., 159395.9731543624 rows/sec., 14.06 MiB/sec.
16972 2024.12.18 19:59:38.683278 [ 266 ] {c80268c0-1316-4b5e-b786-99f25a6416f0} <Debug> TCPHandler: Processed in 0.002043032 sec.
16973 2024.12.18 19:59:38.683410 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16974 2024.12.18 19:59:38.683521 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16975 2024.12.18 19:59:38.683577 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16976 2024.12.18 19:59:38.684254 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16977 2024.12.18 19:59:38.684302 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16978 2024.12.18 19:59:38.684689 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
16979 2024.12.18 19:59:38.684923 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16980 2024.12.18 19:59:38.685138 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001643 sec., 29214.850882531955 rows/sec., 2.10 MiB/sec.
16981 2024.12.18 19:59:38.685191 [ 262 ] {3aca6c16-171e-4b11-98ef-8cccf57465a4} <Debug> TCPHandler: Processed in 0.001831528 sec.
16982 2024.12.18 19:59:38.685361 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16983 2024.12.18 19:59:38.685471 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16984 2024.12.18 19:59:38.685519 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16985 2024.12.18 19:59:38.686050 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16986 2024.12.18 19:59:38.686090 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16987 2024.12.18 19:59:38.686447 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16988 2024.12.18 19:59:38.686681 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16989 2024.12.18 19:59:38.686902 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001452 sec., 9641.873278236915 rows/sec., 675.25 KiB/sec.
16990 2024.12.18 19:59:38.686955 [ 266 ] {fbe15cdb-27a6-460b-8020-c2287a1832e4} <Debug> TCPHandler: Processed in 0.001648404 sec.
16991 2024.12.18 19:59:38.687105 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16992 2024.12.18 19:59:38.687211 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16993 2024.12.18 19:59:38.687255 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16994 2024.12.18 19:59:38.687767 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16995 2024.12.18 19:59:38.687805 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
16996 2024.12.18 19:59:38.688146 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16997 2024.12.18 19:59:38.688388 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16998 2024.12.18 19:59:38.688594 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001405 sec., 9252.669039145907 rows/sec., 576.90 KiB/sec.
16999 2024.12.18 19:59:38.688645 [ 262 ] {daa0fbf1-f857-439b-bae7-ec05a244fa74} <Debug> TCPHandler: Processed in 0.001590633 sec.
17000 2024.12.18 19:59:38.688785 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17001 2024.12.18 19:59:38.688895 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17002 2024.12.18 19:59:38.688941 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17003 2024.12.18 19:59:38.689651 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17004 2024.12.18 19:59:38.689691 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17005 2024.12.18 19:59:38.690154 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17006 2024.12.18 19:59:38.690388 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17007 2024.12.18 19:59:38.690580 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001707 sec., 247803.16344463974 rows/sec., 17.71 MiB/sec.
17008 2024.12.18 19:59:38.690633 [ 266 ] {1b66fb4c-8e95-4684-a296-79f9fe71d523} <Debug> TCPHandler: Processed in 0.001901149 sec.
17009 2024.12.18 19:59:38.690782 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17010 2024.12.18 19:59:38.690909 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17011 2024.12.18 19:59:38.690962 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17012 2024.12.18 19:59:38.691466 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17013 2024.12.18 19:59:38.691512 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17014 2024.12.18 19:59:38.691936 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17015 2024.12.18 19:59:38.692301 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17016 2024.12.18 19:59:38.692480 [ 67 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0
17017 2024.12.18 19:59:38.692532 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 190.22 KiB/sec.
17018 2024.12.18 19:59:38.692579 [ 67 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17019 2024.12.18 19:59:38.692625 [ 262 ] {1138a555-a56d-40b6-8e7a-4395d440479e} <Debug> TCPHandler: Processed in 0.001902969 sec.
17020 2024.12.18 19:59:38.692649 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17021 2024.12.18 19:59:38.692831 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17022 2024.12.18 19:59:38.692922 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full
17023 2024.12.18 19:59:38.693022 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17024 2024.12.18 19:59:38.693161 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17025 2024.12.18 19:59:38.693313 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17026 2024.12.18 19:59:38.693427 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 324 rows starting from the beginning of the part
17027 2024.12.18 19:59:38.693785 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
17028 2024.12.18 19:59:38.694133 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
17029 2024.12.18 19:59:38.694434 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part
17030 2024.12.18 19:59:38.694588 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part
17031 2024.12.18 19:59:38.694932 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part
17032 2024.12.18 19:59:38.695977 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17033 2024.12.18 19:59:38.696053 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17034 2024.12.18 19:59:38.697180 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17035 2024.12.18 19:59:38.697756 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 4 columns (4 merged, 0 gathered) in 0.004950352 sec., 71510.06635487739 rows/sec., 3.65 MiB/sec.
17036 2024.12.18 19:59:38.697768 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17037 2024.12.18 19:59:38.697989 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary)
17038 2024.12.18 19:59:38.698085 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_141_29 to all_146_146_0
17039 2024.12.18 19:59:38.698191 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17040 2024.12.18 19:59:38.698262 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17041 2024.12.18 19:59:38.698333 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005344 sec., 44348.80239520958 rows/sec., 2.97 MiB/sec.
17042 2024.12.18 19:59:38.698663 [ 266 ] {345aeb6c-470d-4a38-881c-6252acac9a3a} <Debug> TCPHandler: Processed in 0.005926532 sec.
17043 2024.12.18 19:59:38.698796 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_29 to all_146_146_0 into Compact with storage Full
17044 2024.12.18 19:59:38.698929 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17045 2024.12.18 19:59:38.699050 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17046 2024.12.18 19:59:38.699091 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17047 2024.12.18 19:59:38.699201 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_29, total 39695 rows starting from the beginning of the part
17048 2024.12.18 19:59:38.699334 [ 194 ] {836aaebb-9d2d-40d4-a92c-cb1f41834ea9::all_1_59_12} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12
17049 2024.12.18 19:59:38.699432 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17050 2024.12.18 19:59:38.699721 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part
17051 2024.12.18 19:59:38.699731 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
17052 2024.12.18 19:59:38.699746 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17053 2024.12.18 19:59:38.700049 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part
17054 2024.12.18 19:59:38.700416 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 237 rows starting from the beginning of the part
17055 2024.12.18 19:59:38.700783 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 161 rows starting from the beginning of the part
17056 2024.12.18 19:59:38.701113 [ 186 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part
17057 2024.12.18 19:59:38.702306 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17058 2024.12.18 19:59:38.702383 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17059 2024.12.18 19:59:38.702875 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17060 2024.12.18 19:59:38.703156 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17061 2024.12.18 19:59:38.703682 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004426 sec., 225.93764121102575 rows/sec., 15.22 KiB/sec.
17062 2024.12.18 19:59:38.703841 [ 262 ] {5a4c95ab-2bea-49e8-b1d6-58c9967660b8} <Debug> TCPHandler: Processed in 0.005046544 sec.
17063 2024.12.18 19:59:38.704063 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17064 2024.12.18 19:59:38.704314 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17065 2024.12.18 19:59:38.704440 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17066 2024.12.18 19:59:38.706087 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17067 2024.12.18 19:59:38.706128 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17068 2024.12.18 19:59:38.707060 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17069 2024.12.18 19:59:38.707449 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17070 2024.12.18 19:59:38.707726 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003511 sec., 11677.584733694104 rows/sec., 20.93 MiB/sec.
17071 2024.12.18 19:59:38.707960 [ 266 ] {dbeb2450-029c-43ab-9d9b-07ca1bbbc1a5} <Debug> TCPHandler: Processed in 0.004022753 sec.
17072 2024.12.18 19:59:38.708145 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17073 2024.12.18 19:59:38.708321 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17074 2024.12.18 19:59:38.708431 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17075 2024.12.18 19:59:38.709019 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17076 2024.12.18 19:59:38.709058 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17077 2024.12.18 19:59:38.709501 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17078 2024.12.18 19:59:38.709746 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17079 2024.12.18 19:59:38.709955 [ 67 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17080 2024.12.18 19:59:38.710016 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001764 sec., 46485.26077097506 rows/sec., 2.95 MiB/sec.
17081 2024.12.18 19:59:38.710023 [ 67 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17082 2024.12.18 19:59:38.710104 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17083 2024.12.18 19:59:38.710169 [ 262 ] {4beecf0a-80aa-4431-9269-346a1c2bd708} <Debug> TCPHandler: Processed in 0.002114164 sec.
17084 2024.12.18 19:59:38.710339 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
17085 2024.12.18 19:59:38.710471 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17086 2024.12.18 19:59:38.710501 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8352 rows starting from the beginning of the part
17087 2024.12.18 19:59:38.710559 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 24 rows starting from the beginning of the part
17088 2024.12.18 19:59:38.710668 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part
17089 2024.12.18 19:59:38.711096 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part
17090 2024.12.18 19:59:38.711230 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part
17091 2024.12.18 19:59:38.711312 [ 196 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part
17092 2024.12.18 19:59:38.712877 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40554 rows, containing 5 columns (5 merged, 0 gathered) in 0.014479868 sec., 2800716.1391250254 rows/sec., 189.26 MiB/sec.
17093 2024.12.18 19:59:38.713645 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Trace> MergedBlockOutputStream: filled checksums all_1_146_30 (state Temporary)
17094 2024.12.18 19:59:38.714131 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_146_30 to all_1_146_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17095 2024.12.18 19:59:38.714368 [ 194 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_141_29, all_146_146_0] -> all_1_146_30
17096 2024.12.18 19:59:38.714491 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
17097 2024.12.18 19:59:38.715360 [ 193 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8660 rows, containing 4 columns (4 merged, 0 gathered) in 0.005148226 sec., 1682132.835660284 rows/sec., 109.81 MiB/sec.
17098 2024.12.18 19:59:38.715595 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17099 2024.12.18 19:59:38.715890 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17100 2024.12.18 19:59:38.715974 [ 194 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_146_29} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17101 2024.12.18 19:59:38.716064 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB.
17102 2024.12.18 19:59:39.844970 [ 217 ] {} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
17103 2024.12.18 19:59:39.845078 [ 217 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
17104 2024.12.18 19:59:39.847310 [ 217 ] {} <Debug> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): 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]
17105 2024.12.18 19:59:41.403622 [ 224 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
17106 2024.12.18 19:59:41.403696 [ 224 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
17107 2024.12.18 19:59:41.405784 [ 224 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): 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]
17108 2024.12.18 19:59:41.870181 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
17109 2024.12.18 19:59:41.870241 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
17110 2024.12.18 19:59:42.132550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297
17111 2024.12.18 19:59:42.133234 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17112 2024.12.18 19:59:42.133284 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17113 2024.12.18 19:59:42.133833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
17114 2024.12.18 19:59:42.134105 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17115 2024.12.18 19:59:42.134369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297
17116 2024.12.18 19:59:42.413215 [ 219 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
17117 2024.12.18 19:59:42.413268 [ 219 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
17118 2024.12.18 19:59:42.415186 [ 219 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): 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]
17119 2024.12.18 19:59:43.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.88 MiB, peak 286.35 MiB, free memory in arenas 0.00 B, will set to 268.86 MiB (RSS), difference: 3.99 MiB
17120 2024.12.18 19:59:43.672029 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17121 2024.12.18 19:59:43.672245 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17122 2024.12.18 19:59:43.672325 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17123 2024.12.18 19:59:43.673148 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17124 2024.12.18 19:59:43.673199 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17125 2024.12.18 19:59:43.673656 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17126 2024.12.18 19:59:43.673916 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17127 2024.12.18 19:59:43.674124 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec.
17128 2024.12.18 19:59:43.674212 [ 262 ] {40946cb4-d448-42cc-a384-9d8dd6b9c46a} <Debug> TCPHandler: Processed in 0.002316668 sec.
17129 2024.12.18 19:59:43.674256 [ 222 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
17130 2024.12.18 19:59:43.674340 [ 222 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
17131 2024.12.18 19:59:43.674415 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17132 2024.12.18 19:59:43.674579 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17133 2024.12.18 19:59:43.674632 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17134 2024.12.18 19:59:43.676005 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17135 2024.12.18 19:59:43.676062 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17136 2024.12.18 19:59:43.676821 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17137 2024.12.18 19:59:43.677218 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17138 2024.12.18 19:59:43.677542 [ 220 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
17139 2024.12.18 19:59:43.677619 [ 220 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
17140 2024.12.18 19:59:43.677656 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003072 sec., 20833.333333333332 rows/sec., 1.63 MiB/sec.
17141 2024.12.18 19:59:43.678056 [ 266 ] {a03c13c6-637b-430a-abf5-364f270e29f8} <Debug> TCPHandler: Processed in 0.003708076 sec.
17142 2024.12.18 19:59:43.678234 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17143 2024.12.18 19:59:43.678501 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17144 2024.12.18 19:59:43.678637 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17145 2024.12.18 19:59:43.678645 [ 222 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): 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]
17146 2024.12.18 19:59:43.681893 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17147 2024.12.18 19:59:43.681936 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17148 2024.12.18 19:59:43.682422 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17149 2024.12.18 19:59:43.682739 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17150 2024.12.18 19:59:43.682982 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00459 sec., 34858.38779956427 rows/sec., 2.43 MiB/sec.
17151 2024.12.18 19:59:43.683034 [ 220 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): 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]
17152 2024.12.18 19:59:43.683065 [ 262 ] {86f77678-c9d8-4083-8af2-64d9b80b3adb} <Debug> TCPHandler: Processed in 0.004903091 sec.
17153 2024.12.18 19:59:43.683261 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17154 2024.12.18 19:59:43.683455 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17155 2024.12.18 19:59:43.683543 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17156 2024.12.18 19:59:43.684058 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17157 2024.12.18 19:59:43.684096 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17158 2024.12.18 19:59:43.684558 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17159 2024.12.18 19:59:43.684800 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17160 2024.12.18 19:59:43.684975 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
17161 2024.12.18 19:59:43.685049 [ 266 ] {8a414c3b-d0f8-4601-8f46-9f61ed2786b3} <Debug> TCPHandler: Processed in 0.001880879 sec.
17162 2024.12.18 19:59:45.133254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
17163 2024.12.18 19:59:45.156150 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17164 2024.12.18 19:59:45.156213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17165 2024.12.18 19:59:45.164010 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
17166 2024.12.18 19:59:45.164887 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17167 2024.12.18 19:59:45.168440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
17168 2024.12.18 19:59:46.529431 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
17169 2024.12.18 19:59:46.529495 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
17170 2024.12.18 19:59:46.531345 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): 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]
17171 2024.12.18 19:59:46.591725 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17172 2024.12.18 19:59:46.591960 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17173 2024.12.18 19:59:46.592041 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17174 2024.12.18 19:59:46.592875 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17175 2024.12.18 19:59:46.592926 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17176 2024.12.18 19:59:46.593359 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17177 2024.12.18 19:59:46.593607 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17178 2024.12.18 19:59:46.593885 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
17179 2024.12.18 19:59:46.593990 [ 262 ] {4978108b-5056-4048-be63-3138644a65e7} <Debug> TCPHandler: Processed in 0.00243533 sec.
17180 2024.12.18 19:59:46.594267 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17181 2024.12.18 19:59:46.594431 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17182 2024.12.18 19:59:46.594491 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17183 2024.12.18 19:59:46.595097 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17184 2024.12.18 19:59:46.595138 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17185 2024.12.18 19:59:46.595497 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
17186 2024.12.18 19:59:46.595728 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Trace> oximeter.fields_ipaddr (bbe484cf-7d6f-4a28-97c9-aa84b8096f7a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17187 2024.12.18 19:59:46.595951 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001556 sec., 6426.735218508997 rows/sec., 524.06 KiB/sec.
17188 2024.12.18 19:59:46.596058 [ 266 ] {ff1b5cdf-1377-4549-9fbe-df0bfb7e52dc} <Debug> TCPHandler: Processed in 0.001944111 sec.
17189 2024.12.18 19:59:46.596226 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17190 2024.12.18 19:59:46.596359 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17191 2024.12.18 19:59:46.596413 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17192 2024.12.18 19:59:46.597716 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17193 2024.12.18 19:59:46.597755 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17194 2024.12.18 19:59:46.598210 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17195 2024.12.18 19:59:46.598446 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17196 2024.12.18 19:59:46.598667 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Debug> executeQuery: Read 1430 rows, 122.23 KiB in 0.002336 sec., 612157.5342465753 rows/sec., 51.10 MiB/sec.
17197 2024.12.18 19:59:46.598763 [ 262 ] {ac36394f-0d36-4f66-8072-2f6eb1ee8c48} <Debug> TCPHandler: Processed in 0.002615424 sec.
17198 2024.12.18 19:59:46.598971 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17199 2024.12.18 19:59:46.599330 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17200 2024.12.18 19:59:46.599490 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17201 2024.12.18 19:59:46.600479 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17202 2024.12.18 19:59:46.600519 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17203 2024.12.18 19:59:46.600875 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17204 2024.12.18 19:59:46.601120 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17205 2024.12.18 19:59:46.601347 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Debug> executeQuery: Read 58 rows, 4.24 KiB in 0.002153 sec., 26939.154667905248 rows/sec., 1.92 MiB/sec.
17206 2024.12.18 19:59:46.601416 [ 266 ] {6a09d58a-57e9-4ffd-928a-e4ff97f391bb} <Debug> TCPHandler: Processed in 0.002537353 sec.
17207 2024.12.18 19:59:46.601581 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17208 2024.12.18 19:59:46.601725 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17209 2024.12.18 19:59:46.601781 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17210 2024.12.18 19:59:46.602486 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17211 2024.12.18 19:59:46.602533 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17212 2024.12.18 19:59:46.602932 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17213 2024.12.18 19:59:46.603162 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17214 2024.12.18 19:59:46.603406 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001713 sec., 141272.62113251607 rows/sec., 9.57 MiB/sec.
17215 2024.12.18 19:59:46.603563 [ 262 ] {1f398ad3-91a4-45b4-ad5f-c5839820caa5} <Debug> TCPHandler: Processed in 0.002050143 sec.
17216 2024.12.18 19:59:46.603793 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17217 2024.12.18 19:59:46.603956 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17218 2024.12.18 19:59:46.604011 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17219 2024.12.18 19:59:46.604660 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17220 2024.12.18 19:59:46.604707 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17221 2024.12.18 19:59:46.605067 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17222 2024.12.18 19:59:46.605292 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17223 2024.12.18 19:59:46.605488 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec.
17224 2024.12.18 19:59:46.605539 [ 266 ] {b4ab17dd-a2ad-4da0-9d52-2ec5dc208ae0} <Debug> TCPHandler: Processed in 0.001881349 sec.
17225 2024.12.18 19:59:46.605679 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17226 2024.12.18 19:59:46.605786 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17227 2024.12.18 19:59:46.605831 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17228 2024.12.18 19:59:46.606640 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17229 2024.12.18 19:59:46.606678 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17230 2024.12.18 19:59:46.607067 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17231 2024.12.18 19:59:46.607298 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17232 2024.12.18 19:59:46.607501 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Debug> executeQuery: Read 889 rows, 66.07 KiB in 0.001735 sec., 512391.9308357349 rows/sec., 37.19 MiB/sec.
17233 2024.12.18 19:59:46.607552 [ 262 ] {106e6330-abbf-488e-b0be-454bf7a5b0a1} <Debug> TCPHandler: Processed in 0.00192707 sec.
17234 2024.12.18 19:59:46.607687 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17235 2024.12.18 19:59:46.607803 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17236 2024.12.18 19:59:46.607858 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17237 2024.12.18 19:59:46.608377 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17238 2024.12.18 19:59:46.608422 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17239 2024.12.18 19:59:46.608836 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17240 2024.12.18 19:59:46.609076 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17241 2024.12.18 19:59:46.609265 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec.
17242 2024.12.18 19:59:46.609314 [ 266 ] {4f0ee8f7-d387-438e-94e8-7feadf4760a7} <Debug> TCPHandler: Processed in 0.001679635 sec.
17243 2024.12.18 19:59:46.609445 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17244 2024.12.18 19:59:46.609555 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17245 2024.12.18 19:59:46.609606 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17246 2024.12.18 19:59:46.610265 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17247 2024.12.18 19:59:46.610304 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17248 2024.12.18 19:59:46.610725 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17249 2024.12.18 19:59:46.610953 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17250 2024.12.18 19:59:46.611161 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Debug> executeQuery: Read 898 rows, 61.27 KiB in 0.001629 sec., 551258.4407612032 rows/sec., 36.73 MiB/sec.
17251 2024.12.18 19:59:46.611211 [ 262 ] {d1d47350-9a59-4790-8bd9-5fe7f4e2c990} <Debug> TCPHandler: Processed in 0.001818777 sec.
17252 2024.12.18 19:59:46.611339 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17253 2024.12.18 19:59:46.611445 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17254 2024.12.18 19:59:46.611491 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17255 2024.12.18 19:59:46.611913 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17256 2024.12.18 19:59:46.611952 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17257 2024.12.18 19:59:46.612294 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17258 2024.12.18 19:59:46.612528 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17259 2024.12.18 19:59:46.612732 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec.
17260 2024.12.18 19:59:46.612799 [ 266 ] {1a4b03a2-93e4-4e63-8777-3e720029e104} <Debug> TCPHandler: Processed in 0.001512551 sec.
17261 2024.12.18 19:59:46.612954 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17262 2024.12.18 19:59:46.613064 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17263 2024.12.18 19:59:46.613130 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17264 2024.12.18 19:59:46.614249 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17265 2024.12.18 19:59:46.614288 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17266 2024.12.18 19:59:46.614944 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17267 2024.12.18 19:59:46.615203 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17268 2024.12.18 19:59:46.615408 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
17269 2024.12.18 19:59:46.615488 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002436 sec., 16830.870279146144 rows/sec., 30.16 MiB/sec.
17270 2024.12.18 19:59:46.615499 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17271 2024.12.18 19:59:46.615575 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17272 2024.12.18 19:59:46.615844 [ 262 ] {663a1caf-268f-4524-ab81-37925d819cf6} <Debug> TCPHandler: Processed in 0.002956581 sec.
17273 2024.12.18 19:59:46.616104 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17274 2024.12.18 19:59:46.616111 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17275 2024.12.18 19:59:46.616535 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17276 2024.12.18 19:59:46.616726 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17277 2024.12.18 19:59:46.617838 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17278 2024.12.18 19:59:46.617929 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2381 rows starting from the beginning of the part
17279 2024.12.18 19:59:46.618350 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17280 2024.12.18 19:59:46.618617 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17281 2024.12.18 19:59:46.618681 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17282 2024.12.18 19:59:46.618739 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17283 2024.12.18 19:59:46.619106 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17284 2024.12.18 19:59:46.619485 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17285 2024.12.18 19:59:46.619510 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17286 2024.12.18 19:59:46.619777 [ 192 ] {17d9d407-47af-485a-8224-a84cedf6ca63::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
17287 2024.12.18 19:59:46.620027 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17288 2024.12.18 19:59:46.620427 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.004033 sec., 14381.353830895116 rows/sec., 911.67 KiB/sec.
17289 2024.12.18 19:59:46.620500 [ 220 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
17290 2024.12.18 19:59:46.620560 [ 220 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
17291 2024.12.18 19:59:46.620567 [ 266 ] {42c9f09e-bbd7-4030-bea4-54ad59310bfe} <Debug> TCPHandler: Processed in 0.004594145 sec.
17292 2024.12.18 19:59:46.622595 [ 220 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): 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]
17293 2024.12.18 19:59:46.629694 [ 193 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2586 rows, containing 19 columns (19 merged, 0 gathered) in 0.013959777 sec., 185246.51217566011 rows/sec., 331.95 MiB/sec.
17294 2024.12.18 19:59:46.632097 [ 191 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
17295 2024.12.18 19:59:46.632566 [ 191 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17296 2024.12.18 19:59:46.632657 [ 191 ] {17d9d407-47af-485a-8224-a84cedf6ca63::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
17297 2024.12.18 19:59:46.632832 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.01 MiB.
17298 2024.12.18 19:59:47.401414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2368
17299 2024.12.18 19:59:47.404991 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17300 2024.12.18 19:59:47.405035 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17301 2024.12.18 19:59:47.406591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17302 2024.12.18 19:59:47.406919 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17303 2024.12.18 19:59:47.407109 [ 54 ] {} <Debug> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
17304 2024.12.18 19:59:47.407175 [ 54 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17305 2024.12.18 19:59:47.407218 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17306 2024.12.18 19:59:47.407514 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::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
17307 2024.12.18 19:59:47.408767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2368
17308 2024.12.18 19:59:47.409034 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17309 2024.12.18 19:59:47.409161 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2176 rows starting from the beginning of the part
17310 2024.12.18 19:59:47.409765 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 34 rows starting from the beginning of the part
17311 2024.12.18 19:59:47.410307 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 54 rows starting from the beginning of the part
17312 2024.12.18 19:59:47.410891 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part
17313 2024.12.18 19:59:47.411485 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part
17314 2024.12.18 19:59:47.412130 [ 198 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 54 rows starting from the beginning of the part
17315 2024.12.18 19:59:47.422953 [ 189 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2368 rows, containing 72 columns (72 merged, 0 gathered) in 0.015634442 sec., 151460.47425293465 rows/sec., 114.13 MiB/sec.
17316 2024.12.18 19:59:47.425263 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
17317 2024.12.18 19:59:47.426218 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17318 2024.12.18 19:59:47.426330 [ 188 ] {9ee3665a-3ad1-47e2-a656-388217b014d7::all_1_66_13} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
17319 2024.12.18 19:59:47.426741 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB.
17320 2024.12.18 19:59:48.668006 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17321 2024.12.18 19:59:48.668213 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17322 2024.12.18 19:59:48.668293 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17323 2024.12.18 19:59:48.669100 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17324 2024.12.18 19:59:48.669146 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17325 2024.12.18 19:59:48.669573 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17326 2024.12.18 19:59:48.669831 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17327 2024.12.18 19:59:48.670072 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec.
17328 2024.12.18 19:59:48.670141 [ 262 ] {07a7c3e2-fa34-45b4-9a6f-b757d84003c6} <Debug> TCPHandler: Processed in 0.002267556 sec.
17329 2024.12.18 19:59:48.670302 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17330 2024.12.18 19:59:48.670448 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17331 2024.12.18 19:59:48.670505 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17332 2024.12.18 19:59:48.671116 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17333 2024.12.18 19:59:48.671156 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17334 2024.12.18 19:59:48.671536 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17335 2024.12.18 19:59:48.671784 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17336 2024.12.18 19:59:48.672018 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec.
17337 2024.12.18 19:59:48.672071 [ 266 ] {59548f8b-8ee3-43f5-a040-3812f83ab4ca} <Debug> TCPHandler: Processed in 0.001840138 sec.
17338 2024.12.18 19:59:48.672207 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17339 2024.12.18 19:59:48.672321 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17340 2024.12.18 19:59:48.672371 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17341 2024.12.18 19:59:48.672858 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17342 2024.12.18 19:59:48.672898 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17343 2024.12.18 19:59:48.673282 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17344 2024.12.18 19:59:48.673815 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17345 2024.12.18 19:59:48.674172 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.38 MiB/sec.
17346 2024.12.18 19:59:48.674234 [ 262 ] {f4b45be9-b18f-4701-8453-5befeb8b73a4} <Debug> TCPHandler: Processed in 0.002080933 sec.
17347 2024.12.18 19:59:48.674407 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17348 2024.12.18 19:59:48.674695 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17349 2024.12.18 19:59:48.674847 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17350 2024.12.18 19:59:48.675435 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17351 2024.12.18 19:59:48.675474 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17352 2024.12.18 19:59:48.675842 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17353 2024.12.18 19:59:48.676080 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17354 2024.12.18 19:59:48.676291 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001695 sec., 14159.292035398232 rows/sec., 977.14 KiB/sec.
17355 2024.12.18 19:59:48.676339 [ 266 ] {25874ed9-56a6-45c9-b3e2-d2dc97bbc564} <Debug> TCPHandler: Processed in 0.002019292 sec.
17356 2024.12.18 19:59:49.635487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724
17357 2024.12.18 19:59:49.636143 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17358 2024.12.18 19:59:49.636193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17359 2024.12.18 19:59:49.636780 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
17360 2024.12.18 19:59:49.637051 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17361 2024.12.18 19:59:49.637278 [ 50 ] {} <Debug> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
17362 2024.12.18 19:59:49.637308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724
17363 2024.12.18 19:59:49.637358 [ 50 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17364 2024.12.18 19:59:49.637388 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
17365 2024.12.18 19:59:49.637503 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::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
17366 2024.12.18 19:59:49.637609 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17367 2024.12.18 19:59:49.637643 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part
17368 2024.12.18 19:59:49.637711 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part
17369 2024.12.18 19:59:49.637808 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part
17370 2024.12.18 19:59:49.637922 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part
17371 2024.12.18 19:59:49.638014 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part
17372 2024.12.18 19:59:49.638115 [ 200 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part
17373 2024.12.18 19:59:49.641034 [ 189 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003575144 sec., 11670578.86339683 rows/sec., 166.95 MiB/sec.
17374 2024.12.18 19:59:49.641369 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
17375 2024.12.18 19:59:49.641766 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17376 2024.12.18 19:59:49.641870 [ 197 ] {5cb70047-6278-4e28-be38-e051435f4750::all_1_91_18} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
17377 2024.12.18 19:59:49.641988 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17378 2024.12.18 19:59:52.669487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
17379 2024.12.18 19:59:52.694122 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17380 2024.12.18 19:59:52.694175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17381 2024.12.18 19:59:52.703055 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
17382 2024.12.18 19:59:52.703908 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17383 2024.12.18 19:59:52.704227 [ 40 ] {} <Debug> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
17384 2024.12.18 19:59:52.704297 [ 40 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17385 2024.12.18 19:59:52.704340 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17386 2024.12.18 19:59:52.704949 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17387 2024.12.18 19:59:52.721253 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
17388 2024.12.18 19:59:52.722760 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17389 2024.12.18 19:59:52.724452 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17390 2024.12.18 19:59:52.730555 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17391 2024.12.18 19:59:52.736247 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17392 2024.12.18 19:59:52.744462 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17393 2024.12.18 19:59:52.750603 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17394 2024.12.18 19:59:52.756732 [ 200 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::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
17395 2024.12.18 19:59:52.822943 [ 189 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.118436996 sec., 5792.10908051062 rows/sec., 29.95 MiB/sec.
17396 2024.12.18 19:59:52.826940 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
17397 2024.12.18 19:59:52.830148 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_91_18} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17398 2024.12.18 19:59:52.830292 [ 190 ] {fa22cbaf-bbf4-4633-907f-66933e9c62ed::all_1_91_18} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
17399 2024.12.18 19:59:52.833197 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
17400 2024.12.18 19:59:53.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.10 MiB, peak 288.72 MiB, free memory in arenas 0.00 B, will set to 269.02 MiB (RSS), difference: -1.09 MiB
17401 2024.12.18 19:59:53.672826 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17402 2024.12.18 19:59:53.673022 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17403 2024.12.18 19:59:53.673096 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17404 2024.12.18 19:59:53.673886 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17405 2024.12.18 19:59:53.673943 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17406 2024.12.18 19:59:53.674390 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17407 2024.12.18 19:59:53.674660 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17408 2024.12.18 19:59:53.674888 [ 40 ] {} <Debug> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17409 2024.12.18 19:59:53.674898 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec.
17410 2024.12.18 19:59:53.674973 [ 40 ] {} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17411 2024.12.18 19:59:53.675044 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17412 2024.12.18 19:59:53.675075 [ 262 ] {a2455dc0-3889-4f56-98e4-b51fbc1d988b} <Debug> TCPHandler: Processed in 0.002379369 sec.
17413 2024.12.18 19:59:53.675341 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17414 2024.12.18 19:59:53.675393 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::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
17415 2024.12.18 19:59:53.675739 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17416 2024.12.18 19:59:53.675969 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17417 2024.12.18 19:59:53.676047 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17418 2024.12.18 19:59:53.676239 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1436 rows starting from the beginning of the part
17419 2024.12.18 19:59:53.676823 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 285 rows starting from the beginning of the part
17420 2024.12.18 19:59:53.677310 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part
17421 2024.12.18 19:59:53.677927 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1430 rows starting from the beginning of the part
17422 2024.12.18 19:59:53.678540 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part
17423 2024.12.18 19:59:53.679192 [ 189 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part
17424 2024.12.18 19:59:53.680671 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17425 2024.12.18 19:59:53.680742 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17426 2024.12.18 19:59:53.681732 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17427 2024.12.18 19:59:53.682106 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17428 2024.12.18 19:59:53.682337 [ 40 ] {} <Debug> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17429 2024.12.18 19:59:53.682394 [ 40 ] {} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17430 2024.12.18 19:59:53.682417 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006889 sec., 9290.172739149368 rows/sec., 742.52 KiB/sec.
17431 2024.12.18 19:59:53.682468 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17432 2024.12.18 19:59:53.682706 [ 266 ] {083fbdf4-b6dd-456f-a4d0-21f12826e733} <Debug> TCPHandler: Processed in 0.007556375 sec.
17433 2024.12.18 19:59:53.682990 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
17434 2024.12.18 19:59:53.683084 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17435 2024.12.18 19:59:53.683530 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17436 2024.12.18 19:59:53.683554 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17437 2024.12.18 19:59:53.683598 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.008412033 sec., 394553.84923002566 rows/sec., 34.45 MiB/sec.
17438 2024.12.18 19:59:53.683640 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
17439 2024.12.18 19:59:53.683688 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17440 2024.12.18 19:59:53.684082 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17441 2024.12.18 19:59:53.684081 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 423 rows starting from the beginning of the part
17442 2024.12.18 19:59:53.684652 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part
17443 2024.12.18 19:59:53.685106 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 889 rows starting from the beginning of the part
17444 2024.12.18 19:59:53.685621 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::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
17445 2024.12.18 19:59:53.685679 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17446 2024.12.18 19:59:53.686189 [ 199 ] {44073e35-3af2-45e8-88c8-133d6921f05d::all_1_151_30} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17447 2024.12.18 19:59:53.686195 [ 187 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part
17448 2024.12.18 19:59:53.686551 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
17449 2024.12.18 19:59:53.687423 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17450 2024.12.18 19:59:53.687490 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17451 2024.12.18 19:59:53.688496 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17452 2024.12.18 19:59:53.688861 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17453 2024.12.18 19:59:53.689228 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005846 sec., 27369.14129319193 rows/sec., 1.91 MiB/sec.
17454 2024.12.18 19:59:53.689612 [ 262 ] {7c39168c-961d-4973-9f22-0fa6b62c5bbf} <Debug> TCPHandler: Processed in 0.006681798 sec.
17455 2024.12.18 19:59:53.689936 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17456 2024.12.18 19:59:53.690003 [ 199 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007323421 sec., 330310.1105344074 rows/sec., 25.34 MiB/sec.
17457 2024.12.18 19:59:53.690187 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17458 2024.12.18 19:59:53.690290 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17459 2024.12.18 19:59:53.690393 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17460 2024.12.18 19:59:53.690972 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17461 2024.12.18 19:59:53.691092 [ 196 ] {793e69d1-bdea-4e7d-9c3f-361d10cb8ccd::all_1_151_30} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17462 2024.12.18 19:59:53.691206 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
17463 2024.12.18 19:59:53.691261 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17464 2024.12.18 19:59:53.691301 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17465 2024.12.18 19:59:53.691680 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17466 2024.12.18 19:59:53.691973 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17467 2024.12.18 19:59:53.692198 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002102 sec., 28544.243577545192 rows/sec., 1.92 MiB/sec.
17468 2024.12.18 19:59:53.692261 [ 266 ] {69dd59be-ea09-444f-aae7-6f5fb5e1ef62} <Debug> TCPHandler: Processed in 0.002548952 sec.
17469 2024.12.18 19:59:56.870275 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
17470 2024.12.18 19:59:56.870343 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
17471 2024.12.18 19:59:57.137949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42212
17472 2024.12.18 19:59:57.138653 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17473 2024.12.18 19:59:57.138706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17474 2024.12.18 19:59:57.139332 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
17475 2024.12.18 19:59:57.139702 [ 244 ] {} <Trace> system.asynchronous_metric_log (5cb70047-6278-4e28-be38-e051435f4750): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17476 2024.12.18 19:59:57.139928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42212
17477 2024.12.18 19:59:57.409579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2384
17478 2024.12.18 19:59:57.412602 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17479 2024.12.18 19:59:57.412653 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17480 2024.12.18 19:59:57.415017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17481 2024.12.18 19:59:57.415362 [ 242 ] {} <Trace> system.query_log (9ee3665a-3ad1-47e2-a656-388217b014d7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17482 2024.12.18 19:59:57.416019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2384
17483 2024.12.18 19:59:57.732181 [ 38 ] {} <Debug> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0
17484 2024.12.18 19:59:57.732271 [ 38 ] {} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17485 2024.12.18 19:59:57.732308 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17486 2024.12.18 19:59:57.732567 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full
17487 2024.12.18 19:59:57.732916 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17488 2024.12.18 19:59:57.732972 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 57 rows starting from the beginning of the part
17489 2024.12.18 19:59:57.733105 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
17490 2024.12.18 19:59:57.733442 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
17491 2024.12.18 19:59:57.733653 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
17492 2024.12.18 19:59:57.733787 [ 199 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part
17493 2024.12.18 19:59:57.734972 [ 186 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.002544192 sec., 23976.177898523383 rows/sec., 1.58 MiB/sec.
17494 2024.12.18 19:59:57.735253 [ 186 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Trace> MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary)
17495 2024.12.18 19:59:57.735788 [ 186 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17496 2024.12.18 19:59:57.735882 [ 186 ] {01565dfc-a8a9-4e23-a056-01e3ec512adf::all_1_61_13} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13
17497 2024.12.18 19:59:57.735985 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17498 2024.12.18 19:59:57.750963 [ 38 ] {} <Debug> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0
17499 2024.12.18 19:59:57.751012 [ 38 ] {} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17500 2024.12.18 19:59:57.751048 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17501 2024.12.18 19:59:57.751272 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full
17502 2024.12.18 19:59:57.751706 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17503 2024.12.18 19:59:57.751742 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 243 rows starting from the beginning of the part
17504 2024.12.18 19:59:57.751869 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 242 rows starting from the beginning of the part
17505 2024.12.18 19:59:57.752106 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
17506 2024.12.18 19:59:57.752320 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
17507 2024.12.18 19:59:57.752475 [ 194 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 242 rows starting from the beginning of the part
17508 2024.12.18 19:59:57.753747 [ 186 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002621064 sec., 288050.9594576859 rows/sec., 20.62 MiB/sec.
17509 2024.12.18 19:59:57.753870 [ 186 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Trace> MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary)
17510 2024.12.18 19:59:57.754140 [ 186 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17511 2024.12.18 19:59:57.754215 [ 186 ] {bf4efcf8-b574-41cf-8dd7-c694589d6f87::all_1_61_13} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13
17512 2024.12.18 19:59:57.754287 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
17513 2024.12.18 19:59:58.233723 [ 34 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Selected 5 parts from all_1_82_19 to all_86_86_0
17514 2024.12.18 19:59:58.233808 [ 34 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17515 2024.12.18 19:59:58.233849 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17516 2024.12.18 19:59:58.234057 [ 224 ] {} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Found 5 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0]
17517 2024.12.18 19:59:58.234092 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_82_19 to all_86_86_0 into Compact with storage Full
17518 2024.12.18 19:59:58.234125 [ 224 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0]
17519 2024.12.18 19:59:58.234605 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17520 2024.12.18 19:59:58.234673 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_82_19, total 66 rows starting from the beginning of the part
17521 2024.12.18 19:59:58.234858 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part
17522 2024.12.18 19:59:58.235273 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 2 rows starting from the beginning of the part
17523 2024.12.18 19:59:58.235646 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part
17524 2024.12.18 19:59:58.236001 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 58 rows starting from the beginning of the part
17525 2024.12.18 19:59:58.238054 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.004109015 sec., 54027.546747821565 rows/sec., 4.07 MiB/sec.
17526 2024.12.18 19:59:58.238238 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Trace> MergedBlockOutputStream: filled checksums all_1_86_20 (state Temporary)
17527 2024.12.18 19:59:58.238576 [ 224 ] {} <Debug> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Removing 5 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0]
17528 2024.12.18 19:59:58.238660 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_merge_all_1_86_20 to all_1_86_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17529 2024.12.18 19:59:58.238864 [ 194 ] {235a8f67-40ae-4e91-a480-82e97155efe9::all_1_86_20} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9) (MergerMutator): Merged 5 parts: [all_1_82_19, all_86_86_0] -> all_1_86_20
17530 2024.12.18 19:59:58.238990 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
17531 2024.12.18 19:59:58.679428 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17532 2024.12.18 19:59:58.679637 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17533 2024.12.18 19:59:58.679718 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17534 2024.12.18 19:59:58.680480 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17535 2024.12.18 19:59:58.680533 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17536 2024.12.18 19:59:58.680977 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17537 2024.12.18 19:59:58.681244 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17538 2024.12.18 19:59:58.681457 [ 34 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17539 2024.12.18 19:59:58.681486 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec.
17540 2024.12.18 19:59:58.681583 [ 34 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17541 2024.12.18 19:59:58.681684 [ 262 ] {30f0de8a-f0bc-455f-8d72-c68535ec0b35} <Debug> TCPHandler: Processed in 0.002388029 sec.
17542 2024.12.18 19:59:58.681685 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17543 2024.12.18 19:59:58.681942 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17544 2024.12.18 19:59:58.682037 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17545 2024.12.18 19:59:58.682028 [ 221 ] {} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
17546 2024.12.18 19:59:58.682146 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17547 2024.12.18 19:59:58.682210 [ 221 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
17548 2024.12.18 19:59:58.682311 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17549 2024.12.18 19:59:58.682631 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17550 2024.12.18 19:59:58.682759 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17551 2024.12.18 19:59:58.683297 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17552 2024.12.18 19:59:58.683796 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17553 2024.12.18 19:59:58.684165 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17554 2024.12.18 19:59:58.684604 [ 191 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::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
17555 2024.12.18 19:59:58.686458 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17556 2024.12.18 19:59:58.686562 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17557 2024.12.18 19:59:58.688258 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17558 2024.12.18 19:59:58.688628 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00676259 sec., 10351.063719669535 rows/sec., 785.57 KiB/sec.
17559 2024.12.18 19:59:58.688949 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17560 2024.12.18 19:59:58.689266 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Trace> oximeter.fields_string (44073e35-3af2-45e8-88c8-133d6921f05d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17561 2024.12.18 19:59:58.689840 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.007721 sec., 36912.317057375985 rows/sec., 3.26 MiB/sec.
17562 2024.12.18 19:59:58.689946 [ 221 ] {} <Debug> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): 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]
17563 2024.12.18 19:59:58.690048 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_61_15} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17564 2024.12.18 19:59:58.690159 [ 266 ] {57702ee5-3848-4732-98c9-9a04799b913d} <Debug> TCPHandler: Processed in 0.008337631 sec.
17565 2024.12.18 19:59:58.690435 [ 193 ] {7a61a03b-4fd8-46ab-92fb-a826fc72f461::all_1_61_15} <Trace> oximeter.fields_i16 (7a61a03b-4fd8-46ab-92fb-a826fc72f461) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17566 2024.12.18 19:59:58.690477 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17567 2024.12.18 19:59:58.690674 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17568 2024.12.18 19:59:58.690896 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17569 2024.12.18 19:59:58.691012 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17570 2024.12.18 19:59:58.691665 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17571 2024.12.18 19:59:58.691706 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17572 2024.12.18 19:59:58.692078 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
17573 2024.12.18 19:59:58.692341 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Trace> oximeter.fields_u16 (235a8f67-40ae-4e91-a480-82e97155efe9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17574 2024.12.18 19:59:58.692548 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001767 sec., 27164.685908319185 rows/sec., 1.96 MiB/sec.
17575 2024.12.18 19:59:58.692603 [ 262 ] {4c48bddc-d55f-4477-8b2f-8ce3ff055a68} <Debug> TCPHandler: Processed in 0.002293037 sec.
17576 2024.12.18 19:59:58.692744 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17577 2024.12.18 19:59:58.692853 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17578 2024.12.18 19:59:58.692899 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17579 2024.12.18 19:59:58.693423 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17580 2024.12.18 19:59:58.693464 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17581 2024.12.18 19:59:58.693817 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17582 2024.12.18 19:59:58.694047 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Trace> oximeter.fields_u32 (bf4efcf8-b574-41cf-8dd7-c694589d6f87): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17583 2024.12.18 19:59:58.694250 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00142 sec., 9859.154929577464 rows/sec., 690.47 KiB/sec.
17584 2024.12.18 19:59:58.694304 [ 266 ] {872a6ff5-bec1-4784-85aa-4387a32deadc} <Debug> TCPHandler: Processed in 0.001614543 sec.
17585 2024.12.18 19:59:58.694430 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17586 2024.12.18 19:59:58.694530 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17587 2024.12.18 19:59:58.694572 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17588 2024.12.18 19:59:58.695052 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17589 2024.12.18 19:59:58.695090 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17590 2024.12.18 19:59:58.695502 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17591 2024.12.18 19:59:58.695738 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17592 2024.12.18 19:59:58.695905 [ 36 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17593 2024.12.18 19:59:58.695965 [ 36 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17594 2024.12.18 19:59:58.695974 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001438 sec., 9040.333796940195 rows/sec., 563.66 KiB/sec.
17595 2024.12.18 19:59:58.696004 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17596 2024.12.18 19:59:58.696082 [ 262 ] {0ca2643b-4ba9-4fb4-80c6-b5348954a711} <Debug> TCPHandler: Processed in 0.001690795 sec.
17597 2024.12.18 19:59:58.696217 [ 219 ] {} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
17598 2024.12.18 19:59:58.696351 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17599 2024.12.18 19:59:58.696351 [ 219 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
17600 2024.12.18 19:59:58.696626 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17601 2024.12.18 19:59:58.696661 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17602 2024.12.18 19:59:58.696868 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17603 2024.12.18 19:59:58.697360 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17604 2024.12.18 19:59:58.697519 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17605 2024.12.18 19:59:58.698381 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17606 2024.12.18 19:59:58.699107 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17607 2024.12.18 19:59:58.699633 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17608 2024.12.18 19:59:58.700402 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::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
17609 2024.12.18 19:59:58.700810 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17610 2024.12.18 19:59:58.700928 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17611 2024.12.18 19:59:58.702005 [ 219 ] {} <Debug> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): 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]
17612 2024.12.18 19:59:58.702304 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17613 2024.12.18 19:59:58.703101 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Trace> oximeter.fields_uuid (793e69d1-bdea-4e7d-9c3f-361d10cb8ccd): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17614 2024.12.18 19:59:58.703772 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.007185 sec., 58872.65135699373 rows/sec., 4.21 MiB/sec.
17615 2024.12.18 19:59:58.703988 [ 266 ] {ed59e4b6-483f-4cee-8013-5b324d7eef4b} <Debug> TCPHandler: Processed in 0.007797761 sec.
17616 2024.12.18 19:59:58.704240 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17617 2024.12.18 19:59:58.704512 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17618 2024.12.18 19:59:58.704645 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17619 2024.12.18 19:59:58.704668 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008536186 sec., 7614.641948992208 rows/sec., 504.52 KiB/sec.
17620 2024.12.18 19:59:58.704921 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17621 2024.12.18 19:59:58.705529 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_61_15} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17622 2024.12.18 19:59:58.705734 [ 198 ] {de594d56-f1d6-43fe-9f17-b039c936e817::all_1_61_15} <Trace> oximeter.fields_u8 (de594d56-f1d6-43fe-9f17-b039c936e817) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17623 2024.12.18 19:59:58.705771 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17624 2024.12.18 19:59:58.705870 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17625 2024.12.18 19:59:58.705892 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17626 2024.12.18 19:59:58.706269 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17627 2024.12.18 19:59:58.706510 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Trace> oximeter.measurements_bool (836aaebb-9d2d-40d4-a92c-cb1f41834ea9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17628 2024.12.18 19:59:58.706701 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0023 sec., 2608.695652173913 rows/sec., 136.29 KiB/sec.
17629 2024.12.18 19:59:58.706764 [ 262 ] {f1dc772f-3987-42ff-bcfb-2063accc4762} <Debug> TCPHandler: Processed in 0.002661765 sec.
17630 2024.12.18 19:59:58.706959 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17631 2024.12.18 19:59:58.707155 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17632 2024.12.18 19:59:58.707204 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17633 2024.12.18 19:59:58.707736 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17634 2024.12.18 19:59:58.707774 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17635 2024.12.18 19:59:58.708155 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17636 2024.12.18 19:59:58.708403 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17637 2024.12.18 19:59:58.708537 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Selected 6 parts from all_1_146_30 to all_151_151_0
17638 2024.12.18 19:59:58.708580 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17639 2024.12.18 19:59:58.708583 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00147 sec., 161224.48979591837 rows/sec., 10.81 MiB/sec.
17640 2024.12.18 19:59:58.708603 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17641 2024.12.18 19:59:58.708668 [ 266 ] {9aa4807d-7c45-4efd-bfc0-859c11530190} <Debug> TCPHandler: Processed in 0.001815667 sec.
17642 2024.12.18 19:59:58.708765 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_30 to all_151_151_0 into Compact with storage Full
17643 2024.12.18 19:59:58.708818 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17644 2024.12.18 19:59:58.708902 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17645 2024.12.18 19:59:58.708950 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_146_30, total 40554 rows starting from the beginning of the part
17646 2024.12.18 19:59:58.708970 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17647 2024.12.18 19:59:58.709081 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17648 2024.12.18 19:59:58.709103 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part
17649 2024.12.18 19:59:58.709362 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 898 rows starting from the beginning of the part
17650 2024.12.18 19:59:58.709650 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part
17651 2024.12.18 19:59:58.709890 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part
17652 2024.12.18 19:59:58.710059 [ 192 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 237 rows starting from the beginning of the part
17653 2024.12.18 19:59:58.710577 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17654 2024.12.18 19:59:58.710616 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17655 2024.12.18 19:59:58.711095 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17656 2024.12.18 19:59:58.711383 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Trace> oximeter.measurements_f64 (01565dfc-a8a9-4e23-a056-01e3ec512adf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17657 2024.12.18 19:59:58.711617 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002682 sec., 372.85607755406414 rows/sec., 25.12 KiB/sec.
17658 2024.12.18 19:59:58.711714 [ 262 ] {7235e03d-82b3-4188-8bca-73af0c1b695f} <Debug> TCPHandler: Processed in 0.002968411 sec.
17659 2024.12.18 19:59:58.711852 [ 266 ] {} <Trace> TCP-Session: 094a1ba9-d363-47e3-8dc0-542db64f3a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17660 2024.12.18 19:59:58.712005 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17661 2024.12.18 19:59:58.712118 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17662 2024.12.18 19:59:58.713340 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17663 2024.12.18 19:59:58.713378 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17664 2024.12.18 19:59:58.714136 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17665 2024.12.18 19:59:58.714412 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Trace> oximeter.measurements_histogramu64 (17d9d407-47af-485a-8224-a84cedf6ca63): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17666 2024.12.18 19:59:58.714657 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002699 sec., 15190.811411633938 rows/sec., 27.22 MiB/sec.
17667 2024.12.18 19:59:58.714781 [ 266 ] {341968bf-d38d-4021-8893-7b7009206207} <Debug> TCPHandler: Processed in 0.002990942 sec.
17668 2024.12.18 19:59:58.714961 [ 262 ] {} <Trace> TCP-Session: c8371e4c-a603-45be-99ef-aec1b5c97ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17669 2024.12.18 19:59:58.715092 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40276) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17670 2024.12.18 19:59:58.715145 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17671 2024.12.18 19:59:58.715714 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17672 2024.12.18 19:59:58.715758 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17673 2024.12.18 19:59:58.716171 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17674 2024.12.18 19:59:58.716417 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17675 2024.12.18 19:59:58.716564 [ 35 ] {} <Debug> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17676 2024.12.18 19:59:58.716602 [ 35 ] {} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17677 2024.12.18 19:59:58.716637 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec.
17678 2024.12.18 19:59:58.716638 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17679 2024.12.18 19:59:58.716723 [ 262 ] {d106519c-54b6-42d3-8da2-8476cbc3b112} <Debug> TCPHandler: Processed in 0.001826878 sec.
17680 2024.12.18 19:59:58.716817 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
17681 2024.12.18 19:59:58.716931 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17682 2024.12.18 19:59:58.716965 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8660 rows starting from the beginning of the part
17683 2024.12.18 19:59:58.717095 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part
17684 2024.12.18 19:59:58.717307 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 58 rows starting from the beginning of the part
17685 2024.12.18 19:59:58.717407 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::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
17686 2024.12.18 19:59:58.717503 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part
17687 2024.12.18 19:59:58.717640 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part
17688 2024.12.18 19:59:58.718894 [ 202 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42073 rows, containing 5 columns (5 merged, 0 gathered) in 0.01021366 sec., 4119287.307390299 rows/sec., 278.35 MiB/sec.
17689 2024.12.18 19:59:58.719335 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Trace> MergedBlockOutputStream: filled checksums all_1_151_31 (state Temporary)
17690 2024.12.18 19:59:58.719857 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba): Renaming temporary part tmp_merge_all_1_151_31 to all_1_151_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17691 2024.12.18 19:59:58.719957 [ 195 ] {d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (d4dcfda7-4bc7-4e24-aa6d-a92ae3d489ba) (MergerMutator): Merged 6 parts: [all_1_146_30, all_151_151_0] -> all_1_151_31
17692 2024.12.18 19:59:58.720056 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
17693 2024.12.18 19:59:58.720351 [ 202 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8944 rows, containing 4 columns (4 merged, 0 gathered) in 0.003637415 sec., 2458889.073696567 rows/sec., 160.51 MiB/sec.
17694 2024.12.18 19:59:58.720509 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17695 2024.12.18 19:59:58.720792 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17696 2024.12.18 19:59:58.720865 [ 188 ] {9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9::all_1_151_30} <Trace> oximeter.measurements_u64 (9143dc9f-dbe8-47f9-a402-5c2dcc0fc4f9) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17697 2024.12.18 19:59:58.720938 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
17698 2024.12.18 20:00:00.222035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
17699 2024.12.18 20:00:00.246527 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17700 2024.12.18 20:00:00.246595 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
17701 2024.12.18 20:00:00.254279 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
17702 2024.12.18 20:00:00.255123 [ 243 ] {} <Trace> system.metric_log (fa22cbaf-bbf4-4633-907f-66933e9c62ed): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17703 2024.12.18 20:00:00.258737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694