Max level shown:
1 [ Dec 17 08:10:59 Enabled. ]
2 [ Dec 17 08:10:59 Rereading configuration. ]
3 [ Dec 17 08:10:59 Rereading configuration. ]
4 [ Dec 17 08:11:01 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 17 08:11:01 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.17 08:11:01.916677 [ 1 ] {} <Information> Application: Will watch for the process with pid 24557
29 2024.12.17 08:11:01.917187 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.17 08:11:02.121577 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24557
31 2024.12.17 08:11:02.122331 [ 1 ] {} <Information> Application: starting up
32 2024.12.17 08:11:02.123062 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.17 08:11:02.200648 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.17 08:11:02.236723 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.17 08:11:02.236776 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.17 08:11:02.236790 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.17 08:11:02.236857 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.17 08:11:02.237245 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.17 08:11:02.238896 [ 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.17 08:11:02.239649 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.17 08:11:02.240544 [ 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.17 08:11:02.240568 [ 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.17 08:11:02.240584 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.17 08:11:02.240761 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.17 08:11:02.241741 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.17 08:11:02.247245 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.17 08:11:02.248096 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.17 08:11:02.249590 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.17 08:11:02.249659 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.17 08:11:02.250733 [ 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.17 08:11:02.251203 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.17 08:11:02.255923 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.17 08:11:02.256213 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.17 08:11:02.257381 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.17 08:11:02.257779 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.17 08:11:02.258097 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.17 08:11:02.258516 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.17 08:11:02.260044 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.17 08:11:02.260075 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.17 08:11:02.260156 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.17 08:11:02.260346 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.17 08:11:02.273617 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.17 08:11:02.273642 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000144804 sec
68 2024.12.17 08:11:02.273689 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.17 08:11:02.273704 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.17 08:11:02.275006 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.17 08:11:02.276169 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.17 08:11:02.287603 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.17 08:11:02.287655 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.17 08:11:02.287685 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.17 08:11:02.287698 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.17 08:11:02.287730 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.17 08:11:02.287749 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.17 08:11:02.290454 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.17 08:11:02.290501 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.17 08:11:02.290533 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.17 08:11:02.290714 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.17 08:11:02.290733 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.17 08:11:02.290772 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.17 08:11:02.290798 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.17 08:11:02.290811 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.17 08:11:02.290845 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.17 08:11:02.290865 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.17 08:11:02.317785 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.17 08:11:02.319142 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.17 08:11:02.319189 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4492e-05 sec
91 2024.12.17 08:11:02.319202 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.17 08:11:02.319213 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.17 08:11:02.319236 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.17 08:11:02.319414 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.17 08:11:02.319459 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.17 08:11:02.319474 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.17 08:11:02.319488 [ 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.17 08:11:02.319501 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.17 08:11:02.325646 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.17 08:11:02.325941 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2024.12.17 08:11:02.326452 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.4381e-05 sec.
102 2024.12.17 08:11:02.327645 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.17 08:11:02.327748 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.17 08:11:02.327765 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.17 08:11:02.892564 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63956
106 2024.12.17 08:11:02.893184 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.17 08:11:02.893254 [ 3 ] {} <Debug> TCP-Session: 505a6f05-8b3d-40e7-81bf-f87756aadc74 Authenticating user 'default' from [fd00:1122:3344:101::a]:63956
108 2024.12.17 08:11:02.893288 [ 3 ] {} <Debug> TCP-Session: 505a6f05-8b3d-40e7-81bf-f87756aadc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.17 08:11:02.893312 [ 3 ] {} <Debug> TCP-Session: 505a6f05-8b3d-40e7-81bf-f87756aadc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.17 08:11:02.893396 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.17 08:11:02.893423 [ 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.17 08:11:02.893445 [ 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.17 08:11:02.894300 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35351
114 2024.12.17 08:11:02.894305 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64150
115 2024.12.17 08:11:02.894454 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.12.17 08:11:02.894474 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2024.12.17 08:11:02.894502 [ 4 ] {} <Debug> TCP-Session: c2c244df-b6b0-419c-9a3c-69d4f215dc82 Authenticating user 'default' from [fd00:1122:3344:101::a]:35351
118 2024.12.17 08:11:02.894537 [ 5 ] {} <Debug> TCP-Session: ebd71be7-c4eb-4d60-b7e9-e76ad5a32ff6 Authenticating user 'default' from [fd00:1122:3344:101::a]:64150
119 2024.12.17 08:11:02.894546 [ 4 ] {} <Debug> TCP-Session: c2c244df-b6b0-419c-9a3c-69d4f215dc82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2024.12.17 08:11:02.894581 [ 5 ] {} <Debug> TCP-Session: ebd71be7-c4eb-4d60-b7e9-e76ad5a32ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2024.12.17 08:11:02.894598 [ 4 ] {} <Debug> TCP-Session: c2c244df-b6b0-419c-9a3c-69d4f215dc82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2024.12.17 08:11:02.894613 [ 5 ] {} <Debug> TCP-Session: ebd71be7-c4eb-4d60-b7e9-e76ad5a32ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.12.17 08:11:02.895026 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48007
124 2024.12.17 08:11:02.895157 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50843
125 2024.12.17 08:11:02.895159 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.12.17 08:11:02.895247 [ 253 ] {} <Debug> TCP-Session: c3530cf8-8fcb-4462-be20-b94a609e84ae Authenticating user 'default' from [fd00:1122:3344:101::a]:48007
127 2024.12.17 08:11:02.895321 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2024.12.17 08:11:02.895380 [ 253 ] {} <Debug> TCP-Session: c3530cf8-8fcb-4462-be20-b94a609e84ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2024.12.17 08:11:02.895393 [ 254 ] {} <Debug> TCP-Session: 1303acf8-0c44-424a-b46f-b041a9fbcd18 Authenticating user 'default' from [fd00:1122:3344:101::a]:50843
130 2024.12.17 08:11:02.895429 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45816
131 2024.12.17 08:11:02.895459 [ 253 ] {} <Debug> TCP-Session: c3530cf8-8fcb-4462-be20-b94a609e84ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.17 08:11:02.895480 [ 254 ] {} <Debug> TCP-Session: 1303acf8-0c44-424a-b46f-b041a9fbcd18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2024.12.17 08:11:02.895489 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38026
134 2024.12.17 08:11:02.895616 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60937
135 2024.12.17 08:11:02.895676 [ 254 ] {} <Debug> TCP-Session: 1303acf8-0c44-424a-b46f-b041a9fbcd18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2024.12.17 08:11:02.895973 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2024.12.17 08:11:02.895969 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2024.12.17 08:11:02.896033 [ 257 ] {} <Debug> TCP-Session: a2e8d191-ea3b-4708-9819-1e80467f0c9f Authenticating user 'default' from [fd00:1122:3344:101::a]:60937
139 2024.12.17 08:11:02.896072 [ 255 ] {} <Debug> TCP-Session: 52a7fa09-f578-4049-8cfb-415058eac4bb Authenticating user 'default' from [fd00:1122:3344:101::a]:38026
140 2024.12.17 08:11:02.896081 [ 257 ] {} <Debug> TCP-Session: a2e8d191-ea3b-4708-9819-1e80467f0c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2024.12.17 08:11:02.896123 [ 255 ] {} <Debug> TCP-Session: 52a7fa09-f578-4049-8cfb-415058eac4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2024.12.17 08:11:02.896130 [ 257 ] {} <Debug> TCP-Session: a2e8d191-ea3b-4708-9819-1e80467f0c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.17 08:11:02.896151 [ 255 ] {} <Debug> TCP-Session: 52a7fa09-f578-4049-8cfb-415058eac4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.17 08:11:02.898725 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49324
145 2024.12.17 08:11:02.899326 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2024.12.17 08:11:02.899354 [ 258 ] {} <Debug> TCP-Session: 2d4b7afa-6101-432f-866c-2c6a556b22c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:49324
147 2024.12.17 08:11:02.899380 [ 258 ] {} <Debug> TCP-Session: 2d4b7afa-6101-432f-866c-2c6a556b22c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.17 08:11:02.899394 [ 258 ] {} <Debug> TCP-Session: 2d4b7afa-6101-432f-866c-2c6a556b22c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
149 2024.12.17 08:11:02.899454 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
150 2024.12.17 08:11:02.899496 [ 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
151 2024.12.17 08:11:02.899515 [ 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
152 2024.12.17 08:11:02.900317 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59919
153 2024.12.17 08:11:02.900451 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64378
154 2024.12.17 08:11:02.900458 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
155 2024.12.17 08:11:02.900514 [ 259 ] {} <Debug> TCP-Session: d298fc73-93e9-47e8-8958-8728e88bdb57 Authenticating user 'default' from [fd00:1122:3344:101::c]:59919
156 2024.12.17 08:11:02.900622 [ 259 ] {} <Debug> TCP-Session: d298fc73-93e9-47e8-8958-8728e88bdb57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
157 2024.12.17 08:11:02.900638 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
158 2024.12.17 08:11:02.900659 [ 259 ] {} <Debug> TCP-Session: d298fc73-93e9-47e8-8958-8728e88bdb57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
159 2024.12.17 08:11:02.900630 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38091
160 2024.12.17 08:11:02.900742 [ 260 ] {} <Debug> TCP-Session: 5990c2da-c289-40d0-8c29-83e0f69f2133 Authenticating user 'default' from [fd00:1122:3344:101::c]:64378
161 2024.12.17 08:11:02.900749 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52017
162 2024.12.17 08:11:02.900787 [ 260 ] {} <Debug> TCP-Session: 5990c2da-c289-40d0-8c29-83e0f69f2133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2024.12.17 08:11:02.900986 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55298
164 2024.12.17 08:11:02.901091 [ 260 ] {} <Debug> TCP-Session: 5990c2da-c289-40d0-8c29-83e0f69f2133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
165 2024.12.17 08:11:02.901094 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
166 2024.12.17 08:11:02.901096 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2024.12.17 08:11:02.901331 [ 262 ] {} <Debug> TCP-Session: 777f1cea-8f3d-4d2c-8ba7-7ccfb2e523ee Authenticating user 'default' from [fd00:1122:3344:101::c]:52017
168 2024.12.17 08:11:02.901349 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2024.12.17 08:11:02.901360 [ 261 ] {} <Debug> TCP-Session: f2844fae-0cc2-4666-93ca-d59c041279d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:38091
170 2024.12.17 08:11:02.901438 [ 262 ] {} <Debug> TCP-Session: 777f1cea-8f3d-4d2c-8ba7-7ccfb2e523ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.12.17 08:11:02.901458 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61271
172 2024.12.17 08:11:02.901485 [ 263 ] {} <Debug> TCP-Session: be7d395f-944f-4892-a6b4-c3c67e6e4bc9 Authenticating user 'default' from [fd00:1122:3344:101::c]:55298
173 2024.12.17 08:11:02.901452 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53992
174 2024.12.17 08:11:02.901498 [ 261 ] {} <Debug> TCP-Session: f2844fae-0cc2-4666-93ca-d59c041279d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2024.12.17 08:11:02.901552 [ 262 ] {} <Debug> TCP-Session: 777f1cea-8f3d-4d2c-8ba7-7ccfb2e523ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2024.12.17 08:11:02.901569 [ 263 ] {} <Debug> TCP-Session: be7d395f-944f-4892-a6b4-c3c67e6e4bc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2024.12.17 08:11:02.901852 [ 261 ] {} <Debug> TCP-Session: f2844fae-0cc2-4666-93ca-d59c041279d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2024.12.17 08:11:02.901866 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.12.17 08:11:02.901879 [ 263 ] {} <Debug> TCP-Session: be7d395f-944f-4892-a6b4-c3c67e6e4bc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2024.12.17 08:11:02.901995 [ 264 ] {} <Debug> TCP-Session: 5f421012-6708-482d-996f-abe6bb1033a3 Authenticating user 'default' from [fd00:1122:3344:101::c]:53992
181 2024.12.17 08:11:02.902079 [ 264 ] {} <Debug> TCP-Session: 5f421012-6708-482d-996f-abe6bb1033a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.12.17 08:11:02.902095 [ 264 ] {} <Debug> TCP-Session: 5f421012-6708-482d-996f-abe6bb1033a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2024.12.17 08:11:02.904459 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2024.12.17 08:11:02.904513 [ 256 ] {} <Debug> TCP-Session: 05988e7e-3d25-4285-9534-8ac89776230a Authenticating user 'default' from [fd00:1122:3344:101::a]:45816
185 2024.12.17 08:11:02.904532 [ 256 ] {} <Debug> TCP-Session: 05988e7e-3d25-4285-9534-8ac89776230a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2024.12.17 08:11:02.904546 [ 256 ] {} <Debug> TCP-Session: 05988e7e-3d25-4285-9534-8ac89776230a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2024.12.17 08:11:02.914314 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2024.12.17 08:11:02.914346 [ 265 ] {} <Debug> TCP-Session: 464fa46c-348d-4844-bdff-f5bb1681118e Authenticating user 'default' from [fd00:1122:3344:101::c]:61271
189 2024.12.17 08:11:02.914362 [ 265 ] {} <Debug> TCP-Session: 464fa46c-348d-4844-bdff-f5bb1681118e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.17 08:11:02.914388 [ 265 ] {} <Debug> TCP-Session: 464fa46c-348d-4844-bdff-f5bb1681118e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.12.17 08:11:03.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.22 MiB, peak 117.22 MiB, free memory in arenas 0.00 B, will set to 119.92 MiB (RSS), difference: 2.69 MiB
192 2024.12.17 08:11:03.017907 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36160
193 2024.12.17 08:11:03.019003 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2024.12.17 08:11:03.019048 [ 266 ] {} <Debug> TCP-Session: 987d6adf-ef1c-488a-a80d-46d118186a3d Authenticating user 'default' from [fd00:1122:3344:101::e]:36160
195 2024.12.17 08:11:03.019072 [ 266 ] {} <Debug> TCP-Session: 987d6adf-ef1c-488a-a80d-46d118186a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.17 08:11:03.019085 [ 266 ] {} <Debug> TCP-Session: 987d6adf-ef1c-488a-a80d-46d118186a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.12.17 08:11:03.019155 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2024.12.17 08:11:03.019180 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2024.12.17 08:11:03.019207 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2024.12.17 08:11:03.019595 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63934
201 2024.12.17 08:11:03.019797 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2024.12.17 08:11:03.019853 [ 267 ] {} <Debug> TCP-Session: 850912a3-5213-4c7d-8f97-0c0426e455e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63934
203 2024.12.17 08:11:03.019847 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63530
204 2024.12.17 08:11:03.019889 [ 267 ] {} <Debug> TCP-Session: 850912a3-5213-4c7d-8f97-0c0426e455e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
205 2024.12.17 08:11:03.019867 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46475
206 2024.12.17 08:11:03.019940 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34019
207 2024.12.17 08:11:03.019956 [ 267 ] {} <Debug> TCP-Session: 850912a3-5213-4c7d-8f97-0c0426e455e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
208 2024.12.17 08:11:03.020156 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50152
209 2024.12.17 08:11:03.020129 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2024.12.17 08:11:03.020270 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2024.12.17 08:11:03.020315 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36329
212 2024.12.17 08:11:03.020580 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60450
213 2024.12.17 08:11:03.020385 [ 269 ] {} <Debug> TCP-Session: 102cbf3e-6e2e-4592-97e8-34e7ecab9ce4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63530
214 2024.12.17 08:11:03.020630 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
215 2024.12.17 08:11:03.020640 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
216 2024.12.17 08:11:03.020572 [ 270 ] {} <Debug> TCP-Session: d34bc2c6-69b5-4006-8b9e-359f9c6d6667 Authenticating user 'default' from [fd00:1122:3344:101::e]:34019
217 2024.12.17 08:11:03.020693 [ 269 ] {} <Debug> TCP-Session: 102cbf3e-6e2e-4592-97e8-34e7ecab9ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2024.12.17 08:11:03.020818 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2024.12.17 08:11:03.020841 [ 269 ] {} <Debug> TCP-Session: 102cbf3e-6e2e-4592-97e8-34e7ecab9ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
220 2024.12.17 08:11:03.020848 [ 270 ] {} <Debug> TCP-Session: d34bc2c6-69b5-4006-8b9e-359f9c6d6667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
221 2024.12.17 08:11:03.020926 [ 268 ] {} <Debug> TCP-Session: 93bda3a1-a222-43c8-bd7e-b0bccb981529 Authenticating user 'default' from [fd00:1122:3344:101::e]:46475
222 2024.12.17 08:11:03.021010 [ 270 ] {} <Debug> TCP-Session: d34bc2c6-69b5-4006-8b9e-359f9c6d6667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2024.12.17 08:11:03.021051 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
224 2024.12.17 08:11:03.021045 [ 273 ] {} <Debug> TCP-Session: a0e1fdfe-962b-42a7-b8db-7409f5ae2ddd Authenticating user 'default' from [fd00:1122:3344:101::e]:60450
225 2024.12.17 08:11:03.021098 [ 271 ] {} <Debug> TCP-Session: 28d692e4-af2b-4e2b-8b59-3457528f6127 Authenticating user 'default' from [fd00:1122:3344:101::e]:50152
226 2024.12.17 08:11:03.021085 [ 268 ] {} <Debug> TCP-Session: 93bda3a1-a222-43c8-bd7e-b0bccb981529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2024.12.17 08:11:03.021177 [ 273 ] {} <Debug> TCP-Session: a0e1fdfe-962b-42a7-b8db-7409f5ae2ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.12.17 08:11:03.021201 [ 271 ] {} <Debug> TCP-Session: 28d692e4-af2b-4e2b-8b59-3457528f6127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.12.17 08:11:03.021229 [ 268 ] {} <Debug> TCP-Session: 93bda3a1-a222-43c8-bd7e-b0bccb981529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2024.12.17 08:11:03.021198 [ 272 ] {} <Debug> TCP-Session: 231405d1-8375-44e7-a791-383b60b05612 Authenticating user 'default' from [fd00:1122:3344:101::e]:36329
231 2024.12.17 08:11:03.021274 [ 271 ] {} <Debug> TCP-Session: 28d692e4-af2b-4e2b-8b59-3457528f6127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2024.12.17 08:11:03.021247 [ 273 ] {} <Debug> TCP-Session: a0e1fdfe-962b-42a7-b8db-7409f5ae2ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2024.12.17 08:11:03.021407 [ 272 ] {} <Debug> TCP-Session: 231405d1-8375-44e7-a791-383b60b05612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
234 2024.12.17 08:11:03.021510 [ 272 ] {} <Debug> TCP-Session: 231405d1-8375-44e7-a791-383b60b05612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2024.12.17 08:11:03.145576 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33589
236 2024.12.17 08:11:03.145752 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2024.12.17 08:11:03.145798 [ 274 ] {} <Debug> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Authenticating user 'default' from [fd00:1122:3344:101::d]:33589
238 2024.12.17 08:11:03.145820 [ 274 ] {} <Debug> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2024.12.17 08:11:03.145834 [ 274 ] {} <Debug> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2024.12.17 08:11:03.145904 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2024.12.17 08:11:03.145930 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2024.12.17 08:11:03.145955 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2024.12.17 08:11:03.146477 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42989
244 2024.12.17 08:11:03.146481 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61401
245 2024.12.17 08:11:03.146543 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44748
246 2024.12.17 08:11:03.147029 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2024.12.17 08:11:03.147040 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2024.12.17 08:11:03.147037 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49505
249 2024.12.17 08:11:03.147109 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
250 2024.12.17 08:11:03.147143 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62489
251 2024.12.17 08:11:03.147170 [ 275 ] {} <Debug> TCP-Session: dd8d3368-9bc9-4a31-be45-85fe575d3fef Authenticating user 'default' from [fd00:1122:3344:101::d]:61401
252 2024.12.17 08:11:03.147260 [ 277 ] {} <Debug> TCP-Session: 32ff1278-2ba3-4394-9ce4-afa73f3ad91a Authenticating user 'default' from [fd00:1122:3344:101::d]:44748
253 2024.12.17 08:11:03.147520 [ 277 ] {} <Debug> TCP-Session: 32ff1278-2ba3-4394-9ce4-afa73f3ad91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
254 2024.12.17 08:11:03.147556 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49139
255 2024.12.17 08:11:03.147540 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2024.12.17 08:11:03.147612 [ 277 ] {} <Debug> TCP-Session: 32ff1278-2ba3-4394-9ce4-afa73f3ad91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
257 2024.12.17 08:11:03.147401 [ 275 ] {} <Debug> TCP-Session: dd8d3368-9bc9-4a31-be45-85fe575d3fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
258 2024.12.17 08:11:03.147634 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2024.12.17 08:11:03.147795 [ 275 ] {} <Debug> TCP-Session: dd8d3368-9bc9-4a31-be45-85fe575d3fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
260 2024.12.17 08:11:03.147849 [ 279 ] {} <Debug> TCP-Session: 1da961c3-e0e0-4086-bd48-75790f87d827 Authenticating user 'default' from [fd00:1122:3344:101::d]:62489
261 2024.12.17 08:11:03.147399 [ 276 ] {} <Debug> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42989
262 2024.12.17 08:11:03.147866 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
263 2024.12.17 08:11:03.147867 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49217
264 2024.12.17 08:11:03.147998 [ 279 ] {} <Debug> TCP-Session: 1da961c3-e0e0-4086-bd48-75790f87d827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
265 2024.12.17 08:11:03.148045 [ 278 ] {} <Debug> TCP-Session: d0da8a87-4d60-4687-80d9-06cc3872a4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:49505
266 2024.12.17 08:11:03.148045 [ 281 ] {} <Debug> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49139
267 2024.12.17 08:11:03.147636 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48554
268 2024.12.17 08:11:03.148275 [ 281 ] {} <Debug> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
269 2024.12.17 08:11:03.148300 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
270 2024.12.17 08:11:03.148304 [ 278 ] {} <Debug> TCP-Session: d0da8a87-4d60-4687-80d9-06cc3872a4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2024.12.17 08:11:03.148322 [ 279 ] {} <Debug> TCP-Session: 1da961c3-e0e0-4086-bd48-75790f87d827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
272 2024.12.17 08:11:03.148262 [ 276 ] {} <Debug> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
273 2024.12.17 08:11:03.148458 [ 281 ] {} <Debug> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2024.12.17 08:11:03.148544 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
275 2024.12.17 08:11:03.148555 [ 276 ] {} <Debug> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2024.12.17 08:11:03.148579 [ 278 ] {} <Debug> TCP-Session: d0da8a87-4d60-4687-80d9-06cc3872a4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2024.12.17 08:11:03.148657 [ 282 ] {} <Debug> TCP-Session: 53060d4f-14d3-411f-8982-b938f24a7557 Authenticating user 'default' from [fd00:1122:3344:101::d]:49217
278 2024.12.17 08:11:03.148771 [ 282 ] {} <Debug> TCP-Session: 53060d4f-14d3-411f-8982-b938f24a7557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
279 2024.12.17 08:11:03.148786 [ 280 ] {} <Debug> TCP-Session: 207f0d70-effa-47ab-b350-3acd17abe6db Authenticating user 'default' from [fd00:1122:3344:101::d]:48554
280 2024.12.17 08:11:03.148812 [ 282 ] {} <Debug> TCP-Session: 53060d4f-14d3-411f-8982-b938f24a7557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
281 2024.12.17 08:11:03.148882 [ 280 ] {} <Debug> TCP-Session: 207f0d70-effa-47ab-b350-3acd17abe6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2024.12.17 08:11:03.149429 [ 280 ] {} <Debug> TCP-Session: 207f0d70-effa-47ab-b350-3acd17abe6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2024.12.17 08:11:03.150327 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
284 2024.12.17 08:11:03.153417 [ 274 ] {baa3fe04-80e4-4483-bd90-f36420fc0297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2024.12.17 08:11:03.206572 [ 274 ] {baa3fe04-80e4-4483-bd90-f36420fc0297} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33589) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
286 
287 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
288 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
289 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
290 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
291 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
292 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
293 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
294 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
295 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
296 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
297 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
298 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
299 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
300 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
301 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
302 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
303 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
304 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
305 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
306 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
307 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
308 
309 2024.12.17 08:11:03.207900 [ 274 ] {baa3fe04-80e4-4483-bd90-f36420fc0297} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
310 
311 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
312 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
313 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
314 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
315 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
316 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
317 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
318 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
319 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
320 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
321 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
322 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
323 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
324 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
325 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
326 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
327 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
328 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
329 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
330 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
331 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
332 
333 2024.12.17 08:11:03.208009 [ 274 ] {baa3fe04-80e4-4483-bd90-f36420fc0297} <Debug> TCPHandler: Processed in 0.059424865 sec.
334 2024.12.17 08:11:03.208371 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.12.17 08:11:03.208582 [ 281 ] {b8e485ce-a0dd-4fe8-a0a4-9098857d5d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2024.12.17 08:11:03.208961 [ 281 ] {b8e485ce-a0dd-4fe8-a0a4-9098857d5d5f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49139) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
337 
338 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
339 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
340 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
341 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
342 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
343 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
344 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
345 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
346 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
347 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
348 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
349 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
350 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
351 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
352 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
353 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
354 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
355 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
356 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
357 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
358 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
359 
360 2024.12.17 08:11:03.209095 [ 281 ] {b8e485ce-a0dd-4fe8-a0a4-9098857d5d5f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
361 
362 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
363 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
364 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
365 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
366 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
367 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
368 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
369 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
370 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
371 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
372 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
373 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
374 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
375 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
376 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
377 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
378 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
379 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
380 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
381 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
382 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
383 
384 2024.12.17 08:11:03.209205 [ 281 ] {b8e485ce-a0dd-4fe8-a0a4-9098857d5d5f} <Debug> TCPHandler: Processed in 0.001012307 sec.
385 2024.12.17 08:11:03.209414 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2024.12.17 08:11:03.210684 [ 274 ] {458ed7de-9cdf-4ed8-890a-30555da5c915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) DROP DATABASE IF EXISTS oximeter (stage: Complete)
387 2024.12.17 08:11:03.211313 [ 274 ] {458ed7de-9cdf-4ed8-890a-30555da5c915} <Debug> TCPHandler: Processed in 0.001952023 sec.
388 2024.12.17 08:11:03.211650 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.17 08:11:03.211777 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
390 2024.12.17 08:11:03.211871 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
391 2024.12.17 08:11:03.213203 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
392 2024.12.17 08:11:03.213247 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9072e-05 sec
393 2024.12.17 08:11:03.213262 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Trace> ReferentialDeps: No tables
394 2024.12.17 08:11:03.213273 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Trace> LoadingDeps: No tables
395 2024.12.17 08:11:03.213303 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Information> DatabaseAtomic (oximeter): Starting up tables.
396 2024.12.17 08:11:03.213358 [ 281 ] {1ca25e7f-13d5-4206-b316-fa48c3548674} <Debug> TCPHandler: Processed in 0.001762847 sec.
397 2024.12.17 08:11:03.213525 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
398 2024.12.17 08:11:03.213678 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) /* The version table contains metadata about the `oximeter` database */
399 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
400 2024.12.17 08:11:03.213740 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
401 2024.12.17 08:11:03.221503 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
402 2024.12.17 08:11:03.222740 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Debug> oximeter.version (01423a5c-d395-46bc-9d3b-75a6076a03ab): Loading data parts
403 2024.12.17 08:11:03.223263 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Debug> oximeter.version (01423a5c-d395-46bc-9d3b-75a6076a03ab): There are no data parts
404 2024.12.17 08:11:03.225745 [ 274 ] {423fdb19-e350-4295-9046-a1e220583407} <Debug> TCPHandler: Processed in 0.012270901 sec.
405 2024.12.17 08:11:03.225955 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
406 2024.12.17 08:11:03.226156 [ 281 ] {159e30e3-be01-413b-bb41-8869b0391a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) /* The measurement tables contain all individual samples from each timeseries.
407 *
408 * Each table stores a single datum type, and otherwise contains nearly the same
409 * structure. The primary sorting key is on the timeseries name, key, and then
410 * timestamp, so that all timeseries from the same schema are grouped, followed
411 * by all samples from the same timeseries.
412 *
413 * This reflects that one usually looks up the _key_ in one or more field table,
414 * and then uses that to index quickly into the measurements tables.
415 */
416 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)
417 2024.12.17 08:11:03.226221 [ 281 ] {159e30e3-be01-413b-bb41-8869b0391a5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
418 2024.12.17 08:11:03.234062 [ 281 ] {159e30e3-be01-413b-bb41-8869b0391a5d} <Debug> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Loading data parts
419 2024.12.17 08:11:03.234321 [ 281 ] {159e30e3-be01-413b-bb41-8869b0391a5d} <Debug> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): There are no data parts
420 2024.12.17 08:11:03.235945 [ 281 ] {159e30e3-be01-413b-bb41-8869b0391a5d} <Debug> TCPHandler: Processed in 0.010043441 sec.
421 2024.12.17 08:11:03.236132 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
422 2024.12.17 08:11:03.236361 [ 274 ] {3ed03ed9-c8d3-403e-ac96-aae35ecdc5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
423 2024.12.17 08:11:03.236409 [ 274 ] {3ed03ed9-c8d3-403e-ac96-aae35ecdc5d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
424 2024.12.17 08:11:03.238171 [ 274 ] {3ed03ed9-c8d3-403e-ac96-aae35ecdc5d2} <Debug> oximeter.measurements_i8 (c16c2665-657f-4dad-a52c-5ec1ac20197d): Loading data parts
425 2024.12.17 08:11:03.238382 [ 274 ] {3ed03ed9-c8d3-403e-ac96-aae35ecdc5d2} <Debug> oximeter.measurements_i8 (c16c2665-657f-4dad-a52c-5ec1ac20197d): There are no data parts
426 2024.12.17 08:11:03.239947 [ 274 ] {3ed03ed9-c8d3-403e-ac96-aae35ecdc5d2} <Debug> TCPHandler: Processed in 0.003870424 sec.
427 2024.12.17 08:11:03.240170 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
428 2024.12.17 08:11:03.240367 [ 281 ] {b70ea87b-216d-4cab-bac8-e2de6de170c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
429 2024.12.17 08:11:03.240433 [ 281 ] {b70ea87b-216d-4cab-bac8-e2de6de170c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
430 2024.12.17 08:11:03.242109 [ 281 ] {b70ea87b-216d-4cab-bac8-e2de6de170c4} <Debug> oximeter.measurements_u8 (79ddd48c-1746-4fef-ac72-a588c12c5662): Loading data parts
431 2024.12.17 08:11:03.242396 [ 281 ] {b70ea87b-216d-4cab-bac8-e2de6de170c4} <Debug> oximeter.measurements_u8 (79ddd48c-1746-4fef-ac72-a588c12c5662): There are no data parts
432 2024.12.17 08:11:03.244290 [ 281 ] {b70ea87b-216d-4cab-bac8-e2de6de170c4} <Debug> TCPHandler: Processed in 0.004173493 sec.
433 2024.12.17 08:11:03.244477 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
434 2024.12.17 08:11:03.244691 [ 274 ] {e3468493-4957-4182-be0d-5afe0da0072c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
435 2024.12.17 08:11:03.244744 [ 274 ] {e3468493-4957-4182-be0d-5afe0da0072c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
436 2024.12.17 08:11:03.247636 [ 274 ] {e3468493-4957-4182-be0d-5afe0da0072c} <Debug> oximeter.measurements_i16 (cbb316b6-9b6f-4ae8-b8e0-b8da7a7e7a6d): Loading data parts
437 2024.12.17 08:11:03.247814 [ 274 ] {e3468493-4957-4182-be0d-5afe0da0072c} <Debug> oximeter.measurements_i16 (cbb316b6-9b6f-4ae8-b8e0-b8da7a7e7a6d): There are no data parts
438 2024.12.17 08:11:03.249496 [ 274 ] {e3468493-4957-4182-be0d-5afe0da0072c} <Debug> TCPHandler: Processed in 0.005072437 sec.
439 2024.12.17 08:11:03.249723 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
440 2024.12.17 08:11:03.249929 [ 281 ] {5a568e08-0d54-4118-9cad-74db25b2e1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
441 2024.12.17 08:11:03.249996 [ 281 ] {5a568e08-0d54-4118-9cad-74db25b2e1c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
442 2024.12.17 08:11:03.252252 [ 281 ] {5a568e08-0d54-4118-9cad-74db25b2e1c9} <Debug> oximeter.measurements_u16 (c37eef21-ea6a-4901-84b6-193ec23c04cc): Loading data parts
443 2024.12.17 08:11:03.252432 [ 281 ] {5a568e08-0d54-4118-9cad-74db25b2e1c9} <Debug> oximeter.measurements_u16 (c37eef21-ea6a-4901-84b6-193ec23c04cc): There are no data parts
444 2024.12.17 08:11:03.253662 [ 281 ] {5a568e08-0d54-4118-9cad-74db25b2e1c9} <Debug> TCPHandler: Processed in 0.003993268 sec.
445 2024.12.17 08:11:03.253831 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
446 2024.12.17 08:11:03.254049 [ 274 ] {8359cc24-5318-4661-9be9-0d90c7113387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
447 2024.12.17 08:11:03.254095 [ 274 ] {8359cc24-5318-4661-9be9-0d90c7113387} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
448 2024.12.17 08:11:03.256250 [ 274 ] {8359cc24-5318-4661-9be9-0d90c7113387} <Debug> oximeter.measurements_i32 (e6b1a820-62fe-48bd-a568-106023d87206): Loading data parts
449 2024.12.17 08:11:03.256413 [ 274 ] {8359cc24-5318-4661-9be9-0d90c7113387} <Debug> oximeter.measurements_i32 (e6b1a820-62fe-48bd-a568-106023d87206): There are no data parts
450 2024.12.17 08:11:03.257769 [ 274 ] {8359cc24-5318-4661-9be9-0d90c7113387} <Debug> TCPHandler: Processed in 0.003991258 sec.
451 2024.12.17 08:11:03.258008 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
452 2024.12.17 08:11:03.258207 [ 281 ] {81a17926-6110-4a50-94e5-62633565833a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
453 2024.12.17 08:11:03.258274 [ 281 ] {81a17926-6110-4a50-94e5-62633565833a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
454 2024.12.17 08:11:03.260452 [ 281 ] {81a17926-6110-4a50-94e5-62633565833a} <Debug> oximeter.measurements_u32 (74691a1c-644e-4d38-8463-453dd535ba63): Loading data parts
455 2024.12.17 08:11:03.260665 [ 281 ] {81a17926-6110-4a50-94e5-62633565833a} <Debug> oximeter.measurements_u32 (74691a1c-644e-4d38-8463-453dd535ba63): There are no data parts
456 2024.12.17 08:11:03.261844 [ 281 ] {81a17926-6110-4a50-94e5-62633565833a} <Debug> TCPHandler: Processed in 0.003893806 sec.
457 2024.12.17 08:11:03.262020 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2024.12.17 08:11:03.262227 [ 274 ] {ea3a97f4-393c-45d3-8dc7-ea9d3daeb4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
459 2024.12.17 08:11:03.262285 [ 274 ] {ea3a97f4-393c-45d3-8dc7-ea9d3daeb4b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
460 2024.12.17 08:11:03.264395 [ 274 ] {ea3a97f4-393c-45d3-8dc7-ea9d3daeb4b6} <Debug> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): Loading data parts
461 2024.12.17 08:11:03.264576 [ 274 ] {ea3a97f4-393c-45d3-8dc7-ea9d3daeb4b6} <Debug> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): There are no data parts
462 2024.12.17 08:11:03.265827 [ 274 ] {ea3a97f4-393c-45d3-8dc7-ea9d3daeb4b6} <Debug> TCPHandler: Processed in 0.003860684 sec.
463 2024.12.17 08:11:03.266043 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
464 2024.12.17 08:11:03.266237 [ 281 ] {87d53378-c879-480b-925f-261c31a6045a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
465 2024.12.17 08:11:03.266306 [ 281 ] {87d53378-c879-480b-925f-261c31a6045a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
466 2024.12.17 08:11:03.268559 [ 281 ] {87d53378-c879-480b-925f-261c31a6045a} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Loading data parts
467 2024.12.17 08:11:03.268732 [ 281 ] {87d53378-c879-480b-925f-261c31a6045a} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): There are no data parts
468 2024.12.17 08:11:03.269935 [ 281 ] {87d53378-c879-480b-925f-261c31a6045a} <Debug> TCPHandler: Processed in 0.003945296 sec.
469 2024.12.17 08:11:03.270106 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
470 2024.12.17 08:11:03.270308 [ 274 ] {f90db63b-a3b6-4068-874b-767c4aa70e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
471 2024.12.17 08:11:03.270368 [ 274 ] {f90db63b-a3b6-4068-874b-767c4aa70e88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
472 2024.12.17 08:11:03.272070 [ 274 ] {f90db63b-a3b6-4068-874b-767c4aa70e88} <Debug> oximeter.measurements_f32 (82690045-1515-4be7-98b2-9af3a758a0c9): Loading data parts
473 2024.12.17 08:11:03.272219 [ 274 ] {f90db63b-a3b6-4068-874b-767c4aa70e88} <Debug> oximeter.measurements_f32 (82690045-1515-4be7-98b2-9af3a758a0c9): There are no data parts
474 2024.12.17 08:11:03.273329 [ 274 ] {f90db63b-a3b6-4068-874b-767c4aa70e88} <Debug> TCPHandler: Processed in 0.003275619 sec.
475 2024.12.17 08:11:03.273554 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
476 2024.12.17 08:11:03.273786 [ 281 ] {4494864f-95e8-469d-82d7-2c5aef95c3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
477 2024.12.17 08:11:03.273865 [ 281 ] {4494864f-95e8-469d-82d7-2c5aef95c3b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
478 2024.12.17 08:11:03.275552 [ 281 ] {4494864f-95e8-469d-82d7-2c5aef95c3b6} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Loading data parts
479 2024.12.17 08:11:03.275706 [ 281 ] {4494864f-95e8-469d-82d7-2c5aef95c3b6} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): There are no data parts
480 2024.12.17 08:11:03.276955 [ 281 ] {4494864f-95e8-469d-82d7-2c5aef95c3b6} <Debug> TCPHandler: Processed in 0.003464334 sec.
481 2024.12.17 08:11:03.277122 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
482 2024.12.17 08:11:03.277311 [ 274 ] {da7c0bb5-9a01-4d12-8d25-4b1dccae8230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
483 2024.12.17 08:11:03.277378 [ 274 ] {da7c0bb5-9a01-4d12-8d25-4b1dccae8230} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
484 2024.12.17 08:11:03.279035 [ 274 ] {da7c0bb5-9a01-4d12-8d25-4b1dccae8230} <Debug> oximeter.measurements_string (b5d5e9c6-c2dd-462f-b4dc-18914e60cc61): Loading data parts
485 2024.12.17 08:11:03.279184 [ 274 ] {da7c0bb5-9a01-4d12-8d25-4b1dccae8230} <Debug> oximeter.measurements_string (b5d5e9c6-c2dd-462f-b4dc-18914e60cc61): There are no data parts
486 2024.12.17 08:11:03.280669 [ 274 ] {da7c0bb5-9a01-4d12-8d25-4b1dccae8230} <Debug> TCPHandler: Processed in 0.003598927 sec.
487 2024.12.17 08:11:03.280872 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
488 2024.12.17 08:11:03.281061 [ 281 ] {91208e4f-8051-44db-8af0-7655f318ea54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
489 * NOTE: Right now we can't unambiguously record a nullable byte array.
490 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
491 * a string isn't palatable for a few reasons.
492 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
493 * details.
494 */
495 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
496 2024.12.17 08:11:03.281127 [ 281 ] {91208e4f-8051-44db-8af0-7655f318ea54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
497 2024.12.17 08:11:03.282793 [ 281 ] {91208e4f-8051-44db-8af0-7655f318ea54} <Debug> oximeter.measurements_bytes (db138afd-5065-4cae-9ab0-ecc78cf006d0): Loading data parts
498 2024.12.17 08:11:03.282985 [ 281 ] {91208e4f-8051-44db-8af0-7655f318ea54} <Debug> oximeter.measurements_bytes (db138afd-5065-4cae-9ab0-ecc78cf006d0): There are no data parts
499 2024.12.17 08:11:03.284211 [ 281 ] {91208e4f-8051-44db-8af0-7655f318ea54} <Debug> TCPHandler: Processed in 0.003389822 sec.
500 2024.12.17 08:11:03.284428 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2024.12.17 08:11:03.284634 [ 274 ] {4e199b66-a94b-4a0a-b635-d183866f2f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
502 2024.12.17 08:11:03.284711 [ 274 ] {4e199b66-a94b-4a0a-b635-d183866f2f92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
503 2024.12.17 08:11:03.286569 [ 274 ] {4e199b66-a94b-4a0a-b635-d183866f2f92} <Debug> oximeter.measurements_cumulativei64 (838adff6-8c34-4f20-a291-cefb059048e0): Loading data parts
504 2024.12.17 08:11:03.286753 [ 274 ] {4e199b66-a94b-4a0a-b635-d183866f2f92} <Debug> oximeter.measurements_cumulativei64 (838adff6-8c34-4f20-a291-cefb059048e0): There are no data parts
505 2024.12.17 08:11:03.288101 [ 274 ] {4e199b66-a94b-4a0a-b635-d183866f2f92} <Debug> TCPHandler: Processed in 0.003727261 sec.
506 2024.12.17 08:11:03.288313 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2024.12.17 08:11:03.288591 [ 281 ] {65f80d6e-04d0-4728-97f7-19323d2fdab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
508 2024.12.17 08:11:03.288668 [ 281 ] {65f80d6e-04d0-4728-97f7-19323d2fdab4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
509 2024.12.17 08:11:03.290670 [ 281 ] {65f80d6e-04d0-4728-97f7-19323d2fdab4} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Loading data parts
510 2024.12.17 08:11:03.290877 [ 281 ] {65f80d6e-04d0-4728-97f7-19323d2fdab4} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): There are no data parts
511 2024.12.17 08:11:03.292172 [ 281 ] {65f80d6e-04d0-4728-97f7-19323d2fdab4} <Debug> TCPHandler: Processed in 0.003923356 sec.
512 2024.12.17 08:11:03.292468 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2024.12.17 08:11:03.292726 [ 274 ] {d9a17590-1c10-4a39-b22a-b6d88284579d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
514 2024.12.17 08:11:03.292904 [ 274 ] {d9a17590-1c10-4a39-b22a-b6d88284579d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
515 2024.12.17 08:11:03.295296 [ 274 ] {d9a17590-1c10-4a39-b22a-b6d88284579d} <Debug> oximeter.measurements_cumulativef32 (cafba687-f9c4-44b4-94c3-85be24ef841e): Loading data parts
516 2024.12.17 08:11:03.295557 [ 274 ] {d9a17590-1c10-4a39-b22a-b6d88284579d} <Debug> oximeter.measurements_cumulativef32 (cafba687-f9c4-44b4-94c3-85be24ef841e): There are no data parts
517 2024.12.17 08:11:03.296757 [ 274 ] {d9a17590-1c10-4a39-b22a-b6d88284579d} <Debug> TCPHandler: Processed in 0.00442549 sec.
518 2024.12.17 08:11:03.296997 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2024.12.17 08:11:03.297202 [ 281 ] {1c63f154-28c2-4dd4-8ab2-9cef1083ed8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
520 2024.12.17 08:11:03.297270 [ 281 ] {1c63f154-28c2-4dd4-8ab2-9cef1083ed8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
521 2024.12.17 08:11:03.299257 [ 281 ] {1c63f154-28c2-4dd4-8ab2-9cef1083ed8f} <Debug> oximeter.measurements_cumulativef64 (252eb0d4-ad9a-46d1-a2d0-1e53ce011330): Loading data parts
522 2024.12.17 08:11:03.299463 [ 281 ] {1c63f154-28c2-4dd4-8ab2-9cef1083ed8f} <Debug> oximeter.measurements_cumulativef64 (252eb0d4-ad9a-46d1-a2d0-1e53ce011330): There are no data parts
523 2024.12.17 08:11:03.300909 [ 281 ] {1c63f154-28c2-4dd4-8ab2-9cef1083ed8f} <Debug> TCPHandler: Processed in 0.003963838 sec.
524 2024.12.17 08:11:03.301106 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2024.12.17 08:11:03.301422 [ 274 ] {038fbb7f-7208-4251-87b2-ea455a8f0eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
526 * NOTE: Array types cannot be Nullable, see
527 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
528 * for more details.
529 *
530 * This means we need to use empty arrays to indicate a missing value. This
531 * is unfortunate, and at this point relies on the fact that an
532 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
533 * to figure out another way to represent missing samples here.
534 */
535 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)
536 2024.12.17 08:11:03.301505 [ 274 ] {038fbb7f-7208-4251-87b2-ea455a8f0eaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
537 2024.12.17 08:11:03.303800 [ 274 ] {038fbb7f-7208-4251-87b2-ea455a8f0eaf} <Debug> oximeter.measurements_histogrami8 (47906b92-4cef-466f-8f62-836e85934d7f): Loading data parts
538 2024.12.17 08:11:03.303991 [ 274 ] {038fbb7f-7208-4251-87b2-ea455a8f0eaf} <Debug> oximeter.measurements_histogrami8 (47906b92-4cef-466f-8f62-836e85934d7f): There are no data parts
539 2024.12.17 08:11:03.305406 [ 274 ] {038fbb7f-7208-4251-87b2-ea455a8f0eaf} <Debug> TCPHandler: Processed in 0.004355958 sec.
540 2024.12.17 08:11:03.305639 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2024.12.17 08:11:03.305904 [ 281 ] {870931d1-1ff2-438b-a78c-103a3a76f7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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)
542 2024.12.17 08:11:03.305992 [ 281 ] {870931d1-1ff2-438b-a78c-103a3a76f7b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
543 2024.12.17 08:11:03.314888 [ 281 ] {870931d1-1ff2-438b-a78c-103a3a76f7b9} <Debug> oximeter.measurements_histogramu8 (4204731e-0d88-47a1-b05f-2db66274a2e7): Loading data parts
544 2024.12.17 08:11:03.315121 [ 281 ] {870931d1-1ff2-438b-a78c-103a3a76f7b9} <Debug> oximeter.measurements_histogramu8 (4204731e-0d88-47a1-b05f-2db66274a2e7): There are no data parts
545 2024.12.17 08:11:03.317019 [ 281 ] {870931d1-1ff2-438b-a78c-103a3a76f7b9} <Debug> TCPHandler: Processed in 0.011433979 sec.
546 2024.12.17 08:11:03.317210 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2024.12.17 08:11:03.317549 [ 274 ] {14df427a-6793-488b-8095-88036aa8165f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
548 2024.12.17 08:11:03.317629 [ 274 ] {14df427a-6793-488b-8095-88036aa8165f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
549 2024.12.17 08:11:03.319755 [ 274 ] {14df427a-6793-488b-8095-88036aa8165f} <Debug> oximeter.measurements_histogrami16 (71dcdf23-2f60-4fe9-b95b-2fce8066a7ea): Loading data parts
550 2024.12.17 08:11:03.320022 [ 274 ] {14df427a-6793-488b-8095-88036aa8165f} <Debug> oximeter.measurements_histogrami16 (71dcdf23-2f60-4fe9-b95b-2fce8066a7ea): There are no data parts
551 2024.12.17 08:11:03.321267 [ 274 ] {14df427a-6793-488b-8095-88036aa8165f} <Debug> TCPHandler: Processed in 0.004110911 sec.
552 2024.12.17 08:11:03.321494 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2024.12.17 08:11:03.321767 [ 281 ] {9a2e72f4-cc7e-4241-a59b-316b69622e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
554 2024.12.17 08:11:03.321843 [ 281 ] {9a2e72f4-cc7e-4241-a59b-316b69622e89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
555 2024.12.17 08:11:03.323925 [ 281 ] {9a2e72f4-cc7e-4241-a59b-316b69622e89} <Debug> oximeter.measurements_histogramu16 (b27e2d4b-d50d-441b-ba4a-39b9aba839ee): Loading data parts
556 2024.12.17 08:11:03.324132 [ 281 ] {9a2e72f4-cc7e-4241-a59b-316b69622e89} <Debug> oximeter.measurements_histogramu16 (b27e2d4b-d50d-441b-ba4a-39b9aba839ee): There are no data parts
557 2024.12.17 08:11:03.326072 [ 281 ] {9a2e72f4-cc7e-4241-a59b-316b69622e89} <Debug> TCPHandler: Processed in 0.004632635 sec.
558 2024.12.17 08:11:03.326249 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.12.17 08:11:03.326543 [ 274 ] {ab0a3162-43f1-4a3f-bc1a-bab2ed2491d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
560 2024.12.17 08:11:03.326624 [ 274 ] {ab0a3162-43f1-4a3f-bc1a-bab2ed2491d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
561 2024.12.17 08:11:03.329015 [ 274 ] {ab0a3162-43f1-4a3f-bc1a-bab2ed2491d4} <Debug> oximeter.measurements_histogrami32 (696b9e1d-d407-4a44-a101-c45b0320de69): Loading data parts
562 2024.12.17 08:11:03.329185 [ 274 ] {ab0a3162-43f1-4a3f-bc1a-bab2ed2491d4} <Debug> oximeter.measurements_histogrami32 (696b9e1d-d407-4a44-a101-c45b0320de69): There are no data parts
563 2024.12.17 08:11:03.330386 [ 274 ] {ab0a3162-43f1-4a3f-bc1a-bab2ed2491d4} <Debug> TCPHandler: Processed in 0.004189034 sec.
564 2024.12.17 08:11:03.330599 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
565 2024.12.17 08:11:03.330944 [ 281 ] {a51b2b02-db85-4b5e-96ae-2633d7132482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
566 2024.12.17 08:11:03.331044 [ 281 ] {a51b2b02-db85-4b5e-96ae-2633d7132482} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
567 2024.12.17 08:11:03.333520 [ 281 ] {a51b2b02-db85-4b5e-96ae-2633d7132482} <Debug> oximeter.measurements_histogramu32 (25f588d8-9aed-427e-94c7-ad008fbdb1b5): Loading data parts
568 2024.12.17 08:11:03.333718 [ 281 ] {a51b2b02-db85-4b5e-96ae-2633d7132482} <Debug> oximeter.measurements_histogramu32 (25f588d8-9aed-427e-94c7-ad008fbdb1b5): There are no data parts
569 2024.12.17 08:11:03.335248 [ 281 ] {a51b2b02-db85-4b5e-96ae-2633d7132482} <Debug> TCPHandler: Processed in 0.004704017 sec.
570 2024.12.17 08:11:03.335436 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.12.17 08:11:03.335748 [ 274 ] {2f0d242a-966c-4f8d-80c6-f616db1587aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
572 2024.12.17 08:11:03.335843 [ 274 ] {2f0d242a-966c-4f8d-80c6-f616db1587aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.12.17 08:11:03.337990 [ 274 ] {2f0d242a-966c-4f8d-80c6-f616db1587aa} <Debug> oximeter.measurements_histogrami64 (4e20b06a-e15e-4fdf-ac09-0ea0ce6eada8): Loading data parts
574 2024.12.17 08:11:03.338183 [ 274 ] {2f0d242a-966c-4f8d-80c6-f616db1587aa} <Debug> oximeter.measurements_histogrami64 (4e20b06a-e15e-4fdf-ac09-0ea0ce6eada8): There are no data parts
575 2024.12.17 08:11:03.339393 [ 274 ] {2f0d242a-966c-4f8d-80c6-f616db1587aa} <Debug> TCPHandler: Processed in 0.004008808 sec.
576 2024.12.17 08:11:03.339616 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
577 2024.12.17 08:11:03.339882 [ 281 ] {4580945e-bd31-4145-9e9a-ac5b37d9df64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
578 2024.12.17 08:11:03.339966 [ 281 ] {4580945e-bd31-4145-9e9a-ac5b37d9df64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
579 2024.12.17 08:11:03.342168 [ 281 ] {4580945e-bd31-4145-9e9a-ac5b37d9df64} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Loading data parts
580 2024.12.17 08:11:03.342381 [ 281 ] {4580945e-bd31-4145-9e9a-ac5b37d9df64} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): There are no data parts
581 2024.12.17 08:11:03.343769 [ 281 ] {4580945e-bd31-4145-9e9a-ac5b37d9df64} <Debug> TCPHandler: Processed in 0.004205553 sec.
582 2024.12.17 08:11:03.343957 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.12.17 08:11:03.344259 [ 274 ] {bb99091a-fffd-4286-a965-f4badc21d20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
584 2024.12.17 08:11:03.344343 [ 274 ] {bb99091a-fffd-4286-a965-f4badc21d20e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
585 2024.12.17 08:11:03.346580 [ 274 ] {bb99091a-fffd-4286-a965-f4badc21d20e} <Debug> oximeter.measurements_histogramf32 (7979f134-26e4-416c-aeac-e8eacf6f3acb): Loading data parts
586 2024.12.17 08:11:03.346763 [ 274 ] {bb99091a-fffd-4286-a965-f4badc21d20e} <Debug> oximeter.measurements_histogramf32 (7979f134-26e4-416c-aeac-e8eacf6f3acb): There are no data parts
587 2024.12.17 08:11:03.348171 [ 274 ] {bb99091a-fffd-4286-a965-f4badc21d20e} <Debug> TCPHandler: Processed in 0.004270265 sec.
588 2024.12.17 08:11:03.348392 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.12.17 08:11:03.348664 [ 281 ] {e11235e9-1956-4e46-bcf5-c1c3a3b2d083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
590 2024.12.17 08:11:03.348745 [ 281 ] {e11235e9-1956-4e46-bcf5-c1c3a3b2d083} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
591 2024.12.17 08:11:03.351290 [ 281 ] {e11235e9-1956-4e46-bcf5-c1c3a3b2d083} <Debug> oximeter.measurements_histogramf64 (663ae55f-f1ea-432c-9f10-a0f04f185c6c): Loading data parts
592 2024.12.17 08:11:03.351476 [ 281 ] {e11235e9-1956-4e46-bcf5-c1c3a3b2d083} <Debug> oximeter.measurements_histogramf64 (663ae55f-f1ea-432c-9f10-a0f04f185c6c): There are no data parts
593 2024.12.17 08:11:03.356509 [ 281 ] {e11235e9-1956-4e46-bcf5-c1c3a3b2d083} <Debug> TCPHandler: Processed in 0.008172941 sec.
594 2024.12.17 08:11:03.356746 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.12.17 08:11:03.357034 [ 274 ] {2ecb8c21-2dfe-4fde-8bdd-7ce2502c3f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) /* The field tables store named dimensions of each timeseries.
596 *
597 * As with the measurement tables, there is one field table for each field data
598 * type. Fields are deduplicated by using the "replacing merge tree", though
599 * this behavior **must not** be relied upon for query correctness.
600 *
601 * The index for the fields differs from the measurements, however. Rows are
602 * sorted by timeseries name, then field name, field value, and finally
603 * timeseries key. This reflects the most common pattern for looking them up:
604 * by field name and possibly value, within a timeseries. The resulting keys are
605 * usually then used to look up measurements.
606 *
607 * NOTE: We may want to consider a secondary index on these tables, sorting by
608 * timeseries name and then key, since it would improve lookups where one
609 * already has the key. Realistically though, these tables are quite small and
610 * so performance benefits will be low in absolute terms.
611 *
612 * TTL: We use a materialized column to expire old field table records. This
613 * column is generated automatically by the database whenever a new row is
614 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
615 * query. Since these tables are `ReplacingMergeTree`s, that means the last
616 * record will remain during a deduplication, which will have the last
617 * timestamp. ClickHouse will then expire old data for us, similar to the
618 * measurement tables.
619 */
620 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
621 2024.12.17 08:11:03.357125 [ 274 ] {2ecb8c21-2dfe-4fde-8bdd-7ce2502c3f3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
622 2024.12.17 08:11:03.360983 [ 274 ] {2ecb8c21-2dfe-4fde-8bdd-7ce2502c3f3e} <Debug> oximeter.fields_bool (d9bd5828-001a-4450-8328-c3a28a95970b): Loading data parts
623 2024.12.17 08:11:03.361205 [ 274 ] {2ecb8c21-2dfe-4fde-8bdd-7ce2502c3f3e} <Debug> oximeter.fields_bool (d9bd5828-001a-4450-8328-c3a28a95970b): There are no data parts
624 2024.12.17 08:11:03.366485 [ 274 ] {2ecb8c21-2dfe-4fde-8bdd-7ce2502c3f3e} <Debug> TCPHandler: Processed in 0.009821076 sec.
625 2024.12.17 08:11:03.366706 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2024.12.17 08:11:03.366960 [ 281 ] {51a5e76a-b492-42a7-9769-033c0fe308a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
627 2024.12.17 08:11:03.367047 [ 281 ] {51a5e76a-b492-42a7-9769-033c0fe308a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
628 2024.12.17 08:11:03.373336 [ 281 ] {51a5e76a-b492-42a7-9769-033c0fe308a7} <Debug> oximeter.fields_i8 (5b590697-4f18-4f9b-a9f2-96dee06e074c): Loading data parts
629 2024.12.17 08:11:03.373552 [ 281 ] {51a5e76a-b492-42a7-9769-033c0fe308a7} <Debug> oximeter.fields_i8 (5b590697-4f18-4f9b-a9f2-96dee06e074c): There are no data parts
630 2024.12.17 08:11:03.380914 [ 281 ] {51a5e76a-b492-42a7-9769-033c0fe308a7} <Debug> TCPHandler: Processed in 0.014266125 sec.
631 2024.12.17 08:11:03.381128 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2024.12.17 08:11:03.381335 [ 274 ] {bd60b2d1-82ab-414a-a9ef-731d708a4eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
633 2024.12.17 08:11:03.381418 [ 274 ] {bd60b2d1-82ab-414a-a9ef-731d708a4eb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
634 2024.12.17 08:11:03.383806 [ 274 ] {bd60b2d1-82ab-414a-a9ef-731d708a4eb7} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Loading data parts
635 2024.12.17 08:11:03.384006 [ 274 ] {bd60b2d1-82ab-414a-a9ef-731d708a4eb7} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): There are no data parts
636 2024.12.17 08:11:03.385834 [ 274 ] {bd60b2d1-82ab-414a-a9ef-731d708a4eb7} <Debug> TCPHandler: Processed in 0.004780479 sec.
637 2024.12.17 08:11:03.386037 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2024.12.17 08:11:03.386281 [ 281 ] {ced49962-af16-435c-abc2-81bd503746a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
639 2024.12.17 08:11:03.386353 [ 281 ] {ced49962-af16-435c-abc2-81bd503746a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
640 2024.12.17 08:11:03.388342 [ 281 ] {ced49962-af16-435c-abc2-81bd503746a8} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Loading data parts
641 2024.12.17 08:11:03.388535 [ 281 ] {ced49962-af16-435c-abc2-81bd503746a8} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): There are no data parts
642 2024.12.17 08:11:03.390267 [ 281 ] {ced49962-af16-435c-abc2-81bd503746a8} <Debug> TCPHandler: Processed in 0.004287016 sec.
643 2024.12.17 08:11:03.390458 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.12.17 08:11:03.390655 [ 274 ] {a2d81d53-bdc7-4608-8825-9359295243b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
645 2024.12.17 08:11:03.390734 [ 274 ] {a2d81d53-bdc7-4608-8825-9359295243b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
646 2024.12.17 08:11:03.392731 [ 274 ] {a2d81d53-bdc7-4608-8825-9359295243b7} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Loading data parts
647 2024.12.17 08:11:03.392924 [ 274 ] {a2d81d53-bdc7-4608-8825-9359295243b7} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): There are no data parts
648 2024.12.17 08:11:03.394080 [ 274 ] {a2d81d53-bdc7-4608-8825-9359295243b7} <Debug> TCPHandler: Processed in 0.00367641 sec.
649 2024.12.17 08:11:03.394296 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2024.12.17 08:11:03.394493 [ 281 ] {d2893c3e-f503-428f-b1a4-c9432b7ef32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
651 2024.12.17 08:11:03.394568 [ 281 ] {d2893c3e-f503-428f-b1a4-c9432b7ef32f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2024.12.17 08:11:03.396612 [ 281 ] {d2893c3e-f503-428f-b1a4-c9432b7ef32f} <Debug> oximeter.fields_i32 (fc282ad6-7fd5-4d2c-8407-6945a940679d): Loading data parts
653 2024.12.17 08:11:03.396874 [ 281 ] {d2893c3e-f503-428f-b1a4-c9432b7ef32f} <Debug> oximeter.fields_i32 (fc282ad6-7fd5-4d2c-8407-6945a940679d): There are no data parts
654 2024.12.17 08:11:03.398078 [ 281 ] {d2893c3e-f503-428f-b1a4-c9432b7ef32f} <Debug> TCPHandler: Processed in 0.003835554 sec.
655 2024.12.17 08:11:03.398263 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.12.17 08:11:03.398476 [ 274 ] {65cdd0e4-b96e-45a3-8d52-a330bbacc162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
657 2024.12.17 08:11:03.398538 [ 274 ] {65cdd0e4-b96e-45a3-8d52-a330bbacc162} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
658 2024.12.17 08:11:03.401025 [ 274 ] {65cdd0e4-b96e-45a3-8d52-a330bbacc162} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Loading data parts
659 2024.12.17 08:11:03.401216 [ 274 ] {65cdd0e4-b96e-45a3-8d52-a330bbacc162} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): There are no data parts
660 2024.12.17 08:11:03.403174 [ 274 ] {65cdd0e4-b96e-45a3-8d52-a330bbacc162} <Debug> TCPHandler: Processed in 0.004963924 sec.
661 2024.12.17 08:11:03.403399 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
662 2024.12.17 08:11:03.403597 [ 281 ] {ac69b7d1-8037-4ced-9ef1-2f9f06e668e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
663 2024.12.17 08:11:03.403674 [ 281 ] {ac69b7d1-8037-4ced-9ef1-2f9f06e668e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
664 2024.12.17 08:11:03.405601 [ 281 ] {ac69b7d1-8037-4ced-9ef1-2f9f06e668e2} <Debug> oximeter.fields_i64 (c997b01a-2da9-4d2d-8514-df14f0fc0a79): Loading data parts
665 2024.12.17 08:11:03.405807 [ 281 ] {ac69b7d1-8037-4ced-9ef1-2f9f06e668e2} <Debug> oximeter.fields_i64 (c997b01a-2da9-4d2d-8514-df14f0fc0a79): There are no data parts
666 2024.12.17 08:11:03.407309 [ 281 ] {ac69b7d1-8037-4ced-9ef1-2f9f06e668e2} <Debug> TCPHandler: Processed in 0.003968637 sec.
667 2024.12.17 08:11:03.407506 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.12.17 08:11:03.407746 [ 274 ] {af769b07-5c37-439a-b65a-2154b1e3d2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
669 2024.12.17 08:11:03.407802 [ 274 ] {af769b07-5c37-439a-b65a-2154b1e3d2d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
670 2024.12.17 08:11:03.409910 [ 274 ] {af769b07-5c37-439a-b65a-2154b1e3d2d5} <Debug> oximeter.fields_u64 (bf85cf1b-c529-4e85-9a4c-16426d3d2ee5): Loading data parts
671 2024.12.17 08:11:03.410081 [ 274 ] {af769b07-5c37-439a-b65a-2154b1e3d2d5} <Debug> oximeter.fields_u64 (bf85cf1b-c529-4e85-9a4c-16426d3d2ee5): There are no data parts
672 2024.12.17 08:11:03.411240 [ 274 ] {af769b07-5c37-439a-b65a-2154b1e3d2d5} <Debug> TCPHandler: Processed in 0.003793182 sec.
673 2024.12.17 08:11:03.411466 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
674 2024.12.17 08:11:03.411669 [ 281 ] {99882ee0-4c3a-432e-a32d-8bbd66e5c8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
675 2024.12.17 08:11:03.411745 [ 281 ] {99882ee0-4c3a-432e-a32d-8bbd66e5c8fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
676 2024.12.17 08:11:03.413533 [ 281 ] {99882ee0-4c3a-432e-a32d-8bbd66e5c8fc} <Debug> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Loading data parts
677 2024.12.17 08:11:03.413725 [ 281 ] {99882ee0-4c3a-432e-a32d-8bbd66e5c8fc} <Debug> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): There are no data parts
678 2024.12.17 08:11:03.414934 [ 281 ] {99882ee0-4c3a-432e-a32d-8bbd66e5c8fc} <Debug> TCPHandler: Processed in 0.003522735 sec.
679 2024.12.17 08:11:03.415126 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2024.12.17 08:11:03.415411 [ 274 ] {ef26eb50-b4fd-4744-8938-cd01bf77aa57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
681 2024.12.17 08:11:03.415497 [ 274 ] {ef26eb50-b4fd-4744-8938-cd01bf77aa57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
682 2024.12.17 08:11:03.417684 [ 274 ] {ef26eb50-b4fd-4744-8938-cd01bf77aa57} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Loading data parts
683 2024.12.17 08:11:03.417853 [ 274 ] {ef26eb50-b4fd-4744-8938-cd01bf77aa57} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): There are no data parts
684 2024.12.17 08:11:03.419576 [ 274 ] {ef26eb50-b4fd-4744-8938-cd01bf77aa57} <Debug> TCPHandler: Processed in 0.004505512 sec.
685 2024.12.17 08:11:03.419790 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
686 2024.12.17 08:11:03.419985 [ 281 ] {c23b9ed4-1fae-4714-b2a7-610331bb9704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
687 2024.12.17 08:11:03.420055 [ 281 ] {c23b9ed4-1fae-4714-b2a7-610331bb9704} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
688 2024.12.17 08:11:03.422083 [ 281 ] {c23b9ed4-1fae-4714-b2a7-610331bb9704} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Loading data parts
689 2024.12.17 08:11:03.422356 [ 281 ] {c23b9ed4-1fae-4714-b2a7-610331bb9704} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): There are no data parts
690 2024.12.17 08:11:03.423481 [ 281 ] {c23b9ed4-1fae-4714-b2a7-610331bb9704} <Debug> TCPHandler: Processed in 0.003745021 sec.
691 2024.12.17 08:11:03.423685 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2024.12.17 08:11:03.424012 [ 274 ] {a1d41833-e9f7-484d-a584-0c4036f11fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) /* The timeseries schema table stores the extracted schema for the samples
693 * oximeter collects.
694 */
695 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
696 2024.12.17 08:11:03.424119 [ 274 ] {a1d41833-e9f7-484d-a584-0c4036f11fdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
697 2024.12.17 08:11:03.426139 [ 274 ] {a1d41833-e9f7-484d-a584-0c4036f11fdd} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Loading data parts
698 2024.12.17 08:11:03.426334 [ 274 ] {a1d41833-e9f7-484d-a584-0c4036f11fdd} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): There are no data parts
699 2024.12.17 08:11:03.427671 [ 274 ] {a1d41833-e9f7-484d-a584-0c4036f11fdd} <Debug> TCPHandler: Processed in 0.004039399 sec.
700 2024.12.17 08:11:03.428451 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
701 2024.12.17 08:11:03.428665 [ 274 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
702 2024.12.17 08:11:03.429868 [ 274 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
703 2024.12.17 08:11:03.438104 [ 284 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Trace> oximeter.version (01423a5c-d395-46bc-9d3b-75a6076a03ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0
704 2024.12.17 08:11:03.438223 [ 284 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
705 2024.12.17 08:11:03.443140 [ 284 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
706 2024.12.17 08:11:03.443545 [ 284 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Trace> oximeter.version (01423a5c-d395-46bc-9d3b-75a6076a03ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
707 2024.12.17 08:11:03.443915 [ 274 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015317 sec., 65.28693608408958 rows/sec., 1.02 KiB/sec.
708 2024.12.17 08:11:03.444203 [ 274 ] {fbcdeeb9-e71a-43a4-843e-f31432c82073} <Debug> TCPHandler: Processed in 0.015801376 sec.
709 2024.12.17 08:11:03.806592 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50162
710 2024.12.17 08:11:03.807139 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2024.12.17 08:11:03.807171 [ 285 ] {} <Debug> TCP-Session: 22a6854c-595b-4514-b14e-024ed6027f8e Authenticating user 'default' from [fd00:1122:3344:101::b]:50162
712 2024.12.17 08:11:03.807194 [ 285 ] {} <Debug> TCP-Session: 22a6854c-595b-4514-b14e-024ed6027f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2024.12.17 08:11:03.807237 [ 285 ] {} <Debug> TCP-Session: 22a6854c-595b-4514-b14e-024ed6027f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.17 08:11:03.807289 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2024.12.17 08:11:03.807314 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
716 2024.12.17 08:11:03.807359 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
717 2024.12.17 08:11:03.808334 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35554
718 2024.12.17 08:11:03.808419 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40205
719 2024.12.17 08:11:03.808565 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
720 2024.12.17 08:11:03.808586 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53924
721 2024.12.17 08:11:03.808753 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
722 2024.12.17 08:11:03.808783 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60446
723 2024.12.17 08:11:03.808754 [ 286 ] {} <Debug> TCP-Session: 0b315c4b-1ba0-414d-8eb2-e15d56e86bad Authenticating user 'default' from [fd00:1122:3344:101::b]:35554
724 2024.12.17 08:11:03.808836 [ 287 ] {} <Debug> TCP-Session: 7b891e16-dfd5-4795-9c20-e096da6bd227 Authenticating user 'default' from [fd00:1122:3344:101::b]:40205
725 2024.12.17 08:11:03.809045 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54335
726 2024.12.17 08:11:03.809177 [ 286 ] {} <Debug> TCP-Session: 0b315c4b-1ba0-414d-8eb2-e15d56e86bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
727 2024.12.17 08:11:03.809177 [ 287 ] {} <Debug> TCP-Session: 7b891e16-dfd5-4795-9c20-e096da6bd227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
728 2024.12.17 08:11:03.809060 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
729 2024.12.17 08:11:03.809332 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
730 2024.12.17 08:11:03.809335 [ 286 ] {} <Debug> TCP-Session: 0b315c4b-1ba0-414d-8eb2-e15d56e86bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
731 2024.12.17 08:11:03.809207 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61785
732 2024.12.17 08:11:03.809445 [ 288 ] {} <Debug> TCP-Session: 5546de29-d287-4dfc-bb75-f565d91dcef0 Authenticating user 'default' from [fd00:1122:3344:101::b]:53924
733 2024.12.17 08:11:03.809433 [ 289 ] {} <Debug> TCP-Session: e748b363-0c9d-417c-a4d8-bbd42c690c25 Authenticating user 'default' from [fd00:1122:3344:101::b]:60446
734 2024.12.17 08:11:03.809420 [ 287 ] {} <Debug> TCP-Session: 7b891e16-dfd5-4795-9c20-e096da6bd227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.17 08:11:03.809391 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57848
736 2024.12.17 08:11:03.809335 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
737 2024.12.17 08:11:03.809702 [ 289 ] {} <Debug> TCP-Session: e748b363-0c9d-417c-a4d8-bbd42c690c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
738 2024.12.17 08:11:03.809575 [ 288 ] {} <Debug> TCP-Session: 5546de29-d287-4dfc-bb75-f565d91dcef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.12.17 08:11:03.809781 [ 288 ] {} <Debug> TCP-Session: 5546de29-d287-4dfc-bb75-f565d91dcef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.12.17 08:11:03.809801 [ 289 ] {} <Debug> TCP-Session: e748b363-0c9d-417c-a4d8-bbd42c690c25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
741 2024.12.17 08:11:03.809993 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
742 2024.12.17 08:11:03.810008 [ 290 ] {} <Debug> TCP-Session: 5c56c0d6-ba08-42db-b9bf-9eb45fc5f6af Authenticating user 'default' from [fd00:1122:3344:101::b]:54335
743 2024.12.17 08:11:03.810081 [ 290 ] {} <Debug> TCP-Session: 5c56c0d6-ba08-42db-b9bf-9eb45fc5f6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.17 08:11:03.810085 [ 292 ] {} <Debug> TCP-Session: 9c1f1785-27ea-49a9-b7ee-be07a1bf7e08 Authenticating user 'default' from [fd00:1122:3344:101::b]:57848
745 2024.12.17 08:11:03.810255 [ 290 ] {} <Debug> TCP-Session: 5c56c0d6-ba08-42db-b9bf-9eb45fc5f6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.12.17 08:11:03.810281 [ 292 ] {} <Debug> TCP-Session: 9c1f1785-27ea-49a9-b7ee-be07a1bf7e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
747 2024.12.17 08:11:03.810375 [ 292 ] {} <Debug> TCP-Session: 9c1f1785-27ea-49a9-b7ee-be07a1bf7e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.17 08:11:03.813807 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
749 2024.12.17 08:11:03.813856 [ 291 ] {} <Debug> TCP-Session: d8e819d0-0858-437a-8d9e-9490442cb4b9 Authenticating user 'default' from [fd00:1122:3344:101::b]:61785
750 2024.12.17 08:11:03.813882 [ 291 ] {} <Debug> TCP-Session: d8e819d0-0858-437a-8d9e-9490442cb4b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.17 08:11:03.814005 [ 291 ] {} <Debug> TCP-Session: d8e819d0-0858-437a-8d9e-9490442cb4b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.17 08:11:04.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.38 MiB, peak 127.38 MiB, free memory in arenas 0.00 B, will set to 141.34 MiB (RSS), difference: 13.95 MiB
753 2024.12.17 08:11:09.792142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2024.12.17 08:11:09.792144 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2024.12.17 08:11:09.792253 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2024.12.17 08:11:09.792287 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2024.12.17 08:11:09.805848 [ 242 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Loading data parts
758 2024.12.17 08:11:09.806291 [ 242 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): There are no data parts
759 2024.12.17 08:11:09.812492 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.12.17 08:11:09.812536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
761 2024.12.17 08:11:09.814033 [ 244 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Loading data parts
762 2024.12.17 08:11:09.814274 [ 244 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): There are no data parts
763 2024.12.17 08:11:09.814700 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
764 2024.12.17 08:11:09.815366 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
765 2024.12.17 08:11:09.815954 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
766 2024.12.17 08:11:09.840025 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2024.12.17 08:11:09.840082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
768 2024.12.17 08:11:09.847710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2024.12.17 08:11:09.848504 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): 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.17 08:11:09.850884 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2024.12.17 08:11:10.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.38 MiB, peak 150.38 MiB, free memory in arenas 0.00 B, will set to 151.17 MiB (RSS), difference: 4.79 MiB
772 2024.12.17 08:11:12.292074 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2024.12.17 08:11:12.292183 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2024.12.17 08:11:12.298655 [ 243 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Loading data parts
775 2024.12.17 08:11:12.298879 [ 243 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141): There are no data parts
776 2024.12.17 08:11:12.304698 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2024.12.17 08:11:12.304738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
778 2024.12.17 08:11:12.306408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2024.12.17 08:11:12.306716 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): 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.17 08:11:12.307199 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2024.12.17 08:11:13.000146 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.36 MiB, peak 155.36 MiB, free memory in arenas 0.00 B, will set to 151.65 MiB (RSS), difference: -3.71 MiB
782 2024.12.17 08:11:17.260601 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.17 08:11:17.260665 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.17 08:11:17.316949 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
785 2024.12.17 08:11:17.317847 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.17 08:11:17.317893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
787 2024.12.17 08:11:17.318438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.17 08:11:17.318697 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): 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.17 08:11:17.318941 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.17 08:11:17.351854 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.17 08:11:17.373769 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.17 08:11:17.373831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
793 2024.12.17 08:11:17.380899 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.17 08:11:17.381703 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2024.12.17 08:11:17.384345 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.17 08:11:18.000330 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.33 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.27 MiB (RSS), difference: 1.95 MiB
797 2024.12.17 08:11:23.001139 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.29 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.30 MiB (RSS), difference: 4.01 MiB
798 2024.12.17 08:11:24.819894 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
799 2024.12.17 08:11:24.820477 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2024.12.17 08:11:24.820515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
801 2024.12.17 08:11:24.821097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2024.12.17 08:11:24.821346 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): 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.17 08:11:24.821544 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
804 2024.12.17 08:11:24.885270 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2024.12.17 08:11:24.903393 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2024.12.17 08:11:24.903459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
807 2024.12.17 08:11:24.909844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2024.12.17 08:11:24.910623 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): 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.17 08:11:24.913433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2024.12.17 08:11:32.261725 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
811 2024.12.17 08:11:32.261812 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
812 2024.12.17 08:11:32.322517 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
813 2024.12.17 08:11:32.323142 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
814 2024.12.17 08:11:32.323194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
815 2024.12.17 08:11:32.323750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
816 2024.12.17 08:11:32.324012 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): 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.17 08:11:32.324239 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
818 2024.12.17 08:11:32.414373 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
819 2024.12.17 08:11:32.432817 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2024.12.17 08:11:32.432878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
821 2024.12.17 08:11:32.439792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
822 2024.12.17 08:11:32.440566 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): 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.17 08:11:32.443157 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
824 2024.12.17 08:11:33.448066 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2024.12.17 08:11:33.448292 [ 274 ] {598d1f08-a174-46c9-8b13-400beaaff2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
826 2024.12.17 08:11:33.454452 [ 274 ] {598d1f08-a174-46c9-8b13-400beaaff2b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2024.12.17 08:11:33.460447 [ 274 ] {598d1f08-a174-46c9-8b13-400beaaff2b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2024.12.17 08:11:33.471097 [ 274 ] {598d1f08-a174-46c9-8b13-400beaaff2b3} <Debug> TCPHandler: Processed in 0.023171725 sec.
829 2024.12.17 08:11:33.481311 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2024.12.17 08:11:33.481472 [ 281 ] {69d05f4c-3759-4f60-bce7-a4c959d1a9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
831 2024.12.17 08:11:33.488784 [ 281 ] {69d05f4c-3759-4f60-bce7-a4c959d1a9f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2024.12.17 08:11:33.488854 [ 281 ] {69d05f4c-3759-4f60-bce7-a4c959d1a9f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2024.12.17 08:11:33.489440 [ 281 ] {69d05f4c-3759-4f60-bce7-a4c959d1a9f3} <Debug> TCPHandler: Processed in 0.00819006 sec.
834 2024.12.17 08:11:33.489829 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2024.12.17 08:11:33.489967 [ 274 ] {300eeb4e-f1c6-4231-b7cc-e7441e248a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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.17 08:11:33.490320 [ 274 ] {300eeb4e-f1c6-4231-b7cc-e7441e248a9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2024.12.17 08:11:33.490374 [ 274 ] {300eeb4e-f1c6-4231-b7cc-e7441e248a9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
838 2024.12.17 08:11:33.490888 [ 274 ] {300eeb4e-f1c6-4231-b7cc-e7441e248a9c} <Debug> TCPHandler: Processed in 0.00111107 sec.
839 2024.12.17 08:11:33.491144 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
840 2024.12.17 08:11:33.491281 [ 281 ] {98a3cf1d-4b89-4d2b-9392-376232e37f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) 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.17 08:11:33.491596 [ 281 ] {98a3cf1d-4b89-4d2b-9392-376232e37f33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
842 2024.12.17 08:11:33.491648 [ 281 ] {98a3cf1d-4b89-4d2b-9392-376232e37f33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
843 2024.12.17 08:11:33.492121 [ 281 ] {98a3cf1d-4b89-4d2b-9392-376232e37f33} <Debug> TCPHandler: Processed in 0.001030368 sec.
844 2024.12.17 08:11:33.493421 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.12.17 08:11:33.493561 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
846 2024.12.17 08:11:33.493618 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.12.17 08:11:33.494375 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
848 2024.12.17 08:11:33.494423 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
849 2024.12.17 08:11:33.494954 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
850 2024.12.17 08:11:33.495180 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
851 2024.12.17 08:11:33.495399 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001878 sec., 2129.9254526091586 rows/sec., 225.16 KiB/sec.
852 2024.12.17 08:11:33.495452 [ 274 ] {c603bffb-8c4a-4085-991b-66949c4b9536} <Debug> TCPHandler: Processed in 0.002093767 sec.
853 2024.12.17 08:11:33.495605 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2024.12.17 08:11:33.495734 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
855 2024.12.17 08:11:33.495788 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
856 2024.12.17 08:11:33.503196 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
857 2024.12.17 08:11:33.503240 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
858 2024.12.17 08:11:33.505616 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
859 2024.12.17 08:11:33.505900 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
860 2024.12.17 08:11:33.506115 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Debug> executeQuery: Read 34 rows, 3.19 KiB in 0.01041 sec., 3266.0902977905857 rows/sec., 306.20 KiB/sec.
861 2024.12.17 08:11:33.506185 [ 281 ] {9d297bd4-08d5-421a-8338-a782d4b976a3} <Debug> TCPHandler: Processed in 0.010644228 sec.
862 2024.12.17 08:11:33.506329 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2024.12.17 08:11:33.506437 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
864 2024.12.17 08:11:33.506482 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
865 2024.12.17 08:11:33.507038 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
866 2024.12.17 08:11:33.507073 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
867 2024.12.17 08:11:33.507413 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
868 2024.12.17 08:11:33.507652 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
869 2024.12.17 08:11:33.507933 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001496 sec., 11363.636363636364 rows/sec., 854.49 KiB/sec.
870 2024.12.17 08:11:33.508043 [ 274 ] {93101a90-5c94-47e2-8c3b-349cb2cf6cb9} <Debug> TCPHandler: Processed in 0.001766568 sec.
871 2024.12.17 08:11:33.508202 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
872 2024.12.17 08:11:33.508308 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
873 2024.12.17 08:11:33.508351 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
874 2024.12.17 08:11:33.508879 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
875 2024.12.17 08:11:33.508920 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
876 2024.12.17 08:11:33.509318 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
877 2024.12.17 08:11:33.509594 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
878 2024.12.17 08:11:33.509814 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Debug> executeQuery: Read 27 rows, 2.17 KiB in 0.001523 sec., 17728.16808929744 rows/sec., 1.39 MiB/sec.
879 2024.12.17 08:11:33.509865 [ 281 ] {a2312fd8-41a9-4c68-b6b5-94f5fd20e530} <Debug> TCPHandler: Processed in 0.001722747 sec.
880 2024.12.17 08:11:33.510024 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2024.12.17 08:11:33.510135 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
882 2024.12.17 08:11:33.510202 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
883 2024.12.17 08:11:33.511313 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
884 2024.12.17 08:11:33.511352 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
885 2024.12.17 08:11:33.513918 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
886 2024.12.17 08:11:33.514245 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
887 2024.12.17 08:11:33.514544 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00443 sec., 3837.4717832957112 rows/sec., 6.88 MiB/sec.
888 2024.12.17 08:11:33.514652 [ 274 ] {93b2aea4-a964-40cb-8292-de4f7f691419} <Debug> TCPHandler: Processed in 0.004682456 sec.
889 2024.12.17 08:11:33.514821 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2024.12.17 08:11:33.514951 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
891 2024.12.17 08:11:33.515006 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
892 2024.12.17 08:11:33.515564 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Trace> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
893 2024.12.17 08:11:33.515605 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
894 2024.12.17 08:11:33.516012 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
895 2024.12.17 08:11:33.516239 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Trace> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
896 2024.12.17 08:11:33.516443 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001521 sec., 9861.932938856016 rows/sec., 733.87 KiB/sec.
897 2024.12.17 08:11:33.516489 [ 281 ] {52187717-41ad-47ea-bdda-3937ad33a770} <Debug> TCPHandler: Processed in 0.001732437 sec.
898 2024.12.17 08:11:39.825167 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
899 2024.12.17 08:11:39.825805 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
900 2024.12.17 08:11:39.825855 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
901 2024.12.17 08:11:39.826417 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
902 2024.12.17 08:11:39.826669 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
903 2024.12.17 08:11:39.826916 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
904 2024.12.17 08:11:39.944055 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
905 2024.12.17 08:11:39.963025 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
906 2024.12.17 08:11:39.963081 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
907 2024.12.17 08:11:39.969904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
908 2024.12.17 08:11:39.970670 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
909 2024.12.17 08:11:39.973193 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
910 2024.12.17 08:11:42.310053 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110
911 2024.12.17 08:11:42.313575 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
912 2024.12.17 08:11:42.313624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
913 2024.12.17 08:11:42.315168 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
914 2024.12.17 08:11:42.315484 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
915 2024.12.17 08:11:42.316213 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110
916 2024.12.17 08:11:43.448068 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2024.12.17 08:11:43.448277 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
918 2024.12.17 08:11:43.448355 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
919 2024.12.17 08:11:43.449186 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2024.12.17 08:11:43.449233 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
921 2024.12.17 08:11:43.449663 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2024.12.17 08:11:43.449914 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2024.12.17 08:11:43.450109 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Debug> executeQuery: Read 34 rows, 3.19 KiB in 0.00189 sec., 17989.41798941799 rows/sec., 1.65 MiB/sec.
924 2024.12.17 08:11:43.450172 [ 274 ] {53dd1faf-0d2d-4d39-803e-5193cbe36efd} <Debug> TCPHandler: Processed in 0.00223897 sec.
925 2024.12.17 08:11:43.450365 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2024.12.17 08:11:43.450505 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
927 2024.12.17 08:11:43.450564 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
928 2024.12.17 08:11:43.451196 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2024.12.17 08:11:43.451235 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
930 2024.12.17 08:11:43.451589 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2024.12.17 08:11:43.451836 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2024.12.17 08:11:43.452007 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001536 sec., 11067.708333333334 rows/sec., 832.24 KiB/sec.
933 2024.12.17 08:11:43.452058 [ 281 ] {fb400f4a-eb10-4428-a040-586fed7d9a02} <Debug> TCPHandler: Processed in 0.001764028 sec.
934 2024.12.17 08:11:43.452194 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.12.17 08:11:43.452325 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2024.12.17 08:11:43.452382 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2024.12.17 08:11:43.453060 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2024.12.17 08:11:43.453106 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
939 2024.12.17 08:11:43.453457 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2024.12.17 08:11:43.453694 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2024.12.17 08:11:43.453881 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001584 sec., 10732.323232323233 rows/sec., 859.42 KiB/sec.
942 2024.12.17 08:11:43.453938 [ 274 ] {82f6555b-81f6-4c36-a60f-b860b86cfff2} <Debug> TCPHandler: Processed in 0.001807139 sec.
943 2024.12.17 08:11:43.454085 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2024.12.17 08:11:43.454195 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
945 2024.12.17 08:11:43.454262 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
946 2024.12.17 08:11:43.455416 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2024.12.17 08:11:43.455453 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
948 2024.12.17 08:11:43.456066 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2024.12.17 08:11:43.456312 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2024.12.17 08:11:43.456507 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002335 sec., 7280.513918629551 rows/sec., 13.05 MiB/sec.
951 2024.12.17 08:11:43.456604 [ 281 ] {ba8aef5a-7ca9-4b0c-8690-16e3ac8def1a} <Debug> TCPHandler: Processed in 0.002571609 sec.
952 2024.12.17 08:11:47.261880 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
953 2024.12.17 08:11:47.261978 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
954 2024.12.17 08:11:47.327908 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
955 2024.12.17 08:11:47.328555 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2024.12.17 08:11:47.328596 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
957 2024.12.17 08:11:47.329151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
958 2024.12.17 08:11:47.329404 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2024.12.17 08:11:47.329613 [ 98 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
960 2024.12.17 08:11:47.329646 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
961 2024.12.17 08:11:47.329721 [ 98 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
962 2024.12.17 08:11:47.329752 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
963 2024.12.17 08:11:47.334049 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
964 2024.12.17 08:11:47.334246 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
965 2024.12.17 08:11:47.334401 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
966 2024.12.17 08:11:47.336655 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
967 2024.12.17 08:11:47.336778 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
968 2024.12.17 08:11:47.339029 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
969 2024.12.17 08:11:47.341074 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
970 2024.12.17 08:11:47.344781 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
971 2024.12.17 08:11:47.362898 [ 186 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.032991021 sec., 85053.4452995559 rows/sec., 1.22 MiB/sec.
972 2024.12.17 08:11:47.363623 [ 187 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
973 2024.12.17 08:11:47.363939 [ 187 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2024.12.17 08:11:47.364022 [ 187 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_6_1} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
975 2024.12.17 08:11:47.364133 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
976 2024.12.17 08:11:47.474150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
977 2024.12.17 08:11:47.494420 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
978 2024.12.17 08:11:47.494467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
979 2024.12.17 08:11:47.500905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
980 2024.12.17 08:11:47.501651 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
981 2024.12.17 08:11:47.502003 [ 98 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
982 2024.12.17 08:11:47.502124 [ 98 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
983 2024.12.17 08:11:47.502188 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
984 2024.12.17 08:11:47.502605 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
985 2024.12.17 08:11:47.511882 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
986 2024.12.17 08:11:47.512953 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
987 2024.12.17 08:11:47.513820 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
988 2024.12.17 08:11:47.518151 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
989 2024.12.17 08:11:47.522411 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
990 2024.12.17 08:11:47.526892 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
991 2024.12.17 08:11:47.535527 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
992 2024.12.17 08:11:47.539687 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
993 2024.12.17 08:11:47.596445 [ 186 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094130541 sec., 488.68305133824737 rows/sec., 2.53 MiB/sec.
994 2024.12.17 08:11:47.599169 [ 190 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
995 2024.12.17 08:11:47.602194 [ 190 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_6_1} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
996 2024.12.17 08:11:47.602315 [ 190 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_6_1} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
997 2024.12.17 08:11:47.604635 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
998 2024.12.17 08:11:48.001171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.28 MiB, peak 168.82 MiB, free memory in arenas 0.00 B, will set to 162.39 MiB (RSS), difference: 3.11 MiB
999 2024.12.17 08:11:48.447609 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2024.12.17 08:11:48.447833 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) 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)
1001 2024.12.17 08:11:48.450089 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1002 2024.12.17 08:11:48.453160 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE
1003 2024.12.17 08:11:48.453426 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1004 2024.12.17 08:11:48.455932 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1005 2024.12.17 08:11:48.458066 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
1006 2024.12.17 08:11:48.463510 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1007 2024.12.17 08:11:48.465503 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1008 2024.12.17 08:11:48.465536 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1009 2024.12.17 08:11:48.465641 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))"
1010 2024.12.17 08:11:48.465671 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1011 2024.12.17 08:11:48.475311 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.027563 sec., 145.12208395312555 rows/sec., 6.70 KiB/sec.
1012 2024.12.17 08:11:48.475449 [ 274 ] {4d092d9c-d672-46af-b321-9f958df6ced0} <Debug> TCPHandler: Processed in 0.027967396 sec.
1013 2024.12.17 08:11:48.475823 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1014 2024.12.17 08:11:48.475999 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1015 2024.12.17 08:11:48.476291 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1016 2024.12.17 08:11:48.476323 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1017 2024.12.17 08:11:48.476527 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1018 2024.12.17 08:11:48.476591 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1019 2024.12.17 08:11:48.476729 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
1020 2024.12.17 08:11:48.476761 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1021 2024.12.17 08:11:48.476784 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1022 2024.12.17 08:11:48.476801 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1023 2024.12.17 08:11:48.476842 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1024 2024.12.17 08:11:48.476863 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1025 2024.12.17 08:11:48.477428 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001496 sec., 2673.7967914438505 rows/sec., 123.38 KiB/sec.
1026 2024.12.17 08:11:48.477540 [ 281 ] {5dd550c8-7f38-4004-a93a-f3b8e4edbb8e} <Debug> TCPHandler: Processed in 0.001785708 sec.
1027 2024.12.17 08:11:48.478096 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1028 2024.12.17 08:11:48.478265 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1029 2024.12.17 08:11:48.478554 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1030 2024.12.17 08:11:48.478594 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1031 2024.12.17 08:11:48.478842 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1032 2024.12.17 08:11:48.478920 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1033 2024.12.17 08:11:48.479092 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1034 2024.12.17 08:11:48.479131 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1035 2024.12.17 08:11:48.479158 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1036 2024.12.17 08:11:48.479179 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1037 2024.12.17 08:11:48.479229 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1038 2024.12.17 08:11:48.479256 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1039 2024.12.17 08:11:48.479804 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 114.93 KiB/sec.
1040 2024.12.17 08:11:48.479918 [ 274 ] {04b2cc3d-2bb3-453d-aad2-d6f0d3ea59db} <Debug> TCPHandler: Processed in 0.00188419 sec.
1041 2024.12.17 08:11:48.480172 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1042 2024.12.17 08:11:48.480327 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1043 2024.12.17 08:11:48.480616 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1044 2024.12.17 08:11:48.480656 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1045 2024.12.17 08:11:48.480909 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1046 2024.12.17 08:11:48.480987 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1047 2024.12.17 08:11:48.481158 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1048 2024.12.17 08:11:48.481197 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1049 2024.12.17 08:11:48.481224 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1050 2024.12.17 08:11:48.481244 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1051 2024.12.17 08:11:48.481287 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1052 2024.12.17 08:11:48.481307 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1053 2024.12.17 08:11:48.481838 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00158 sec., 2531.645569620253 rows/sec., 116.82 KiB/sec.
1054 2024.12.17 08:11:48.481948 [ 281 ] {91ccca8a-a0a8-408f-95e3-dc3803298191} <Debug> TCPHandler: Processed in 0.001826749 sec.
1055 2024.12.17 08:11:48.482181 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1056 2024.12.17 08:11:48.482340 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1057 2024.12.17 08:11:48.482632 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1058 2024.12.17 08:11:48.482673 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1059 2024.12.17 08:11:48.482931 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1060 2024.12.17 08:11:48.483010 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1061 2024.12.17 08:11:48.483181 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1062 2024.12.17 08:11:48.483220 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1063 2024.12.17 08:11:48.483248 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1064 2024.12.17 08:11:48.483265 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1065 2024.12.17 08:11:48.483306 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1066 2024.12.17 08:11:48.483326 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1067 2024.12.17 08:11:48.483859 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001587 sec., 2520.4788909892877 rows/sec., 116.30 KiB/sec.
1068 2024.12.17 08:11:48.483971 [ 274 ] {a6695128-c112-4f7f-9d80-d7ec0ce75da1} <Debug> TCPHandler: Processed in 0.001841499 sec.
1069 2024.12.17 08:11:48.484193 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1070 2024.12.17 08:11:48.484355 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1071 2024.12.17 08:11:48.484648 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1072 2024.12.17 08:11:48.484690 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1073 2024.12.17 08:11:48.484948 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1074 2024.12.17 08:11:48.485025 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1075 2024.12.17 08:11:48.485194 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1076 2024.12.17 08:11:48.485233 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1077 2024.12.17 08:11:48.485258 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1078 2024.12.17 08:11:48.485274 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1079 2024.12.17 08:11:48.485315 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1080 2024.12.17 08:11:48.485336 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1081 2024.12.17 08:11:48.485868 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001585 sec., 2523.659305993691 rows/sec., 116.45 KiB/sec.
1082 2024.12.17 08:11:48.485979 [ 281 ] {37044743-1b9e-424c-ad68-96f65baccdd8} <Debug> TCPHandler: Processed in 0.001837849 sec.
1083 2024.12.17 08:11:48.486187 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1084 2024.12.17 08:11:48.486330 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1085 2024.12.17 08:11:48.486569 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1086 2024.12.17 08:11:48.486602 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1087 2024.12.17 08:11:48.486816 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1088 2024.12.17 08:11:48.486879 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1089 2024.12.17 08:11:48.487014 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1090 2024.12.17 08:11:48.487046 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1091 2024.12.17 08:11:48.487068 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1092 2024.12.17 08:11:48.487084 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1093 2024.12.17 08:11:48.487125 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1094 2024.12.17 08:11:48.487145 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1095 2024.12.17 08:11:48.487671 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001397 sec., 2863.278453829635 rows/sec., 132.12 KiB/sec.
1096 2024.12.17 08:11:48.487782 [ 274 ] {e30a03a1-c4d8-4244-9a71-5fa5162d5b01} <Debug> TCPHandler: Processed in 0.001647054 sec.
1097 2024.12.17 08:11:48.487996 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1098 2024.12.17 08:11:48.488137 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1099 2024.12.17 08:11:48.488413 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1100 2024.12.17 08:11:48.488455 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1101 2024.12.17 08:11:48.488723 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1102 2024.12.17 08:11:48.488799 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1103 2024.12.17 08:11:48.488967 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1104 2024.12.17 08:11:48.489005 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1105 2024.12.17 08:11:48.489032 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1106 2024.12.17 08:11:48.489053 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1107 2024.12.17 08:11:48.489101 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1108 2024.12.17 08:11:48.489128 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1109 2024.12.17 08:11:48.489673 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001593 sec., 2510.9855618330193 rows/sec., 115.86 KiB/sec.
1110 2024.12.17 08:11:48.489785 [ 281 ] {55ac1f32-4e0d-4a8b-8344-9fc0b8a8850f} <Debug> TCPHandler: Processed in 0.001840149 sec.
1111 2024.12.17 08:11:48.489992 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1112 2024.12.17 08:11:48.490136 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1113 2024.12.17 08:11:48.490411 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1114 2024.12.17 08:11:48.490454 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1115 2024.12.17 08:11:48.490726 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1116 2024.12.17 08:11:48.490804 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1117 2024.12.17 08:11:48.490970 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1118 2024.12.17 08:11:48.491009 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1119 2024.12.17 08:11:48.491037 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1120 2024.12.17 08:11:48.491057 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1121 2024.12.17 08:11:48.491107 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1122 2024.12.17 08:11:48.491134 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1123 2024.12.17 08:11:48.491682 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 115.07 KiB/sec.
1124 2024.12.17 08:11:48.491791 [ 274 ] {202c9616-557d-4010-b287-6290d5913814} <Debug> TCPHandler: Processed in 0.001850981 sec.
1125 2024.12.17 08:11:48.492001 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1126 2024.12.17 08:11:48.492145 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1127 2024.12.17 08:11:48.492424 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1128 2024.12.17 08:11:48.492468 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1129 2024.12.17 08:11:48.492746 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1130 2024.12.17 08:11:48.492823 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1131 2024.12.17 08:11:48.492990 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1132 2024.12.17 08:11:48.493029 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1133 2024.12.17 08:11:48.493055 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1134 2024.12.17 08:11:48.493075 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1135 2024.12.17 08:11:48.493124 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1136 2024.12.17 08:11:48.493149 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1137 2024.12.17 08:11:48.493689 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 115.07 KiB/sec.
1138 2024.12.17 08:11:48.493800 [ 281 ] {fe030a65-6eeb-4daf-a68d-8577f841b83f} <Debug> TCPHandler: Processed in 0.00185041 sec.
1139 2024.12.17 08:11:48.494004 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1140 2024.12.17 08:11:48.494150 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1141 2024.12.17 08:11:48.494436 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1142 2024.12.17 08:11:48.494479 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1143 2024.12.17 08:11:48.494760 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1144 2024.12.17 08:11:48.494839 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1145 2024.12.17 08:11:48.495007 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1146 2024.12.17 08:11:48.495046 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1147 2024.12.17 08:11:48.495074 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1148 2024.12.17 08:11:48.495095 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1149 2024.12.17 08:11:48.495145 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1150 2024.12.17 08:11:48.495172 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1151 2024.12.17 08:11:48.495716 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001626 sec., 2460.0246002460026 rows/sec., 113.51 KiB/sec.
1152 2024.12.17 08:11:48.495827 [ 274 ] {dff6a7ea-7005-4bcb-a108-677ca4d56db9} <Debug> TCPHandler: Processed in 0.00187473 sec.
1153 2024.12.17 08:11:48.499843 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1154 2024.12.17 08:11:48.500019 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1155 2024.12.17 08:11:48.500310 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1156 2024.12.17 08:11:48.500347 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1157 2024.12.17 08:11:48.500574 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1158 2024.12.17 08:11:48.500637 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1159 2024.12.17 08:11:48.500772 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1160 2024.12.17 08:11:48.500803 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1161 2024.12.17 08:11:48.500824 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1162 2024.12.17 08:11:48.500842 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1163 2024.12.17 08:11:48.500882 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1164 2024.12.17 08:11:48.500903 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1165 2024.12.17 08:11:48.501429 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001485 sec., 2693.6026936026938 rows/sec., 124.29 KiB/sec.
1166 2024.12.17 08:11:48.501538 [ 281 ] {ae552de7-f13e-46a6-aad0-c88c121398b2} <Debug> TCPHandler: Processed in 0.001761828 sec.
1167 2024.12.17 08:11:48.501805 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1168 2024.12.17 08:11:48.501950 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1169 2024.12.17 08:11:48.502009 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1170 2024.12.17 08:11:48.502710 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1171 2024.12.17 08:11:48.502757 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1172 2024.12.17 08:11:48.503283 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1173 2024.12.17 08:11:48.503507 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1174 2024.12.17 08:11:48.503697 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001788 sec., 6711.4093959731545 rows/sec., 1.36 MiB/sec.
1175 2024.12.17 08:11:48.503789 [ 274 ] {959c2733-c5f8-4e8b-a62d-f314c7242db1} <Debug> TCPHandler: Processed in 0.002047496 sec.
1176 2024.12.17 08:11:48.503934 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1177 2024.12.17 08:11:48.504063 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1178 2024.12.17 08:11:48.504118 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1179 2024.12.17 08:11:48.505195 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1180 2024.12.17 08:11:48.505229 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1181 2024.12.17 08:11:48.505578 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1182 2024.12.17 08:11:48.505819 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2024.12.17 08:11:48.506005 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
1184 2024.12.17 08:11:48.506175 [ 281 ] {8de5288f-8874-4521-bf9e-a33f3e45f5fc} <Debug> TCPHandler: Processed in 0.002299692 sec.
1185 2024.12.17 08:11:48.506307 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1186 2024.12.17 08:11:48.506416 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1187 2024.12.17 08:11:48.506460 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1188 2024.12.17 08:11:48.507063 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1189 2024.12.17 08:11:48.507101 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1190 2024.12.17 08:11:48.507476 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1191 2024.12.17 08:11:48.507718 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1192 2024.12.17 08:11:48.507888 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Debug> executeQuery: Read 147 rows, 13.57 KiB in 0.001495 sec., 98327.75919732441 rows/sec., 8.87 MiB/sec.
1193 2024.12.17 08:11:48.507937 [ 274 ] {d1d23051-bf95-408f-b4e8-d90012e51bd7} <Debug> TCPHandler: Processed in 0.001681825 sec.
1194 2024.12.17 08:11:48.508075 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1195 2024.12.17 08:11:48.508180 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1196 2024.12.17 08:11:48.508224 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1197 2024.12.17 08:11:48.508830 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1198 2024.12.17 08:11:48.508874 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1199 2024.12.17 08:11:48.509279 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1200 2024.12.17 08:11:48.509510 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1201 2024.12.17 08:11:48.509694 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001531 sec., 4572.175048987589 rows/sec., 297.88 KiB/sec.
1202 2024.12.17 08:11:48.509748 [ 281 ] {d8d90af7-0e3a-4b41-9d13-4c5dba16fdcf} <Debug> TCPHandler: Processed in 0.001725956 sec.
1203 2024.12.17 08:11:48.509877 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1204 2024.12.17 08:11:48.509982 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1205 2024.12.17 08:11:48.510025 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1206 2024.12.17 08:11:48.510529 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1207 2024.12.17 08:11:48.510566 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1208 2024.12.17 08:11:48.510922 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1209 2024.12.17 08:11:48.511157 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1210 2024.12.17 08:11:48.511324 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001365 sec., 10256.410256410258 rows/sec., 718.29 KiB/sec.
1211 2024.12.17 08:11:48.511373 [ 274 ] {819471ea-0c2f-44a9-bd9b-4a4e7d06e8b4} <Debug> TCPHandler: Processed in 0.001550871 sec.
1212 2024.12.17 08:11:48.511507 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1213 2024.12.17 08:11:48.511632 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1214 2024.12.17 08:11:48.511685 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1215 2024.12.17 08:11:48.512289 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2024.12.17 08:11:48.512325 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1217 2024.12.17 08:11:48.512682 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1218 2024.12.17 08:11:48.512910 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1219 2024.12.17 08:11:48.513142 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
1220 2024.12.17 08:11:48.513209 [ 281 ] {6be3ee25-0f2d-4e5c-b4a8-4d4eb204122a} <Debug> TCPHandler: Processed in 0.001765578 sec.
1221 2024.12.17 08:11:48.513330 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2024.12.17 08:11:48.513437 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1223 2024.12.17 08:11:48.513482 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1224 2024.12.17 08:11:48.514099 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1225 2024.12.17 08:11:48.514137 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1226 2024.12.17 08:11:48.514515 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1227 2024.12.17 08:11:48.514754 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1228 2024.12.17 08:11:48.514946 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.00153 sec., 207843.137254902 rows/sec., 14.40 MiB/sec.
1229 2024.12.17 08:11:48.515000 [ 274 ] {c7e098c5-9b47-4226-ac6e-0627f694c7dd} <Debug> TCPHandler: Processed in 0.001722776 sec.
1230 2024.12.17 08:11:48.515122 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1231 2024.12.17 08:11:48.515227 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1232 2024.12.17 08:11:48.515272 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1233 2024.12.17 08:11:48.515677 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1234 2024.12.17 08:11:48.515713 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1235 2024.12.17 08:11:48.516061 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1236 2024.12.17 08:11:48.516288 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1237 2024.12.17 08:11:48.516524 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 240.95 KiB/sec.
1238 2024.12.17 08:11:48.516584 [ 281 ] {a920ca43-feb2-4a42-890a-f373cc656683} <Debug> TCPHandler: Processed in 0.001513161 sec.
1239 2024.12.17 08:11:48.516704 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1240 2024.12.17 08:11:48.516809 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1241 2024.12.17 08:11:48.516856 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1242 2024.12.17 08:11:48.517320 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1243 2024.12.17 08:11:48.517358 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1244 2024.12.17 08:11:48.517731 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1245 2024.12.17 08:11:48.517974 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1246 2024.12.17 08:11:48.518175 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001389 sec., 55435.56515478762 rows/sec., 3.41 MiB/sec.
1247 2024.12.17 08:11:48.518225 [ 274 ] {114961dc-f3ad-4941-af57-e6ee484ba13b} <Debug> TCPHandler: Processed in 0.001572652 sec.
1248 2024.12.17 08:11:48.518359 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1249 2024.12.17 08:11:48.518485 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1250 2024.12.17 08:11:48.518541 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1251 2024.12.17 08:11:48.519019 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1252 2024.12.17 08:11:48.519063 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1253 2024.12.17 08:11:48.519428 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1254 2024.12.17 08:11:48.519658 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2024.12.17 08:11:48.519891 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec.
1256 2024.12.17 08:11:48.519961 [ 281 ] {38d1ecd0-4861-473a-ba8f-2575b14dc0f2} <Debug> TCPHandler: Processed in 0.001664675 sec.
1257 2024.12.17 08:11:48.520078 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1258 2024.12.17 08:11:48.520184 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1259 2024.12.17 08:11:48.520230 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1260 2024.12.17 08:11:48.520722 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1261 2024.12.17 08:11:48.520766 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1262 2024.12.17 08:11:48.521185 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1263 2024.12.17 08:11:48.521431 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2024.12.17 08:11:48.521621 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001458 sec., 15089.163237311384 rows/sec., 817.82 KiB/sec.
1265 2024.12.17 08:11:48.521669 [ 274 ] {065d22fb-3a0f-4867-87b7-ac6d2697493c} <Debug> TCPHandler: Processed in 0.001642204 sec.
1266 2024.12.17 08:11:52.317280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 164
1267 2024.12.17 08:11:52.320930 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2024.12.17 08:11:52.320978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1269 2024.12.17 08:11:52.322493 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1270 2024.12.17 08:11:52.322810 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2024.12.17 08:11:52.323321 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 164
1272 2024.12.17 08:11:53.448598 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1273 2024.12.17 08:11:53.448865 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1274 2024.12.17 08:11:53.449292 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1275 2024.12.17 08:11:53.449341 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1276 2024.12.17 08:11:53.449633 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1277 2024.12.17 08:11:53.449713 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1278 2024.12.17 08:11:53.449888 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1279 2024.12.17 08:11:53.450092 [ 296 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1280 2024.12.17 08:11:53.450145 [ 298 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1281 2024.12.17 08:11:53.450271 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1282 2024.12.17 08:11:53.450304 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1283 2024.12.17 08:11:53.454974 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1284 2024.12.17 08:11:53.455008 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1285 2024.12.17 08:11:53.455079 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1286 2024.12.17 08:11:53.455138 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1287 2024.12.17 08:11:53.456481 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.007734 sec., 2068.787173519524 rows/sec., 73.99 KiB/sec.
1288 2024.12.17 08:11:53.456633 [ 274 ] {2288b802-b70d-408e-809b-565af73b88d0} <Debug> TCPHandler: Processed in 0.008167791 sec.
1289 2024.12.17 08:11:53.456976 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1290 2024.12.17 08:11:53.457163 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1291 2024.12.17 08:11:53.457462 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1292 2024.12.17 08:11:53.457503 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1293 2024.12.17 08:11:53.457750 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1294 2024.12.17 08:11:53.457825 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1295 2024.12.17 08:11:53.458008 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1296 2024.12.17 08:11:53.458101 [ 299 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1297 2024.12.17 08:11:53.458168 [ 299 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1298 2024.12.17 08:11:53.458262 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1299 2024.12.17 08:11:53.458294 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1300 2024.12.17 08:11:53.458398 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1301 2024.12.17 08:11:53.458423 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1302 2024.12.17 08:11:53.458474 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1303 2024.12.17 08:11:53.458525 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1304 2024.12.17 08:11:53.459575 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002491 sec., 6423.123243677238 rows/sec., 229.73 KiB/sec.
1305 2024.12.17 08:11:53.459730 [ 281 ] {5f771917-bb24-4c5f-a1b9-054254bdfadf} <Debug> TCPHandler: Processed in 0.002821706 sec.
1306 2024.12.17 08:11:53.459979 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1307 2024.12.17 08:11:53.460130 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1308 2024.12.17 08:11:53.460400 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1309 2024.12.17 08:11:53.460441 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1310 2024.12.17 08:11:53.460695 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1311 2024.12.17 08:11:53.460761 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1312 2024.12.17 08:11:53.460903 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1313 2024.12.17 08:11:53.461010 [ 298 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1314 2024.12.17 08:11:53.461013 [ 299 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1315 2024.12.17 08:11:53.461129 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1316 2024.12.17 08:11:53.461156 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1317 2024.12.17 08:11:53.461237 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1318 2024.12.17 08:11:53.461256 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1319 2024.12.17 08:11:53.461296 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1320 2024.12.17 08:11:53.461336 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1321 2024.12.17 08:11:53.462151 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002086 sec., 7670.182166826461 rows/sec., 274.34 KiB/sec.
1322 2024.12.17 08:11:53.462297 [ 274 ] {8a2a6ec0-5924-4296-b22a-78e700137160} <Debug> TCPHandler: Processed in 0.002369864 sec.
1323 2024.12.17 08:11:53.462590 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1324 2024.12.17 08:11:53.462749 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1325 2024.12.17 08:11:53.463026 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1326 2024.12.17 08:11:53.463066 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1327 2024.12.17 08:11:53.463335 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1328 2024.12.17 08:11:53.463402 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1329 2024.12.17 08:11:53.463549 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1330 2024.12.17 08:11:53.463667 [ 298 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1331 2024.12.17 08:11:53.463668 [ 296 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1332 2024.12.17 08:11:53.463782 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1333 2024.12.17 08:11:53.463811 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1334 2024.12.17 08:11:53.463895 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1335 2024.12.17 08:11:53.463915 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1336 2024.12.17 08:11:53.463984 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1337 2024.12.17 08:11:53.464027 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1338 2024.12.17 08:11:53.464878 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002195 sec., 7289.293849658315 rows/sec., 260.71 KiB/sec.
1339 2024.12.17 08:11:53.465024 [ 281 ] {39ab955f-fc51-4378-a3e1-5cce7bb8784e} <Debug> TCPHandler: Processed in 0.002495067 sec.
1340 2024.12.17 08:11:53.465304 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1341 2024.12.17 08:11:53.465475 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1342 2024.12.17 08:11:53.465794 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1343 2024.12.17 08:11:53.465842 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1344 2024.12.17 08:11:53.466154 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1345 2024.12.17 08:11:53.466232 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1346 2024.12.17 08:11:53.466400 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1347 2024.12.17 08:11:53.466498 [ 296 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1348 2024.12.17 08:11:53.466526 [ 298 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1349 2024.12.17 08:11:53.466653 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1350 2024.12.17 08:11:53.466683 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1351 2024.12.17 08:11:53.466763 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1352 2024.12.17 08:11:53.466783 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1353 2024.12.17 08:11:53.466821 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1354 2024.12.17 08:11:53.466861 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1355 2024.12.17 08:11:53.467677 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002284 sec., 7005.253940455342 rows/sec., 250.55 KiB/sec.
1356 2024.12.17 08:11:53.467823 [ 274 ] {d16abd6d-17fc-4f09-97d6-ba56f88bdf68} <Debug> TCPHandler: Processed in 0.002570979 sec.
1357 2024.12.17 08:11:53.468054 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1358 2024.12.17 08:11:53.468241 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1359 2024.12.17 08:11:53.468540 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1360 2024.12.17 08:11:53.468581 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1361 2024.12.17 08:11:53.468841 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1362 2024.12.17 08:11:53.468907 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1363 2024.12.17 08:11:53.469050 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1364 2024.12.17 08:11:53.469158 [ 298 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1365 2024.12.17 08:11:53.469159 [ 296 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1366 2024.12.17 08:11:53.469270 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1367 2024.12.17 08:11:53.469296 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1368 2024.12.17 08:11:53.469380 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1369 2024.12.17 08:11:53.469400 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1370 2024.12.17 08:11:53.469441 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1371 2024.12.17 08:11:53.469490 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1372 2024.12.17 08:11:53.470315 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002159 sec., 7410.838351088467 rows/sec., 265.06 KiB/sec.
1373 2024.12.17 08:11:53.470463 [ 281 ] {64b9b9ca-4382-4432-a370-e99ade9cc561} <Debug> TCPHandler: Processed in 0.002472066 sec.
1374 2024.12.17 08:11:53.470757 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1375 2024.12.17 08:11:53.470943 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1376 2024.12.17 08:11:53.471270 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1377 2024.12.17 08:11:53.471320 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1378 2024.12.17 08:11:53.471592 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1379 2024.12.17 08:11:53.471658 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1380 2024.12.17 08:11:53.471799 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1381 2024.12.17 08:11:53.471900 [ 298 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1382 2024.12.17 08:11:53.471908 [ 296 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1383 2024.12.17 08:11:53.472008 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1384 2024.12.17 08:11:53.472036 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1385 2024.12.17 08:11:53.472118 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1386 2024.12.17 08:11:53.472139 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1387 2024.12.17 08:11:53.472182 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1388 2024.12.17 08:11:53.472224 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1389 2024.12.17 08:11:53.472997 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00214 sec., 7476.6355140186915 rows/sec., 267.41 KiB/sec.
1390 2024.12.17 08:11:53.473141 [ 274 ] {4283d93f-58af-4ce7-8e12-39b3e9033a98} <Debug> TCPHandler: Processed in 0.002446546 sec.
1391 2024.12.17 08:11:53.473408 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2024.12.17 08:11:53.473563 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1393 2024.12.17 08:11:53.473835 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1394 2024.12.17 08:11:53.473877 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1395 2024.12.17 08:11:53.474141 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1396 2024.12.17 08:11:53.474204 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1397 2024.12.17 08:11:53.474345 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1398 2024.12.17 08:11:53.474475 [ 299 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1399 2024.12.17 08:11:53.474485 [ 298 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1400 2024.12.17 08:11:53.474624 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1401 2024.12.17 08:11:53.474652 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1402 2024.12.17 08:11:53.474733 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1403 2024.12.17 08:11:53.474753 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1404 2024.12.17 08:11:53.474792 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1405 2024.12.17 08:11:53.474832 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1406 2024.12.17 08:11:53.475635 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00214 sec., 7476.6355140186915 rows/sec., 267.41 KiB/sec.
1407 2024.12.17 08:11:53.475781 [ 281 ] {bc3a48c1-bb0e-42a3-84c7-2c304b2331bd} <Debug> TCPHandler: Processed in 0.002431996 sec.
1408 2024.12.17 08:11:53.476017 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1409 2024.12.17 08:11:53.476206 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1410 2024.12.17 08:11:53.476516 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1411 2024.12.17 08:11:53.476558 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1412 2024.12.17 08:11:53.476832 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1413 2024.12.17 08:11:53.476897 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1414 2024.12.17 08:11:53.477038 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1415 2024.12.17 08:11:53.477137 [ 298 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1416 2024.12.17 08:11:53.477156 [ 296 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1417 2024.12.17 08:11:53.477253 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1418 2024.12.17 08:11:53.477280 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1419 2024.12.17 08:11:53.477358 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1420 2024.12.17 08:11:53.477380 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1421 2024.12.17 08:11:53.477419 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1422 2024.12.17 08:11:53.477462 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1423 2024.12.17 08:11:53.478281 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002161 sec., 7403.979639055992 rows/sec., 264.82 KiB/sec.
1424 2024.12.17 08:11:53.478425 [ 274 ] {466ce4b0-57f7-49a2-b828-97aa2df10438} <Debug> TCPHandler: Processed in 0.002471806 sec.
1425 2024.12.17 08:11:53.478677 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1426 2024.12.17 08:11:53.478832 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1427 2024.12.17 08:11:53.479103 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1428 2024.12.17 08:11:53.479144 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1429 2024.12.17 08:11:53.479415 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1430 2024.12.17 08:11:53.479479 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1431 2024.12.17 08:11:53.479618 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1432 2024.12.17 08:11:53.479726 [ 298 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1433 2024.12.17 08:11:53.479734 [ 296 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1434 2024.12.17 08:11:53.479841 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1435 2024.12.17 08:11:53.479868 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1436 2024.12.17 08:11:53.479948 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1437 2024.12.17 08:11:53.479968 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1438 2024.12.17 08:11:53.480008 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1439 2024.12.17 08:11:53.480048 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1440 2024.12.17 08:11:53.480830 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002067 sec., 7740.6869859700055 rows/sec., 276.86 KiB/sec.
1441 2024.12.17 08:11:53.480976 [ 281 ] {b91dea31-ad8e-4cbe-b42c-53006641a721} <Debug> TCPHandler: Processed in 0.002350363 sec.
1442 2024.12.17 08:11:53.481250 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1443 2024.12.17 08:11:53.481443 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1444 2024.12.17 08:11:53.481782 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1445 2024.12.17 08:11:53.481835 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1446 2024.12.17 08:11:53.482175 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1447 2024.12.17 08:11:53.482254 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1448 2024.12.17 08:11:53.482420 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1449 2024.12.17 08:11:53.482532 [ 296 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1450 2024.12.17 08:11:53.482539 [ 298 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1451 2024.12.17 08:11:53.482654 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1452 2024.12.17 08:11:53.482681 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1453 2024.12.17 08:11:53.482763 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1454 2024.12.17 08:11:53.482784 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1455 2024.12.17 08:11:53.482823 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1456 2024.12.17 08:11:53.482865 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1457 2024.12.17 08:11:53.483658 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002306 sec., 6938.421509106679 rows/sec., 248.16 KiB/sec.
1458 2024.12.17 08:11:53.483804 [ 274 ] {17356f3a-f41a-47c1-ba75-a85bdf9b8995} <Debug> TCPHandler: Processed in 0.00261715 sec.
1459 2024.12.17 08:11:53.484050 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1460 2024.12.17 08:11:53.484246 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1461 2024.12.17 08:11:53.484554 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1462 2024.12.17 08:11:53.484597 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1463 2024.12.17 08:11:53.484877 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1464 2024.12.17 08:11:53.484942 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1465 2024.12.17 08:11:53.485082 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1466 2024.12.17 08:11:53.485182 [ 298 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1467 2024.12.17 08:11:53.485199 [ 296 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1468 2024.12.17 08:11:53.485291 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1469 2024.12.17 08:11:53.485317 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1470 2024.12.17 08:11:53.485395 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1471 2024.12.17 08:11:53.485415 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1472 2024.12.17 08:11:53.485454 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1473 2024.12.17 08:11:53.485494 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1474 2024.12.17 08:11:53.486295 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00214 sec., 7476.6355140186915 rows/sec., 267.41 KiB/sec.
1475 2024.12.17 08:11:53.486441 [ 281 ] {eecd6c52-862c-474f-b3d7-045777e033d5} <Debug> TCPHandler: Processed in 0.002455526 sec.
1476 2024.12.17 08:11:53.486698 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1477 2024.12.17 08:11:53.486890 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1478 2024.12.17 08:11:53.487235 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1479 2024.12.17 08:11:53.487290 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1480 2024.12.17 08:11:53.487594 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1481 2024.12.17 08:11:53.487659 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1482 2024.12.17 08:11:53.487804 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1483 2024.12.17 08:11:53.487895 [ 298 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1484 2024.12.17 08:11:53.487913 [ 299 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1485 2024.12.17 08:11:53.488007 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1486 2024.12.17 08:11:53.488034 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1487 2024.12.17 08:11:53.488113 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1488 2024.12.17 08:11:53.488133 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1489 2024.12.17 08:11:53.488173 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1490 2024.12.17 08:11:53.488213 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1491 2024.12.17 08:11:53.488998 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002198 sec., 7279.344858962694 rows/sec., 260.36 KiB/sec.
1492 2024.12.17 08:11:53.489142 [ 274 ] {a97f1f83-5e52-4bdf-9e82-563765785e88} <Debug> TCPHandler: Processed in 0.002507978 sec.
1493 2024.12.17 08:11:53.489400 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1494 2024.12.17 08:11:53.489559 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1495 2024.12.17 08:11:53.489842 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1496 2024.12.17 08:11:53.489888 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1497 2024.12.17 08:11:53.490178 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1498 2024.12.17 08:11:53.490243 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1499 2024.12.17 08:11:53.490385 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1500 2024.12.17 08:11:53.490501 [ 296 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1501 2024.12.17 08:11:53.490520 [ 298 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1502 2024.12.17 08:11:53.490647 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1503 2024.12.17 08:11:53.490677 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1504 2024.12.17 08:11:53.490758 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1505 2024.12.17 08:11:53.490778 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1506 2024.12.17 08:11:53.490819 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1507 2024.12.17 08:11:53.490862 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1508 2024.12.17 08:11:53.491672 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002185 sec., 7322.654462242564 rows/sec., 261.91 KiB/sec.
1509 2024.12.17 08:11:53.491813 [ 281 ] {c2f49f6b-b4b0-41ca-b5e6-239a185e6a4b} <Debug> TCPHandler: Processed in 0.002477377 sec.
1510 2024.12.17 08:11:53.492057 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1511 2024.12.17 08:11:53.492251 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1512 2024.12.17 08:11:53.492560 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1513 2024.12.17 08:11:53.492606 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1514 2024.12.17 08:11:53.492899 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1515 2024.12.17 08:11:53.492964 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1516 2024.12.17 08:11:53.493106 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1517 2024.12.17 08:11:53.493196 [ 298 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1518 2024.12.17 08:11:53.493216 [ 299 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1519 2024.12.17 08:11:53.493321 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1520 2024.12.17 08:11:53.493348 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1521 2024.12.17 08:11:53.493432 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1522 2024.12.17 08:11:53.493453 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1523 2024.12.17 08:11:53.493493 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1524 2024.12.17 08:11:53.493536 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1525 2024.12.17 08:11:53.494384 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002225 sec., 7191.011235955057 rows/sec., 257.20 KiB/sec.
1526 2024.12.17 08:11:53.494529 [ 274 ] {6887d5a9-e0ce-4b9d-8bd0-7571cdb7e9e1} <Debug> TCPHandler: Processed in 0.002535808 sec.
1527 2024.12.17 08:11:53.494752 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2024.12.17 08:11:53.494917 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1529 2024.12.17 08:11:53.495205 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1530 2024.12.17 08:11:53.495251 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1531 2024.12.17 08:11:53.495553 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1532 2024.12.17 08:11:53.495618 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1533 2024.12.17 08:11:53.495760 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1534 2024.12.17 08:11:53.495849 [ 298 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1535 2024.12.17 08:11:53.495870 [ 299 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1536 2024.12.17 08:11:53.495963 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1537 2024.12.17 08:11:53.495990 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1538 2024.12.17 08:11:53.496070 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1539 2024.12.17 08:11:53.496092 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1540 2024.12.17 08:11:53.496133 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1541 2024.12.17 08:11:53.496175 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1542 2024.12.17 08:11:53.496947 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002103 sec., 7608.178792201617 rows/sec., 272.12 KiB/sec.
1543 2024.12.17 08:11:53.497089 [ 281 ] {c94e18c9-c441-4c8a-be86-d21a6c9195cc} <Debug> TCPHandler: Processed in 0.002389925 sec.
1544 2024.12.17 08:11:53.497332 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1545 2024.12.17 08:11:53.497528 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1546 2024.12.17 08:11:53.497883 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1547 2024.12.17 08:11:53.497942 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1548 2024.12.17 08:11:53.498310 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1549 2024.12.17 08:11:53.498388 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1550 2024.12.17 08:11:53.498528 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1551 2024.12.17 08:11:53.498625 [ 298 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1552 2024.12.17 08:11:53.498639 [ 296 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1553 2024.12.17 08:11:53.498751 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1554 2024.12.17 08:11:53.498778 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1555 2024.12.17 08:11:53.498858 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1556 2024.12.17 08:11:53.498879 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1557 2024.12.17 08:11:53.498920 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1558 2024.12.17 08:11:53.498964 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1559 2024.12.17 08:11:53.499942 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002508 sec., 6379.585326953748 rows/sec., 228.18 KiB/sec.
1560 2024.12.17 08:11:53.500094 [ 274 ] {4c48b1fb-7e57-408d-9603-1f1c775cf3be} <Debug> TCPHandler: Processed in 0.002824946 sec.
1561 2024.12.17 08:11:53.500393 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1562 2024.12.17 08:11:53.500559 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1563 2024.12.17 08:11:53.500855 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1564 2024.12.17 08:11:53.500903 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1565 2024.12.17 08:11:53.501209 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1566 2024.12.17 08:11:53.501274 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1567 2024.12.17 08:11:53.501415 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1568 2024.12.17 08:11:53.501556 [ 299 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1569 2024.12.17 08:11:53.501560 [ 298 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1570 2024.12.17 08:11:53.501698 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (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
1571 2024.12.17 08:11:53.501727 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
1572 2024.12.17 08:11:53.501811 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1573 2024.12.17 08:11:53.501831 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 16 rows with 2 streams
1574 2024.12.17 08:11:53.501872 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1575 2024.12.17 08:11:53.501914 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1576 2024.12.17 08:11:53.502725 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002242 sec., 7136.485280999108 rows/sec., 255.25 KiB/sec.
1577 2024.12.17 08:11:53.502870 [ 281 ] {6e89b460-2407-4fa7-a254-94a71e2ab239} <Debug> TCPHandler: Processed in 0.002550119 sec.
1578 2024.12.17 08:11:53.505239 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1579 2024.12.17 08:11:53.505385 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1580 2024.12.17 08:11:53.505441 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1581 2024.12.17 08:11:53.506117 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1582 2024.12.17 08:11:53.506161 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1583 2024.12.17 08:11:53.506715 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1584 2024.12.17 08:11:53.506937 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1585 2024.12.17 08:11:53.507153 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001809 sec., 9950.248756218905 rows/sec., 1.36 MiB/sec.
1586 2024.12.17 08:11:53.507208 [ 274 ] {3a68df09-2ce6-425f-a5a6-f035715f0fd7} <Debug> TCPHandler: Processed in 0.002035424 sec.
1587 2024.12.17 08:11:53.507393 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1588 2024.12.17 08:11:53.507519 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1589 2024.12.17 08:11:53.507573 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1590 2024.12.17 08:11:53.508232 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1591 2024.12.17 08:11:53.508281 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1592 2024.12.17 08:11:53.508655 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1593 2024.12.17 08:11:53.508892 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1594 2024.12.17 08:11:53.509100 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Debug> executeQuery: Read 64 rows, 5.59 KiB in 0.001609 sec., 39776.25854568055 rows/sec., 3.39 MiB/sec.
1595 2024.12.17 08:11:53.509151 [ 281 ] {afddcd12-a978-4681-b867-8f9a8e401f2b} <Debug> TCPHandler: Processed in 0.001813619 sec.
1596 2024.12.17 08:11:53.509283 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1597 2024.12.17 08:11:53.509397 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1598 2024.12.17 08:11:53.509452 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1599 2024.12.17 08:11:53.510096 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1600 2024.12.17 08:11:53.510142 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1601 2024.12.17 08:11:53.510535 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1602 2024.12.17 08:11:53.510770 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1603 2024.12.17 08:11:53.510983 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001613 sec., 10539.367637941723 rows/sec., 792.51 KiB/sec.
1604 2024.12.17 08:11:53.511033 [ 274 ] {706905b4-ded9-4962-92b0-5002da140be4} <Debug> TCPHandler: Processed in 0.001803089 sec.
1605 2024.12.17 08:11:53.511165 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1606 2024.12.17 08:11:53.511269 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1607 2024.12.17 08:11:53.511315 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1608 2024.12.17 08:11:53.511948 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1609 2024.12.17 08:11:53.511995 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1610 2024.12.17 08:11:53.512412 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1611 2024.12.17 08:11:53.512648 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1612 2024.12.17 08:11:53.512886 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001637 sec., 32376.298106291997 rows/sec., 2.53 MiB/sec.
1613 2024.12.17 08:11:53.513023 [ 281 ] {0e7c4437-9154-4154-badf-447a2856f2fd} <Debug> TCPHandler: Processed in 0.001908392 sec.
1614 2024.12.17 08:11:53.513148 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2024.12.17 08:11:53.513255 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1616 2024.12.17 08:11:53.513304 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1617 2024.12.17 08:11:53.513864 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1618 2024.12.17 08:11:53.513910 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1619 2024.12.17 08:11:53.514350 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1620 2024.12.17 08:11:53.514589 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1621 2024.12.17 08:11:53.514802 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.00157 sec., 30573.248407643314 rows/sec., 2.15 MiB/sec.
1622 2024.12.17 08:11:53.514853 [ 274 ] {0c96f09b-36ed-4141-bc89-aeae2abe80ee} <Debug> TCPHandler: Processed in 0.001755918 sec.
1623 2024.12.17 08:11:53.514973 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2024.12.17 08:11:53.515077 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1625 2024.12.17 08:11:53.515142 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1626 2024.12.17 08:11:53.516160 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2024.12.17 08:11:53.516199 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1628 2024.12.17 08:11:53.516804 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1629 2024.12.17 08:11:53.517070 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1630 2024.12.17 08:11:53.517300 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002242 sec., 7582.515611061552 rows/sec., 13.59 MiB/sec.
1631 2024.12.17 08:11:53.517452 [ 281 ] {99665979-ccac-40db-aaa5-4d8779cb89f0} <Debug> TCPHandler: Processed in 0.002529848 sec.
1632 2024.12.17 08:11:53.517593 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2024.12.17 08:11:53.517722 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1634 2024.12.17 08:11:53.517777 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1635 2024.12.17 08:11:53.518279 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1636 2024.12.17 08:11:53.518324 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1637 2024.12.17 08:11:53.518682 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1638 2024.12.17 08:11:53.518938 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1639 2024.12.17 08:11:53.519145 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001451 sec., 16540.317022742936 rows/sec., 1.10 MiB/sec.
1640 2024.12.17 08:11:53.519194 [ 274 ] {6c3ddf2c-d56d-4521-a598-8f64604a1641} <Debug> TCPHandler: Processed in 0.001666835 sec.
1641 2024.12.17 08:11:54.001166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.81 MiB, peak 168.82 MiB, free memory in arenas 0.00 B, will set to 163.61 MiB (RSS), difference: -1.21 MiB
1642 2024.12.17 08:11:54.830715 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1643 2024.12.17 08:11:54.831335 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1644 2024.12.17 08:11:54.831374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1645 2024.12.17 08:11:54.831992 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1646 2024.12.17 08:11:54.832259 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1647 2024.12.17 08:11:54.832513 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1648 2024.12.17 08:11:55.012928 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1649 2024.12.17 08:11:55.033652 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1650 2024.12.17 08:11:55.033720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1651 2024.12.17 08:11:55.043404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1652 2024.12.17 08:11:55.044217 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2024.12.17 08:11:55.048183 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1654 2024.12.17 08:11:56.000230 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.15 MiB, peak 168.82 MiB, free memory in arenas 0.00 B, will set to 165.91 MiB (RSS), difference: 1.76 MiB
1655 2024.12.17 08:11:58.455374 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1656 2024.12.17 08:11:58.455558 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1657 2024.12.17 08:11:58.455630 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1658 2024.12.17 08:11:58.456502 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1659 2024.12.17 08:11:58.456553 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1660 2024.12.17 08:11:58.456972 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1661 2024.12.17 08:11:58.457231 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1662 2024.12.17 08:11:58.457420 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec.
1663 2024.12.17 08:11:58.457484 [ 274 ] {e15bab6b-dc15-4b4a-88ed-5a8215848bef} <Debug> TCPHandler: Processed in 0.002236861 sec.
1664 2024.12.17 08:11:58.457657 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1665 2024.12.17 08:11:58.457801 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1666 2024.12.17 08:11:58.457857 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1667 2024.12.17 08:11:58.458577 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1668 2024.12.17 08:11:58.458622 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1669 2024.12.17 08:11:58.459002 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1670 2024.12.17 08:11:58.459236 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1671 2024.12.17 08:11:58.459413 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Debug> executeQuery: Read 177 rows, 15.97 KiB in 0.001647 sec., 107468.12386156648 rows/sec., 9.47 MiB/sec.
1672 2024.12.17 08:11:58.459464 [ 281 ] {650395ff-a28c-4ffa-ad81-fac54bc9de19} <Debug> TCPHandler: Processed in 0.001877001 sec.
1673 2024.12.17 08:11:58.459590 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2024.12.17 08:11:58.459700 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1675 2024.12.17 08:11:58.459753 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1676 2024.12.17 08:11:58.460364 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2024.12.17 08:11:58.460411 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1678 2024.12.17 08:11:58.460795 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1679 2024.12.17 08:11:58.461032 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): 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.17 08:11:58.461206 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001533 sec., 4566.2100456621 rows/sec., 297.49 KiB/sec.
1681 2024.12.17 08:11:58.461256 [ 274 ] {032e8f85-3869-48e6-a3f1-a1e0a97ec918} <Debug> TCPHandler: Processed in 0.001718177 sec.
1682 2024.12.17 08:11:58.461376 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2024.12.17 08:11:58.461482 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1684 2024.12.17 08:11:58.461525 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1685 2024.12.17 08:11:58.462050 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2024.12.17 08:11:58.462088 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1687 2024.12.17 08:11:58.462421 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1688 2024.12.17 08:11:58.462661 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2024.12.17 08:11:58.462846 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001383 sec., 10122.92118582791 rows/sec., 708.94 KiB/sec.
1690 2024.12.17 08:11:58.462914 [ 281 ] {7a415677-6491-4b0c-9d15-d0591579116a} <Debug> TCPHandler: Processed in 0.001588663 sec.
1691 2024.12.17 08:11:58.463085 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2024.12.17 08:11:58.463212 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1693 2024.12.17 08:11:58.463263 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1694 2024.12.17 08:11:58.463846 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2024.12.17 08:11:58.463883 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1696 2024.12.17 08:11:58.464222 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1697 2024.12.17 08:11:58.464458 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2024.12.17 08:11:58.464667 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001481 sec., 8777.852802160704 rows/sec., 547.30 KiB/sec.
1699 2024.12.17 08:11:58.464800 [ 274 ] {993cf3b8-b596-4ddf-a560-74a7fb13fb81} <Debug> TCPHandler: Processed in 0.001777658 sec.
1700 2024.12.17 08:11:58.464940 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2024.12.17 08:11:58.465067 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1702 2024.12.17 08:11:58.465118 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1703 2024.12.17 08:11:58.465836 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1704 2024.12.17 08:11:58.465873 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1705 2024.12.17 08:11:58.466236 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1706 2024.12.17 08:11:58.466467 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1707 2024.12.17 08:11:58.466662 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001618 sec., 218788.6279357231 rows/sec., 15.36 MiB/sec.
1708 2024.12.17 08:11:58.466715 [ 281 ] {d40c278d-a39f-46d4-991f-de9859b73f92} <Debug> TCPHandler: Processed in 0.0018372 sec.
1709 2024.12.17 08:11:58.466847 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2024.12.17 08:11:58.466975 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1711 2024.12.17 08:11:58.467028 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1712 2024.12.17 08:11:58.467532 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2024.12.17 08:11:58.467576 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1714 2024.12.17 08:11:58.467979 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1715 2024.12.17 08:11:58.468221 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1716 2024.12.17 08:11:58.468390 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec.
1717 2024.12.17 08:11:58.468437 [ 274 ] {9187021b-ce1c-4ef9-ab1f-bf75b2f42648} <Debug> TCPHandler: Processed in 0.001654945 sec.
1718 2024.12.17 08:11:58.468568 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2024.12.17 08:11:58.468678 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1720 2024.12.17 08:11:58.468726 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1721 2024.12.17 08:11:58.469491 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2024.12.17 08:11:58.469529 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1723 2024.12.17 08:11:58.469898 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1724 2024.12.17 08:11:58.470129 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1725 2024.12.17 08:11:58.470374 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001704 sec., 80399.06103286384 rows/sec., 5.25 MiB/sec.
1726 2024.12.17 08:11:58.470446 [ 281 ] {1ae55474-343b-4b57-9936-ff213445649b} <Debug> TCPHandler: Processed in 0.001931782 sec.
1727 2024.12.17 08:11:58.470565 [ 274 ] {} <Trace> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2024.12.17 08:11:58.470670 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1729 2024.12.17 08:11:58.470726 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1730 2024.12.17 08:11:58.471215 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2024.12.17 08:11:58.471261 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1732 2024.12.17 08:11:58.471665 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1733 2024.12.17 08:11:58.471894 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2024.12.17 08:11:58.472078 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec.
1735 2024.12.17 08:11:58.472127 [ 274 ] {ae2959b4-f423-41c0-b684-dc27672b3cce} <Debug> TCPHandler: Processed in 0.001613573 sec.
1736 2024.12.17 08:11:58.472270 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2024.12.17 08:11:58.472376 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1738 2024.12.17 08:11:58.472423 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1739 2024.12.17 08:11:58.472838 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2024.12.17 08:11:58.472901 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1741 2024.12.17 08:11:58.473247 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1742 2024.12.17 08:11:58.473476 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2024.12.17 08:11:58.473641 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001288 sec., 40372.67080745341 rows/sec., 2.45 MiB/sec.
1744 2024.12.17 08:11:58.473689 [ 281 ] {3abe2dc8-9407-4c6b-8ee7-94b2da4300c2} <Debug> TCPHandler: Processed in 0.00147882 sec.
1745 2024.12.17 08:12:02.262048 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
1746 2024.12.17 08:12:02.262157 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
1747 2024.12.17 08:12:02.323676 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 234
1748 2024.12.17 08:12:02.327517 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2024.12.17 08:12:02.327569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1750 2024.12.17 08:12:02.329134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1751 2024.12.17 08:12:02.329494 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2024.12.17 08:12:02.330009 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234
1753 2024.12.17 08:12:02.332712 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1754 2024.12.17 08:12:02.333489 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1755 2024.12.17 08:12:02.333544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1756 2024.12.17 08:12:02.334161 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1757 2024.12.17 08:12:02.334425 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1758 2024.12.17 08:12:02.334711 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1759 2024.12.17 08:12:02.548330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1760 2024.12.17 08:12:02.567558 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1761 2024.12.17 08:12:02.567612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1762 2024.12.17 08:12:02.574514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1763 2024.12.17 08:12:02.575266 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.12.17 08:12:02.577753 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1765 2024.12.17 08:12:03.147675 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1766 2024.12.17 08:12:03.147757 [ 274 ] {} <Debug> TCP-Session: d8cb7730-61db-450d-a5e7-aeba82ffd652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1767 2024.12.17 08:12:03.450909 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1768 2024.12.17 08:12:03.451114 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1769 2024.12.17 08:12:03.451193 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1770 2024.12.17 08:12:03.452053 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1771 2024.12.17 08:12:03.452101 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1772 2024.12.17 08:12:03.452537 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1773 2024.12.17 08:12:03.452815 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1774 2024.12.17 08:12:03.453007 [ 73 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1775 2024.12.17 08:12:03.453065 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Debug> executeQuery: Read 64 rows, 5.59 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.72 MiB/sec.
1776 2024.12.17 08:12:03.453093 [ 73 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1777 2024.12.17 08:12:03.453165 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1778 2024.12.17 08:12:03.453207 [ 281 ] {9ae28717-4642-496a-9140-7977b47bc8fd} <Debug> TCPHandler: Processed in 0.002419086 sec.
1779 2024.12.17 08:12:03.453538 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
1780 2024.12.17 08:12:03.453646 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1781 2024.12.17 08:12:03.453761 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1782 2024.12.17 08:12:03.453828 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part
1783 2024.12.17 08:12:03.453886 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1784 2024.12.17 08:12:03.453973 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part
1785 2024.12.17 08:12:03.454065 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1786 2024.12.17 08:12:03.454320 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 147 rows starting from the beginning of the part
1787 2024.12.17 08:12:03.454731 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1788 2024.12.17 08:12:03.455038 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part
1789 2024.12.17 08:12:03.455431 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1790 2024.12.17 08:12:03.457148 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1791 2024.12.17 08:12:03.457219 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1792 2024.12.17 08:12:03.458418 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1793 2024.12.17 08:12:03.458600 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.005292923 sec., 98244.39161499233 rows/sec., 9.06 MiB/sec.
1794 2024.12.17 08:12:03.458822 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1795 2024.12.17 08:12:03.459049 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1796 2024.12.17 08:12:03.459068 [ 73 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1797 2024.12.17 08:12:03.459153 [ 73 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1798 2024.12.17 08:12:03.459248 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1799 2024.12.17 08:12:03.459380 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.005521 sec., 3079.1523274769065 rows/sec., 231.54 KiB/sec.
1800 2024.12.17 08:12:03.459492 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
1801 2024.12.17 08:12:03.459640 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1802 2024.12.17 08:12:03.459699 [ 276 ] {23c5561b-526c-42c6-be3d-21b67b16f944} <Debug> TCPHandler: Processed in 0.006351241 sec.
1803 2024.12.17 08:12:03.459938 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1804 2024.12.17 08:12:03.460021 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1805 2024.12.17 08:12:03.460062 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part
1806 2024.12.17 08:12:03.460152 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2024.12.17 08:12:03.460378 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1808 2024.12.17 08:12:03.460418 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part
1809 2024.12.17 08:12:03.460581 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1810 2024.12.17 08:12:03.460732 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_6_1} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1811 2024.12.17 08:12:03.460971 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
1812 2024.12.17 08:12:03.461629 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part
1813 2024.12.17 08:12:03.461636 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1814 2024.12.17 08:12:03.462030 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
1815 2024.12.17 08:12:03.462303 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 17 rows starting from the beginning of the part
1816 2024.12.17 08:12:03.463161 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1817 2024.12.17 08:12:03.463212 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1818 2024.12.17 08:12:03.463815 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 82 rows, containing 5 columns (5 merged, 0 gathered) in 0.004425569 sec., 18528.69088697973 rows/sec., 1.40 MiB/sec.
1819 2024.12.17 08:12:03.463825 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1820 2024.12.17 08:12:03.464118 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1821 2024.12.17 08:12:03.464371 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1822 2024.12.17 08:12:03.464637 [ 73 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1823 2024.12.17 08:12:03.464741 [ 73 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2024.12.17 08:12:03.464836 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1825 2024.12.17 08:12:03.464900 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.00466 sec., 11373.390557939914 rows/sec., 909.92 KiB/sec.
1826 2024.12.17 08:12:03.465363 [ 281 ] {a937514a-acf3-4086-b8d0-592788e6843a} <Debug> TCPHandler: Processed in 0.005490989 sec.
1827 2024.12.17 08:12:03.465349 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2024.12.17 08:12:03.465415 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
1829 2024.12.17 08:12:03.465810 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_6_1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1830 2024.12.17 08:12:03.465784 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1831 2024.12.17 08:12:03.466123 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1832 2024.12.17 08:12:03.466191 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
1833 2024.12.17 08:12:03.466269 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part
1834 2024.12.17 08:12:03.466316 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1835 2024.12.17 08:12:03.466501 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1836 2024.12.17 08:12:03.466647 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part
1837 2024.12.17 08:12:03.466987 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 318 rows starting from the beginning of the part
1838 2024.12.17 08:12:03.467339 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 53 rows starting from the beginning of the part
1839 2024.12.17 08:12:03.467673 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part
1840 2024.12.17 08:12:03.468022 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 53 rows starting from the beginning of the part
1841 2024.12.17 08:12:03.469267 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1842 2024.12.17 08:12:03.469332 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1843 2024.12.17 08:12:03.470415 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1844 2024.12.17 08:12:03.470978 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1845 2024.12.17 08:12:03.470997 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 5 columns (5 merged, 0 gathered) in 0.006016382 sec., 136626.96284910102 rows/sec., 10.26 MiB/sec.
1846 2024.12.17 08:12:03.471290 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1847 2024.12.17 08:12:03.471581 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.005325 sec., 11267.605633802817 rows/sec., 809.68 KiB/sec.
1848 2024.12.17 08:12:03.471872 [ 276 ] {8a48f225-25c4-47fc-90df-d68d04b93625} <Debug> TCPHandler: Processed in 0.006360022 sec.
1849 2024.12.17 08:12:03.472108 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1850 2024.12.17 08:12:03.472178 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1851 2024.12.17 08:12:03.472340 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1852 2024.12.17 08:12:03.472350 [ 194 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_6_1} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1853 2024.12.17 08:12:03.472510 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1854 2024.12.17 08:12:03.472526 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1855 2024.12.17 08:12:03.473677 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1856 2024.12.17 08:12:03.473716 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1857 2024.12.17 08:12:03.474372 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1858 2024.12.17 08:12:03.474630 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1859 2024.12.17 08:12:03.474961 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002671 sec., 6364.6574316735305 rows/sec., 11.41 MiB/sec.
1860 2024.12.17 08:12:03.475149 [ 281 ] {68fd7fc4-fda4-4a6b-92ea-ca62c4b59094} <Debug> TCPHandler: Processed in 0.003149675 sec.
1861 2024.12.17 08:12:03.475337 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1862 2024.12.17 08:12:03.475507 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1863 2024.12.17 08:12:03.475577 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1864 2024.12.17 08:12:03.476149 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1865 2024.12.17 08:12:03.476186 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1866 2024.12.17 08:12:03.476546 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1867 2024.12.17 08:12:03.476778 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1868 2024.12.17 08:12:03.477019 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001536 sec., 19531.25 rows/sec., 1.29 MiB/sec.
1869 2024.12.17 08:12:03.477100 [ 276 ] {d4f9cbec-185c-426e-86cd-24cb5b56fc18} <Debug> TCPHandler: Processed in 0.00184723 sec.
1870 2024.12.17 08:12:08.455955 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1871 2024.12.17 08:12:08.456154 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1872 2024.12.17 08:12:08.456226 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1873 2024.12.17 08:12:08.456960 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1874 2024.12.17 08:12:08.457013 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1875 2024.12.17 08:12:08.457438 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1876 2024.12.17 08:12:08.457694 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1877 2024.12.17 08:12:08.457921 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec.
1878 2024.12.17 08:12:08.457981 [ 281 ] {c0d513fc-182a-4ce1-b286-b6fb82495d86} <Debug> TCPHandler: Processed in 0.002165858 sec.
1879 2024.12.17 08:12:08.458246 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1880 2024.12.17 08:12:08.458430 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1881 2024.12.17 08:12:08.458503 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1882 2024.12.17 08:12:08.459367 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1883 2024.12.17 08:12:08.459416 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1884 2024.12.17 08:12:08.460034 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1885 2024.12.17 08:12:08.460292 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1886 2024.12.17 08:12:08.460552 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Debug> executeQuery: Read 177 rows, 15.97 KiB in 0.002167 sec., 81679.74157821873 rows/sec., 7.20 MiB/sec.
1887 2024.12.17 08:12:08.460637 [ 276 ] {1a12d634-2e4e-4769-a42b-62eab8853f28} <Debug> TCPHandler: Processed in 0.002525379 sec.
1888 2024.12.17 08:12:08.460802 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1889 2024.12.17 08:12:08.460926 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1890 2024.12.17 08:12:08.460976 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1891 2024.12.17 08:12:08.461565 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1892 2024.12.17 08:12:08.461605 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1893 2024.12.17 08:12:08.461973 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1894 2024.12.17 08:12:08.462215 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1895 2024.12.17 08:12:08.462421 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001521 sec., 4602.23537146614 rows/sec., 299.84 KiB/sec.
1896 2024.12.17 08:12:08.462475 [ 281 ] {667300d1-039a-4eb3-bc47-addab771c46d} <Debug> TCPHandler: Processed in 0.001734356 sec.
1897 2024.12.17 08:12:08.462631 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1898 2024.12.17 08:12:08.462758 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1899 2024.12.17 08:12:08.462810 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1900 2024.12.17 08:12:08.463404 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1901 2024.12.17 08:12:08.463444 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1902 2024.12.17 08:12:08.463804 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1903 2024.12.17 08:12:08.464040 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1904 2024.12.17 08:12:08.464247 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00152 sec., 9210.526315789473 rows/sec., 645.05 KiB/sec.
1905 2024.12.17 08:12:08.464300 [ 276 ] {3d2649cb-da77-4b1f-aca1-153867a64fe5} <Debug> TCPHandler: Processed in 0.001729047 sec.
1906 2024.12.17 08:12:08.464447 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1907 2024.12.17 08:12:08.464565 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1908 2024.12.17 08:12:08.464613 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1909 2024.12.17 08:12:08.465181 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1910 2024.12.17 08:12:08.465221 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1911 2024.12.17 08:12:08.465582 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1912 2024.12.17 08:12:08.465821 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1913 2024.12.17 08:12:08.466103 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec.
1914 2024.12.17 08:12:08.466205 [ 281 ] {368d607d-5589-4ce5-94d8-62a48b2222d2} <Debug> TCPHandler: Processed in 0.001815009 sec.
1915 2024.12.17 08:12:08.466354 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1916 2024.12.17 08:12:08.466472 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1917 2024.12.17 08:12:08.466521 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1918 2024.12.17 08:12:08.467283 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1919 2024.12.17 08:12:08.467323 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1920 2024.12.17 08:12:08.467697 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1921 2024.12.17 08:12:08.467956 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1922 2024.12.17 08:12:08.468230 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001774 sec., 199549.0417136415 rows/sec., 14.01 MiB/sec.
1923 2024.12.17 08:12:08.468310 [ 276 ] {f4499f90-906b-494a-add5-6f6adb95433f} <Debug> TCPHandler: Processed in 0.002011744 sec.
1924 2024.12.17 08:12:08.468476 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1925 2024.12.17 08:12:08.468597 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1926 2024.12.17 08:12:08.468648 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1927 2024.12.17 08:12:08.469147 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1928 2024.12.17 08:12:08.469190 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1929 2024.12.17 08:12:08.469582 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1930 2024.12.17 08:12:08.469829 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1931 2024.12.17 08:12:08.470033 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
1932 2024.12.17 08:12:08.470083 [ 281 ] {805107f4-c390-43f0-b777-8bd7ba878021} <Debug> TCPHandler: Processed in 0.001681335 sec.
1933 2024.12.17 08:12:08.470235 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1934 2024.12.17 08:12:08.470363 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1935 2024.12.17 08:12:08.470419 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1936 2024.12.17 08:12:08.470983 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1937 2024.12.17 08:12:08.471021 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1938 2024.12.17 08:12:08.471405 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1939 2024.12.17 08:12:08.471649 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1940 2024.12.17 08:12:08.471865 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001528 sec., 89659.68586387434 rows/sec., 5.86 MiB/sec.
1941 2024.12.17 08:12:08.471916 [ 276 ] {1910f711-a1d3-47e2-b711-a056e096ffc1} <Debug> TCPHandler: Processed in 0.001739356 sec.
1942 2024.12.17 08:12:08.472063 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1943 2024.12.17 08:12:08.472183 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1944 2024.12.17 08:12:08.472234 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1945 2024.12.17 08:12:08.472695 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1946 2024.12.17 08:12:08.472733 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1947 2024.12.17 08:12:08.473111 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1948 2024.12.17 08:12:08.473358 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1949 2024.12.17 08:12:08.473623 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec.
1950 2024.12.17 08:12:08.473726 [ 281 ] {13a9b7dc-fb33-4864-9165-d81d895e7f67} <Debug> TCPHandler: Processed in 0.001723686 sec.
1951 2024.12.17 08:12:08.473869 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1952 2024.12.17 08:12:08.473989 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1953 2024.12.17 08:12:08.474048 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1954 2024.12.17 08:12:08.474609 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1955 2024.12.17 08:12:08.474654 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1956 2024.12.17 08:12:08.475064 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1957 2024.12.17 08:12:08.475305 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1958 2024.12.17 08:12:08.475587 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.00161 sec., 32298.13664596273 rows/sec., 1.96 MiB/sec.
1959 2024.12.17 08:12:08.475741 [ 276 ] {0561be52-8562-4d0e-ac99-5a73073bd357} <Debug> TCPHandler: Processed in 0.001930533 sec.
1960 2024.12.17 08:12:09.835758 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1961 2024.12.17 08:12:09.836387 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1962 2024.12.17 08:12:09.836435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1963 2024.12.17 08:12:09.836956 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1964 2024.12.17 08:12:09.837211 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1965 2024.12.17 08:12:09.837468 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1966 2024.12.17 08:12:10.078750 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1967 2024.12.17 08:12:10.099592 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1968 2024.12.17 08:12:10.099657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1969 2024.12.17 08:12:10.107077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1970 2024.12.17 08:12:10.108145 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1971 2024.12.17 08:12:10.111843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1972 2024.12.17 08:12:12.331271 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 266
1973 2024.12.17 08:12:12.334183 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1974 2024.12.17 08:12:12.334229 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1975 2024.12.17 08:12:12.335689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1976 2024.12.17 08:12:12.336015 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1977 2024.12.17 08:12:12.337205 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266
1978 2024.12.17 08:12:13.451889 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1979 2024.12.17 08:12:13.452087 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1980 2024.12.17 08:12:13.452157 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1981 2024.12.17 08:12:13.452902 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1982 2024.12.17 08:12:13.452946 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1983 2024.12.17 08:12:13.453371 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1984 2024.12.17 08:12:13.453616 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1985 2024.12.17 08:12:13.453844 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Debug> executeQuery: Read 64 rows, 5.59 KiB in 0.001807 sec., 35417.819590481464 rows/sec., 3.02 MiB/sec.
1986 2024.12.17 08:12:13.453898 [ 281 ] {410cadf7-8073-465c-ba26-544d89781c00} <Debug> TCPHandler: Processed in 0.002136848 sec.
1987 2024.12.17 08:12:13.454156 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1988 2024.12.17 08:12:13.454351 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1989 2024.12.17 08:12:13.454429 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1990 2024.12.17 08:12:13.455199 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2024.12.17 08:12:13.455250 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
1992 2024.12.17 08:12:13.455691 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1993 2024.12.17 08:12:13.455943 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1994 2024.12.17 08:12:13.456173 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001876 sec., 9061.83368869936 rows/sec., 681.41 KiB/sec.
1995 2024.12.17 08:12:13.456242 [ 276 ] {628d308c-5dec-4da3-8ac2-f6d1ad9e1cb5} <Debug> TCPHandler: Processed in 0.00221904 sec.
1996 2024.12.17 08:12:13.456394 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2024.12.17 08:12:13.456511 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1998 2024.12.17 08:12:13.456558 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1999 2024.12.17 08:12:13.457166 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2024.12.17 08:12:13.457206 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2001 2024.12.17 08:12:13.457568 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2002 2024.12.17 08:12:13.457804 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2024.12.17 08:12:13.458018 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001531 sec., 34617.896799477465 rows/sec., 2.70 MiB/sec.
2004 2024.12.17 08:12:13.458101 [ 281 ] {731cca2a-b268-4aa8-8243-de2cea6cc208} <Debug> TCPHandler: Processed in 0.001764537 sec.
2005 2024.12.17 08:12:13.458260 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2024.12.17 08:12:13.458390 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2007 2024.12.17 08:12:13.458447 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2008 2024.12.17 08:12:13.459007 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2024.12.17 08:12:13.459048 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2010 2024.12.17 08:12:13.459444 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2011 2024.12.17 08:12:13.459699 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2024.12.17 08:12:13.459848 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2013 2024.12.17 08:12:13.459919 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.70 MiB/sec.
2014 2024.12.17 08:12:13.459929 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2015 2024.12.17 08:12:13.459998 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2016 2024.12.17 08:12:13.460052 [ 276 ] {84b1c788-8b87-4925-a08f-2ff68073ca41} <Debug> TCPHandler: Processed in 0.00185058 sec.
2017 2024.12.17 08:12:13.460270 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2018 2024.12.17 08:12:13.460326 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
2019 2024.12.17 08:12:13.460478 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2020 2024.12.17 08:12:13.460727 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2021 2024.12.17 08:12:13.460729 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2022 2024.12.17 08:12:13.460826 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part
2023 2024.12.17 08:12:13.461311 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part
2024 2024.12.17 08:12:13.461836 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part
2025 2024.12.17 08:12:13.462242 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
2026 2024.12.17 08:12:13.462579 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 137 rows starting from the beginning of the part
2027 2024.12.17 08:12:13.463037 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
2028 2024.12.17 08:12:13.466484 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2029 2024.12.17 08:12:13.466558 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2030 2024.12.17 08:12:13.467043 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 5 columns (5 merged, 0 gathered) in 0.006936057 sec., 74826.37469674773 rows/sec., 4.96 MiB/sec.
2031 2024.12.17 08:12:13.467284 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2032 2024.12.17 08:12:13.468015 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2033 2024.12.17 08:12:13.468234 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2034 2024.12.17 08:12:13.468375 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2035 2024.12.17 08:12:13.468520 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2036 2024.12.17 08:12:13.468800 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2024.12.17 08:12:13.469153 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.008715 sec., 1950.659781985083 rows/sec., 3.50 MiB/sec.
2038 2024.12.17 08:12:13.469327 [ 281 ] {2ae14c8e-5536-46e0-a0f9-5aaa8d787523} <Debug> TCPHandler: Processed in 0.009178118 sec.
2039 2024.12.17 08:12:13.469500 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2040 2024.12.17 08:12:13.469644 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2041 2024.12.17 08:12:13.469704 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2042 2024.12.17 08:12:13.470247 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2024.12.17 08:12:13.470285 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2044 2024.12.17 08:12:13.470654 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2045 2024.12.17 08:12:13.470894 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2024.12.17 08:12:13.471051 [ 50 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2047 2024.12.17 08:12:13.471112 [ 50 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2048 2024.12.17 08:12:13.471156 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.29 MiB/sec.
2049 2024.12.17 08:12:13.471175 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2050 2024.12.17 08:12:13.471276 [ 276 ] {9fb14e30-1c02-443d-8e08-441116a5f9d2} <Debug> TCPHandler: Processed in 0.001835099 sec.
2051 2024.12.17 08:12:13.471724 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
2052 2024.12.17 08:12:13.471928 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2053 2024.12.17 08:12:13.471985 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
2054 2024.12.17 08:12:13.472161 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
2055 2024.12.17 08:12:13.472314 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part
2056 2024.12.17 08:12:13.472445 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
2057 2024.12.17 08:12:13.472641 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part
2058 2024.12.17 08:12:13.472802 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
2059 2024.12.17 08:12:13.473914 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002577519 sec., 81473.69621717629 rows/sec., 5.06 MiB/sec.
2060 2024.12.17 08:12:13.474252 [ 195 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2061 2024.12.17 08:12:13.474854 [ 195 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2024.12.17 08:12:13.475011 [ 195 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_6_1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2063 2024.12.17 08:12:13.475166 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2064 2024.12.17 08:12:17.262216 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache
2065 2024.12.17 08:12:17.262288 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache
2066 2024.12.17 08:12:17.338510 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2067 2024.12.17 08:12:17.339168 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2024.12.17 08:12:17.339208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2069 2024.12.17 08:12:17.339761 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2070 2024.12.17 08:12:17.340010 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2024.12.17 08:12:17.340243 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2072 2024.12.17 08:12:17.612840 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2073 2024.12.17 08:12:17.632266 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2074 2024.12.17 08:12:17.632317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2075 2024.12.17 08:12:17.639129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2076 2024.12.17 08:12:17.639902 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2077 2024.12.17 08:12:17.642384 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2078 2024.12.17 08:12:18.454928 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2024.12.17 08:12:18.455124 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2080 2024.12.17 08:12:18.455194 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2081 2024.12.17 08:12:18.455918 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2082 2024.12.17 08:12:18.455970 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2083 2024.12.17 08:12:18.456388 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2084 2024.12.17 08:12:18.456632 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2085 2024.12.17 08:12:18.456894 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec.
2086 2024.12.17 08:12:18.457058 [ 281 ] {cb828e0c-9057-4f2d-9a5b-d960ed2e56be} <Debug> TCPHandler: Processed in 0.002252311 sec.
2087 2024.12.17 08:12:18.457333 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2088 2024.12.17 08:12:18.457547 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2089 2024.12.17 08:12:18.457625 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2090 2024.12.17 08:12:18.458523 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2091 2024.12.17 08:12:18.458562 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2092 2024.12.17 08:12:18.459002 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2093 2024.12.17 08:12:18.459255 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2094 2024.12.17 08:12:18.459445 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Debug> executeQuery: Read 177 rows, 15.97 KiB in 0.001959 sec., 90352.22052067383 rows/sec., 7.96 MiB/sec.
2095 2024.12.17 08:12:18.459498 [ 276 ] {d543a09f-2a20-449f-af48-6ea9cda8ed6c} <Debug> TCPHandler: Processed in 0.002308762 sec.
2096 2024.12.17 08:12:18.459639 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2097 2024.12.17 08:12:18.459757 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2098 2024.12.17 08:12:18.459806 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2099 2024.12.17 08:12:18.460395 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2024.12.17 08:12:18.460434 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2101 2024.12.17 08:12:18.460790 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2102 2024.12.17 08:12:18.461028 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2103 2024.12.17 08:12:18.461263 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001519 sec., 4608.294930875576 rows/sec., 300.23 KiB/sec.
2104 2024.12.17 08:12:18.461426 [ 281 ] {1ab7e87f-5826-400b-8aa7-67787d9cd0ea} <Debug> TCPHandler: Processed in 0.001835139 sec.
2105 2024.12.17 08:12:18.461592 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2106 2024.12.17 08:12:18.461706 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2107 2024.12.17 08:12:18.461758 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2108 2024.12.17 08:12:18.462348 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2109 2024.12.17 08:12:18.462385 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2110 2024.12.17 08:12:18.462736 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2111 2024.12.17 08:12:18.462999 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2112 2024.12.17 08:12:18.463250 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec.
2113 2024.12.17 08:12:18.463397 [ 276 ] {39bccb0e-f1ad-4428-9dfc-4a8a1fc8db0d} <Debug> TCPHandler: Processed in 0.001862731 sec.
2114 2024.12.17 08:12:18.463539 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2115 2024.12.17 08:12:18.463655 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2116 2024.12.17 08:12:18.463701 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2117 2024.12.17 08:12:18.464276 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2024.12.17 08:12:18.464315 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2119 2024.12.17 08:12:18.464664 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2120 2024.12.17 08:12:18.464901 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2121 2024.12.17 08:12:18.465106 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
2122 2024.12.17 08:12:18.465157 [ 281 ] {af24ba43-fcd0-4796-a288-15abcdda073c} <Debug> TCPHandler: Processed in 0.001673725 sec.
2123 2024.12.17 08:12:18.465303 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2024.12.17 08:12:18.465419 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2125 2024.12.17 08:12:18.465467 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2126 2024.12.17 08:12:18.466192 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2127 2024.12.17 08:12:18.466229 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2128 2024.12.17 08:12:18.466599 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2129 2024.12.17 08:12:18.466834 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2024.12.17 08:12:18.467006 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001611 sec., 219739.2923649907 rows/sec., 15.42 MiB/sec.
2131 2024.12.17 08:12:18.467056 [ 276 ] {8f88586c-7984-479a-b5af-9b3c24a84ee3} <Debug> TCPHandler: Processed in 0.001808768 sec.
2132 2024.12.17 08:12:18.467208 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2133 2024.12.17 08:12:18.467328 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2134 2024.12.17 08:12:18.467379 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2135 2024.12.17 08:12:18.467877 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2024.12.17 08:12:18.467916 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2137 2024.12.17 08:12:18.468295 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2138 2024.12.17 08:12:18.468530 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2024.12.17 08:12:18.468742 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec.
2140 2024.12.17 08:12:18.468795 [ 281 ] {5e784775-961c-43a3-b589-a2b8e9da907f} <Debug> TCPHandler: Processed in 0.001653594 sec.
2141 2024.12.17 08:12:18.468946 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2142 2024.12.17 08:12:18.469062 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2143 2024.12.17 08:12:18.469113 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2144 2024.12.17 08:12:18.469658 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2145 2024.12.17 08:12:18.469694 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2146 2024.12.17 08:12:18.470083 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2147 2024.12.17 08:12:18.470317 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2148 2024.12.17 08:12:18.470491 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001455 sec., 94158.07560137457 rows/sec., 6.15 MiB/sec.
2149 2024.12.17 08:12:18.470541 [ 276 ] {e22a11b2-da18-4939-8e67-eea311f2ed22} <Debug> TCPHandler: Processed in 0.001653665 sec.
2150 2024.12.17 08:12:18.470690 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2151 2024.12.17 08:12:18.470832 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2152 2024.12.17 08:12:18.470893 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2153 2024.12.17 08:12:18.471403 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2154 2024.12.17 08:12:18.471442 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2155 2024.12.17 08:12:18.471795 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2156 2024.12.17 08:12:18.472021 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2157 2024.12.17 08:12:18.472225 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec.
2158 2024.12.17 08:12:18.472274 [ 281 ] {25873351-7ef3-4d85-b323-89f2e0474e3d} <Debug> TCPHandler: Processed in 0.001649055 sec.
2159 2024.12.17 08:12:18.472406 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2160 2024.12.17 08:12:18.472519 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2161 2024.12.17 08:12:18.472568 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2162 2024.12.17 08:12:18.473043 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2163 2024.12.17 08:12:18.473079 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2164 2024.12.17 08:12:18.473439 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2165 2024.12.17 08:12:18.473669 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2024.12.17 08:12:18.473892 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001394 sec., 37302.725968436156 rows/sec., 2.26 MiB/sec.
2167 2024.12.17 08:12:18.474093 [ 276 ] {1eb853b9-75d9-4097-9732-70490d63b41c} <Debug> TCPHandler: Processed in 0.001733146 sec.
2168 2024.12.17 08:12:18.990000 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2169 2024.12.17 08:12:18.990267 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2170 2024.12.17 08:12:18.990711 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2171 2024.12.17 08:12:18.990766 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2172 2024.12.17 08:12:18.991130 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2173 2024.12.17 08:12:18.991216 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2174 2024.12.17 08:12:18.991398 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2175 2024.12.17 08:12:18.991613 [ 296 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2176 2024.12.17 08:12:18.991628 [ 298 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2177 2024.12.17 08:12:18.991613 [ 299 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2178 2024.12.17 08:12:18.991810 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2179 2024.12.17 08:12:18.991844 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2180 2024.12.17 08:12:18.991973 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2181 2024.12.17 08:12:18.991998 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2182 2024.12.17 08:12:18.992043 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2183 2024.12.17 08:12:18.992092 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2184 2024.12.17 08:12:18.992137 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2185 2024.12.17 08:12:18.993852 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003707 sec., 9171.83706501214 rows/sec., 353.01 KiB/sec.
2186 2024.12.17 08:12:18.994063 [ 281 ] {10192e16-c11f-472f-ac20-786b3ac46623} <Debug> TCPHandler: Processed in 0.004190653 sec.
2187 2024.12.17 08:12:18.995522 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2188 2024.12.17 08:12:18.995800 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2189 2024.12.17 08:12:18.996262 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2190 2024.12.17 08:12:18.996317 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2191 2024.12.17 08:12:18.996701 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2192 2024.12.17 08:12:18.996785 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2193 2024.12.17 08:12:18.996972 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2194 2024.12.17 08:12:18.997147 [ 296 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2195 2024.12.17 08:12:18.997152 [ 299 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2196 2024.12.17 08:12:18.997167 [ 298 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2197 2024.12.17 08:12:18.997310 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2198 2024.12.17 08:12:18.997341 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2199 2024.12.17 08:12:18.997465 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2200 2024.12.17 08:12:18.997489 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2201 2024.12.17 08:12:18.997534 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2202 2024.12.17 08:12:18.997583 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2203 2024.12.17 08:12:18.997627 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2204 2024.12.17 08:12:18.999122 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00345 sec., 9855.072463768116 rows/sec., 379.30 KiB/sec.
2205 2024.12.17 08:12:18.999330 [ 276 ] {a902cc83-ea19-4a2f-8d47-14ccc4b14528} <Debug> TCPHandler: Processed in 0.003951347 sec.
2206 2024.12.17 08:12:18.999624 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2207 2024.12.17 08:12:18.999835 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2208 2024.12.17 08:12:19.000275 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2209 2024.12.17 08:12:19.000380 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2210 2024.12.17 08:12:19.000803 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2211 2024.12.17 08:12:19.000873 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2212 2024.12.17 08:12:19.001028 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2213 2024.12.17 08:12:19.001164 [ 299 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2214 2024.12.17 08:12:19.001189 [ 296 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2215 2024.12.17 08:12:19.001206 [ 298 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2216 2024.12.17 08:12:19.001326 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2217 2024.12.17 08:12:19.001356 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2218 2024.12.17 08:12:19.001470 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2219 2024.12.17 08:12:19.001494 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2220 2024.12.17 08:12:19.001537 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2221 2024.12.17 08:12:19.001589 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2222 2024.12.17 08:12:19.001636 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2223 2024.12.17 08:12:19.003124 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003396 sec., 10011.778563015312 rows/sec., 385.33 KiB/sec.
2224 2024.12.17 08:12:19.003331 [ 281 ] {bdbe807d-dce4-4e95-8504-0e692c0b7d8c} <Debug> TCPHandler: Processed in 0.003768632 sec.
2225 2024.12.17 08:12:19.003742 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2226 2024.12.17 08:12:19.003951 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2227 2024.12.17 08:12:19.004335 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2228 2024.12.17 08:12:19.004387 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2229 2024.12.17 08:12:19.004726 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2230 2024.12.17 08:12:19.004797 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2231 2024.12.17 08:12:19.004951 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2232 2024.12.17 08:12:19.005075 [ 299 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2233 2024.12.17 08:12:19.005110 [ 296 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2234 2024.12.17 08:12:19.005126 [ 298 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2235 2024.12.17 08:12:19.005237 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2236 2024.12.17 08:12:19.005269 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2237 2024.12.17 08:12:19.005385 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2238 2024.12.17 08:12:19.005409 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2239 2024.12.17 08:12:19.005452 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2240 2024.12.17 08:12:19.005511 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2241 2024.12.17 08:12:19.005559 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2242 2024.12.17 08:12:19.007041 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003195 sec., 10641.627543035995 rows/sec., 409.58 KiB/sec.
2243 2024.12.17 08:12:19.007244 [ 276 ] {33359af5-a284-4de2-a553-18e0d3c7a560} <Debug> TCPHandler: Processed in 0.003576977 sec.
2244 2024.12.17 08:12:19.007578 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2245 2024.12.17 08:12:19.007816 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2246 2024.12.17 08:12:19.008241 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2247 2024.12.17 08:12:19.008295 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2248 2024.12.17 08:12:19.008672 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2249 2024.12.17 08:12:19.008759 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2250 2024.12.17 08:12:19.008943 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2251 2024.12.17 08:12:19.009058 [ 296 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2252 2024.12.17 08:12:19.009087 [ 299 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2253 2024.12.17 08:12:19.009097 [ 301 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2254 2024.12.17 08:12:19.009218 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2255 2024.12.17 08:12:19.009250 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2256 2024.12.17 08:12:19.009371 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2257 2024.12.17 08:12:19.009395 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2258 2024.12.17 08:12:19.009438 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2259 2024.12.17 08:12:19.009489 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2260 2024.12.17 08:12:19.009537 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2261 2024.12.17 08:12:19.011042 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003346 sec., 10161.386730424387 rows/sec., 391.09 KiB/sec.
2262 2024.12.17 08:12:19.011304 [ 281 ] {c28fc2cb-bfd1-4d38-b8f9-a99ef3044348} <Debug> TCPHandler: Processed in 0.003815323 sec.
2263 2024.12.17 08:12:19.011712 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2264 2024.12.17 08:12:19.011919 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2265 2024.12.17 08:12:19.012320 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2266 2024.12.17 08:12:19.012370 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2267 2024.12.17 08:12:19.012770 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2268 2024.12.17 08:12:19.012839 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2269 2024.12.17 08:12:19.012999 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2270 2024.12.17 08:12:19.013119 [ 296 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2271 2024.12.17 08:12:19.013142 [ 299 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2272 2024.12.17 08:12:19.013159 [ 298 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2273 2024.12.17 08:12:19.013283 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2274 2024.12.17 08:12:19.013313 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2275 2024.12.17 08:12:19.013431 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2276 2024.12.17 08:12:19.013455 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2277 2024.12.17 08:12:19.013498 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2278 2024.12.17 08:12:19.013548 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2279 2024.12.17 08:12:19.013593 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2280 2024.12.17 08:12:19.015019 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003202 sec., 10618.36352279825 rows/sec., 408.68 KiB/sec.
2281 2024.12.17 08:12:19.015224 [ 276 ] {a25f1425-a139-4d9e-b354-9747850a21b0} <Debug> TCPHandler: Processed in 0.003575667 sec.
2282 2024.12.17 08:12:19.015568 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2283 2024.12.17 08:12:19.015842 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2284 2024.12.17 08:12:19.016246 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2285 2024.12.17 08:12:19.016299 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2286 2024.12.17 08:12:19.016657 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2287 2024.12.17 08:12:19.016735 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2288 2024.12.17 08:12:19.016896 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2289 2024.12.17 08:12:19.017038 [ 298 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2290 2024.12.17 08:12:19.017048 [ 301 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2291 2024.12.17 08:12:19.017059 [ 296 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2292 2024.12.17 08:12:19.017186 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2293 2024.12.17 08:12:19.017217 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2294 2024.12.17 08:12:19.017335 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2295 2024.12.17 08:12:19.017359 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2296 2024.12.17 08:12:19.017401 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2297 2024.12.17 08:12:19.017450 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2298 2024.12.17 08:12:19.017496 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2299 2024.12.17 08:12:19.018929 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003227 sec., 10536.101642392316 rows/sec., 405.51 KiB/sec.
2300 2024.12.17 08:12:19.019155 [ 281 ] {952e6986-0600-4bd6-9024-0c15b7f833d3} <Debug> TCPHandler: Processed in 0.003668729 sec.
2301 2024.12.17 08:12:19.114817 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2024.12.17 08:12:19.115117 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2303 2024.12.17 08:12:19.115573 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2304 2024.12.17 08:12:19.115626 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2305 2024.12.17 08:12:19.116006 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2306 2024.12.17 08:12:19.116083 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2307 2024.12.17 08:12:19.116259 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2308 2024.12.17 08:12:19.116506 [ 296 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2309 2024.12.17 08:12:19.116506 [ 299 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2310 2024.12.17 08:12:19.116515 [ 298 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2311 2024.12.17 08:12:19.116729 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2312 2024.12.17 08:12:19.116764 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Spreading mark ranges among streams (default reading)
2313 2024.12.17 08:12:19.116886 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2314 2024.12.17 08:12:19.116910 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078) (SelectExecutor): Reading approx. 34 rows with 3 streams
2315 2024.12.17 08:12:19.116954 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2316 2024.12.17 08:12:19.117001 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2317 2024.12.17 08:12:19.117045 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2318 2024.12.17 08:12:19.118555 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003584 sec., 9486.607142857143 rows/sec., 365.12 KiB/sec.
2319 2024.12.17 08:12:19.118758 [ 281 ] {c904aefd-0ade-43b2-bc22-3821441760c8} <Debug> TCPHandler: Processed in 0.00407739 sec.
2320 2024.12.17 08:12:19.119429 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2321 2024.12.17 08:12:19.119620 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2322 2024.12.17 08:12:19.119704 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2323 2024.12.17 08:12:19.120581 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2324 2024.12.17 08:12:19.120623 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2325 2024.12.17 08:12:19.121158 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2326 2024.12.17 08:12:19.121389 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Trace> oximeter.timeseries_schema (6447ba46-06c3-44e3-bc65-75167c07c078): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2327 2024.12.17 08:12:19.121633 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Debug> executeQuery: Read 8 rows, 1.65 KiB in 0.002063 sec., 3877.8477944740666 rows/sec., 800.00 KiB/sec.
2328 2024.12.17 08:12:19.121825 [ 276 ] {2901818f-8c80-4f87-b5c1-8c64993b33cb} <Debug> TCPHandler: Processed in 0.002527209 sec.
2329 2024.12.17 08:12:19.121999 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2330 2024.12.17 08:12:19.122149 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2331 2024.12.17 08:12:19.122208 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2332 2024.12.17 08:12:19.122806 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2333 2024.12.17 08:12:19.122844 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2334 2024.12.17 08:12:19.123237 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2335 2024.12.17 08:12:19.123482 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2336 2024.12.17 08:12:19.123699 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001584 sec., 1262.6262626262628 rows/sec., 102.96 KiB/sec.
2337 2024.12.17 08:12:19.123844 [ 281 ] {d6d3aac8-f283-4b98-9429-ca5c9e49a698} <Debug> TCPHandler: Processed in 0.001906621 sec.
2338 2024.12.17 08:12:19.123998 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2339 2024.12.17 08:12:19.124138 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2340 2024.12.17 08:12:19.124196 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2341 2024.12.17 08:12:19.125426 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2342 2024.12.17 08:12:19.125467 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2343 2024.12.17 08:12:19.125939 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2344 2024.12.17 08:12:19.126187 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2345 2024.12.17 08:12:19.126406 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Debug> executeQuery: Read 1206 rows, 101.85 KiB in 0.002299 sec., 524575.9025663332 rows/sec., 43.26 MiB/sec.
2346 2024.12.17 08:12:19.126462 [ 276 ] {1c5154d5-840c-4596-944d-0962a77096d1} <Debug> TCPHandler: Processed in 0.002532939 sec.
2347 2024.12.17 08:12:19.126623 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2348 2024.12.17 08:12:19.126764 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2349 2024.12.17 08:12:19.126822 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2350 2024.12.17 08:12:19.127496 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2024.12.17 08:12:19.127534 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2352 2024.12.17 08:12:19.127892 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2353 2024.12.17 08:12:19.128124 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2354 2024.12.17 08:12:19.128301 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001573 sec., 12078.830260648443 rows/sec., 901.44 KiB/sec.
2355 2024.12.17 08:12:19.128352 [ 281 ] {cd7beeaf-42ee-4185-b8fe-962881dde56f} <Debug> TCPHandler: Processed in 0.001799579 sec.
2356 2024.12.17 08:12:19.128534 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2357 2024.12.17 08:12:19.128671 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2358 2024.12.17 08:12:19.128730 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2359 2024.12.17 08:12:19.129472 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2360 2024.12.17 08:12:19.129512 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2361 2024.12.17 08:12:19.129876 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2362 2024.12.17 08:12:19.130119 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2024.12.17 08:12:19.130334 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001692 sec., 134751.7730496454 rows/sec., 9.12 MiB/sec.
2364 2024.12.17 08:12:19.130386 [ 276 ] {27672400-f70f-4a79-ae92-30aacc21ef63} <Debug> TCPHandler: Processed in 0.001924282 sec.
2365 2024.12.17 08:12:19.130550 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2366 2024.12.17 08:12:19.130688 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2367 2024.12.17 08:12:19.130746 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2368 2024.12.17 08:12:19.131604 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2369 2024.12.17 08:12:19.131640 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2370 2024.12.17 08:12:19.132054 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2371 2024.12.17 08:12:19.132302 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2372 2024.12.17 08:12:19.132521 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Debug> executeQuery: Read 511 rows, 38.69 KiB in 0.001857 sec., 275175.01346257405 rows/sec., 20.35 MiB/sec.
2373 2024.12.17 08:12:19.132738 [ 281 ] {c9b6552f-f3a5-4ced-ab9f-abfe55f916f2} <Debug> TCPHandler: Processed in 0.0022518 sec.
2374 2024.12.17 08:12:19.132930 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2375 2024.12.17 08:12:19.133067 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2376 2024.12.17 08:12:19.133131 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2377 2024.12.17 08:12:19.134450 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2378 2024.12.17 08:12:19.134487 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2379 2024.12.17 08:12:19.135044 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2380 2024.12.17 08:12:19.135283 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2381 2024.12.17 08:12:19.135517 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Debug> executeQuery: Read 2552 rows, 174.50 KiB in 0.002472 sec., 1032362.4595469256 rows/sec., 68.94 MiB/sec.
2382 2024.12.17 08:12:19.135718 [ 276 ] {8fdc2a9f-9004-4694-b98f-6311e7d7cf1d} <Debug> TCPHandler: Processed in 0.002864018 sec.
2383 2024.12.17 08:12:19.135886 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2384 2024.12.17 08:12:19.136023 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2385 2024.12.17 08:12:19.136117 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2386 2024.12.17 08:12:19.137260 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2387 2024.12.17 08:12:19.137298 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2388 2024.12.17 08:12:19.137948 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2389 2024.12.17 08:12:19.138203 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2024.12.17 08:12:19.138338 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2391 2024.12.17 08:12:19.138383 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2024.12.17 08:12:19.138406 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2393 2024.12.17 08:12:19.138414 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00242 sec., 7024.793388429753 rows/sec., 12.59 MiB/sec.
2394 2024.12.17 08:12:19.138768 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
2395 2024.12.17 08:12:19.138798 [ 281 ] {1751730c-0b67-4ee8-8222-3c31b41e1f21} <Debug> TCPHandler: Processed in 0.002978041 sec.
2396 2024.12.17 08:12:19.139030 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2397 2024.12.17 08:12:19.139301 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2398 2024.12.17 08:12:19.139441 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2399 2024.12.17 08:12:19.139621 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2400 2024.12.17 08:12:19.139903 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part
2401 2024.12.17 08:12:19.140731 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part
2402 2024.12.17 08:12:19.141543 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part
2403 2024.12.17 08:12:19.141550 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2024.12.17 08:12:19.141630 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2405 2024.12.17 08:12:19.142170 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part
2406 2024.12.17 08:12:19.142926 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part
2407 2024.12.17 08:12:19.143133 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2408 2024.12.17 08:12:19.143507 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 17 rows starting from the beginning of the part
2409 2024.12.17 08:12:19.144068 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2410 2024.12.17 08:12:19.144797 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.005569 sec., 1077.3927096426646 rows/sec., 73.12 KiB/sec.
2411 2024.12.17 08:12:19.144884 [ 276 ] {319404a1-9993-425f-9764-f4f1ae781f19} <Debug> TCPHandler: Processed in 0.005959461 sec.
2412 2024.12.17 08:12:19.146792 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 19 columns (19 merged, 0 gathered) in 0.008289954 sec., 12304.048973009982 rows/sec., 22.05 MiB/sec.
2413 2024.12.17 08:12:19.147135 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2414 2024.12.17 08:12:19.147564 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2415 2024.12.17 08:12:19.147637 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2416 2024.12.17 08:12:19.147773 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
2417 2024.12.17 08:12:22.338324 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 332
2418 2024.12.17 08:12:22.342044 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2419 2024.12.17 08:12:22.342093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2420 2024.12.17 08:12:22.343643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2421 2024.12.17 08:12:22.343967 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2024.12.17 08:12:22.344131 [ 33 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2423 2024.12.17 08:12:22.344189 [ 33 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2024.12.17 08:12:22.344226 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2425 2024.12.17 08:12:22.344681 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::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
2426 2024.12.17 08:12:22.345182 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332
2427 2024.12.17 08:12:22.345734 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2428 2024.12.17 08:12:22.345927 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::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
2429 2024.12.17 08:12:22.346570 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::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
2430 2024.12.17 08:12:22.347088 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part
2431 2024.12.17 08:12:22.347590 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part
2432 2024.12.17 08:12:22.348073 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
2433 2024.12.17 08:12:22.348533 [ 200 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part
2434 2024.12.17 08:12:22.356227 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 72 columns (72 merged, 0 gathered) in 0.01185739 sec., 27999.41639770641 rows/sec., 28.64 MiB/sec.
2435 2024.12.17 08:12:22.357252 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2436 2024.12.17 08:12:22.358086 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2024.12.17 08:12:22.358185 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_6_1} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2438 2024.12.17 08:12:22.358499 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB.
2439 2024.12.17 08:12:23.453947 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.12.17 08:12:23.454165 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2441 2024.12.17 08:12:23.454243 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2442 2024.12.17 08:12:23.454991 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2024.12.17 08:12:23.455043 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2444 2024.12.17 08:12:23.455475 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2445 2024.12.17 08:12:23.455730 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2024.12.17 08:12:23.455882 [ 28 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2447 2024.12.17 08:12:23.455927 [ 28 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2448 2024.12.17 08:12:23.455930 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001824 sec., 30701.754385964912 rows/sec., 2.34 MiB/sec.
2449 2024.12.17 08:12:23.455955 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2450 2024.12.17 08:12:23.456008 [ 281 ] {c3d193ca-0b8f-4e77-aa71-df001073f843} <Debug> TCPHandler: Processed in 0.002197539 sec.
2451 2024.12.17 08:12:23.456245 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
2452 2024.12.17 08:12:23.456333 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2453 2024.12.17 08:12:23.456568 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2454 2024.12.17 08:12:23.456644 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 211 rows starting from the beginning of the part
2455 2024.12.17 08:12:23.456655 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2456 2024.12.17 08:12:23.456841 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2457 2024.12.17 08:12:23.456906 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part
2458 2024.12.17 08:12:23.457300 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2459 2024.12.17 08:12:23.457640 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part
2460 2024.12.17 08:12:23.457916 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1206 rows starting from the beginning of the part
2461 2024.12.17 08:12:23.458288 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2462 2024.12.17 08:12:23.459957 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2463 2024.12.17 08:12:23.460037 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2464 2024.12.17 08:12:23.461114 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2465 2024.12.17 08:12:23.461695 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2466 2024.12.17 08:12:23.461724 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1891 rows, containing 5 columns (5 merged, 0 gathered) in 0.005638152 sec., 335393.5828619023 rows/sec., 29.50 MiB/sec.
2467 2024.12.17 08:12:23.461952 [ 28 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2468 2024.12.17 08:12:23.462044 [ 28 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2469 2024.12.17 08:12:23.462098 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2470 2024.12.17 08:12:23.462096 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2471 2024.12.17 08:12:23.462155 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005576 sec., 11477.761836441894 rows/sec., 917.37 KiB/sec.
2472 2024.12.17 08:12:23.462597 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
2473 2024.12.17 08:12:23.463131 [ 276 ] {03653666-951b-4332-bdbb-322a0cf771ad} <Debug> TCPHandler: Processed in 0.006994308 sec.
2474 2024.12.17 08:12:23.463202 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2475 2024.12.17 08:12:23.463341 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 381 rows starting from the beginning of the part
2476 2024.12.17 08:12:23.463398 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2477 2024.12.17 08:12:23.463427 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2478 2024.12.17 08:12:23.463744 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 354 rows starting from the beginning of the part
2479 2024.12.17 08:12:23.463857 [ 198 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_11_2} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2480 2024.12.17 08:12:23.463993 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2481 2024.12.17 08:12:23.464212 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part
2482 2024.12.17 08:12:23.464265 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2483 2024.12.17 08:12:23.464576 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
2484 2024.12.17 08:12:23.464760 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 354 rows starting from the beginning of the part
2485 2024.12.17 08:12:23.464980 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 511 rows starting from the beginning of the part
2486 2024.12.17 08:12:23.465208 [ 200 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2487 2024.12.17 08:12:23.466213 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2024.12.17 08:12:23.466263 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2489 2024.12.17 08:12:23.466871 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2490 2024.12.17 08:12:23.467215 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1717 rows, containing 5 columns (5 merged, 0 gathered) in 0.004960504 sec., 346134.18313945516 rows/sec., 26.24 MiB/sec.
2491 2024.12.17 08:12:23.467228 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2492 2024.12.17 08:12:23.467608 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2493 2024.12.17 08:12:23.467760 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.003935 sec., 32528.589580686148 rows/sec., 2.27 MiB/sec.
2494 2024.12.17 08:12:23.468075 [ 281 ] {8d422c07-e440-47ca-b3ec-eaffb1d90317} <Debug> TCPHandler: Processed in 0.00479791 sec.
2495 2024.12.17 08:12:23.468310 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2496 2024.12.17 08:12:23.468386 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2497 2024.12.17 08:12:23.468560 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2498 2024.12.17 08:12:23.468583 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_11_2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2499 2024.12.17 08:12:23.468639 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2500 2024.12.17 08:12:23.468770 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
2501 2024.12.17 08:12:23.469262 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2024.12.17 08:12:23.469306 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2503 2024.12.17 08:12:23.469736 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2504 2024.12.17 08:12:23.469981 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2024.12.17 08:12:23.470188 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001697 sec., 28285.20919269299 rows/sec., 1.91 MiB/sec.
2506 2024.12.17 08:12:23.470237 [ 276 ] {8b1053c6-b647-4e58-8079-d12aa9da2e16} <Debug> TCPHandler: Processed in 0.002023834 sec.
2507 2024.12.17 08:12:24.841343 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2508 2024.12.17 08:12:24.841987 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2509 2024.12.17 08:12:24.842034 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2510 2024.12.17 08:12:24.842548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2511 2024.12.17 08:12:24.842818 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2512 2024.12.17 08:12:24.843064 [ 25 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2513 2024.12.17 08:12:24.843091 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2514 2024.12.17 08:12:24.843197 [ 25 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2515 2024.12.17 08:12:24.843246 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2516 2024.12.17 08:12:24.843404 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
2517 2024.12.17 08:12:24.843529 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2518 2024.12.17 08:12:24.843563 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
2519 2024.12.17 08:12:24.843631 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2520 2024.12.17 08:12:24.843838 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2521 2024.12.17 08:12:24.844193 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2522 2024.12.17 08:12:24.844366 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2523 2024.12.17 08:12:24.844585 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2524 2024.12.17 08:12:24.846324 [ 199 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00297862 sec., 1699780.435235109 rows/sec., 24.32 MiB/sec.
2525 2024.12.17 08:12:24.846970 [ 197 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2526 2024.12.17 08:12:24.847577 [ 197 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2527 2024.12.17 08:12:24.847668 [ 197 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_11_2} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2528 2024.12.17 08:12:24.847779 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2529 2024.12.17 08:12:25.143429 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2530 2024.12.17 08:12:25.163685 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2024.12.17 08:12:25.163735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2532 2024.12.17 08:12:25.171182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2533 2024.12.17 08:12:25.171963 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2024.12.17 08:12:25.172321 [ 24 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2535 2024.12.17 08:12:25.172468 [ 24 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2536 2024.12.17 08:12:25.172534 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2537 2024.12.17 08:12:25.172812 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2538 2024.12.17 08:12:25.181112 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2539 2024.12.17 08:12:25.182325 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2540 2024.12.17 08:12:25.183260 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2541 2024.12.17 08:12:25.187867 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2542 2024.12.17 08:12:25.192416 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2543 2024.12.17 08:12:25.197326 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2544 2024.12.17 08:12:25.202562 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2545 2024.12.17 08:12:25.206818 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
2546 2024.12.17 08:12:25.265421 [ 197 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.092767245 sec., 894.7123524041272 rows/sec., 4.63 MiB/sec.
2547 2024.12.17 08:12:25.268020 [ 197 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2548 2024.12.17 08:12:25.270879 [ 197 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_11_2} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2549 2024.12.17 08:12:25.271016 [ 197 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_11_2} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2550 2024.12.17 08:12:25.273316 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2551 2024.12.17 08:12:26.000243 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.79 MiB, peak 179.68 MiB, free memory in arenas 0.00 B, will set to 171.94 MiB (RSS), difference: 2.16 MiB
2552 2024.12.17 08:12:28.459289 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2553 2024.12.17 08:12:28.459514 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2554 2024.12.17 08:12:28.459594 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2555 2024.12.17 08:12:28.460323 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2556 2024.12.17 08:12:28.460374 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2557 2024.12.17 08:12:28.460816 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2558 2024.12.17 08:12:28.461067 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2559 2024.12.17 08:12:28.461256 [ 101 ] {} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2560 2024.12.17 08:12:28.461330 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec.
2561 2024.12.17 08:12:28.461344 [ 101 ] {} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2562 2024.12.17 08:12:28.461424 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2563 2024.12.17 08:12:28.461464 [ 281 ] {15afcdbf-2f4a-46f4-80e1-ff0f1202a12f} <Debug> TCPHandler: Processed in 0.002304102 sec.
2564 2024.12.17 08:12:28.461747 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2565 2024.12.17 08:12:28.461773 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2566 2024.12.17 08:12:28.461903 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2567 2024.12.17 08:12:28.461946 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2568 2024.12.17 08:12:28.461982 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2569 2024.12.17 08:12:28.462070 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2570 2024.12.17 08:12:28.462084 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2571 2024.12.17 08:12:28.462557 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2572 2024.12.17 08:12:28.462851 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2573 2024.12.17 08:12:28.463096 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
2574 2024.12.17 08:12:28.464249 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2575 2024.12.17 08:12:28.464296 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2576 2024.12.17 08:12:28.464704 [ 197 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003149656 sec., 22224.649295034127 rows/sec., 1.65 MiB/sec.
2577 2024.12.17 08:12:28.464908 [ 197 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2578 2024.12.17 08:12:28.465011 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2579 2024.12.17 08:12:28.465247 [ 197 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_5_1} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.12.17 08:12:28.465342 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2024.12.17 08:12:28.465364 [ 197 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_5_1} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2582 2024.12.17 08:12:28.465471 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2583 2024.12.17 08:12:28.465587 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.003672 sec., 55283.22440087146 rows/sec., 4.77 MiB/sec.
2584 2024.12.17 08:12:28.465646 [ 276 ] {82fe0bb5-5357-4163-a795-50b576615fe7} <Debug> TCPHandler: Processed in 0.00406572 sec.
2585 2024.12.17 08:12:28.465799 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2586 2024.12.17 08:12:28.465940 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2587 2024.12.17 08:12:28.466000 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2588 2024.12.17 08:12:28.466679 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2589 2024.12.17 08:12:28.466719 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2590 2024.12.17 08:12:28.467093 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2591 2024.12.17 08:12:28.467347 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2592 2024.12.17 08:12:28.467504 [ 101 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2593 2024.12.17 08:12:28.467568 [ 101 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2594 2024.12.17 08:12:28.467608 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2595 2024.12.17 08:12:28.467614 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001697 sec., 4124.9263406010605 rows/sec., 268.74 KiB/sec.
2596 2024.12.17 08:12:28.467921 [ 281 ] {5f166d20-a944-4088-9b95-e9f240d7bf11} <Debug> TCPHandler: Processed in 0.002179828 sec.
2597 2024.12.17 08:12:28.468078 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
2598 2024.12.17 08:12:28.468218 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2599 2024.12.17 08:12:28.468398 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2600 2024.12.17 08:12:28.468442 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2601 2024.12.17 08:12:28.468447 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 24 rows starting from the beginning of the part
2602 2024.12.17 08:12:28.468509 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2603 2024.12.17 08:12:28.468695 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
2604 2024.12.17 08:12:28.468898 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 17 rows starting from the beginning of the part
2605 2024.12.17 08:12:28.469128 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
2606 2024.12.17 08:12:28.469370 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 19 rows starting from the beginning of the part
2607 2024.12.17 08:12:28.469614 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
2608 2024.12.17 08:12:28.470247 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2609 2024.12.17 08:12:28.470288 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2610 2024.12.17 08:12:28.470832 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2611 2024.12.17 08:12:28.471036 [ 197 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 81 rows, containing 5 columns (5 merged, 0 gathered) in 0.003364521 sec., 24074.7494219831 rows/sec., 1.77 MiB/sec.
2612 2024.12.17 08:12:28.471220 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2024.12.17 08:12:28.471280 [ 196 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2614 2024.12.17 08:12:28.471453 [ 101 ] {} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2615 2024.12.17 08:12:28.471517 [ 101 ] {} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2616 2024.12.17 08:12:28.471576 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2617 2024.12.17 08:12:28.471711 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003265 sec., 4287.901990811639 rows/sec., 300.30 KiB/sec.
2618 2024.12.17 08:12:28.471953 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
2619 2024.12.17 08:12:28.472032 [ 276 ] {e9bf4dcf-bfec-42f7-b542-d4b120a52065} <Debug> TCPHandler: Processed in 0.003967647 sec.
2620 2024.12.17 08:12:28.472139 [ 196 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2621 2024.12.17 08:12:28.472322 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2622 2024.12.17 08:12:28.472517 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2623 2024.12.17 08:12:28.472515 [ 196 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_11_2} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2624 2024.12.17 08:12:28.472624 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2625 2024.12.17 08:12:28.472632 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2626 2024.12.17 08:12:28.472750 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2627 2024.12.17 08:12:28.472770 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2628 2024.12.17 08:12:28.473046 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
2629 2024.12.17 08:12:28.473385 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
2630 2024.12.17 08:12:28.473709 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
2631 2024.12.17 08:12:28.474066 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
2632 2024.12.17 08:12:28.474426 [ 191 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
2633 2024.12.17 08:12:28.475833 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2634 2024.12.17 08:12:28.475918 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2635 2024.12.17 08:12:28.476926 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2636 2024.12.17 08:12:28.477091 [ 196 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005398656 sec., 55198.923583943855 rows/sec., 3.96 MiB/sec.
2637 2024.12.17 08:12:28.477349 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2024.12.17 08:12:28.477389 [ 190 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2639 2024.12.17 08:12:28.477643 [ 101 ] {} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2640 2024.12.17 08:12:28.477754 [ 101 ] {} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2641 2024.12.17 08:12:28.477820 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2642 2024.12.17 08:12:28.477820 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005246 sec., 2478.0785360274494 rows/sec., 154.51 KiB/sec.
2643 2024.12.17 08:12:28.478154 [ 281 ] {f3a4573a-b69b-46eb-9ebf-16e1840ade4c} <Debug> TCPHandler: Processed in 0.005982172 sec.
2644 2024.12.17 08:12:28.478266 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2645 2024.12.17 08:12:28.478417 [ 196 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.12.17 08:12:28.478769 [ 196 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_6_1} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2647 2024.12.17 08:12:28.478510 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2024.12.17 08:12:28.478803 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2649 2024.12.17 08:12:28.478943 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2650 2024.12.17 08:12:28.479040 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2651 2024.12.17 08:12:28.479308 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2652 2024.12.17 08:12:28.479330 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2653 2024.12.17 08:12:28.479454 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2654 2024.12.17 08:12:28.479634 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2655 2024.12.17 08:12:28.479977 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2656 2024.12.17 08:12:28.480353 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
2657 2024.12.17 08:12:28.482321 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2658 2024.12.17 08:12:28.482398 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2659 2024.12.17 08:12:28.482893 [ 191 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004941854 sec., 13152.958383634968 rows/sec., 871.46 KiB/sec.
2660 2024.12.17 08:12:28.483117 [ 196 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2661 2024.12.17 08:12:28.483335 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2662 2024.12.17 08:12:28.483589 [ 196 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_5_1} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2024.12.17 08:12:28.483733 [ 196 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_5_1} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2664 2024.12.17 08:12:28.483814 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2665 2024.12.17 08:12:28.483893 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2666 2024.12.17 08:12:28.484090 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005023 sec., 76050.16922158073 rows/sec., 5.38 MiB/sec.
2667 2024.12.17 08:12:28.484155 [ 276 ] {ea637db1-b586-40ba-b7dd-6422bb971aca} <Debug> TCPHandler: Processed in 0.005867878 sec.
2668 2024.12.17 08:12:28.484323 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2669 2024.12.17 08:12:28.484464 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2670 2024.12.17 08:12:28.484524 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2671 2024.12.17 08:12:28.485020 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2672 2024.12.17 08:12:28.485059 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2673 2024.12.17 08:12:28.485425 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2674 2024.12.17 08:12:28.485661 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2675 2024.12.17 08:12:28.485887 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
2676 2024.12.17 08:12:28.485939 [ 281 ] {58436995-33fc-4d1b-a681-1b5454b0d583} <Debug> TCPHandler: Processed in 0.001685966 sec.
2677 2024.12.17 08:12:28.486088 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2678 2024.12.17 08:12:28.486228 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2679 2024.12.17 08:12:28.486291 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2680 2024.12.17 08:12:28.486916 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2681 2024.12.17 08:12:28.486952 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2682 2024.12.17 08:12:28.487354 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2683 2024.12.17 08:12:28.487601 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2684 2024.12.17 08:12:28.487843 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec.
2685 2024.12.17 08:12:28.488013 [ 276 ] {f36c7f68-5e18-415c-8aa7-85186ebd257b} <Debug> TCPHandler: Processed in 0.001987534 sec.
2686 2024.12.17 08:12:28.488185 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2687 2024.12.17 08:12:28.488325 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2688 2024.12.17 08:12:28.488384 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2689 2024.12.17 08:12:28.488889 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2690 2024.12.17 08:12:28.488928 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2691 2024.12.17 08:12:28.489284 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2692 2024.12.17 08:12:28.489546 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2693 2024.12.17 08:12:28.489693 [ 101 ] {} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2694 2024.12.17 08:12:28.489757 [ 101 ] {} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2695 2024.12.17 08:12:28.489793 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2696 2024.12.17 08:12:28.489810 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
2697 2024.12.17 08:12:28.490026 [ 281 ] {305fde37-914e-4279-a46b-8a593cfb97ee} <Debug> TCPHandler: Processed in 0.001904811 sec.
2698 2024.12.17 08:12:28.490082 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
2699 2024.12.17 08:12:28.490225 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2700 2024.12.17 08:12:28.490287 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2701 2024.12.17 08:12:28.490369 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2702 2024.12.17 08:12:28.490417 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2703 2024.12.17 08:12:28.490559 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2704 2024.12.17 08:12:28.490740 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2705 2024.12.17 08:12:28.491078 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
2706 2024.12.17 08:12:28.491422 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2707 2024.12.17 08:12:28.491758 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2708 2024.12.17 08:12:28.492982 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2709 2024.12.17 08:12:28.493046 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2710 2024.12.17 08:12:28.494039 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2711 2024.12.17 08:12:28.494482 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004589694 sec., 1089.397245219398 rows/sec., 73.41 KiB/sec.
2712 2024.12.17 08:12:28.494591 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2713 2024.12.17 08:12:28.494683 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2714 2024.12.17 08:12:28.495029 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004639 sec., 17676.22332399224 rows/sec., 1.12 MiB/sec.
2715 2024.12.17 08:12:28.495191 [ 276 ] {39996fee-7848-4738-af62-a0c3ddafe9e6} <Debug> TCPHandler: Processed in 0.005039745 sec.
2716 2024.12.17 08:12:28.495352 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2717 2024.12.17 08:12:28.495445 [ 190 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_5_1} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2718 2024.12.17 08:12:28.495527 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2719 2024.12.17 08:12:32.262357 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
2720 2024.12.17 08:12:32.262433 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
2721 2024.12.17 08:12:32.344219 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2722 2024.12.17 08:12:32.344882 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2723 2024.12.17 08:12:32.344929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2724 2024.12.17 08:12:32.345463 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2725 2024.12.17 08:12:32.345713 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2726 2024.12.17 08:12:32.345962 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2727 2024.12.17 08:12:32.346467 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 360
2728 2024.12.17 08:12:32.349361 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2729 2024.12.17 08:12:32.349415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2730 2024.12.17 08:12:32.350909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2731 2024.12.17 08:12:32.351229 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2732 2024.12.17 08:12:32.352107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 360
2733 2024.12.17 08:12:32.682136 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2734 2024.12.17 08:12:32.700870 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2735 2024.12.17 08:12:32.700915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2736 2024.12.17 08:12:32.708136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2737 2024.12.17 08:12:32.708917 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2738 2024.12.17 08:12:32.711964 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2739 2024.12.17 08:12:33.457839 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2740 2024.12.17 08:12:33.458061 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2741 2024.12.17 08:12:33.458143 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2742 2024.12.17 08:12:33.459021 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2024.12.17 08:12:33.459073 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2744 2024.12.17 08:12:33.459546 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2745 2024.12.17 08:12:33.459810 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2024.12.17 08:12:33.460045 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002043 sec., 59716.1037689672 rows/sec., 5.06 MiB/sec.
2747 2024.12.17 08:12:33.460100 [ 281 ] {5df9f316-0727-47ac-8d2b-4d4b7c2e0ddb} <Debug> TCPHandler: Processed in 0.002431095 sec.
2748 2024.12.17 08:12:33.460366 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2749 2024.12.17 08:12:33.460581 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2750 2024.12.17 08:12:33.460663 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2751 2024.12.17 08:12:33.461436 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2752 2024.12.17 08:12:33.461477 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2753 2024.12.17 08:12:33.461913 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2754 2024.12.17 08:12:33.462185 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2024.12.17 08:12:33.462377 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001859 sec., 17751.479289940828 rows/sec., 1.30 MiB/sec.
2756 2024.12.17 08:12:33.462434 [ 276 ] {c39500f4-0e08-447f-905f-a45924ba6e52} <Debug> TCPHandler: Processed in 0.00221244 sec.
2757 2024.12.17 08:12:33.462599 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2758 2024.12.17 08:12:33.462741 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2759 2024.12.17 08:12:33.462797 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2760 2024.12.17 08:12:33.463439 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2761 2024.12.17 08:12:33.463480 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2762 2024.12.17 08:12:33.463857 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2763 2024.12.17 08:12:33.464098 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2764 2024.12.17 08:12:33.464313 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001604 sec., 66708.22942643391 rows/sec., 5.22 MiB/sec.
2765 2024.12.17 08:12:33.464366 [ 281 ] {6a67ad48-7899-447b-8daf-450732a152c6} <Debug> TCPHandler: Processed in 0.001835799 sec.
2766 2024.12.17 08:12:33.464512 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2767 2024.12.17 08:12:33.464631 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2768 2024.12.17 08:12:33.464686 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2769 2024.12.17 08:12:33.465372 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2770 2024.12.17 08:12:33.465417 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2771 2024.12.17 08:12:33.465874 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2772 2024.12.17 08:12:33.466126 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2773 2024.12.17 08:12:33.466247 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2774 2024.12.17 08:12:33.466289 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2775 2024.12.17 08:12:33.466313 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2776 2024.12.17 08:12:33.466317 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec.
2777 2024.12.17 08:12:33.466448 [ 276 ] {ab0faeac-56b3-43f8-b419-b3ce88e16f64} <Debug> TCPHandler: Processed in 0.001987404 sec.
2778 2024.12.17 08:12:33.466583 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
2779 2024.12.17 08:12:33.466641 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2780 2024.12.17 08:12:33.466860 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2781 2024.12.17 08:12:33.466872 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2782 2024.12.17 08:12:33.466922 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 519 rows starting from the beginning of the part
2783 2024.12.17 08:12:33.467086 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2784 2024.12.17 08:12:33.467209 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 137 rows starting from the beginning of the part
2785 2024.12.17 08:12:33.467717 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2552 rows starting from the beginning of the part
2786 2024.12.17 08:12:33.468077 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part
2787 2024.12.17 08:12:33.468571 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2788 2024.12.17 08:12:33.468933 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2789 2024.12.17 08:12:33.472245 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2790 2024.12.17 08:12:33.472314 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2791 2024.12.17 08:12:33.472638 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3733 rows, containing 5 columns (5 merged, 0 gathered) in 0.006207328 sec., 601385.9747704648 rows/sec., 40.23 MiB/sec.
2792 2024.12.17 08:12:33.473162 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2793 2024.12.17 08:12:33.473780 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2794 2024.12.17 08:12:33.473801 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2795 2024.12.17 08:12:33.473930 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2796 2024.12.17 08:12:33.474080 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2797 2024.12.17 08:12:33.474235 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2798 2024.12.17 08:12:33.474507 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007732 sec., 4267.977237454734 rows/sec., 7.65 MiB/sec.
2799 2024.12.17 08:12:33.474618 [ 281 ] {7a486064-8484-46da-b4ae-c984443131d0} <Debug> TCPHandler: Processed in 0.008071498 sec.
2800 2024.12.17 08:12:33.474828 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2801 2024.12.17 08:12:33.474952 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2802 2024.12.17 08:12:33.475005 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2803 2024.12.17 08:12:33.475502 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Trace> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2024.12.17 08:12:33.475541 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2805 2024.12.17 08:12:33.475931 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2806 2024.12.17 08:12:33.476182 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Trace> oximeter.measurements_i64 (fcfc48ec-b7a0-43c0-b964-8e0f04aefee2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2807 2024.12.17 08:12:33.476376 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001445 sec., 8304.498269896194 rows/sec., 606.21 KiB/sec.
2808 2024.12.17 08:12:33.476441 [ 276 ] {6eab0561-4813-47d7-a1a7-009b4f14e9bc} <Debug> TCPHandler: Processed in 0.001701716 sec.
2809 2024.12.17 08:12:33.476579 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2810 2024.12.17 08:12:33.476698 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2811 2024.12.17 08:12:33.476750 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2812 2024.12.17 08:12:33.477350 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2813 2024.12.17 08:12:33.477398 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2814 2024.12.17 08:12:33.477832 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2815 2024.12.17 08:12:33.478067 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2816 2024.12.17 08:12:33.478234 [ 109 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2817 2024.12.17 08:12:33.478291 [ 109 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2024.12.17 08:12:33.478328 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001646 sec., 36452.00486026732 rows/sec., 2.46 MiB/sec.
2819 2024.12.17 08:12:33.478330 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2820 2024.12.17 08:12:33.478486 [ 281 ] {8188bf9d-ac15-4e50-a3cc-5a5fbaf822c1} <Debug> TCPHandler: Processed in 0.001960523 sec.
2821 2024.12.17 08:12:33.478579 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
2822 2024.12.17 08:12:33.478709 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2823 2024.12.17 08:12:33.478745 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 210 rows starting from the beginning of the part
2824 2024.12.17 08:12:33.478806 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part
2825 2024.12.17 08:12:33.478938 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
2826 2024.12.17 08:12:33.479159 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part
2827 2024.12.17 08:12:33.479221 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2828 2024.12.17 08:12:33.479354 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2829 2024.12.17 08:12:33.480307 [ 192 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 4 columns (4 merged, 0 gathered) in 0.00184348 sec., 248443.16184607372 rows/sec., 15.77 MiB/sec.
2830 2024.12.17 08:12:33.480445 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2831 2024.12.17 08:12:33.480721 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2832 2024.12.17 08:12:33.480799 [ 187 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_11_2} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2833 2024.12.17 08:12:33.480867 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2834 2024.12.17 08:12:38.459527 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2835 2024.12.17 08:12:38.459752 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2836 2024.12.17 08:12:38.459833 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2837 2024.12.17 08:12:38.460639 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2838 2024.12.17 08:12:38.460684 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2839 2024.12.17 08:12:38.461104 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2840 2024.12.17 08:12:38.461357 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2841 2024.12.17 08:12:38.461619 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec.
2842 2024.12.17 08:12:38.461823 [ 281 ] {4d9ef344-9a6d-425f-8bf6-d51ea35ebaa8} <Debug> TCPHandler: Processed in 0.002426326 sec.
2843 2024.12.17 08:12:38.462112 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2844 2024.12.17 08:12:38.462326 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2845 2024.12.17 08:12:38.462438 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2846 2024.12.17 08:12:38.463224 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2847 2024.12.17 08:12:38.463268 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2848 2024.12.17 08:12:38.463689 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2849 2024.12.17 08:12:38.463956 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2850 2024.12.17 08:12:38.464262 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001978 sec., 1011.1223458038422 rows/sec., 82.45 KiB/sec.
2851 2024.12.17 08:12:38.464330 [ 276 ] {45cd11a0-0dd4-4177-bf77-2df96efc8586} <Debug> TCPHandler: Processed in 0.002362974 sec.
2852 2024.12.17 08:12:38.464488 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2853 2024.12.17 08:12:38.464611 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2854 2024.12.17 08:12:38.464669 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2855 2024.12.17 08:12:38.465387 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2856 2024.12.17 08:12:38.465428 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2857 2024.12.17 08:12:38.465819 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2858 2024.12.17 08:12:38.466085 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2024.12.17 08:12:38.466305 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Debug> executeQuery: Read 204 rows, 18.02 KiB in 0.00172 sec., 118604.6511627907 rows/sec., 10.23 MiB/sec.
2860 2024.12.17 08:12:38.466360 [ 281 ] {7d385d0d-5f9a-4ace-958e-cf140e470b6c} <Debug> TCPHandler: Processed in 0.001934322 sec.
2861 2024.12.17 08:12:38.466524 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2862 2024.12.17 08:12:38.466654 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2863 2024.12.17 08:12:38.466704 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2864 2024.12.17 08:12:38.467293 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2865 2024.12.17 08:12:38.467335 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2866 2024.12.17 08:12:38.467706 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2867 2024.12.17 08:12:38.467961 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2024.12.17 08:12:38.468188 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001565 sec., 5750.7987220447285 rows/sec., 380.64 KiB/sec.
2869 2024.12.17 08:12:38.468287 [ 276 ] {bc168e41-a6f1-484a-9da8-c6436fa2a7d1} <Debug> TCPHandler: Processed in 0.001821109 sec.
2870 2024.12.17 08:12:38.468453 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2871 2024.12.17 08:12:38.468592 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2872 2024.12.17 08:12:38.468650 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2873 2024.12.17 08:12:38.469266 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2874 2024.12.17 08:12:38.469314 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2875 2024.12.17 08:12:38.469672 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2876 2024.12.17 08:12:38.469908 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2877 2024.12.17 08:12:38.470128 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001567 sec., 8934.269304403319 rows/sec., 625.70 KiB/sec.
2878 2024.12.17 08:12:38.470181 [ 281 ] {dd662dd3-164e-4465-b586-944e9fe244f2} <Debug> TCPHandler: Processed in 0.001795288 sec.
2879 2024.12.17 08:12:38.470337 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2880 2024.12.17 08:12:38.470476 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2881 2024.12.17 08:12:38.470533 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2882 2024.12.17 08:12:38.471182 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2883 2024.12.17 08:12:38.471224 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2884 2024.12.17 08:12:38.471581 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2885 2024.12.17 08:12:38.471826 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2886 2024.12.17 08:12:38.472073 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec.
2887 2024.12.17 08:12:38.472126 [ 276 ] {5b81488e-2fee-4861-a4b6-7d3d15c01c51} <Debug> TCPHandler: Processed in 0.0018582 sec.
2888 2024.12.17 08:12:38.472282 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2889 2024.12.17 08:12:38.472421 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2890 2024.12.17 08:12:38.472479 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2891 2024.12.17 08:12:38.473281 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2892 2024.12.17 08:12:38.473322 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2893 2024.12.17 08:12:38.473712 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2894 2024.12.17 08:12:38.473958 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2895 2024.12.17 08:12:38.474175 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001785 sec., 215126.0504201681 rows/sec., 15.23 MiB/sec.
2896 2024.12.17 08:12:38.474230 [ 281 ] {f6cf0a5a-8a54-4419-b5b7-2ee90328d974} <Debug> TCPHandler: Processed in 0.002018565 sec.
2897 2024.12.17 08:12:38.474367 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2898 2024.12.17 08:12:38.474484 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2899 2024.12.17 08:12:38.474535 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2900 2024.12.17 08:12:38.475041 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2901 2024.12.17 08:12:38.475080 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2902 2024.12.17 08:12:38.475440 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2903 2024.12.17 08:12:38.475697 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2904 2024.12.17 08:12:38.475846 [ 46 ] {} <Debug> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2905 2024.12.17 08:12:38.475920 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec.
2906 2024.12.17 08:12:38.475932 [ 46 ] {} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2024.12.17 08:12:38.476007 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2908 2024.12.17 08:12:38.476032 [ 276 ] {5c1d2052-578f-4f56-b29f-a3b75c060463} <Debug> TCPHandler: Processed in 0.001719806 sec.
2909 2024.12.17 08:12:38.476376 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2910 2024.12.17 08:12:38.476469 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2911 2024.12.17 08:12:38.476682 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2912 2024.12.17 08:12:38.476742 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2913 2024.12.17 08:12:38.476804 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2914 2024.12.17 08:12:38.476824 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2915 2024.12.17 08:12:38.477173 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2916 2024.12.17 08:12:38.477600 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2917 2024.12.17 08:12:38.477992 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2918 2024.12.17 08:12:38.478201 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2919 2024.12.17 08:12:38.478560 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
2920 2024.12.17 08:12:38.479304 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2024.12.17 08:12:38.479376 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2922 2024.12.17 08:12:38.480425 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2923 2024.12.17 08:12:38.481025 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004902252 sec., 7343.563733565716 rows/sec., 383.67 KiB/sec.
2924 2024.12.17 08:12:38.481045 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2925 2024.12.17 08:12:38.481232 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2926 2024.12.17 08:12:38.481764 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005152 sec., 46195.65217391304 rows/sec., 3.10 MiB/sec.
2927 2024.12.17 08:12:38.481944 [ 281 ] {6920e88f-dc0b-42a8-ae0e-9cf8b204942c} <Debug> TCPHandler: Processed in 0.005815697 sec.
2928 2024.12.17 08:12:38.482062 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_6_1} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2024.12.17 08:12:38.482129 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2930 2024.12.17 08:12:38.482168 [ 201 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_6_1} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2931 2024.12.17 08:12:38.482253 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2932 2024.12.17 08:12:38.482276 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2933 2024.12.17 08:12:38.482328 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2934 2024.12.17 08:12:38.482792 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.12.17 08:12:38.482829 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2936 2024.12.17 08:12:38.483210 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2937 2024.12.17 08:12:38.483446 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2024.12.17 08:12:38.483655 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
2939 2024.12.17 08:12:38.483704 [ 276 ] {7abd0c51-2f48-45bd-8f6f-97485d421009} <Debug> TCPHandler: Processed in 0.001647674 sec.
2940 2024.12.17 08:12:38.483843 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2024.12.17 08:12:38.483962 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2942 2024.12.17 08:12:38.484014 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2943 2024.12.17 08:12:38.484512 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2024.12.17 08:12:38.484553 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2945 2024.12.17 08:12:38.484964 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2946 2024.12.17 08:12:38.485205 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2024.12.17 08:12:38.485419 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec.
2948 2024.12.17 08:12:38.485470 [ 281 ] {cc0909e8-2895-4502-9a58-80598e06191b} <Debug> TCPHandler: Processed in 0.001683176 sec.
2949 2024.12.17 08:12:39.847079 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2950 2024.12.17 08:12:39.847817 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2951 2024.12.17 08:12:39.847866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2952 2024.12.17 08:12:39.848386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2953 2024.12.17 08:12:39.848633 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2954 2024.12.17 08:12:39.848903 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2955 2024.12.17 08:12:40.212981 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2956 2024.12.17 08:12:40.231991 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2024.12.17 08:12:40.232050 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2958 2024.12.17 08:12:40.239528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2959 2024.12.17 08:12:40.240288 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2024.12.17 08:12:40.242816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2961 2024.12.17 08:12:42.353210 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 396
2962 2024.12.17 08:12:42.356377 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2024.12.17 08:12:42.356433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2964 2024.12.17 08:12:42.357987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2965 2024.12.17 08:12:42.358318 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2024.12.17 08:12:42.359047 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396
2967 2024.12.17 08:12:43.456333 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2024.12.17 08:12:43.456550 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2969 2024.12.17 08:12:43.456626 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2970 2024.12.17 08:12:43.457465 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2024.12.17 08:12:43.457506 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
2972 2024.12.17 08:12:43.457938 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2973 2024.12.17 08:12:43.458197 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2024.12.17 08:12:43.458391 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001899 sec., 64244.33912585571 rows/sec., 5.45 MiB/sec.
2975 2024.12.17 08:12:43.458446 [ 281 ] {8fad9aea-e0fa-4fb0-b878-1d1068e4569e} <Debug> TCPHandler: Processed in 0.00224396 sec.
2976 2024.12.17 08:12:43.458724 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2977 2024.12.17 08:12:43.458924 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2978 2024.12.17 08:12:43.459013 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2979 2024.12.17 08:12:43.459832 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2980 2024.12.17 08:12:43.459881 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
2981 2024.12.17 08:12:43.460311 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2982 2024.12.17 08:12:43.460566 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2024.12.17 08:12:43.460844 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001965 sec., 16793.89312977099 rows/sec., 1.23 MiB/sec.
2984 2024.12.17 08:12:43.461021 [ 276 ] {d4c94132-8e2a-42ed-9e55-3115245c7622} <Debug> TCPHandler: Processed in 0.002444366 sec.
2985 2024.12.17 08:12:43.461191 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2986 2024.12.17 08:12:43.461330 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2987 2024.12.17 08:12:43.461388 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2988 2024.12.17 08:12:43.462127 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2024.12.17 08:12:43.462166 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
2990 2024.12.17 08:12:43.462534 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2991 2024.12.17 08:12:43.462779 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2024.12.17 08:12:43.462959 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00166 sec., 58433.73493975904 rows/sec., 4.56 MiB/sec.
2993 2024.12.17 08:12:43.463011 [ 281 ] {aaba7794-0f9d-4ba2-8162-d95e74f076af} <Debug> TCPHandler: Processed in 0.001887661 sec.
2994 2024.12.17 08:12:43.463190 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2995 2024.12.17 08:12:43.463307 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2996 2024.12.17 08:12:43.463359 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2997 2024.12.17 08:12:43.463964 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2998 2024.12.17 08:12:43.464007 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
2999 2024.12.17 08:12:43.464412 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3000 2024.12.17 08:12:43.464652 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3001 2024.12.17 08:12:43.464861 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
3002 2024.12.17 08:12:43.464913 [ 276 ] {80f4d2cd-41c5-4fab-90a9-0760f8866dc0} <Debug> TCPHandler: Processed in 0.001778668 sec.
3003 2024.12.17 08:12:43.465084 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3004 2024.12.17 08:12:43.465225 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3005 2024.12.17 08:12:43.465319 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3006 2024.12.17 08:12:43.466610 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3007 2024.12.17 08:12:43.466650 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3008 2024.12.17 08:12:43.467342 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3009 2024.12.17 08:12:43.467617 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3010 2024.12.17 08:12:43.467910 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002695 sec., 12244.897959183674 rows/sec., 21.94 MiB/sec.
3011 2024.12.17 08:12:43.468094 [ 281 ] {4859d542-7976-4e60-bb09-ff5589ca89db} <Debug> TCPHandler: Processed in 0.003070312 sec.
3012 2024.12.17 08:12:43.468250 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3013 2024.12.17 08:12:43.468371 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3014 2024.12.17 08:12:43.468421 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3015 2024.12.17 08:12:43.468927 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2024.12.17 08:12:43.468965 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3017 2024.12.17 08:12:43.469338 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3018 2024.12.17 08:12:43.469580 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2024.12.17 08:12:43.469799 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec.
3020 2024.12.17 08:12:43.469850 [ 276 ] {8a61db67-77c0-4ddf-9196-33eb93d3e264} <Debug> TCPHandler: Processed in 0.001658695 sec.
3021 2024.12.17 08:12:47.262481 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache
3022 2024.12.17 08:12:47.262530 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache
3023 2024.12.17 08:12:47.349960 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3024 2024.12.17 08:12:47.350600 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3025 2024.12.17 08:12:47.350640 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3026 2024.12.17 08:12:47.351225 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3027 2024.12.17 08:12:47.351482 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3028 2024.12.17 08:12:47.351702 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3029 2024.12.17 08:12:47.743827 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3030 2024.12.17 08:12:47.763509 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3031 2024.12.17 08:12:47.763556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3032 2024.12.17 08:12:47.771196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3033 2024.12.17 08:12:47.771943 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3034 2024.12.17 08:12:47.774453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3035 2024.12.17 08:12:48.459783 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3036 2024.12.17 08:12:48.460004 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3037 2024.12.17 08:12:48.460083 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3038 2024.12.17 08:12:48.460845 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2024.12.17 08:12:48.460895 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3040 2024.12.17 08:12:48.461326 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3041 2024.12.17 08:12:48.461592 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2024.12.17 08:12:48.461846 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec.
3043 2024.12.17 08:12:48.462009 [ 281 ] {90c165a4-fc5b-45e2-9e51-695d82319492} <Debug> TCPHandler: Processed in 0.002358034 sec.
3044 2024.12.17 08:12:48.462285 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3045 2024.12.17 08:12:48.462494 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3046 2024.12.17 08:12:48.462572 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3047 2024.12.17 08:12:48.463482 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2024.12.17 08:12:48.463523 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3049 2024.12.17 08:12:48.463960 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3050 2024.12.17 08:12:48.464203 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2024.12.17 08:12:48.464341 [ 169 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3052 2024.12.17 08:12:48.464390 [ 169 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3053 2024.12.17 08:12:48.464410 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001974 sec., 110942.24924012157 rows/sec., 9.66 MiB/sec.
3054 2024.12.17 08:12:48.464420 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3055 2024.12.17 08:12:48.464519 [ 276 ] {cf138140-b471-4ac3-a2d2-7c2d62722bd9} <Debug> TCPHandler: Processed in 0.002369594 sec.
3056 2024.12.17 08:12:48.464819 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3057 2024.12.17 08:12:48.464951 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
3058 2024.12.17 08:12:48.465260 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3059 2024.12.17 08:12:48.465330 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3060 2024.12.17 08:12:48.465333 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3061 2024.12.17 08:12:48.465375 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1379 rows starting from the beginning of the part
3062 2024.12.17 08:12:48.465545 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 203 rows starting from the beginning of the part
3063 2024.12.17 08:12:48.465948 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 122 rows starting from the beginning of the part
3064 2024.12.17 08:12:48.466214 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 204 rows starting from the beginning of the part
3065 2024.12.17 08:12:48.466578 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 122 rows starting from the beginning of the part
3066 2024.12.17 08:12:48.466830 [ 192 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 219 rows starting from the beginning of the part
3067 2024.12.17 08:12:48.467575 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2024.12.17 08:12:48.467622 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3069 2024.12.17 08:12:48.468168 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3070 2024.12.17 08:12:48.468470 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2024.12.17 08:12:48.468739 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003584 sec., 4185.267857142857 rows/sec., 295.09 KiB/sec.
3072 2024.12.17 08:12:48.468835 [ 281 ] {2c92dff0-bf4f-4a0e-bcf0-e4c32cd017bb} <Debug> TCPHandler: Processed in 0.004203573 sec.
3073 2024.12.17 08:12:48.469076 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3074 2024.12.17 08:12:48.469100 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2249 rows, containing 5 columns (5 merged, 0 gathered) in 0.004560093 sec., 493191.69587111485 rows/sec., 43.45 MiB/sec.
3075 2024.12.17 08:12:48.469243 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3076 2024.12.17 08:12:48.469297 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3077 2024.12.17 08:12:48.469450 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3078 2024.12.17 08:12:48.470112 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2024.12.17 08:12:48.470340 [ 186 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_16_3} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3080 2024.12.17 08:12:48.470525 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
3081 2024.12.17 08:12:48.470636 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3082 2024.12.17 08:12:48.470680 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3083 2024.12.17 08:12:48.471030 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3084 2024.12.17 08:12:48.471263 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3085 2024.12.17 08:12:48.471437 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002225 sec., 6292.134831460674 rows/sec., 440.66 KiB/sec.
3086 2024.12.17 08:12:48.471489 [ 276 ] {a9948faf-742c-4e61-a9d5-2dd1748d759d} <Debug> TCPHandler: Processed in 0.002534349 sec.
3087 2024.12.17 08:12:48.471652 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3088 2024.12.17 08:12:48.471792 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3089 2024.12.17 08:12:48.471849 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3090 2024.12.17 08:12:48.472512 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3091 2024.12.17 08:12:48.472552 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3092 2024.12.17 08:12:48.472918 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3093 2024.12.17 08:12:48.473186 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3094 2024.12.17 08:12:48.473405 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec.
3095 2024.12.17 08:12:48.473458 [ 281 ] {7561ea1f-1006-483a-b81f-ea7879f3b809} <Debug> TCPHandler: Processed in 0.001878331 sec.
3096 2024.12.17 08:12:48.473609 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3097 2024.12.17 08:12:48.473744 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3098 2024.12.17 08:12:48.473801 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3099 2024.12.17 08:12:48.474596 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3100 2024.12.17 08:12:48.474635 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3101 2024.12.17 08:12:48.475007 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3102 2024.12.17 08:12:48.475253 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3103 2024.12.17 08:12:48.475379 [ 169 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3104 2024.12.17 08:12:48.475421 [ 169 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3105 2024.12.17 08:12:48.475446 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3106 2024.12.17 08:12:48.475450 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001734 sec., 224913.49480968856 rows/sec., 15.95 MiB/sec.
3107 2024.12.17 08:12:48.475563 [ 276 ] {5dd0dc3c-ab35-4ed6-b417-43471b77ef87} <Debug> TCPHandler: Processed in 0.002020475 sec.
3108 2024.12.17 08:12:48.475616 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
3109 2024.12.17 08:12:48.475750 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3110 2024.12.17 08:12:48.475777 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3111 2024.12.17 08:12:48.475828 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 867 rows starting from the beginning of the part
3112 2024.12.17 08:12:48.476059 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3113 2024.12.17 08:12:48.476119 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part
3114 2024.12.17 08:12:48.476232 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3115 2024.12.17 08:12:48.476474 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 107 rows starting from the beginning of the part
3116 2024.12.17 08:12:48.476801 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 384 rows starting from the beginning of the part
3117 2024.12.17 08:12:48.477171 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 97 rows starting from the beginning of the part
3118 2024.12.17 08:12:48.477511 [ 201 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 390 rows starting from the beginning of the part
3119 2024.12.17 08:12:48.478663 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3120 2024.12.17 08:12:48.478720 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3121 2024.12.17 08:12:48.479786 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3122 2024.12.17 08:12:48.480124 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3123 2024.12.17 08:12:48.480608 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004662 sec., 1287.001287001287 rows/sec., 67.24 KiB/sec.
3124 2024.12.17 08:12:48.480732 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2227 rows, containing 5 columns (5 merged, 0 gathered) in 0.005209051 sec., 427525.0904627349 rows/sec., 32.47 MiB/sec.
3125 2024.12.17 08:12:48.480757 [ 281 ] {15565c32-d62d-4e47-9bd8-a6513fdc9281} <Debug> TCPHandler: Processed in 0.005100168 sec.
3126 2024.12.17 08:12:48.481017 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3127 2024.12.17 08:12:48.481121 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3128 2024.12.17 08:12:48.481398 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3129 2024.12.17 08:12:48.481514 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3130 2024.12.17 08:12:48.481629 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2024.12.17 08:12:48.481951 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_16_3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3132 2024.12.17 08:12:48.482182 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
3133 2024.12.17 08:12:48.482758 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.12.17 08:12:48.482801 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3135 2024.12.17 08:12:48.483234 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3136 2024.12.17 08:12:48.483483 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2024.12.17 08:12:48.483683 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002377 sec., 99705.51114850651 rows/sec., 6.68 MiB/sec.
3138 2024.12.17 08:12:48.483888 [ 276 ] {18337ef9-5ff6-46f0-870f-9589f9c1c628} <Debug> TCPHandler: Processed in 0.002995541 sec.
3139 2024.12.17 08:12:48.484059 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3140 2024.12.17 08:12:48.484179 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3141 2024.12.17 08:12:48.484233 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3142 2024.12.17 08:12:48.484711 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3143 2024.12.17 08:12:48.484752 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3144 2024.12.17 08:12:48.485114 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3145 2024.12.17 08:12:48.485355 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3146 2024.12.17 08:12:48.485567 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec.
3147 2024.12.17 08:12:48.485619 [ 281 ] {856600b0-5678-4ad7-98cc-4fda1dd3ae3d} <Debug> TCPHandler: Processed in 0.001615764 sec.
3148 2024.12.17 08:12:48.485770 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3149 2024.12.17 08:12:48.485889 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3150 2024.12.17 08:12:48.485970 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3151 2024.12.17 08:12:48.487072 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2024.12.17 08:12:48.487109 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3153 2024.12.17 08:12:48.487741 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3154 2024.12.17 08:12:48.488003 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2024.12.17 08:12:48.488294 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002404 sec., 3327.787021630616 rows/sec., 5.96 MiB/sec.
3156 2024.12.17 08:12:48.488445 [ 276 ] {4beceb87-db51-4707-a83b-3b3e83fdd9e8} <Debug> TCPHandler: Processed in 0.002736004 sec.
3157 2024.12.17 08:12:48.488594 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3158 2024.12.17 08:12:48.488711 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3159 2024.12.17 08:12:48.488783 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3160 2024.12.17 08:12:48.489333 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3161 2024.12.17 08:12:48.489373 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3162 2024.12.17 08:12:48.489753 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3163 2024.12.17 08:12:48.490011 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3164 2024.12.17 08:12:48.490217 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec.
3165 2024.12.17 08:12:48.490267 [ 281 ] {2136f329-7d09-416e-8130-53e4b1444e72} <Debug> TCPHandler: Processed in 0.001727527 sec.
3166 2024.12.17 08:12:52.360213 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 430
3167 2024.12.17 08:12:52.363364 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3168 2024.12.17 08:12:52.363428 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3169 2024.12.17 08:12:52.365021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3170 2024.12.17 08:12:52.365364 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3171 2024.12.17 08:12:52.366407 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430
3172 2024.12.17 08:12:53.484130 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2024.12.17 08:12:53.484351 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3174 2024.12.17 08:12:53.484429 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3175 2024.12.17 08:12:53.485157 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2024.12.17 08:12:53.485210 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3177 2024.12.17 08:12:53.485639 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3178 2024.12.17 08:12:53.485893 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3179 2024.12.17 08:12:53.486131 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001828 sec., 3282.2757111597375 rows/sec., 267.65 KiB/sec.
3180 2024.12.17 08:12:53.486302 [ 281 ] {c64fbeef-02c4-43f9-919a-5e33ab4432cb} <Debug> TCPHandler: Processed in 0.002303503 sec.
3181 2024.12.17 08:12:53.486579 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2024.12.17 08:12:53.486778 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3183 2024.12.17 08:12:53.486854 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3184 2024.12.17 08:12:53.488248 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3185 2024.12.17 08:12:53.488304 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3186 2024.12.17 08:12:53.488823 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3187 2024.12.17 08:12:53.489083 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3188 2024.12.17 08:12:53.489323 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Debug> executeQuery: Read 1265 rows, 106.93 KiB in 0.002601 sec., 486351.4033064206 rows/sec., 40.15 MiB/sec.
3189 2024.12.17 08:12:53.489395 [ 276 ] {49d186fd-e654-4559-8842-6e01c1ec0b7e} <Debug> TCPHandler: Processed in 0.00295763 sec.
3190 2024.12.17 08:12:53.489596 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3191 2024.12.17 08:12:53.489737 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3192 2024.12.17 08:12:53.489796 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3193 2024.12.17 08:12:53.490488 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3194 2024.12.17 08:12:53.490527 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3195 2024.12.17 08:12:53.490894 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3196 2024.12.17 08:12:53.491136 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3197 2024.12.17 08:12:53.491294 [ 155 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3198 2024.12.17 08:12:53.491353 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001643 sec., 23737.066342057213 rows/sec., 1.72 MiB/sec.
3199 2024.12.17 08:12:53.491363 [ 155 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3200 2024.12.17 08:12:53.491450 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3201 2024.12.17 08:12:53.491466 [ 281 ] {2c8b872a-e3fb-4030-92f4-c8b401b15375} <Debug> TCPHandler: Processed in 0.001937962 sec.
3202 2024.12.17 08:12:53.491716 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3203 2024.12.17 08:12:53.492201 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3204 2024.12.17 08:12:53.492251 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
3205 2024.12.17 08:12:53.492314 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3206 2024.12.17 08:12:53.492710 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3207 2024.12.17 08:12:53.492796 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 26 rows starting from the beginning of the part
3208 2024.12.17 08:12:53.493187 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part
3209 2024.12.17 08:12:53.493527 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part
3210 2024.12.17 08:12:53.493865 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part
3211 2024.12.17 08:12:53.494037 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part
3212 2024.12.17 08:12:53.494289 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
3213 2024.12.17 08:12:53.495243 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3214 2024.12.17 08:12:53.495320 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3215 2024.12.17 08:12:53.496386 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3216 2024.12.17 08:12:53.496982 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306864 sec., 29207.456607141245 rows/sec., 2.21 MiB/sec.
3217 2024.12.17 08:12:53.496992 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2024.12.17 08:12:53.497205 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3219 2024.12.17 08:12:53.497735 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005643 sec., 40404.04040404041 rows/sec., 2.74 MiB/sec.
3220 2024.12.17 08:12:53.497922 [ 276 ] {e2b0684d-3cf5-4bde-b816-d5c72751b075} <Debug> TCPHandler: Processed in 0.006349011 sec.
3221 2024.12.17 08:12:53.498076 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3222 2024.12.17 08:12:53.498150 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3223 2024.12.17 08:12:53.498207 [ 186 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_16_3} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3224 2024.12.17 08:12:53.498361 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3225 2024.12.17 08:12:53.498395 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3226 2024.12.17 08:12:53.498455 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3227 2024.12.17 08:12:53.499281 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3228 2024.12.17 08:12:53.499322 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3229 2024.12.17 08:12:53.499723 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3230 2024.12.17 08:12:53.499980 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2024.12.17 08:12:53.500194 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001876 sec., 297974.41364605544 rows/sec., 22.14 MiB/sec.
3232 2024.12.17 08:12:53.500247 [ 281 ] {16e9f4a6-ac00-41e4-a13a-f0e96103d1a2} <Debug> TCPHandler: Processed in 0.002204559 sec.
3233 2024.12.17 08:12:53.500403 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3234 2024.12.17 08:12:53.500578 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3235 2024.12.17 08:12:53.500656 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3236 2024.12.17 08:12:53.501606 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2024.12.17 08:12:53.501647 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3238 2024.12.17 08:12:53.502096 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3239 2024.12.17 08:12:53.502329 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3240 2024.12.17 08:12:53.502576 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.002041 sec., 432631.06320431165 rows/sec., 29.11 MiB/sec.
3241 2024.12.17 08:12:53.502696 [ 276 ] {ed66bdcc-74aa-4dca-a7f0-99fedd1ca709} <Debug> TCPHandler: Processed in 0.002361093 sec.
3242 2024.12.17 08:12:53.502857 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3243 2024.12.17 08:12:53.502997 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3244 2024.12.17 08:12:53.503092 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3245 2024.12.17 08:12:53.504363 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3246 2024.12.17 08:12:53.504403 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3247 2024.12.17 08:12:53.505085 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3248 2024.12.17 08:12:53.505345 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3249 2024.12.17 08:12:53.505673 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002682 sec., 12304.250559284117 rows/sec., 22.05 MiB/sec.
3250 2024.12.17 08:12:53.505832 [ 281 ] {7994a2fd-15f1-47ff-94c6-0c304ac3ecfe} <Debug> TCPHandler: Processed in 0.003043762 sec.
3251 2024.12.17 08:12:53.505975 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3252 2024.12.17 08:12:53.506093 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3253 2024.12.17 08:12:53.506144 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3254 2024.12.17 08:12:53.506636 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3255 2024.12.17 08:12:53.506675 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3256 2024.12.17 08:12:53.507049 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3257 2024.12.17 08:12:53.507289 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3258 2024.12.17 08:12:53.507463 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec.
3259 2024.12.17 08:12:53.507514 [ 276 ] {3024c915-835c-401b-838e-d27474cfa1f5} <Debug> TCPHandler: Processed in 0.001594603 sec.
3260 2024.12.17 08:12:54.852760 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3261 2024.12.17 08:12:54.853374 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2024.12.17 08:12:54.853414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3263 2024.12.17 08:12:54.853925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3264 2024.12.17 08:12:54.854173 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3265 2024.12.17 08:12:54.854429 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3266 2024.12.17 08:12:55.275456 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3267 2024.12.17 08:12:55.296524 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3268 2024.12.17 08:12:55.296590 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3269 2024.12.17 08:12:55.304576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3270 2024.12.17 08:12:55.305359 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3271 2024.12.17 08:12:55.308915 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3272 2024.12.17 08:12:58.460232 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3273 2024.12.17 08:12:58.460461 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3274 2024.12.17 08:12:58.460543 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3275 2024.12.17 08:12:58.461301 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3276 2024.12.17 08:12:58.461357 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3277 2024.12.17 08:12:58.461792 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3278 2024.12.17 08:12:58.462061 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2024.12.17 08:12:58.462333 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec.
3280 2024.12.17 08:12:58.462486 [ 281 ] {becd08c5-e48f-4c6f-8e68-27ffefb25399} <Debug> TCPHandler: Processed in 0.002388025 sec.
3281 2024.12.17 08:12:58.462788 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3282 2024.12.17 08:12:58.462997 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3283 2024.12.17 08:12:58.463080 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3284 2024.12.17 08:12:58.464001 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2024.12.17 08:12:58.464042 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3286 2024.12.17 08:12:58.464488 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3287 2024.12.17 08:12:58.464757 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3288 2024.12.17 08:12:58.464956 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002023 sec., 108255.06673257537 rows/sec., 9.43 MiB/sec.
3289 2024.12.17 08:12:58.465012 [ 276 ] {d6efdaf1-81ac-43f0-89e9-46c9eea2e04f} <Debug> TCPHandler: Processed in 0.002370964 sec.
3290 2024.12.17 08:12:58.465184 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3291 2024.12.17 08:12:58.465333 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3292 2024.12.17 08:12:58.465396 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3293 2024.12.17 08:12:58.466035 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3294 2024.12.17 08:12:58.466078 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3295 2024.12.17 08:12:58.466455 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3296 2024.12.17 08:12:58.466701 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3297 2024.12.17 08:12:58.466939 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001641 sec., 9140.767824497258 rows/sec., 644.50 KiB/sec.
3298 2024.12.17 08:12:58.467061 [ 281 ] {9d12408d-b9ca-4676-9cf2-06901bb85fd5} <Debug> TCPHandler: Processed in 0.001944462 sec.
3299 2024.12.17 08:12:58.467229 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3300 2024.12.17 08:12:58.467368 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3301 2024.12.17 08:12:58.467426 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3302 2024.12.17 08:12:58.468023 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3303 2024.12.17 08:12:58.468062 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3304 2024.12.17 08:12:58.468420 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3305 2024.12.17 08:12:58.468665 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3306 2024.12.17 08:12:58.468844 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
3307 2024.12.17 08:12:58.468896 [ 276 ] {d05692ec-5013-414e-aeae-f1abcf14122c} <Debug> TCPHandler: Processed in 0.001734517 sec.
3308 2024.12.17 08:12:58.469048 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2024.12.17 08:12:58.469170 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3310 2024.12.17 08:12:58.469220 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3311 2024.12.17 08:12:58.469805 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3312 2024.12.17 08:12:58.469846 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3313 2024.12.17 08:12:58.470235 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3314 2024.12.17 08:12:58.470484 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3315 2024.12.17 08:12:58.470757 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec.
3316 2024.12.17 08:12:58.470908 [ 281 ] {9e00c55e-6aeb-4cf4-9d21-4af477077acd} <Debug> TCPHandler: Processed in 0.001918981 sec.
3317 2024.12.17 08:12:58.471071 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3318 2024.12.17 08:12:58.471208 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3319 2024.12.17 08:12:58.471266 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3320 2024.12.17 08:12:58.472006 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3321 2024.12.17 08:12:58.472045 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3322 2024.12.17 08:12:58.472427 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3323 2024.12.17 08:12:58.472669 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3324 2024.12.17 08:12:58.472903 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001709 sec., 228203.62785254535 rows/sec., 16.18 MiB/sec.
3325 2024.12.17 08:12:58.473059 [ 276 ] {16956214-8d2c-4327-9206-65c463dd8085} <Debug> TCPHandler: Processed in 0.002053325 sec.
3326 2024.12.17 08:12:58.473261 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3327 2024.12.17 08:12:58.473398 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3328 2024.12.17 08:12:58.473458 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3329 2024.12.17 08:12:58.473954 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3330 2024.12.17 08:12:58.473992 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3331 2024.12.17 08:12:58.474363 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3332 2024.12.17 08:12:58.474620 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3333 2024.12.17 08:12:58.474850 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
3334 2024.12.17 08:12:58.474901 [ 281 ] {bc966342-7b05-44f0-a5be-5789fb79f1f6} <Debug> TCPHandler: Processed in 0.001722326 sec.
3335 2024.12.17 08:12:58.475047 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3336 2024.12.17 08:12:58.475164 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3337 2024.12.17 08:12:58.475218 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3338 2024.12.17 08:12:58.475807 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2024.12.17 08:12:58.475847 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3340 2024.12.17 08:12:58.476249 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3341 2024.12.17 08:12:58.476497 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3342 2024.12.17 08:12:58.476664 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3343 2024.12.17 08:12:58.476734 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001587 sec., 149338.3742911153 rows/sec., 10.01 MiB/sec.
3344 2024.12.17 08:12:58.476742 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3345 2024.12.17 08:12:58.476816 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3346 2024.12.17 08:12:58.476860 [ 276 ] {93944fdc-9aef-4351-b8f7-4e1146152f5c} <Debug> TCPHandler: Processed in 0.001867301 sec.
3347 2024.12.17 08:12:58.477037 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
3348 2024.12.17 08:12:58.477083 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3349 2024.12.17 08:12:58.477207 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3350 2024.12.17 08:12:58.477284 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3733 rows starting from the beginning of the part
3351 2024.12.17 08:12:58.477319 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3352 2024.12.17 08:12:58.477479 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 238 rows starting from the beginning of the part
3353 2024.12.17 08:12:58.477502 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3354 2024.12.17 08:12:58.477906 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
3355 2024.12.17 08:12:58.478300 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
3356 2024.12.17 08:12:58.478644 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 883 rows starting from the beginning of the part
3357 2024.12.17 08:12:58.478948 [ 201 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
3358 2024.12.17 08:12:58.480007 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3359 2024.12.17 08:12:58.480073 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3360 2024.12.17 08:12:58.481036 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3361 2024.12.17 08:12:58.481588 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3362 2024.12.17 08:12:58.481853 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004608 sec., 217.01388888888889 rows/sec., 14.62 KiB/sec.
3363 2024.12.17 08:12:58.481954 [ 281 ] {8f2ded9a-35d4-4d9a-8d6c-6b87f41a24bb} <Debug> TCPHandler: Processed in 0.004983455 sec.
3364 2024.12.17 08:12:58.482102 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3365 2024.12.17 08:12:58.482235 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3366 2024.12.17 08:12:58.482317 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3367 2024.12.17 08:12:58.483315 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5488 rows, containing 5 columns (5 merged, 0 gathered) in 0.006374242 sec., 860965.1155384437 rows/sec., 57.74 MiB/sec.
3368 2024.12.17 08:12:58.483735 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2024.12.17 08:12:58.483788 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3370 2024.12.17 08:12:58.483942 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3371 2024.12.17 08:12:58.484732 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3372 2024.12.17 08:12:58.485011 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3373 2024.12.17 08:12:58.485194 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
3374 2024.12.17 08:12:58.485314 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3375 2024.12.17 08:12:58.485593 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3376 2024.12.17 08:12:58.485773 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3377 2024.12.17 08:12:58.485848 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3378 2024.12.17 08:12:58.485876 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3379 2024.12.17 08:12:58.485911 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003689 sec., 2168.609379235565 rows/sec., 3.89 MiB/sec.
3380 2024.12.17 08:12:58.486540 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
3381 2024.12.17 08:12:58.486802 [ 276 ] {b1b2c5cf-c2e7-4961-a0a2-198e28030b2c} <Debug> TCPHandler: Processed in 0.004755218 sec.
3382 2024.12.17 08:12:58.487036 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2024.12.17 08:12:58.487198 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3384 2024.12.17 08:12:58.487203 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3385 2024.12.17 08:12:58.487279 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3386 2024.12.17 08:12:58.487279 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part
3387 2024.12.17 08:12:58.488026 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part
3388 2024.12.17 08:12:58.488602 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part
3389 2024.12.17 08:12:58.489143 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2024.12.17 08:12:58.489160 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
3391 2024.12.17 08:12:58.489190 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3392 2024.12.17 08:12:58.489646 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part
3393 2024.12.17 08:12:58.490216 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
3394 2024.12.17 08:12:58.490358 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3395 2024.12.17 08:12:58.490887 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3396 2024.12.17 08:12:58.491096 [ 151 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3397 2024.12.17 08:12:58.491209 [ 151 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3398 2024.12.17 08:12:58.491300 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3399 2024.12.17 08:12:58.491307 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00414 sec., 19806.763285024157 rows/sec., 1.26 MiB/sec.
3400 2024.12.17 08:12:58.491578 [ 281 ] {65a8c81b-e403-4ea0-9989-11ac10efd43f} <Debug> TCPHandler: Processed in 0.004664676 sec.
3401 2024.12.17 08:12:58.492056 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
3402 2024.12.17 08:12:58.492432 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3403 2024.12.17 08:12:58.492536 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 458 rows starting from the beginning of the part
3404 2024.12.17 08:12:58.492854 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
3405 2024.12.17 08:12:58.493282 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
3406 2024.12.17 08:12:58.493634 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
3407 2024.12.17 08:12:58.493998 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
3408 2024.12.17 08:12:58.494330 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
3409 2024.12.17 08:12:58.497768 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 4 columns (4 merged, 0 gathered) in 0.006180077 sec., 133331.67208110838 rows/sec., 8.54 MiB/sec.
3410 2024.12.17 08:12:58.498011 [ 200 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3411 2024.12.17 08:12:58.498424 [ 200 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2024.12.17 08:12:58.498503 [ 200 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_16_3} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3413 2024.12.17 08:12:58.498611 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
3414 2024.12.17 08:12:58.498846 [ 200 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 19 columns (19 merged, 0 gathered) in 0.012856727 sec., 16878.323697780936 rows/sec., 30.25 MiB/sec.
3415 2024.12.17 08:12:58.499231 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3416 2024.12.17 08:12:58.499667 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3417 2024.12.17 08:12:58.499759 [ 194 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3418 2024.12.17 08:12:58.499912 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB.
3419 2024.12.17 08:13:02.262583 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
3420 2024.12.17 08:13:02.262654 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
3421 2024.12.17 08:13:02.355483 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3422 2024.12.17 08:13:02.356176 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2024.12.17 08:13:02.356222 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3424 2024.12.17 08:13:02.356730 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3425 2024.12.17 08:13:02.356982 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2024.12.17 08:13:02.357216 [ 150 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3427 2024.12.17 08:13:02.357248 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3428 2024.12.17 08:13:02.357302 [ 150 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3429 2024.12.17 08:13:02.357349 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3430 2024.12.17 08:13:02.357537 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
3431 2024.12.17 08:13:02.357728 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3432 2024.12.17 08:13:02.357776 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3433 2024.12.17 08:13:02.357867 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3434 2024.12.17 08:13:02.358079 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3435 2024.12.17 08:13:02.358456 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3436 2024.12.17 08:13:02.358741 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3437 2024.12.17 08:13:02.358866 [ 194 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3438 2024.12.17 08:13:02.360653 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003215057 sec., 2295760.2306895335 rows/sec., 32.84 MiB/sec.
3439 2024.12.17 08:13:02.361828 [ 193 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3440 2024.12.17 08:13:02.362205 [ 193 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2024.12.17 08:13:02.362297 [ 193 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_16_3} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3442 2024.12.17 08:13:02.362416 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3443 2024.12.17 08:13:02.367559 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 468
3444 2024.12.17 08:13:02.370863 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3445 2024.12.17 08:13:02.370905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3446 2024.12.17 08:13:02.372364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3447 2024.12.17 08:13:02.372663 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3448 2024.12.17 08:13:02.373418 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468
3449 2024.12.17 08:13:02.809933 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3450 2024.12.17 08:13:02.830280 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3451 2024.12.17 08:13:02.830332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3452 2024.12.17 08:13:02.837730 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3453 2024.12.17 08:13:02.838504 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3454 2024.12.17 08:13:02.838967 [ 150 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3455 2024.12.17 08:13:02.839161 [ 150 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2024.12.17 08:13:02.839264 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3457 2024.12.17 08:13:02.839919 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3458 2024.12.17 08:13:02.848566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3459 2024.12.17 08:13:02.849829 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3460 2024.12.17 08:13:02.850708 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3461 2024.12.17 08:13:02.855408 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3462 2024.12.17 08:13:02.859885 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3463 2024.12.17 08:13:02.864593 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3464 2024.12.17 08:13:02.869642 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3465 2024.12.17 08:13:02.873996 [ 199 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
3466 2024.12.17 08:13:02.936424 [ 200 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.09700087 sec., 1247.4114922886774 rows/sec., 6.45 MiB/sec.
3467 2024.12.17 08:13:02.938957 [ 189 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3468 2024.12.17 08:13:02.941917 [ 189 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_16_3} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2024.12.17 08:13:02.942047 [ 189 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_16_3} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3470 2024.12.17 08:13:02.944322 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3471 2024.12.17 08:13:03.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.80 MiB, peak 187.75 MiB, free memory in arenas 0.00 B, will set to 179.30 MiB (RSS), difference: 1.49 MiB
3472 2024.12.17 08:13:03.001403 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000918405 sec.
3473 2024.12.17 08:13:03.456276 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3474 2024.12.17 08:13:03.456459 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3475 2024.12.17 08:13:03.456531 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3476 2024.12.17 08:13:03.457298 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3477 2024.12.17 08:13:03.457348 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3478 2024.12.17 08:13:03.457826 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3479 2024.12.17 08:13:03.458087 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3480 2024.12.17 08:13:03.458346 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001919 sec., 63574.77853048463 rows/sec., 5.39 MiB/sec.
3481 2024.12.17 08:13:03.458547 [ 281 ] {ca38706d-3a7f-489b-8ed9-60e5385af10a} <Debug> TCPHandler: Processed in 0.002391325 sec.
3482 2024.12.17 08:13:03.459048 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3483 2024.12.17 08:13:03.459250 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3484 2024.12.17 08:13:03.459329 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3485 2024.12.17 08:13:03.460127 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3486 2024.12.17 08:13:03.460173 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3487 2024.12.17 08:13:03.460626 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3488 2024.12.17 08:13:03.460899 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3489 2024.12.17 08:13:03.461132 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001932 sec., 17080.745341614907 rows/sec., 1.25 MiB/sec.
3490 2024.12.17 08:13:03.461322 [ 276 ] {98d6a30f-9807-4ecc-964e-5fbf80545c5a} <Debug> TCPHandler: Processed in 0.00262172 sec.
3491 2024.12.17 08:13:03.461522 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3492 2024.12.17 08:13:03.461662 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3493 2024.12.17 08:13:03.461719 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3494 2024.12.17 08:13:03.462449 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3495 2024.12.17 08:13:03.462498 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3496 2024.12.17 08:13:03.462898 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3497 2024.12.17 08:13:03.463144 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2024.12.17 08:13:03.463402 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001771 sec., 54771.31564088086 rows/sec., 4.28 MiB/sec.
3499 2024.12.17 08:13:03.463592 [ 281 ] {b88e47ec-cf1e-4d9c-8255-02f2dcdf9f79} <Debug> TCPHandler: Processed in 0.002170569 sec.
3500 2024.12.17 08:13:03.463770 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3501 2024.12.17 08:13:03.463912 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3502 2024.12.17 08:13:03.463977 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3503 2024.12.17 08:13:03.464675 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2024.12.17 08:13:03.464713 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3505 2024.12.17 08:13:03.465130 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3506 2024.12.17 08:13:03.465383 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3507 2024.12.17 08:13:03.465617 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec.
3508 2024.12.17 08:13:03.465839 [ 276 ] {7a9fd1a0-09e3-465a-8908-cc24f3dd01b9} <Debug> TCPHandler: Processed in 0.002134987 sec.
3509 2024.12.17 08:13:03.466034 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3510 2024.12.17 08:13:03.466176 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3511 2024.12.17 08:13:03.466271 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3512 2024.12.17 08:13:03.467539 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3513 2024.12.17 08:13:03.467579 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3514 2024.12.17 08:13:03.468277 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3515 2024.12.17 08:13:03.468583 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3516 2024.12.17 08:13:03.468833 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002689 sec., 12272.220156191894 rows/sec., 21.99 MiB/sec.
3517 2024.12.17 08:13:03.468930 [ 281 ] {c44125bf-ecd4-4501-b9f9-4a01bcf8a2e1} <Debug> TCPHandler: Processed in 0.00296462 sec.
3518 2024.12.17 08:13:03.469099 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3519 2024.12.17 08:13:03.469239 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3520 2024.12.17 08:13:03.469332 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3521 2024.12.17 08:13:03.469878 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3522 2024.12.17 08:13:03.469917 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3523 2024.12.17 08:13:03.470310 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3524 2024.12.17 08:13:03.470563 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3525 2024.12.17 08:13:03.470741 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec.
3526 2024.12.17 08:13:03.470793 [ 276 ] {cacf8d92-60a6-43ae-a843-c9102d779b77} <Debug> TCPHandler: Processed in 0.001763627 sec.
3527 2024.12.17 08:13:08.459636 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3528 2024.12.17 08:13:08.459870 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3529 2024.12.17 08:13:08.459942 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3530 2024.12.17 08:13:08.460684 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3531 2024.12.17 08:13:08.460735 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3532 2024.12.17 08:13:08.461182 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3533 2024.12.17 08:13:08.461446 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3534 2024.12.17 08:13:08.461597 [ 144 ] {} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3535 2024.12.17 08:13:08.461639 [ 144 ] {} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2024.12.17 08:13:08.461659 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec.
3537 2024.12.17 08:13:08.461662 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3538 2024.12.17 08:13:08.461759 [ 281 ] {b0031246-95f2-41bd-95c0-217a1ef31bc7} <Debug> TCPHandler: Processed in 0.002252821 sec.
3539 2024.12.17 08:13:08.461815 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3540 2024.12.17 08:13:08.461961 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3541 2024.12.17 08:13:08.461998 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3542 2024.12.17 08:13:08.462075 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3543 2024.12.17 08:13:08.462161 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3544 2024.12.17 08:13:08.462515 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3545 2024.12.17 08:13:08.462584 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3546 2024.12.17 08:13:08.462762 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3547 2024.12.17 08:13:08.462874 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3548 2024.12.17 08:13:08.463050 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
3549 2024.12.17 08:13:08.465599 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3550 2024.12.17 08:13:08.465722 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3551 2024.12.17 08:13:08.465774 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004023958 sec., 17395.807809127233 rows/sec., 1.29 MiB/sec.
3552 2024.12.17 08:13:08.466015 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3553 2024.12.17 08:13:08.466706 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_9_2} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3554 2024.12.17 08:13:08.466733 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3555 2024.12.17 08:13:08.466851 [ 200 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_9_2} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3556 2024.12.17 08:13:08.466983 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3557 2024.12.17 08:13:08.467168 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3558 2024.12.17 08:13:08.467435 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004978 sec., 43993.571715548416 rows/sec., 3.83 MiB/sec.
3559 2024.12.17 08:13:08.467523 [ 276 ] {70e94547-ddcc-4149-9361-ef56106076dd} <Debug> TCPHandler: Processed in 0.005644982 sec.
3560 2024.12.17 08:13:08.467683 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3561 2024.12.17 08:13:08.467831 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3562 2024.12.17 08:13:08.467893 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3563 2024.12.17 08:13:08.468625 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3564 2024.12.17 08:13:08.468673 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3565 2024.12.17 08:13:08.469059 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3566 2024.12.17 08:13:08.469306 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3567 2024.12.17 08:13:08.469487 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001693 sec., 8860.011813349083 rows/sec., 624.70 KiB/sec.
3568 2024.12.17 08:13:08.469539 [ 281 ] {e3cffa76-f621-4fc9-8960-96633f10a366} <Debug> TCPHandler: Processed in 0.001922722 sec.
3569 2024.12.17 08:13:08.469691 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3570 2024.12.17 08:13:08.469819 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3571 2024.12.17 08:13:08.469868 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3572 2024.12.17 08:13:08.470466 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3573 2024.12.17 08:13:08.470506 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3574 2024.12.17 08:13:08.470867 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3575 2024.12.17 08:13:08.471107 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3576 2024.12.17 08:13:08.471261 [ 144 ] {} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3577 2024.12.17 08:13:08.471323 [ 144 ] {} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3578 2024.12.17 08:13:08.471360 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec.
3579 2024.12.17 08:13:08.471367 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3580 2024.12.17 08:13:08.471519 [ 276 ] {dd2aa897-66f8-4302-99a2-8333b3aec293} <Debug> TCPHandler: Processed in 0.00188538 sec.
3581 2024.12.17 08:13:08.471570 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
3582 2024.12.17 08:13:08.471682 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3583 2024.12.17 08:13:08.471720 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3584 2024.12.17 08:13:08.471737 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3585 2024.12.17 08:13:08.472011 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3586 2024.12.17 08:13:08.472076 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3587 2024.12.17 08:13:08.472251 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3588 2024.12.17 08:13:08.472296 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
3589 2024.12.17 08:13:08.472745 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part
3590 2024.12.17 08:13:08.472993 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3591 2024.12.17 08:13:08.473453 [ 189 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
3592 2024.12.17 08:13:08.475028 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3593 2024.12.17 08:13:08.475105 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3594 2024.12.17 08:13:08.476150 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3595 2024.12.17 08:13:08.476350 [ 190 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484163 sec., 108641.09814256767 rows/sec., 7.78 MiB/sec.
3596 2024.12.17 08:13:08.476612 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3597 2024.12.17 08:13:08.476622 [ 190 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3598 2024.12.17 08:13:08.476855 [ 144 ] {} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3599 2024.12.17 08:13:08.476943 [ 144 ] {} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3600 2024.12.17 08:13:08.477003 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3601 2024.12.17 08:13:08.477029 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00508 sec., 2559.055118110236 rows/sec., 159.56 KiB/sec.
3602 2024.12.17 08:13:08.477384 [ 281 ] {fffb31d8-71e7-4f1b-983b-0b77243ce867} <Debug> TCPHandler: Processed in 0.005741775 sec.
3603 2024.12.17 08:13:08.477437 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3604 2024.12.17 08:13:08.477483 [ 190 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3605 2024.12.17 08:13:08.477644 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3606 2024.12.17 08:13:08.477824 [ 190 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_11_2} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3607 2024.12.17 08:13:08.477859 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3608 2024.12.17 08:13:08.477928 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3609 2024.12.17 08:13:08.477931 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3610 2024.12.17 08:13:08.478158 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3611 2024.12.17 08:13:08.478199 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3612 2024.12.17 08:13:08.478395 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3613 2024.12.17 08:13:08.478682 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3614 2024.12.17 08:13:08.479037 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3615 2024.12.17 08:13:08.479357 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
3616 2024.12.17 08:13:08.480588 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3617 2024.12.17 08:13:08.480634 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3618 2024.12.17 08:13:08.480937 [ 189 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003814543 sec., 17040.049096313764 rows/sec., 1.10 MiB/sec.
3619 2024.12.17 08:13:08.481179 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3620 2024.12.17 08:13:08.481334 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3621 2024.12.17 08:13:08.481795 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_9_2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3622 2024.12.17 08:13:08.481816 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3623 2024.12.17 08:13:08.481967 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_9_2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3624 2024.12.17 08:13:08.482199 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3625 2024.12.17 08:13:08.482258 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004394 sec., 88757.39644970413 rows/sec., 6.29 MiB/sec.
3626 2024.12.17 08:13:08.482327 [ 276 ] {cd0d1d4e-a289-422b-a5e3-ce1e60e08fdf} <Debug> TCPHandler: Processed in 0.00481327 sec.
3627 2024.12.17 08:13:08.482495 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3628 2024.12.17 08:13:08.482634 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3629 2024.12.17 08:13:08.482695 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3630 2024.12.17 08:13:08.483215 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.12.17 08:13:08.483255 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3632 2024.12.17 08:13:08.483658 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3633 2024.12.17 08:13:08.483905 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2024.12.17 08:13:08.484150 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec.
3635 2024.12.17 08:13:08.484335 [ 281 ] {3074ac08-e6db-4f3c-a90e-50fa98dd98e7} <Debug> TCPHandler: Processed in 0.001906552 sec.
3636 2024.12.17 08:13:08.484506 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2024.12.17 08:13:08.484626 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3638 2024.12.17 08:13:08.484679 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3639 2024.12.17 08:13:08.485308 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2024.12.17 08:13:08.485348 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3641 2024.12.17 08:13:08.485783 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3642 2024.12.17 08:13:08.486029 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2024.12.17 08:13:08.486246 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec.
3644 2024.12.17 08:13:08.486299 [ 276 ] {5131442a-8fd6-457b-8cd3-76f717f0265f} <Debug> TCPHandler: Processed in 0.001851101 sec.
3645 2024.12.17 08:13:08.486456 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3646 2024.12.17 08:13:08.486579 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3647 2024.12.17 08:13:08.486633 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3648 2024.12.17 08:13:08.487136 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3649 2024.12.17 08:13:08.487176 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3650 2024.12.17 08:13:08.487552 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3651 2024.12.17 08:13:08.487800 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2024.12.17 08:13:08.488012 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec.
3653 2024.12.17 08:13:08.488063 [ 281 ] {d6bc9fb6-9136-493c-acd7-240b1c04bc7f} <Debug> TCPHandler: Processed in 0.001667805 sec.
3654 2024.12.17 08:13:08.488200 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3655 2024.12.17 08:13:08.488317 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3656 2024.12.17 08:13:08.488397 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3657 2024.12.17 08:13:08.489457 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2024.12.17 08:13:08.489501 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3659 2024.12.17 08:13:08.490117 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3660 2024.12.17 08:13:08.490370 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3661 2024.12.17 08:13:08.490606 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002313 sec., 3458.7116299178556 rows/sec., 6.20 MiB/sec.
3662 2024.12.17 08:13:08.490701 [ 276 ] {271981c6-d0aa-4aeb-8e15-fcfff538b971} <Debug> TCPHandler: Processed in 0.002554278 sec.
3663 2024.12.17 08:13:08.490858 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3664 2024.12.17 08:13:08.491000 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3665 2024.12.17 08:13:08.491061 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3666 2024.12.17 08:13:08.491650 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3667 2024.12.17 08:13:08.491699 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3668 2024.12.17 08:13:08.492093 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3669 2024.12.17 08:13:08.492343 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3670 2024.12.17 08:13:08.492601 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec.
3671 2024.12.17 08:13:08.492826 [ 281 ] {a8bcaa88-9d9f-4172-af33-6cb25dd97cf0} <Debug> TCPHandler: Processed in 0.002033295 sec.
3672 2024.12.17 08:13:09.858294 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3673 2024.12.17 08:13:09.858924 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3674 2024.12.17 08:13:09.858971 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3675 2024.12.17 08:13:09.859518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3676 2024.12.17 08:13:09.859774 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3677 2024.12.17 08:13:09.860107 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3678 2024.12.17 08:13:10.349545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3679 2024.12.17 08:13:10.367909 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3680 2024.12.17 08:13:10.367966 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3681 2024.12.17 08:13:10.375131 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3682 2024.12.17 08:13:10.375879 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3683 2024.12.17 08:13:10.378342 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3684 2024.12.17 08:13:12.374482 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 502
3685 2024.12.17 08:13:12.377491 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3686 2024.12.17 08:13:12.377537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3687 2024.12.17 08:13:12.379015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3688 2024.12.17 08:13:12.379321 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3689 2024.12.17 08:13:12.379556 [ 138 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3690 2024.12.17 08:13:12.379691 [ 138 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3691 2024.12.17 08:13:12.379783 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3692 2024.12.17 08:13:12.380558 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::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
3693 2024.12.17 08:13:12.381465 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502
3694 2024.12.17 08:13:12.381939 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3695 2024.12.17 08:13:12.382115 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 332 rows starting from the beginning of the part
3696 2024.12.17 08:13:12.382842 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
3697 2024.12.17 08:13:12.383456 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part
3698 2024.12.17 08:13:12.384053 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3699 2024.12.17 08:13:12.384625 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part
3700 2024.12.17 08:13:12.385181 [ 187 ] {5d71a636-510d-43d8-8303-91f282880141::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
3701 2024.12.17 08:13:12.392784 [ 190 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.012836626 sec., 39106.84941666135 rows/sec., 35.81 MiB/sec.
3702 2024.12.17 08:13:12.393921 [ 192 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3703 2024.12.17 08:13:12.394747 [ 192 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3704 2024.12.17 08:13:12.394848 [ 192 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_11_2} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3705 2024.12.17 08:13:12.395160 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB.
3706 2024.12.17 08:13:13.456220 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.12.17 08:13:13.456444 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3708 2024.12.17 08:13:13.456524 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3709 2024.12.17 08:13:13.457375 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2024.12.17 08:13:13.457429 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3711 2024.12.17 08:13:13.457867 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3712 2024.12.17 08:13:13.458127 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.12.17 08:13:13.458319 [ 137 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3714 2024.12.17 08:13:13.458413 [ 137 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2024.12.17 08:13:13.458424 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002027 sec., 60187.46916625555 rows/sec., 5.10 MiB/sec.
3716 2024.12.17 08:13:13.458449 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3717 2024.12.17 08:13:13.458605 [ 281 ] {98d32c85-4a8b-4f40-a20a-62f5d0b79681} <Debug> TCPHandler: Processed in 0.002514978 sec.
3718 2024.12.17 08:13:13.458863 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
3719 2024.12.17 08:13:13.458953 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3720 2024.12.17 08:13:13.459129 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3721 2024.12.17 08:13:13.459200 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1428 rows starting from the beginning of the part
3722 2024.12.17 08:13:13.459211 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3723 2024.12.17 08:13:13.459315 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3724 2024.12.17 08:13:13.459473 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1265 rows starting from the beginning of the part
3725 2024.12.17 08:13:13.459818 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 219 rows starting from the beginning of the part
3726 2024.12.17 08:13:13.460149 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 122 rows starting from the beginning of the part
3727 2024.12.17 08:13:13.460532 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 219 rows starting from the beginning of the part
3728 2024.12.17 08:13:13.460911 [ 195 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 122 rows starting from the beginning of the part
3729 2024.12.17 08:13:13.462290 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2024.12.17 08:13:13.462364 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3731 2024.12.17 08:13:13.463456 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3732 2024.12.17 08:13:13.463814 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2024.12.17 08:13:13.464041 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004925 sec., 6700.507614213198 rows/sec., 503.85 KiB/sec.
3734 2024.12.17 08:13:13.464118 [ 276 ] {efd95acd-5d31-4ce5-9ca7-604e09379eba} <Debug> TCPHandler: Processed in 0.005332874 sec.
3735 2024.12.17 08:13:13.464366 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3736 2024.12.17 08:13:13.464571 [ 190 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3375 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934261 sec., 568731.3045381726 rows/sec., 49.77 MiB/sec.
3737 2024.12.17 08:13:13.464588 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3738 2024.12.17 08:13:13.464715 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3739 2024.12.17 08:13:13.465058 [ 190 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3740 2024.12.17 08:13:13.465711 [ 190 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3741 2024.12.17 08:13:13.465954 [ 190 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_21_4} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3742 2024.12.17 08:13:13.466067 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3743 2024.12.17 08:13:13.466127 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3744 2024.12.17 08:13:13.466139 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3745 2024.12.17 08:13:13.466554 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3746 2024.12.17 08:13:13.466794 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3747 2024.12.17 08:13:13.466983 [ 137 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3748 2024.12.17 08:13:13.467051 [ 137 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2024.12.17 08:13:13.467067 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002518 sec., 38522.63701350278 rows/sec., 3.01 MiB/sec.
3750 2024.12.17 08:13:13.467099 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3751 2024.12.17 08:13:13.467234 [ 281 ] {8a991a0d-cf06-48f2-a7e7-3e79373fd4b2} <Debug> TCPHandler: Processed in 0.002984221 sec.
3752 2024.12.17 08:13:13.467467 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
3753 2024.12.17 08:13:13.467585 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3754 2024.12.17 08:13:13.467726 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3755 2024.12.17 08:13:13.467769 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 901 rows starting from the beginning of the part
3756 2024.12.17 08:13:13.467995 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3757 2024.12.17 08:13:13.468097 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 559 rows starting from the beginning of the part
3758 2024.12.17 08:13:13.468149 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3759 2024.12.17 08:13:13.468506 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 390 rows starting from the beginning of the part
3760 2024.12.17 08:13:13.468921 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 97 rows starting from the beginning of the part
3761 2024.12.17 08:13:13.469260 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 390 rows starting from the beginning of the part
3762 2024.12.17 08:13:13.469617 [ 192 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 97 rows starting from the beginning of the part
3763 2024.12.17 08:13:13.470689 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3764 2024.12.17 08:13:13.470762 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3765 2024.12.17 08:13:13.471725 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3766 2024.12.17 08:13:13.472177 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3767 2024.12.17 08:13:13.472529 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004663 sec., 34312.674244048896 rows/sec., 2.39 MiB/sec.
3768 2024.12.17 08:13:13.472753 [ 276 ] {c165b4db-8aac-4f8a-992c-5136154fd68d} <Debug> TCPHandler: Processed in 0.005405876 sec.
3769 2024.12.17 08:13:13.473001 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3770 2024.12.17 08:13:13.473140 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2434 rows, containing 5 columns (5 merged, 0 gathered) in 0.005880369 sec., 413919.60266439064 rows/sec., 31.76 MiB/sec.
3771 2024.12.17 08:13:13.473220 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3772 2024.12.17 08:13:13.473333 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3773 2024.12.17 08:13:13.473573 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3774 2024.12.17 08:13:13.474420 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3775 2024.12.17 08:13:13.474650 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_21_4} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3776 2024.12.17 08:13:13.474865 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3777 2024.12.17 08:13:13.475692 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3778 2024.12.17 08:13:13.475736 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3779 2024.12.17 08:13:13.476418 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3780 2024.12.17 08:13:13.476681 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3781 2024.12.17 08:13:13.476927 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003761 sec., 8774.262164318001 rows/sec., 15.72 MiB/sec.
3782 2024.12.17 08:13:13.477030 [ 281 ] {dc3a48b6-d05c-4d1d-8b89-6eecd8c41d4f} <Debug> TCPHandler: Processed in 0.004184463 sec.
3783 2024.12.17 08:13:13.477197 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3784 2024.12.17 08:13:13.477339 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3785 2024.12.17 08:13:13.477401 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3786 2024.12.17 08:13:13.477966 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3787 2024.12.17 08:13:13.478003 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3788 2024.12.17 08:13:13.478378 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3789 2024.12.17 08:13:13.478611 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3790 2024.12.17 08:13:13.478845 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec.
3791 2024.12.17 08:13:13.479043 [ 276 ] {ddf5c4c2-0e34-468a-b3c4-8fbde017d01a} <Debug> TCPHandler: Processed in 0.001909582 sec.
3792 2024.12.17 08:13:17.262711 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
3793 2024.12.17 08:13:17.262762 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
3794 2024.12.17 08:13:17.361133 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3795 2024.12.17 08:13:17.361769 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3796 2024.12.17 08:13:17.361806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3797 2024.12.17 08:13:17.362322 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3798 2024.12.17 08:13:17.362581 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3799 2024.12.17 08:13:17.362772 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3800 2024.12.17 08:13:17.879498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3801 2024.12.17 08:13:17.900808 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2024.12.17 08:13:17.900886 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3803 2024.12.17 08:13:17.908150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3804 2024.12.17 08:13:17.908922 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2024.12.17 08:13:17.912292 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3806 2024.12.17 08:13:18.459266 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3807 2024.12.17 08:13:18.459475 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3808 2024.12.17 08:13:18.459555 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3809 2024.12.17 08:13:18.460346 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2024.12.17 08:13:18.460397 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3811 2024.12.17 08:13:18.460825 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3812 2024.12.17 08:13:18.461076 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2024.12.17 08:13:18.461304 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec.
3814 2024.12.17 08:13:18.461361 [ 281 ] {a07db5db-a99c-44a1-b607-e07a7d1d9a2a} <Debug> TCPHandler: Processed in 0.00223134 sec.
3815 2024.12.17 08:13:18.461622 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3816 2024.12.17 08:13:18.461839 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3817 2024.12.17 08:13:18.461920 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3818 2024.12.17 08:13:18.462789 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2024.12.17 08:13:18.462834 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3820 2024.12.17 08:13:18.463288 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3821 2024.12.17 08:13:18.463546 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3822 2024.12.17 08:13:18.463810 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002029 sec., 107934.94332183342 rows/sec., 9.40 MiB/sec.
3823 2024.12.17 08:13:18.463943 [ 276 ] {a0443e51-e047-4f4f-bdf1-3e9d9b30960d} <Debug> TCPHandler: Processed in 0.002461867 sec.
3824 2024.12.17 08:13:18.464158 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3825 2024.12.17 08:13:18.464294 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3826 2024.12.17 08:13:18.464354 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3827 2024.12.17 08:13:18.465061 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3828 2024.12.17 08:13:18.465101 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3829 2024.12.17 08:13:18.465459 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3830 2024.12.17 08:13:18.465696 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3831 2024.12.17 08:13:18.465852 [ 131 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3832 2024.12.17 08:13:18.465923 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001654 sec., 9068.923821039903 rows/sec., 639.43 KiB/sec.
3833 2024.12.17 08:13:18.465932 [ 131 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2024.12.17 08:13:18.465999 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3835 2024.12.17 08:13:18.466041 [ 281 ] {4a7905a9-6998-4aae-884f-761847f9e524} <Debug> TCPHandler: Processed in 0.001986663 sec.
3836 2024.12.17 08:13:18.466253 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3837 2024.12.17 08:13:18.466260 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
3838 2024.12.17 08:13:18.466415 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3839 2024.12.17 08:13:18.466438 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3840 2024.12.17 08:13:18.466487 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3841 2024.12.17 08:13:18.466492 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part
3842 2024.12.17 08:13:18.466721 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part
3843 2024.12.17 08:13:18.466934 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part
3844 2024.12.17 08:13:18.467418 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part
3845 2024.12.17 08:13:18.467661 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part
3846 2024.12.17 08:13:18.467946 [ 201 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part
3847 2024.12.17 08:13:18.468752 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3848 2024.12.17 08:13:18.468797 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3849 2024.12.17 08:13:18.469433 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3850 2024.12.17 08:13:18.469801 [ 192 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.00368322 sec., 45883.7647493226 rows/sec., 3.46 MiB/sec.
3851 2024.12.17 08:13:18.469820 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3852 2024.12.17 08:13:18.470159 [ 198 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3853 2024.12.17 08:13:18.470205 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003822 sec., 3663.003663003663 rows/sec., 256.53 KiB/sec.
3854 2024.12.17 08:13:18.470566 [ 276 ] {2dfe97a3-9b07-4272-b412-c8046caab71f} <Debug> TCPHandler: Processed in 0.004406468 sec.
3855 2024.12.17 08:13:18.470761 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3856 2024.12.17 08:13:18.470942 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3857 2024.12.17 08:13:18.471014 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3858 2024.12.17 08:13:18.471172 [ 198 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2024.12.17 08:13:18.471398 [ 198 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_21_4} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3860 2024.12.17 08:13:18.471609 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3861 2024.12.17 08:13:18.472013 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3862 2024.12.17 08:13:18.472056 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3863 2024.12.17 08:13:18.472422 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3864 2024.12.17 08:13:18.472661 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3865 2024.12.17 08:13:18.472917 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002019 sec., 6438.831104507182 rows/sec., 401.46 KiB/sec.
3866 2024.12.17 08:13:18.473069 [ 281 ] {42d263c0-9d65-4e19-af09-6a0cc37f6be8} <Debug> TCPHandler: Processed in 0.002391525 sec.
3867 2024.12.17 08:13:18.473232 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3868 2024.12.17 08:13:18.473367 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3869 2024.12.17 08:13:18.473425 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3870 2024.12.17 08:13:18.474252 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3871 2024.12.17 08:13:18.474293 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3872 2024.12.17 08:13:18.474784 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3873 2024.12.17 08:13:18.475028 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3874 2024.12.17 08:13:18.475250 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001912 sec., 203974.89539748954 rows/sec., 14.47 MiB/sec.
3875 2024.12.17 08:13:18.475302 [ 276 ] {91113e6e-53de-401f-a675-e3d267c0ebf5} <Debug> TCPHandler: Processed in 0.002138898 sec.
3876 2024.12.17 08:13:18.475465 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3877 2024.12.17 08:13:18.475604 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3878 2024.12.17 08:13:18.475664 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3879 2024.12.17 08:13:18.476198 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3880 2024.12.17 08:13:18.476236 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3881 2024.12.17 08:13:18.476607 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3882 2024.12.17 08:13:18.476846 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3883 2024.12.17 08:13:18.477063 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec.
3884 2024.12.17 08:13:18.477114 [ 281 ] {f9591d55-a632-4717-bbf9-d9e6e4c8a544} <Debug> TCPHandler: Processed in 0.001718626 sec.
3885 2024.12.17 08:13:18.477272 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3886 2024.12.17 08:13:18.477417 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3887 2024.12.17 08:13:18.477478 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3888 2024.12.17 08:13:18.478150 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3889 2024.12.17 08:13:18.478189 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3890 2024.12.17 08:13:18.478585 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3891 2024.12.17 08:13:18.478820 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3892 2024.12.17 08:13:18.479068 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec.
3893 2024.12.17 08:13:18.479218 [ 276 ] {9a220431-9ecb-432f-b629-b77540dda19d} <Debug> TCPHandler: Processed in 0.002012614 sec.
3894 2024.12.17 08:13:18.479405 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3895 2024.12.17 08:13:18.479516 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3896 2024.12.17 08:13:18.479567 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3897 2024.12.17 08:13:18.480028 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3898 2024.12.17 08:13:18.480067 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3899 2024.12.17 08:13:18.480437 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3900 2024.12.17 08:13:18.480668 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3901 2024.12.17 08:13:18.480821 [ 130 ] {} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3902 2024.12.17 08:13:18.480884 [ 130 ] {} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2024.12.17 08:13:18.480914 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
3904 2024.12.17 08:13:18.480926 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3905 2024.12.17 08:13:18.481075 [ 281 ] {2a6a8478-b317-4211-8f2f-8a24570412c1} <Debug> TCPHandler: Processed in 0.001753227 sec.
3906 2024.12.17 08:13:18.481173 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
3907 2024.12.17 08:13:18.481271 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2024.12.17 08:13:18.481332 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3909 2024.12.17 08:13:18.481378 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3910 2024.12.17 08:13:18.481405 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3911 2024.12.17 08:13:18.481541 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3912 2024.12.17 08:13:18.481734 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3913 2024.12.17 08:13:18.481958 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
3914 2024.12.17 08:13:18.482187 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
3915 2024.12.17 08:13:18.482408 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
3916 2024.12.17 08:13:18.482612 [ 201 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
3917 2024.12.17 08:13:18.484593 [ 192 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.003523815 sec., 2837.8334276912947 rows/sec., 191.22 KiB/sec.
3918 2024.12.17 08:13:18.484887 [ 192 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3919 2024.12.17 08:13:18.485077 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2024.12.17 08:13:18.485135 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3921 2024.12.17 08:13:18.485607 [ 192 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3922 2024.12.17 08:13:18.485818 [ 192 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_10_2} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3923 2024.12.17 08:13:18.485981 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3924 2024.12.17 08:13:18.486297 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3925 2024.12.17 08:13:18.486567 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3926 2024.12.17 08:13:18.486856 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00548 sec., 1459.8540145985403 rows/sec., 2.62 MiB/sec.
3927 2024.12.17 08:13:18.487027 [ 276 ] {d5d4fb1a-8645-4677-939f-b2077a84f2c7} <Debug> TCPHandler: Processed in 0.005838708 sec.
3928 2024.12.17 08:13:18.487189 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3929 2024.12.17 08:13:18.487328 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3930 2024.12.17 08:13:18.487386 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3931 2024.12.17 08:13:18.487977 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2024.12.17 08:13:18.488024 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3933 2024.12.17 08:13:18.488401 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3934 2024.12.17 08:13:18.488635 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2024.12.17 08:13:18.488851 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec.
3936 2024.12.17 08:13:18.488900 [ 281 ] {5fac5bc1-6870-4636-b304-317a45c9d411} <Debug> TCPHandler: Processed in 0.001782718 sec.
3937 2024.12.17 08:13:22.382569 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 536
3938 2024.12.17 08:13:22.385607 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3939 2024.12.17 08:13:22.385656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3940 2024.12.17 08:13:22.387137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3941 2024.12.17 08:13:22.387581 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2024.12.17 08:13:22.388104 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536
3943 2024.12.17 08:13:23.486603 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3944 2024.12.17 08:13:23.486821 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3945 2024.12.17 08:13:23.486902 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3946 2024.12.17 08:13:23.487664 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2024.12.17 08:13:23.487714 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3948 2024.12.17 08:13:23.488135 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3949 2024.12.17 08:13:23.488410 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3950 2024.12.17 08:13:23.488667 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001899 sec., 4212.74354923644 rows/sec., 343.52 KiB/sec.
3951 2024.12.17 08:13:23.488768 [ 281 ] {379d4e21-21ac-4099-8ef0-1b115b169e5e} <Debug> TCPHandler: Processed in 0.002301522 sec.
3952 2024.12.17 08:13:23.489083 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3953 2024.12.17 08:13:23.489290 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3954 2024.12.17 08:13:23.489364 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3955 2024.12.17 08:13:23.490747 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3956 2024.12.17 08:13:23.490798 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3957 2024.12.17 08:13:23.491319 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3958 2024.12.17 08:13:23.491574 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3959 2024.12.17 08:13:23.491844 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Debug> executeQuery: Read 1266 rows, 107.00 KiB in 0.002597 sec., 487485.5602618406 rows/sec., 40.24 MiB/sec.
3960 2024.12.17 08:13:23.492042 [ 276 ] {4907bf90-903d-48a8-916a-e7def7c87adf} <Debug> TCPHandler: Processed in 0.003116394 sec.
3961 2024.12.17 08:13:23.492234 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3962 2024.12.17 08:13:23.492373 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3963 2024.12.17 08:13:23.492431 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3964 2024.12.17 08:13:23.493149 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2024.12.17 08:13:23.493193 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3966 2024.12.17 08:13:23.493568 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3967 2024.12.17 08:13:23.493810 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3968 2024.12.17 08:13:23.494017 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Debug> executeQuery: Read 41 rows, 3.04 KiB in 0.001676 sec., 24463.007159904537 rows/sec., 1.77 MiB/sec.
3969 2024.12.17 08:13:23.494072 [ 281 ] {553b5018-b60b-4316-bdd0-9b60aa1d2287} <Debug> TCPHandler: Processed in 0.001936252 sec.
3970 2024.12.17 08:13:23.494239 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.12.17 08:13:23.494377 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3972 2024.12.17 08:13:23.494434 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3973 2024.12.17 08:13:23.495211 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2024.12.17 08:13:23.495252 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3975 2024.12.17 08:13:23.495625 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3976 2024.12.17 08:13:23.495869 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2024.12.17 08:13:23.496077 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00173 sec., 131791.90751445087 rows/sec., 8.92 MiB/sec.
3978 2024.12.17 08:13:23.496128 [ 276 ] {481dfcd6-3ecc-432b-b168-94bbbbe7944c} <Debug> TCPHandler: Processed in 0.001957673 sec.
3979 2024.12.17 08:13:23.496281 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3980 2024.12.17 08:13:23.496417 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3981 2024.12.17 08:13:23.496476 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3982 2024.12.17 08:13:23.497395 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2024.12.17 08:13:23.497434 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3984 2024.12.17 08:13:23.497831 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3985 2024.12.17 08:13:23.498066 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2024.12.17 08:13:23.498276 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.001888 sec., 297139.8305084746 rows/sec., 22.09 MiB/sec.
3987 2024.12.17 08:13:23.498332 [ 281 ] {badca55a-4c45-4777-8b13-65446fc8194f} <Debug> TCPHandler: Processed in 0.002118057 sec.
3988 2024.12.17 08:13:23.498499 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2024.12.17 08:13:23.498638 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3990 2024.12.17 08:13:23.498701 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3991 2024.12.17 08:13:23.499520 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2024.12.17 08:13:23.499558 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3993 2024.12.17 08:13:23.500008 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3994 2024.12.17 08:13:23.500250 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2024.12.17 08:13:23.500427 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3996 2024.12.17 08:13:23.500488 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001879 sec., 470463.0122405535 rows/sec., 31.66 MiB/sec.
3997 2024.12.17 08:13:23.500512 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3998 2024.12.17 08:13:23.500582 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
3999 2024.12.17 08:13:23.500618 [ 276 ] {eb20a9e9-d5a2-4083-88c2-677b3469144d} <Debug> TCPHandler: Processed in 0.002183619 sec.
4000 2024.12.17 08:13:23.500814 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4001 2024.12.17 08:13:23.500844 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
4002 2024.12.17 08:13:23.500951 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4003 2024.12.17 08:13:23.501025 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4004 2024.12.17 08:13:23.501075 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4005 2024.12.17 08:13:23.501091 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5488 rows starting from the beginning of the part
4006 2024.12.17 08:13:23.501384 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
4007 2024.12.17 08:13:23.501746 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
4008 2024.12.17 08:13:23.502161 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
4009 2024.12.17 08:13:23.502544 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
4010 2024.12.17 08:13:23.502931 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 884 rows starting from the beginning of the part
4011 2024.12.17 08:13:23.505188 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2024.12.17 08:13:23.505229 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4013 2024.12.17 08:13:23.506119 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4014 2024.12.17 08:13:23.506445 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4015 2024.12.17 08:13:23.506575 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005878339 sec., 1219051.844407068 rows/sec., 81.92 MiB/sec.
4016 2024.12.17 08:13:23.506695 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4017 2024.12.17 08:13:23.506767 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4018 2024.12.17 08:13:23.506805 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4019 2024.12.17 08:13:23.506846 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.005921 sec., 5573.38287451444 rows/sec., 9.99 MiB/sec.
4020 2024.12.17 08:13:23.507204 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4021 2024.12.17 08:13:23.508045 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
4022 2024.12.17 08:13:23.508093 [ 281 ] {98dd0783-fd57-465f-bbe4-9755f3cf3384} <Debug> TCPHandler: Processed in 0.007370279 sec.
4023 2024.12.17 08:13:23.508388 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4024 2024.12.17 08:13:23.508524 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4025 2024.12.17 08:13:23.508801 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4026 2024.12.17 08:13:23.508897 [ 188 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4027 2024.12.17 08:13:23.508964 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4028 2024.12.17 08:13:23.509288 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
4029 2024.12.17 08:13:23.509534 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4030 2024.12.17 08:13:23.509676 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 217 rows starting from the beginning of the part
4031 2024.12.17 08:13:23.510216 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part
4032 2024.12.17 08:13:23.510506 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4033 2024.12.17 08:13:23.510599 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4034 2024.12.17 08:13:23.510749 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
4035 2024.12.17 08:13:23.511127 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part
4036 2024.12.17 08:13:23.511318 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4037 2024.12.17 08:13:23.511474 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
4038 2024.12.17 08:13:23.511780 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4039 2024.12.17 08:13:23.511815 [ 201 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part
4040 2024.12.17 08:13:23.512059 [ 123 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4041 2024.12.17 08:13:23.512257 [ 123 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2024.12.17 08:13:23.512374 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4043 2024.12.17 08:13:23.512513 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0038 sec., 15789.473684210527 rows/sec., 1.06 MiB/sec.
4044 2024.12.17 08:13:23.512892 [ 276 ] {057c52af-8114-4b38-8639-9a81d139d757} <Debug> TCPHandler: Processed in 0.004657235 sec.
4045 2024.12.17 08:13:23.512940 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4046 2024.12.17 08:13:23.513273 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4047 2024.12.17 08:13:23.513450 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 824 rows starting from the beginning of the part
4048 2024.12.17 08:13:23.513636 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4049 2024.12.17 08:13:23.513954 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4050 2024.12.17 08:13:23.514291 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4051 2024.12.17 08:13:23.514590 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4052 2024.12.17 08:13:23.514845 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4053 2024.12.17 08:13:23.518122 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1168 rows, containing 4 columns (4 merged, 0 gathered) in 0.005607131 sec., 208306.1729786588 rows/sec., 13.44 MiB/sec.
4054 2024.12.17 08:13:23.518415 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4055 2024.12.17 08:13:23.519152 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4056 2024.12.17 08:13:23.519361 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_21_4} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4057 2024.12.17 08:13:23.519522 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4058 2024.12.17 08:13:23.520893 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 19 columns (19 merged, 0 gathered) in 0.013990188 sec., 23730.917697460533 rows/sec., 42.52 MiB/sec.
4059 2024.12.17 08:13:23.521382 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4060 2024.12.17 08:13:23.521788 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4061 2024.12.17 08:13:23.521863 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4062 2024.12.17 08:13:23.522009 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB.
4063 2024.12.17 08:13:24.863820 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4064 2024.12.17 08:13:24.864445 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4065 2024.12.17 08:13:24.864486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4066 2024.12.17 08:13:24.864999 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4067 2024.12.17 08:13:24.865258 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2024.12.17 08:13:24.865468 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4069 2024.12.17 08:13:25.413282 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4070 2024.12.17 08:13:25.433570 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2024.12.17 08:13:25.433623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4072 2024.12.17 08:13:25.441079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4073 2024.12.17 08:13:25.441848 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2024.12.17 08:13:25.444420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4075 2024.12.17 08:13:28.458774 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4076 2024.12.17 08:13:28.459000 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4077 2024.12.17 08:13:28.459079 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4078 2024.12.17 08:13:28.459848 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4079 2024.12.17 08:13:28.459891 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4080 2024.12.17 08:13:28.460315 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4081 2024.12.17 08:13:28.460576 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4082 2024.12.17 08:13:28.460800 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec.
4083 2024.12.17 08:13:28.461060 [ 281 ] {cc0e270f-cfd8-4df9-9662-ba9e852464a7} <Debug> TCPHandler: Processed in 0.002422855 sec.
4084 2024.12.17 08:13:28.461395 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4085 2024.12.17 08:13:28.461615 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4086 2024.12.17 08:13:28.461702 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4087 2024.12.17 08:13:28.462642 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.12.17 08:13:28.462696 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4089 2024.12.17 08:13:28.463148 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4090 2024.12.17 08:13:28.463409 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4091 2024.12.17 08:13:28.463705 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002147 sec., 102002.79459711225 rows/sec., 8.89 MiB/sec.
4092 2024.12.17 08:13:28.463939 [ 276 ] {d09f7bfe-5d5a-49cd-a6c2-6fec1c7ab8de} <Debug> TCPHandler: Processed in 0.002750064 sec.
4093 2024.12.17 08:13:28.464119 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4094 2024.12.17 08:13:28.464262 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4095 2024.12.17 08:13:28.464322 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4096 2024.12.17 08:13:28.465041 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4097 2024.12.17 08:13:28.465087 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4098 2024.12.17 08:13:28.465483 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4099 2024.12.17 08:13:28.465726 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4100 2024.12.17 08:13:28.465898 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001667 sec., 8998.200359928014 rows/sec., 634.44 KiB/sec.
4101 2024.12.17 08:13:28.465950 [ 281 ] {f0ae6781-cdec-49f4-b21b-792df44d10b9} <Debug> TCPHandler: Processed in 0.001899971 sec.
4102 2024.12.17 08:13:28.466115 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4103 2024.12.17 08:13:28.466249 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4104 2024.12.17 08:13:28.466315 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4105 2024.12.17 08:13:28.467099 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4106 2024.12.17 08:13:28.467150 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4107 2024.12.17 08:13:28.467553 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4108 2024.12.17 08:13:28.467798 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4109 2024.12.17 08:13:28.467998 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001785 sec., 7843.137254901962 rows/sec., 549.28 KiB/sec.
4110 2024.12.17 08:13:28.468057 [ 276 ] {8a5943de-68b5-419c-b86d-ba8cf0063880} <Debug> TCPHandler: Processed in 0.002002344 sec.
4111 2024.12.17 08:13:28.468246 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4112 2024.12.17 08:13:28.468369 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4113 2024.12.17 08:13:28.468419 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4114 2024.12.17 08:13:28.469056 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4115 2024.12.17 08:13:28.469098 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4116 2024.12.17 08:13:28.469472 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4117 2024.12.17 08:13:28.469732 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4118 2024.12.17 08:13:28.469947 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec.
4119 2024.12.17 08:13:28.469999 [ 281 ] {3a5791a4-daef-401f-b167-e8978203ae64} <Debug> TCPHandler: Processed in 0.001831219 sec.
4120 2024.12.17 08:13:28.470147 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4121 2024.12.17 08:13:28.470271 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4122 2024.12.17 08:13:28.470323 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4123 2024.12.17 08:13:28.471090 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4124 2024.12.17 08:13:28.471133 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4125 2024.12.17 08:13:28.471546 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4126 2024.12.17 08:13:28.471836 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4127 2024.12.17 08:13:28.472047 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001804 sec., 216186.25277161863 rows/sec., 15.33 MiB/sec.
4128 2024.12.17 08:13:28.472101 [ 276 ] {049a30cf-c928-411a-bf91-f0fc69966683} <Debug> TCPHandler: Processed in 0.002011964 sec.
4129 2024.12.17 08:13:28.472259 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4130 2024.12.17 08:13:28.472399 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4131 2024.12.17 08:13:28.472454 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4132 2024.12.17 08:13:28.472948 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4133 2024.12.17 08:13:28.472989 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4134 2024.12.17 08:13:28.473379 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4135 2024.12.17 08:13:28.473635 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4136 2024.12.17 08:13:28.473801 [ 115 ] {} <Debug> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4137 2024.12.17 08:13:28.473862 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec.
4138 2024.12.17 08:13:28.473874 [ 115 ] {} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4139 2024.12.17 08:13:28.473937 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4140 2024.12.17 08:13:28.473979 [ 281 ] {dee96f7d-2bda-47b4-8343-d8b58eac78f6} <Debug> TCPHandler: Processed in 0.001775788 sec.
4141 2024.12.17 08:13:28.474317 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4142 2024.12.17 08:13:28.474344 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4143 2024.12.17 08:13:28.474635 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4144 2024.12.17 08:13:28.474659 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4145 2024.12.17 08:13:28.474738 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4146 2024.12.17 08:13:28.474749 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4147 2024.12.17 08:13:28.474995 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4148 2024.12.17 08:13:28.475324 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4149 2024.12.17 08:13:28.475729 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4150 2024.12.17 08:13:28.476024 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4151 2024.12.17 08:13:28.476323 [ 188 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
4152 2024.12.17 08:13:28.477713 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2024.12.17 08:13:28.477798 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4154 2024.12.17 08:13:28.479022 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4155 2024.12.17 08:13:28.479141 [ 193 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005112078 sec., 12910.601129325492 rows/sec., 674.53 KiB/sec.
4156 2024.12.17 08:13:28.479276 [ 193 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4157 2024.12.17 08:13:28.479379 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4158 2024.12.17 08:13:28.479695 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005159 sec., 45939.13549137429 rows/sec., 3.08 MiB/sec.
4159 2024.12.17 08:13:28.479742 [ 193 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_11_2} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4160 2024.12.17 08:13:28.479785 [ 276 ] {509ccf77-382d-4269-b380-48a1a243401c} <Debug> TCPHandler: Processed in 0.005688644 sec.
4161 2024.12.17 08:13:28.479877 [ 193 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_11_2} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4162 2024.12.17 08:13:28.479986 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4163 2024.12.17 08:13:28.480002 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4164 2024.12.17 08:13:28.480124 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4165 2024.12.17 08:13:28.480181 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4166 2024.12.17 08:13:28.480661 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4167 2024.12.17 08:13:28.480701 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4168 2024.12.17 08:13:28.481063 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4169 2024.12.17 08:13:28.481299 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4170 2024.12.17 08:13:28.481540 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec.
4171 2024.12.17 08:13:28.481616 [ 281 ] {5b8d552d-7f70-4d54-a507-163eb1bccd18} <Debug> TCPHandler: Processed in 0.001727706 sec.
4172 2024.12.17 08:13:28.481771 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4173 2024.12.17 08:13:28.481907 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4174 2024.12.17 08:13:28.481999 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4175 2024.12.17 08:13:28.483128 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4176 2024.12.17 08:13:28.483169 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4177 2024.12.17 08:13:28.483781 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4178 2024.12.17 08:13:28.484045 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4179 2024.12.17 08:13:28.484358 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002465 sec., 3245.436105476673 rows/sec., 5.82 MiB/sec.
4180 2024.12.17 08:13:28.484625 [ 276 ] {bd3bba06-5dbc-4b35-8701-3d6bf35e181f} <Debug> TCPHandler: Processed in 0.002923098 sec.
4181 2024.12.17 08:13:28.484802 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4182 2024.12.17 08:13:28.484942 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4183 2024.12.17 08:13:28.485003 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4184 2024.12.17 08:13:28.485537 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2024.12.17 08:13:28.485576 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4186 2024.12.17 08:13:28.485949 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4187 2024.12.17 08:13:28.486184 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4188 2024.12.17 08:13:28.486410 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec.
4189 2024.12.17 08:13:28.486513 [ 281 ] {dc3ece1d-d942-46a6-9974-01509894aa5b} <Debug> TCPHandler: Processed in 0.001778748 sec.
4190 2024.12.17 08:13:32.263024 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
4191 2024.12.17 08:13:32.263093 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
4192 2024.12.17 08:13:32.366510 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4193 2024.12.17 08:13:32.367163 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4194 2024.12.17 08:13:32.367208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4195 2024.12.17 08:13:32.367706 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4196 2024.12.17 08:13:32.367949 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4197 2024.12.17 08:13:32.368181 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4198 2024.12.17 08:13:32.389274 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 574
4199 2024.12.17 08:13:32.392749 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4200 2024.12.17 08:13:32.392804 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4201 2024.12.17 08:13:32.394322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4202 2024.12.17 08:13:32.394631 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4203 2024.12.17 08:13:32.395660 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574
4204 2024.12.17 08:13:32.945426 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4205 2024.12.17 08:13:32.967498 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4206 2024.12.17 08:13:32.967558 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4207 2024.12.17 08:13:32.975382 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4208 2024.12.17 08:13:32.976170 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4209 2024.12.17 08:13:32.979450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4210 2024.12.17 08:13:33.457116 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4211 2024.12.17 08:13:33.457302 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4212 2024.12.17 08:13:33.457373 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4213 2024.12.17 08:13:33.458231 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4214 2024.12.17 08:13:33.458282 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4215 2024.12.17 08:13:33.458729 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4216 2024.12.17 08:13:33.458994 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4217 2024.12.17 08:13:33.459234 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001984 sec., 61491.93548387096 rows/sec., 5.21 MiB/sec.
4218 2024.12.17 08:13:33.459291 [ 281 ] {cfe4b0c9-e6ef-4f41-8018-01d8c612e336} <Debug> TCPHandler: Processed in 0.002305573 sec.
4219 2024.12.17 08:13:33.459569 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4220 2024.12.17 08:13:33.459768 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4221 2024.12.17 08:13:33.459849 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4222 2024.12.17 08:13:33.460662 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2024.12.17 08:13:33.460717 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4224 2024.12.17 08:13:33.461155 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4225 2024.12.17 08:13:33.461405 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4226 2024.12.17 08:13:33.461679 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001964 sec., 16802.44399185336 rows/sec., 1.23 MiB/sec.
4227 2024.12.17 08:13:33.461888 [ 276 ] {8df3c203-469e-480b-8d59-da8d3058b2fe} <Debug> TCPHandler: Processed in 0.002452786 sec.
4228 2024.12.17 08:13:33.462089 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4229 2024.12.17 08:13:33.462203 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4230 2024.12.17 08:13:33.462253 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4231 2024.12.17 08:13:33.462841 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4232 2024.12.17 08:13:33.462881 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4233 2024.12.17 08:13:33.463252 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4234 2024.12.17 08:13:33.463486 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2024.12.17 08:13:33.463702 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001522 sec., 63731.93166885677 rows/sec., 4.98 MiB/sec.
4236 2024.12.17 08:13:33.463755 [ 281 ] {f8c5632c-9fb0-449b-bf94-6ba71a5b2b13} <Debug> TCPHandler: Processed in 0.001725696 sec.
4237 2024.12.17 08:13:33.463908 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4238 2024.12.17 08:13:33.464036 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4239 2024.12.17 08:13:33.464100 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4240 2024.12.17 08:13:33.464678 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4241 2024.12.17 08:13:33.464717 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4242 2024.12.17 08:13:33.465122 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4243 2024.12.17 08:13:33.465413 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4244 2024.12.17 08:13:33.465644 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec.
4245 2024.12.17 08:13:33.465698 [ 276 ] {291ae35f-b187-4ce2-b5fc-b0b45ee37e6a} <Debug> TCPHandler: Processed in 0.00184688 sec.
4246 2024.12.17 08:13:33.465878 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4247 2024.12.17 08:13:33.466039 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4248 2024.12.17 08:13:33.466156 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4249 2024.12.17 08:13:33.467717 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4250 2024.12.17 08:13:33.467757 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4251 2024.12.17 08:13:33.468460 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4252 2024.12.17 08:13:33.468727 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4253 2024.12.17 08:13:33.468979 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002978 sec., 11081.262592343854 rows/sec., 19.86 MiB/sec.
4254 2024.12.17 08:13:33.469074 [ 281 ] {f3593282-5879-4c03-822e-6036a16786c2} <Debug> TCPHandler: Processed in 0.003273928 sec.
4255 2024.12.17 08:13:33.469231 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4256 2024.12.17 08:13:33.469354 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4257 2024.12.17 08:13:33.469407 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4258 2024.12.17 08:13:33.469916 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4259 2024.12.17 08:13:33.469956 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4260 2024.12.17 08:13:33.470397 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4261 2024.12.17 08:13:33.470669 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4262 2024.12.17 08:13:33.470929 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec.
4263 2024.12.17 08:13:33.471133 [ 276 ] {8135ccda-d369-4a5b-a5bc-a337674d0db3} <Debug> TCPHandler: Processed in 0.001955753 sec.
4264 2024.12.17 08:13:38.459431 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4265 2024.12.17 08:13:38.459641 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4266 2024.12.17 08:13:38.459714 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4267 2024.12.17 08:13:38.460433 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4268 2024.12.17 08:13:38.460481 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4269 2024.12.17 08:13:38.460919 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4270 2024.12.17 08:13:38.461177 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4271 2024.12.17 08:13:38.461373 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001791 sec., 7816.862088218872 rows/sec., 562.71 KiB/sec.
4272 2024.12.17 08:13:38.461429 [ 281 ] {fa6350d1-bb53-406d-954b-7aa49390cec1} <Debug> TCPHandler: Processed in 0.002129158 sec.
4273 2024.12.17 08:13:38.461669 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4274 2024.12.17 08:13:38.461862 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4275 2024.12.17 08:13:38.461940 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4276 2024.12.17 08:13:38.462721 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2024.12.17 08:13:38.462770 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4278 2024.12.17 08:13:38.463185 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4279 2024.12.17 08:13:38.463448 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2024.12.17 08:13:38.463689 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001883 sec., 2124.2697822623472 rows/sec., 173.22 KiB/sec.
4281 2024.12.17 08:13:38.463755 [ 276 ] {6fc6029f-0436-4c3f-9148-78022e0e2e81} <Debug> TCPHandler: Processed in 0.002226061 sec.
4282 2024.12.17 08:13:38.463930 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4283 2024.12.17 08:13:38.464051 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4284 2024.12.17 08:13:38.464101 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4285 2024.12.17 08:13:38.464808 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4286 2024.12.17 08:13:38.464845 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4287 2024.12.17 08:13:38.465223 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4288 2024.12.17 08:13:38.465460 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4289 2024.12.17 08:13:38.465595 [ 104 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4290 2024.12.17 08:13:38.465637 [ 104 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4291 2024.12.17 08:13:38.465646 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.001618 sec., 136588.38071693448 rows/sec., 11.88 MiB/sec.
4292 2024.12.17 08:13:38.465662 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4293 2024.12.17 08:13:38.465747 [ 281 ] {e45affdf-6602-46af-8218-09ebccd630bd} <Debug> TCPHandler: Processed in 0.00187449 sec.
4294 2024.12.17 08:13:38.466033 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4295 2024.12.17 08:13:38.466126 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
4296 2024.12.17 08:13:38.466334 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4297 2024.12.17 08:13:38.466503 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4298 2024.12.17 08:13:38.466640 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4299 2024.12.17 08:13:38.466752 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1431 rows starting from the beginning of the part
4300 2024.12.17 08:13:38.467022 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 219 rows starting from the beginning of the part
4301 2024.12.17 08:13:38.467388 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1266 rows starting from the beginning of the part
4302 2024.12.17 08:13:38.467783 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 219 rows starting from the beginning of the part
4303 2024.12.17 08:13:38.468120 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 122 rows starting from the beginning of the part
4304 2024.12.17 08:13:38.468436 [ 194 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 221 rows starting from the beginning of the part
4305 2024.12.17 08:13:38.469599 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4306 2024.12.17 08:13:38.469687 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4307 2024.12.17 08:13:38.470656 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4308 2024.12.17 08:13:38.471181 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4309 2024.12.17 08:13:38.471465 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.005243 sec., 3623.879458325386 rows/sec., 254.99 KiB/sec.
4310 2024.12.17 08:13:38.471552 [ 276 ] {4180fe6f-b95c-4d29-b6c1-bb0501efc040} <Debug> TCPHandler: Processed in 0.005687103 sec.
4311 2024.12.17 08:13:38.471774 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4312 2024.12.17 08:13:38.472086 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4313 2024.12.17 08:13:38.472138 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.006362802 sec., 546614.5261160099 rows/sec., 47.92 MiB/sec.
4314 2024.12.17 08:13:38.472160 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4315 2024.12.17 08:13:38.472491 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4316 2024.12.17 08:13:38.473121 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4317 2024.12.17 08:13:38.473293 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4318 2024.12.17 08:13:38.473350 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4319 2024.12.17 08:13:38.473357 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_26_5} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4320 2024.12.17 08:13:38.473556 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
4321 2024.12.17 08:13:38.473856 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4322 2024.12.17 08:13:38.474126 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4323 2024.12.17 08:13:38.474319 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002295 sec., 6100.217864923747 rows/sec., 427.22 KiB/sec.
4324 2024.12.17 08:13:38.474423 [ 281 ] {2c2e1547-4012-481d-919e-a7747f10097c} <Debug> TCPHandler: Processed in 0.002755545 sec.
4325 2024.12.17 08:13:38.474665 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4326 2024.12.17 08:13:38.474792 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4327 2024.12.17 08:13:38.474844 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4328 2024.12.17 08:13:38.475518 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4329 2024.12.17 08:13:38.475561 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4330 2024.12.17 08:13:38.475968 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4331 2024.12.17 08:13:38.476223 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4332 2024.12.17 08:13:38.476443 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001675 sec., 7761.194029850746 rows/sec., 483.91 KiB/sec.
4333 2024.12.17 08:13:38.476506 [ 276 ] {ee371ee2-679e-49f5-ae86-2eb60f391b4b} <Debug> TCPHandler: Processed in 0.001979553 sec.
4334 2024.12.17 08:13:38.476660 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4335 2024.12.17 08:13:38.476780 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4336 2024.12.17 08:13:38.476829 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4337 2024.12.17 08:13:38.477555 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4338 2024.12.17 08:13:38.477594 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4339 2024.12.17 08:13:38.477978 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4340 2024.12.17 08:13:38.478229 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4341 2024.12.17 08:13:38.478357 [ 104 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4342 2024.12.17 08:13:38.478396 [ 104 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4343 2024.12.17 08:13:38.478418 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4344 2024.12.17 08:13:38.478423 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.001666 sec., 236494.59783913565 rows/sec., 16.79 MiB/sec.
4345 2024.12.17 08:13:38.478597 [ 281 ] {242ada9f-74cc-4f1a-b3b6-4fda7b3a018c} <Debug> TCPHandler: Processed in 0.001992383 sec.
4346 2024.12.17 08:13:38.478671 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
4347 2024.12.17 08:13:38.478822 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4348 2024.12.17 08:13:38.478869 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4349 2024.12.17 08:13:38.478930 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part
4350 2024.12.17 08:13:38.479055 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4351 2024.12.17 08:13:38.479224 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 390 rows starting from the beginning of the part
4352 2024.12.17 08:13:38.479268 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4353 2024.12.17 08:13:38.479529 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 561 rows starting from the beginning of the part
4354 2024.12.17 08:13:38.479855 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part
4355 2024.12.17 08:13:38.480140 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 97 rows starting from the beginning of the part
4356 2024.12.17 08:13:38.480456 [ 191 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 394 rows starting from the beginning of the part
4357 2024.12.17 08:13:38.481673 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4358 2024.12.17 08:13:38.481732 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4359 2024.12.17 08:13:38.482961 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4360 2024.12.17 08:13:38.483497 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4361 2024.12.17 08:13:38.483986 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004874 sec., 1231.0217480508823 rows/sec., 64.32 KiB/sec.
4362 2024.12.17 08:13:38.484387 [ 276 ] {3fee764e-3818-418c-bfef-de7bbead0731} <Debug> TCPHandler: Processed in 0.005649842 sec.
4363 2024.12.17 08:13:38.484658 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4364 2024.12.17 08:13:38.484674 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172626 sec., 443733.3478490354 rows/sec., 33.85 MiB/sec.
4365 2024.12.17 08:13:38.484820 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4366 2024.12.17 08:13:38.484880 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4367 2024.12.17 08:13:38.484895 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4368 2024.12.17 08:13:38.485285 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4369 2024.12.17 08:13:38.485368 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_26_5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4370 2024.12.17 08:13:38.485468 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
4371 2024.12.17 08:13:38.485710 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2024.12.17 08:13:38.485747 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4373 2024.12.17 08:13:38.486150 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4374 2024.12.17 08:13:38.486390 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2024.12.17 08:13:38.486568 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00179 sec., 133519.5530726257 rows/sec., 8.95 MiB/sec.
4376 2024.12.17 08:13:38.486624 [ 281 ] {3b566946-110d-4e60-a8ff-1d7a449f24fb} <Debug> TCPHandler: Processed in 0.002122007 sec.
4377 2024.12.17 08:13:38.486785 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4378 2024.12.17 08:13:38.486924 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4379 2024.12.17 08:13:38.486986 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4380 2024.12.17 08:13:38.487550 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2024.12.17 08:13:38.487595 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4382 2024.12.17 08:13:38.487962 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4383 2024.12.17 08:13:38.488211 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2024.12.17 08:13:38.488426 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec.
4385 2024.12.17 08:13:38.488478 [ 276 ] {3ba77e46-133a-4fcf-9374-037f99ed0233} <Debug> TCPHandler: Processed in 0.001764898 sec.
4386 2024.12.17 08:13:38.488621 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4387 2024.12.17 08:13:38.488738 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4388 2024.12.17 08:13:38.488821 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4389 2024.12.17 08:13:38.489932 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4390 2024.12.17 08:13:38.489970 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4391 2024.12.17 08:13:38.490600 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4392 2024.12.17 08:13:38.490862 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4393 2024.12.17 08:13:38.491103 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002389 sec., 3348.6814566764338 rows/sec., 6.00 MiB/sec.
4394 2024.12.17 08:13:38.491210 [ 281 ] {118aee74-5ae7-4548-8d14-d0cdd7aa13b2} <Debug> TCPHandler: Processed in 0.002645762 sec.
4395 2024.12.17 08:13:38.491370 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4396 2024.12.17 08:13:38.491508 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4397 2024.12.17 08:13:38.491568 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4398 2024.12.17 08:13:38.492154 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2024.12.17 08:13:38.492202 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4400 2024.12.17 08:13:38.492639 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4401 2024.12.17 08:13:38.492884 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2024.12.17 08:13:38.493111 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001635 sec., 50152.90519877676 rows/sec., 3.19 MiB/sec.
4403 2024.12.17 08:13:38.493164 [ 276 ] {649efba5-b114-4e4e-a5a0-2864c4184b94} <Debug> TCPHandler: Processed in 0.001861991 sec.
4404 2024.12.17 08:13:39.869214 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4405 2024.12.17 08:13:39.869826 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4406 2024.12.17 08:13:39.869862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4407 2024.12.17 08:13:39.870367 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4408 2024.12.17 08:13:39.870614 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4409 2024.12.17 08:13:39.870765 [ 100 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4410 2024.12.17 08:13:39.870802 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4411 2024.12.17 08:13:39.870816 [ 100 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4412 2024.12.17 08:13:39.870844 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4413 2024.12.17 08:13:39.871062 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
4414 2024.12.17 08:13:39.871480 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4415 2024.12.17 08:13:39.871557 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
4416 2024.12.17 08:13:39.871636 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4417 2024.12.17 08:13:39.871728 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4418 2024.12.17 08:13:39.871969 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4419 2024.12.17 08:13:39.872080 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4420 2024.12.17 08:13:39.872267 [ 200 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4421 2024.12.17 08:13:39.874662 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003748851 sec., 2570921.0635472042 rows/sec., 36.78 MiB/sec.
4422 2024.12.17 08:13:39.875276 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4423 2024.12.17 08:13:39.875765 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2024.12.17 08:13:39.875861 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_21_4} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4425 2024.12.17 08:13:39.875976 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4426 2024.12.17 08:13:40.480435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4427 2024.12.17 08:13:40.502559 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4428 2024.12.17 08:13:40.502618 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4429 2024.12.17 08:13:40.510858 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4430 2024.12.17 08:13:40.511652 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4431 2024.12.17 08:13:40.511971 [ 99 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4432 2024.12.17 08:13:40.512040 [ 99 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4433 2024.12.17 08:13:40.512088 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4434 2024.12.17 08:13:40.512489 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4435 2024.12.17 08:13:40.527178 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4436 2024.12.17 08:13:40.528672 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4437 2024.12.17 08:13:40.529852 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4438 2024.12.17 08:13:40.534607 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4439 2024.12.17 08:13:40.539480 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4440 2024.12.17 08:13:40.544762 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4441 2024.12.17 08:13:40.550377 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4442 2024.12.17 08:13:40.554904 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
4443 2024.12.17 08:13:40.616013 [ 189 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.103781362 sec., 1532.0670006238693 rows/sec., 7.92 MiB/sec.
4444 2024.12.17 08:13:40.618563 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4445 2024.12.17 08:13:40.621318 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_21_4} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4446 2024.12.17 08:13:40.621422 [ 187 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_21_4} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4447 2024.12.17 08:13:40.623541 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4448 2024.12.17 08:13:41.000226 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.48 MiB, peak 196.04 MiB, free memory in arenas 0.00 B, will set to 187.61 MiB (RSS), difference: 2.13 MiB
4449 2024.12.17 08:13:42.396783 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 610
4450 2024.12.17 08:13:42.400151 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4451 2024.12.17 08:13:42.400213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB.
4452 2024.12.17 08:13:42.401716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4453 2024.12.17 08:13:42.402043 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4454 2024.12.17 08:13:42.403161 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 610
4455 2024.12.17 08:13:43.455692 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4456 2024.12.17 08:13:43.455886 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4457 2024.12.17 08:13:43.455954 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4458 2024.12.17 08:13:43.456704 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4459 2024.12.17 08:13:43.456746 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4460 2024.12.17 08:13:43.457176 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4461 2024.12.17 08:13:43.457421 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2024.12.17 08:13:43.457620 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001781 sec., 68500.84222346995 rows/sec., 5.81 MiB/sec.
4463 2024.12.17 08:13:43.457680 [ 281 ] {098ffa07-0d0f-40f1-ac69-62b4c5ead19a} <Debug> TCPHandler: Processed in 0.002111337 sec.
4464 2024.12.17 08:13:43.457982 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4465 2024.12.17 08:13:43.458218 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4466 2024.12.17 08:13:43.458305 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4467 2024.12.17 08:13:43.459142 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4468 2024.12.17 08:13:43.459196 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4469 2024.12.17 08:13:43.459636 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4470 2024.12.17 08:13:43.459908 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2024.12.17 08:13:43.460112 [ 95 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4472 2024.12.17 08:13:43.460142 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001985 sec., 16624.685138539044 rows/sec., 1.22 MiB/sec.
4473 2024.12.17 08:13:43.460191 [ 95 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4474 2024.12.17 08:13:43.460264 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4475 2024.12.17 08:13:43.460285 [ 276 ] {7714c2a2-09bd-47f6-920b-14cd1a8b5138} <Debug> TCPHandler: Processed in 0.002473697 sec.
4476 2024.12.17 08:13:43.460504 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4477 2024.12.17 08:13:43.460537 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
4478 2024.12.17 08:13:43.460708 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4479 2024.12.17 08:13:43.460820 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4480 2024.12.17 08:13:43.460836 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4481 2024.12.17 08:13:43.460950 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part
4482 2024.12.17 08:13:43.461240 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
4483 2024.12.17 08:13:43.461792 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part
4484 2024.12.17 08:13:43.462228 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part
4485 2024.12.17 08:13:43.462505 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part
4486 2024.12.17 08:13:43.462883 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part
4487 2024.12.17 08:13:43.463582 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4488 2024.12.17 08:13:43.463645 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4489 2024.12.17 08:13:43.464674 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4490 2024.12.17 08:13:43.465269 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4491 2024.12.17 08:13:43.465820 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426566 sec., 36671.44193952492 rows/sec., 2.77 MiB/sec.
4492 2024.12.17 08:13:43.465914 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005244 sec., 18497.330282227307 rows/sec., 1.44 MiB/sec.
4493 2024.12.17 08:13:43.466194 [ 281 ] {d121f3af-baae-4b07-b614-3399335d33c8} <Debug> TCPHandler: Processed in 0.005799686 sec.
4494 2024.12.17 08:13:43.466275 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4495 2024.12.17 08:13:43.466408 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4496 2024.12.17 08:13:43.466625 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4497 2024.12.17 08:13:43.466724 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4498 2024.12.17 08:13:43.466819 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2024.12.17 08:13:43.467068 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_26_5} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4500 2024.12.17 08:13:43.467287 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4501 2024.12.17 08:13:43.467779 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4502 2024.12.17 08:13:43.467827 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4503 2024.12.17 08:13:43.468258 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4504 2024.12.17 08:13:43.468518 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4505 2024.12.17 08:13:43.468751 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002192 sec., 72992.700729927 rows/sec., 5.08 MiB/sec.
4506 2024.12.17 08:13:43.468816 [ 276 ] {0f9b25c0-772f-48d9-b6d9-ec8ee425ca7b} <Debug> TCPHandler: Processed in 0.002508907 sec.
4507 2024.12.17 08:13:43.468982 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4508 2024.12.17 08:13:43.469103 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4509 2024.12.17 08:13:43.469185 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4510 2024.12.17 08:13:43.470360 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4511 2024.12.17 08:13:43.470401 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4512 2024.12.17 08:13:43.471068 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4513 2024.12.17 08:13:43.471322 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4514 2024.12.17 08:13:43.471572 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002493 sec., 13237.063778580025 rows/sec., 23.72 MiB/sec.
4515 2024.12.17 08:13:43.471667 [ 281 ] {4c7cc0b7-7d8f-4133-8b2b-d8df9ce18abd} <Debug> TCPHandler: Processed in 0.002745024 sec.
4516 2024.12.17 08:13:43.471898 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4517 2024.12.17 08:13:43.472125 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4518 2024.12.17 08:13:43.472222 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4519 2024.12.17 08:13:43.472984 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4520 2024.12.17 08:13:43.473025 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4521 2024.12.17 08:13:43.473426 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4522 2024.12.17 08:13:43.473688 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4523 2024.12.17 08:13:43.473913 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001845 sec., 32520.325203252032 rows/sec., 2.19 MiB/sec.
4524 2024.12.17 08:13:43.473970 [ 276 ] {e6498440-9b2f-4cfb-921a-64aa80a2b15d} <Debug> TCPHandler: Processed in 0.002182929 sec.
4525 2024.12.17 08:13:47.263156 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
4526 2024.12.17 08:13:47.263218 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
4527 2024.12.17 08:13:47.371853 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4528 2024.12.17 08:13:47.372498 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4529 2024.12.17 08:13:47.372543 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4530 2024.12.17 08:13:47.373063 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4531 2024.12.17 08:13:47.373319 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4532 2024.12.17 08:13:47.373631 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4533 2024.12.17 08:13:48.028205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4534 2024.12.17 08:13:48.047717 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4535 2024.12.17 08:13:48.047785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4536 2024.12.17 08:13:48.054904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4537 2024.12.17 08:13:48.055638 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4538 2024.12.17 08:13:48.059046 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4539 2024.12.17 08:13:48.459903 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4540 2024.12.17 08:13:48.460092 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4541 2024.12.17 08:13:48.460161 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4542 2024.12.17 08:13:48.460902 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4543 2024.12.17 08:13:48.460947 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4544 2024.12.17 08:13:48.461379 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4545 2024.12.17 08:13:48.461633 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4546 2024.12.17 08:13:48.461820 [ 89 ] {} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4547 2024.12.17 08:13:48.461881 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec.
4548 2024.12.17 08:13:48.461899 [ 89 ] {} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4549 2024.12.17 08:13:48.461967 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4550 2024.12.17 08:13:48.462024 [ 281 ] {b3172bfc-7149-4a25-b453-51f214621fae} <Debug> TCPHandler: Processed in 0.002251121 sec.
4551 2024.12.17 08:13:48.462235 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4552 2024.12.17 08:13:48.462348 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4553 2024.12.17 08:13:48.462378 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4554 2024.12.17 08:13:48.462419 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4555 2024.12.17 08:13:48.462546 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4556 2024.12.17 08:13:48.462568 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4557 2024.12.17 08:13:48.462695 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4558 2024.12.17 08:13:48.462720 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4559 2024.12.17 08:13:48.463159 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4560 2024.12.17 08:13:48.463272 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
4561 2024.12.17 08:13:48.464767 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4562 2024.12.17 08:13:48.464821 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4563 2024.12.17 08:13:48.465085 [ 187 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00298101 sec., 23481.974230210566 rows/sec., 1.74 MiB/sec.
4564 2024.12.17 08:13:48.465439 [ 187 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4565 2024.12.17 08:13:48.465692 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4566 2024.12.17 08:13:48.465993 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_13_3} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4567 2024.12.17 08:13:48.466122 [ 189 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_13_3} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4568 2024.12.17 08:13:48.466129 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4569 2024.12.17 08:13:48.466229 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4570 2024.12.17 08:13:48.466413 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.003929 sec., 55739.37388648511 rows/sec., 4.86 MiB/sec.
4571 2024.12.17 08:13:48.466599 [ 276 ] {e7b94e5b-f7be-44c9-9fc5-cc5ca49336ff} <Debug> TCPHandler: Processed in 0.004386478 sec.
4572 2024.12.17 08:13:48.466840 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4573 2024.12.17 08:13:48.466963 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4574 2024.12.17 08:13:48.467011 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4575 2024.12.17 08:13:48.467612 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4576 2024.12.17 08:13:48.467652 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4577 2024.12.17 08:13:48.468017 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4578 2024.12.17 08:13:48.468262 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4579 2024.12.17 08:13:48.468489 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001549 sec., 9683.666881859264 rows/sec., 682.77 KiB/sec.
4580 2024.12.17 08:13:48.468617 [ 281 ] {5d9c1e85-c6fb-4457-8b62-bbb0f8f1cb69} <Debug> TCPHandler: Processed in 0.001893701 sec.
4581 2024.12.17 08:13:48.468780 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4582 2024.12.17 08:13:48.468906 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4583 2024.12.17 08:13:48.468960 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4584 2024.12.17 08:13:48.469558 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2024.12.17 08:13:48.469599 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4586 2024.12.17 08:13:48.469970 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4587 2024.12.17 08:13:48.470213 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2024.12.17 08:13:48.470337 [ 89 ] {} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4589 2024.12.17 08:13:48.470381 [ 89 ] {} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4590 2024.12.17 08:13:48.470405 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001527 sec., 9168.3038637852 rows/sec., 642.09 KiB/sec.
4591 2024.12.17 08:13:48.470411 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4592 2024.12.17 08:13:48.470575 [ 276 ] {30fff762-be89-4514-bd4f-c3267307d50f} <Debug> TCPHandler: Processed in 0.001833299 sec.
4593 2024.12.17 08:13:48.470743 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
4594 2024.12.17 08:13:48.470867 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4595 2024.12.17 08:13:48.471187 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4596 2024.12.17 08:13:48.471251 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4597 2024.12.17 08:13:48.471293 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4598 2024.12.17 08:13:48.471320 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
4599 2024.12.17 08:13:48.471661 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
4600 2024.12.17 08:13:48.471982 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part
4601 2024.12.17 08:13:48.472326 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
4602 2024.12.17 08:13:48.472666 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
4603 2024.12.17 08:13:48.472964 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
4604 2024.12.17 08:13:48.473951 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4605 2024.12.17 08:13:48.474029 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4606 2024.12.17 08:13:48.474939 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4607 2024.12.17 08:13:48.475557 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4608 2024.12.17 08:13:48.475675 [ 198 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134348 sec., 102447.28249818672 rows/sec., 7.34 MiB/sec.
4609 2024.12.17 08:13:48.475797 [ 89 ] {} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4610 2024.12.17 08:13:48.475908 [ 89 ] {} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4611 2024.12.17 08:13:48.476026 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4612 2024.12.17 08:13:48.476051 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004947 sec., 2627.8552658176673 rows/sec., 163.85 KiB/sec.
4613 2024.12.17 08:13:48.476065 [ 192 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4614 2024.12.17 08:13:48.476464 [ 281 ] {5981823e-0ad2-45df-9281-54dd91c9ae88} <Debug> TCPHandler: Processed in 0.005736005 sec.
4615 2024.12.17 08:13:48.476675 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4616 2024.12.17 08:13:48.476918 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4617 2024.12.17 08:13:48.477046 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4618 2024.12.17 08:13:48.477117 [ 192 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4619 2024.12.17 08:13:48.477183 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4620 2024.12.17 08:13:48.477315 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4621 2024.12.17 08:13:48.477450 [ 192 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_16_3} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4622 2024.12.17 08:13:48.477714 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4623 2024.12.17 08:13:48.477773 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
4624 2024.12.17 08:13:48.477807 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4625 2024.12.17 08:13:48.478099 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4626 2024.12.17 08:13:48.478404 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4627 2024.12.17 08:13:48.478683 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
4628 2024.12.17 08:13:48.480602 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4629 2024.12.17 08:13:48.480682 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4630 2024.12.17 08:13:48.481105 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004862911 sec., 13366.479460553564 rows/sec., 885.61 KiB/sec.
4631 2024.12.17 08:13:48.481344 [ 192 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4632 2024.12.17 08:13:48.481590 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4633 2024.12.17 08:13:48.481898 [ 192 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_13_3} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4634 2024.12.17 08:13:48.482051 [ 192 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_13_3} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4635 2024.12.17 08:13:48.482104 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4636 2024.12.17 08:13:48.482230 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4637 2024.12.17 08:13:48.482465 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005302 sec., 73557.14824594492 rows/sec., 5.22 MiB/sec.
4638 2024.12.17 08:13:48.482607 [ 276 ] {c2226bfc-18b4-461c-b312-5acb530a4f80} <Debug> TCPHandler: Processed in 0.006036073 sec.
4639 2024.12.17 08:13:48.482892 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4640 2024.12.17 08:13:48.483048 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4641 2024.12.17 08:13:48.483107 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4642 2024.12.17 08:13:48.483673 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4643 2024.12.17 08:13:48.483720 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4644 2024.12.17 08:13:48.484114 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4645 2024.12.17 08:13:48.484361 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4646 2024.12.17 08:13:48.484618 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 196.54 KiB/sec.
4647 2024.12.17 08:13:48.484841 [ 281 ] {4e2f04b4-73fa-41d1-b92a-3b92d945ca3b} <Debug> TCPHandler: Processed in 0.002083456 sec.
4648 2024.12.17 08:13:48.485015 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4649 2024.12.17 08:13:48.485131 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4650 2024.12.17 08:13:48.485184 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4651 2024.12.17 08:13:48.485770 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4652 2024.12.17 08:13:48.485809 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4653 2024.12.17 08:13:48.486277 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4654 2024.12.17 08:13:48.486536 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4655 2024.12.17 08:13:48.486666 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4656 2024.12.17 08:13:48.486703 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4657 2024.12.17 08:13:48.486726 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec.
4658 2024.12.17 08:13:48.486729 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4659 2024.12.17 08:13:48.486841 [ 276 ] {a1b21bee-264e-4de0-bafc-a656c4be6d30} <Debug> TCPHandler: Processed in 0.001895641 sec.
4660 2024.12.17 08:13:48.487010 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
4661 2024.12.17 08:13:48.487029 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4662 2024.12.17 08:13:48.487176 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4663 2024.12.17 08:13:48.487177 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4664 2024.12.17 08:13:48.487215 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7166 rows starting from the beginning of the part
4665 2024.12.17 08:13:48.487244 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4666 2024.12.17 08:13:48.487413 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
4667 2024.12.17 08:13:48.487660 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
4668 2024.12.17 08:13:48.487951 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 239 rows starting from the beginning of the part
4669 2024.12.17 08:13:48.488424 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
4670 2024.12.17 08:13:48.488728 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
4671 2024.12.17 08:13:48.489369 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4672 2024.12.17 08:13:48.489415 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4673 2024.12.17 08:13:48.489861 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4674 2024.12.17 08:13:48.490204 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4675 2024.12.17 08:13:48.490557 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003419 sec., 292.4831822170225 rows/sec., 19.71 KiB/sec.
4676 2024.12.17 08:13:48.490654 [ 281 ] {975ab63f-62cf-415f-9331-d611114b0ded} <Debug> TCPHandler: Processed in 0.00370921 sec.
4677 2024.12.17 08:13:48.490828 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4678 2024.12.17 08:13:48.490957 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4679 2024.12.17 08:13:48.491083 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4680 2024.12.17 08:13:48.492981 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8199 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143356 sec., 1334612.5472787186 rows/sec., 89.80 MiB/sec.
4681 2024.12.17 08:13:48.493231 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2024.12.17 08:13:48.493249 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4683 2024.12.17 08:13:48.493298 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4684 2024.12.17 08:13:48.493885 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2024.12.17 08:13:48.494066 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4686 2024.12.17 08:13:48.494215 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
4687 2024.12.17 08:13:48.494506 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4688 2024.12.17 08:13:48.494781 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2024.12.17 08:13:48.494930 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4690 2024.12.17 08:13:48.494978 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4691 2024.12.17 08:13:48.495007 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4692 2024.12.17 08:13:48.495009 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004076 sec., 1962.7085377821395 rows/sec., 3.52 MiB/sec.
4693 2024.12.17 08:13:48.495359 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
4694 2024.12.17 08:13:48.495424 [ 276 ] {c90303ef-5eb5-45c4-bc68-b77c54753e95} <Debug> TCPHandler: Processed in 0.004660226 sec.
4695 2024.12.17 08:13:48.495635 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4696 2024.12.17 08:13:48.495918 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4697 2024.12.17 08:13:48.496048 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4698 2024.12.17 08:13:48.496091 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4699 2024.12.17 08:13:48.496331 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 332 rows starting from the beginning of the part
4700 2024.12.17 08:13:48.497149 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
4701 2024.12.17 08:13:48.497973 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part
4702 2024.12.17 08:13:48.498253 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2024.12.17 08:13:48.498401 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4704 2024.12.17 08:13:48.498710 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
4705 2024.12.17 08:13:48.499296 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part
4706 2024.12.17 08:13:48.499948 [ 198 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
4707 2024.12.17 08:13:48.499989 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4708 2024.12.17 08:13:48.500749 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4709 2024.12.17 08:13:48.501119 [ 89 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4710 2024.12.17 08:13:48.501239 [ 89 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4711 2024.12.17 08:13:48.501324 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005477 sec., 14971.699835676465 rows/sec., 973.71 KiB/sec.
4712 2024.12.17 08:13:48.501333 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4713 2024.12.17 08:13:48.501600 [ 281 ] {19802816-2b4a-4ae5-9c77-c38c4ccd2f87} <Debug> TCPHandler: Processed in 0.006062653 sec.
4714 2024.12.17 08:13:48.501906 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
4715 2024.12.17 08:13:48.502287 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4716 2024.12.17 08:13:48.502343 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1168 rows starting from the beginning of the part
4717 2024.12.17 08:13:48.502549 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
4718 2024.12.17 08:13:48.502714 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
4719 2024.12.17 08:13:48.502990 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
4720 2024.12.17 08:13:48.503307 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
4721 2024.12.17 08:13:48.503674 [ 201 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
4722 2024.12.17 08:13:48.507340 [ 188 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 4 columns (4 merged, 0 gathered) in 0.005789846 sec., 264946.59788878664 rows/sec., 17.11 MiB/sec.
4723 2024.12.17 08:13:48.507735 [ 193 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4724 2024.12.17 08:13:48.508257 [ 193 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4725 2024.12.17 08:13:48.508421 [ 193 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_26_5} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4726 2024.12.17 08:13:48.508538 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4727 2024.12.17 08:13:48.509809 [ 199 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 19 columns (19 merged, 0 gathered) in 0.014709487 sec., 28688.967874950362 rows/sec., 51.41 MiB/sec.
4728 2024.12.17 08:13:48.510730 [ 199 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4729 2024.12.17 08:13:48.511240 [ 199 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4730 2024.12.17 08:13:48.511332 [ 199 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4731 2024.12.17 08:13:48.511489 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
4732 2024.12.17 08:13:50.046128 [ 86 ] {} <Debug> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4733 2024.12.17 08:13:50.046196 [ 86 ] {} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4734 2024.12.17 08:13:50.046218 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4735 2024.12.17 08:13:50.046447 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::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
4736 2024.12.17 08:13:50.046623 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4737 2024.12.17 08:13:50.046665 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::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
4738 2024.12.17 08:13:50.046750 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::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
4739 2024.12.17 08:13:50.046964 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
4740 2024.12.17 08:13:50.047166 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
4741 2024.12.17 08:13:50.047340 [ 191 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::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
4742 2024.12.17 08:13:50.048501 [ 199 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002200519 sec., 9997.64146549064 rows/sec., 854.29 KiB/sec.
4743 2024.12.17 08:13:50.048678 [ 188 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4744 2024.12.17 08:13:50.049017 [ 188 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4745 2024.12.17 08:13:50.049104 [ 188 ] {baf488d6-3044-4f65-bc5d-5d4322924d7d::all_1_5_1} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4746 2024.12.17 08:13:50.049204 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4747 2024.12.17 08:13:52.404280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 644
4748 2024.12.17 08:13:52.407396 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4749 2024.12.17 08:13:52.407448 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4750 2024.12.17 08:13:52.408935 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4751 2024.12.17 08:13:52.409267 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4752 2024.12.17 08:13:52.410265 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644
4753 2024.12.17 08:13:53.485534 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4754 2024.12.17 08:13:53.485785 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4755 2024.12.17 08:13:53.485883 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4756 2024.12.17 08:13:53.486800 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4757 2024.12.17 08:13:53.486851 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4758 2024.12.17 08:13:53.487307 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4759 2024.12.17 08:13:53.487580 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4760 2024.12.17 08:13:53.487829 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002131 sec., 2815.5795401220084 rows/sec., 229.59 KiB/sec.
4761 2024.12.17 08:13:53.487901 [ 281 ] {54189910-ff89-464d-8d6d-697ddb1add0c} <Debug> TCPHandler: Processed in 0.002535298 sec.
4762 2024.12.17 08:13:53.488163 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4763 2024.12.17 08:13:53.488359 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4764 2024.12.17 08:13:53.488432 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4765 2024.12.17 08:13:53.489909 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4766 2024.12.17 08:13:53.489949 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4767 2024.12.17 08:13:53.490462 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4768 2024.12.17 08:13:53.490723 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4769 2024.12.17 08:13:53.490915 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Debug> executeQuery: Read 1265 rows, 106.93 KiB in 0.002611 sec., 484488.70164687856 rows/sec., 39.99 MiB/sec.
4770 2024.12.17 08:13:53.490971 [ 276 ] {d52a3154-fe6d-4a31-a74e-4cd8a367ebc6} <Debug> TCPHandler: Processed in 0.00294488 sec.
4771 2024.12.17 08:13:53.491137 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4772 2024.12.17 08:13:53.491267 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4773 2024.12.17 08:13:53.491323 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4774 2024.12.17 08:13:53.492038 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4775 2024.12.17 08:13:53.492083 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4776 2024.12.17 08:13:53.492477 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4777 2024.12.17 08:13:53.492719 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4778 2024.12.17 08:13:53.492958 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001723 sec., 22634.939059779455 rows/sec., 1.64 MiB/sec.
4779 2024.12.17 08:13:53.493101 [ 281 ] {98a13863-8802-462b-9590-251859a4fda9} <Debug> TCPHandler: Processed in 0.002024375 sec.
4780 2024.12.17 08:13:53.493257 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4781 2024.12.17 08:13:53.493379 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4782 2024.12.17 08:13:53.493429 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4783 2024.12.17 08:13:53.494176 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4784 2024.12.17 08:13:53.494216 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4785 2024.12.17 08:13:53.494598 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4786 2024.12.17 08:13:53.494840 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2024.12.17 08:13:53.495021 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001668 sec., 136690.64748201438 rows/sec., 9.26 MiB/sec.
4788 2024.12.17 08:13:53.495074 [ 276 ] {bc2ceda6-a462-40e8-9dbb-1f10c67beff7} <Debug> TCPHandler: Processed in 0.00187456 sec.
4789 2024.12.17 08:13:53.495243 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4790 2024.12.17 08:13:53.495362 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4791 2024.12.17 08:13:53.495410 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4792 2024.12.17 08:13:53.496255 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2024.12.17 08:13:53.496295 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4794 2024.12.17 08:13:53.496713 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4795 2024.12.17 08:13:53.496956 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2024.12.17 08:13:53.497177 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001839 sec., 303969.5486677542 rows/sec., 22.59 MiB/sec.
4797 2024.12.17 08:13:53.497231 [ 281 ] {8fd86604-d654-4355-95a5-1944ceea7900} <Debug> TCPHandler: Processed in 0.002045626 sec.
4798 2024.12.17 08:13:53.497385 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4799 2024.12.17 08:13:53.497502 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4800 2024.12.17 08:13:53.497556 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4801 2024.12.17 08:13:53.498361 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2024.12.17 08:13:53.498399 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4803 2024.12.17 08:13:53.498864 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4804 2024.12.17 08:13:53.499111 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4805 2024.12.17 08:13:53.499301 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001824 sec., 484100.8771929824 rows/sec., 32.57 MiB/sec.
4806 2024.12.17 08:13:53.499351 [ 276 ] {18b64c9a-b65a-4a43-9471-f11c9bd2efac} <Debug> TCPHandler: Processed in 0.002023305 sec.
4807 2024.12.17 08:13:53.499516 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4808 2024.12.17 08:13:53.499657 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4809 2024.12.17 08:13:53.499753 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4810 2024.12.17 08:13:53.501039 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4811 2024.12.17 08:13:53.501080 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4812 2024.12.17 08:13:53.501779 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4813 2024.12.17 08:13:53.502045 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4814 2024.12.17 08:13:53.502294 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002668 sec., 12368.815592203899 rows/sec., 22.16 MiB/sec.
4815 2024.12.17 08:13:53.502414 [ 281 ] {1c8e7a52-9582-41eb-87aa-c76b663c337c} <Debug> TCPHandler: Processed in 0.00296904 sec.
4816 2024.12.17 08:13:53.502586 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4817 2024.12.17 08:13:53.502711 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4818 2024.12.17 08:13:53.502761 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4819 2024.12.17 08:13:53.503269 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4820 2024.12.17 08:13:53.503308 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4821 2024.12.17 08:13:53.503704 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4822 2024.12.17 08:13:53.503947 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4823 2024.12.17 08:13:53.504162 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec.
4824 2024.12.17 08:13:53.504212 [ 276 ] {39fe2faf-d4d7-4e87-948e-1c92c0200748} <Debug> TCPHandler: Processed in 0.001689286 sec.
4825 2024.12.17 08:13:54.874679 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4826 2024.12.17 08:13:54.875300 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2024.12.17 08:13:54.875341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4828 2024.12.17 08:13:54.875844 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4829 2024.12.17 08:13:54.876089 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4830 2024.12.17 08:13:54.876310 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4831 2024.12.17 08:13:55.560059 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4832 2024.12.17 08:13:55.579236 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4833 2024.12.17 08:13:55.579292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4834 2024.12.17 08:13:55.586874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4835 2024.12.17 08:13:55.587627 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4836 2024.12.17 08:13:55.590998 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4837 2024.12.17 08:13:58.459506 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4838 2024.12.17 08:13:58.459712 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4839 2024.12.17 08:13:58.459792 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4840 2024.12.17 08:13:58.460552 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4841 2024.12.17 08:13:58.460610 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4842 2024.12.17 08:13:58.461068 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4843 2024.12.17 08:13:58.461329 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4844 2024.12.17 08:13:58.461604 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec.
4845 2024.12.17 08:13:58.461727 [ 281 ] {ba245032-ec16-4997-8c52-ff642e94183f} <Debug> TCPHandler: Processed in 0.002349943 sec.
4846 2024.12.17 08:13:58.461985 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4847 2024.12.17 08:13:58.462177 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4848 2024.12.17 08:13:58.462251 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4849 2024.12.17 08:13:58.463111 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4850 2024.12.17 08:13:58.463154 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4851 2024.12.17 08:13:58.463639 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4852 2024.12.17 08:13:58.463895 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4853 2024.12.17 08:13:58.464134 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002007 sec., 109118.08669656202 rows/sec., 9.51 MiB/sec.
4854 2024.12.17 08:13:58.464320 [ 276 ] {d6d725c9-236b-4ec6-a691-9968497360dd} <Debug> TCPHandler: Processed in 0.002467767 sec.
4855 2024.12.17 08:13:58.464523 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4856 2024.12.17 08:13:58.464651 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4857 2024.12.17 08:13:58.464707 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4858 2024.12.17 08:13:58.465329 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2024.12.17 08:13:58.465371 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4860 2024.12.17 08:13:58.465742 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4861 2024.12.17 08:13:58.465999 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4862 2024.12.17 08:13:58.466224 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 659.36 KiB/sec.
4863 2024.12.17 08:13:58.466283 [ 281 ] {c551bde1-5f5c-4071-a9e7-379ef1aac929} <Debug> TCPHandler: Processed in 0.001831729 sec.
4864 2024.12.17 08:13:58.466449 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4865 2024.12.17 08:13:58.466589 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4866 2024.12.17 08:13:58.466647 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4867 2024.12.17 08:13:58.467312 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4868 2024.12.17 08:13:58.467350 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4869 2024.12.17 08:13:58.467707 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4870 2024.12.17 08:13:58.467951 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4871 2024.12.17 08:13:58.468164 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
4872 2024.12.17 08:13:58.468217 [ 276 ] {e0fd898f-ac00-49cd-beb7-ee6cff9c9394} <Debug> TCPHandler: Processed in 0.00183529 sec.
4873 2024.12.17 08:13:58.468367 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4874 2024.12.17 08:13:58.468492 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4875 2024.12.17 08:13:58.468545 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4876 2024.12.17 08:13:58.469158 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4877 2024.12.17 08:13:58.469197 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4878 2024.12.17 08:13:58.469596 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4879 2024.12.17 08:13:58.469836 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4880 2024.12.17 08:13:58.470019 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec.
4881 2024.12.17 08:13:58.470076 [ 281 ] {1032a0a6-0c0a-4c95-a99c-f5d5620696c2} <Debug> TCPHandler: Processed in 0.001767618 sec.
4882 2024.12.17 08:13:58.470230 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4883 2024.12.17 08:13:58.470367 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4884 2024.12.17 08:13:58.470425 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4885 2024.12.17 08:13:58.471247 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2024.12.17 08:13:58.471313 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4887 2024.12.17 08:13:58.471696 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4888 2024.12.17 08:13:58.471947 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4889 2024.12.17 08:13:58.472203 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001861 sec., 209564.75013433638 rows/sec., 14.86 MiB/sec.
4890 2024.12.17 08:13:58.472415 [ 276 ] {313a2ea9-68e4-4e16-a940-481ed144c03c} <Debug> TCPHandler: Processed in 0.002246431 sec.
4891 2024.12.17 08:13:58.472627 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4892 2024.12.17 08:13:58.472767 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4893 2024.12.17 08:13:58.472826 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4894 2024.12.17 08:13:58.473350 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4895 2024.12.17 08:13:58.473387 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4896 2024.12.17 08:13:58.473757 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4897 2024.12.17 08:13:58.474001 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4898 2024.12.17 08:13:58.474181 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
4899 2024.12.17 08:13:58.474231 [ 281 ] {73c439da-36ff-4e17-a48d-59c4b6bed931} <Debug> TCPHandler: Processed in 0.001723247 sec.
4900 2024.12.17 08:13:58.474373 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4901 2024.12.17 08:13:58.474491 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4902 2024.12.17 08:13:58.474544 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4903 2024.12.17 08:13:58.475130 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4904 2024.12.17 08:13:58.475170 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4905 2024.12.17 08:13:58.475564 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4906 2024.12.17 08:13:58.475799 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4907 2024.12.17 08:13:58.476013 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001546 sec., 153298.83570504526 rows/sec., 10.28 MiB/sec.
4908 2024.12.17 08:13:58.476065 [ 276 ] {8fd882df-be22-4ed4-ab74-f35d18b5f726} <Debug> TCPHandler: Processed in 0.001749947 sec.
4909 2024.12.17 08:13:58.476202 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4910 2024.12.17 08:13:58.476320 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4911 2024.12.17 08:13:58.476372 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4912 2024.12.17 08:13:58.476845 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4913 2024.12.17 08:13:58.476882 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4914 2024.12.17 08:13:58.477242 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4915 2024.12.17 08:13:58.477468 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4916 2024.12.17 08:13:58.477717 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec.
4917 2024.12.17 08:13:58.477954 [ 281 ] {4d254fc6-0206-4f5a-bc67-24a5ae2e7863} <Debug> TCPHandler: Processed in 0.001803998 sec.
4918 2024.12.17 08:13:58.478159 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4919 2024.12.17 08:13:58.478296 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4920 2024.12.17 08:13:58.478390 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4921 2024.12.17 08:13:58.479597 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4922 2024.12.17 08:13:58.479637 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4923 2024.12.17 08:13:58.480257 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4924 2024.12.17 08:13:58.480514 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4925 2024.12.17 08:13:58.480749 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002482 sec., 3223.2070910556004 rows/sec., 5.78 MiB/sec.
4926 2024.12.17 08:13:58.480843 [ 276 ] {59934c0f-713d-478a-a9fb-2ca168fdd941} <Debug> TCPHandler: Processed in 0.002786415 sec.
4927 2024.12.17 08:13:58.480999 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4928 2024.12.17 08:13:58.481136 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4929 2024.12.17 08:13:58.481196 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4930 2024.12.17 08:13:58.481793 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4931 2024.12.17 08:13:58.481840 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4932 2024.12.17 08:13:58.482264 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4933 2024.12.17 08:13:58.482498 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4934 2024.12.17 08:13:58.482691 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec.
4935 2024.12.17 08:13:58.482817 [ 281 ] {272302a4-902c-42f2-9b19-f8e3810efa20} <Debug> TCPHandler: Processed in 0.001885921 sec.
4936 2024.12.17 08:14:02.263288 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
4937 2024.12.17 08:14:02.263373 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
4938 2024.12.17 08:14:02.377349 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4939 2024.12.17 08:14:02.378002 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4940 2024.12.17 08:14:02.378047 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4941 2024.12.17 08:14:02.378576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4942 2024.12.17 08:14:02.378824 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4943 2024.12.17 08:14:02.379056 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4944 2024.12.17 08:14:02.411405 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 682
4945 2024.12.17 08:14:02.414625 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4946 2024.12.17 08:14:02.414682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4947 2024.12.17 08:14:02.416186 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4948 2024.12.17 08:14:02.416503 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2024.12.17 08:14:02.416774 [ 63 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4950 2024.12.17 08:14:02.416929 [ 63 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4951 2024.12.17 08:14:02.417045 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4952 2024.12.17 08:14:02.418247 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::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
4953 2024.12.17 08:14:02.418444 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682
4954 2024.12.17 08:14:02.419090 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4955 2024.12.17 08:14:02.419277 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 502 rows starting from the beginning of the part
4956 2024.12.17 08:14:02.419950 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part
4957 2024.12.17 08:14:02.420599 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part
4958 2024.12.17 08:14:02.421222 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part
4959 2024.12.17 08:14:02.421881 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
4960 2024.12.17 08:14:02.422525 [ 194 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part
4961 2024.12.17 08:14:02.430224 [ 188 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.01295102 sec., 52659.94493097841 rows/sec., 45.32 MiB/sec.
4962 2024.12.17 08:14:02.431853 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4963 2024.12.17 08:14:02.432658 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4964 2024.12.17 08:14:02.432747 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_16_3} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4965 2024.12.17 08:14:02.433072 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB.
4966 2024.12.17 08:14:03.091991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4967 2024.12.17 08:14:03.112889 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4968 2024.12.17 08:14:03.112955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4969 2024.12.17 08:14:03.120745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4970 2024.12.17 08:14:03.121625 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4971 2024.12.17 08:14:03.125698 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4972 2024.12.17 08:14:03.456421 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4973 2024.12.17 08:14:03.456693 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4974 2024.12.17 08:14:03.456795 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4975 2024.12.17 08:14:03.457912 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4976 2024.12.17 08:14:03.457969 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4977 2024.12.17 08:14:03.458492 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4978 2024.12.17 08:14:03.458791 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4979 2024.12.17 08:14:03.459006 [ 59 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4980 2024.12.17 08:14:03.459085 [ 59 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4981 2024.12.17 08:14:03.459093 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002462 sec., 49553.20877335499 rows/sec., 4.20 MiB/sec.
4982 2024.12.17 08:14:03.459119 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4983 2024.12.17 08:14:03.459297 [ 281 ] {845aa380-6eb8-49b6-bf4b-4756fdefd2b6} <Debug> TCPHandler: Processed in 0.003031202 sec.
4984 2024.12.17 08:14:03.459374 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
4985 2024.12.17 08:14:03.459618 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4986 2024.12.17 08:14:03.459644 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4987 2024.12.17 08:14:03.459667 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1435 rows starting from the beginning of the part
4988 2024.12.17 08:14:03.459919 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 122 rows starting from the beginning of the part
4989 2024.12.17 08:14:03.460017 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4990 2024.12.17 08:14:03.460204 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4991 2024.12.17 08:14:03.460322 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 219 rows starting from the beginning of the part
4992 2024.12.17 08:14:03.460668 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1265 rows starting from the beginning of the part
4993 2024.12.17 08:14:03.460956 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 219 rows starting from the beginning of the part
4994 2024.12.17 08:14:03.461343 [ 200 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 122 rows starting from the beginning of the part
4995 2024.12.17 08:14:03.463011 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2024.12.17 08:14:03.463148 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
4997 2024.12.17 08:14:03.464540 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4998 2024.12.17 08:14:03.464865 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4999 2024.12.17 08:14:03.465705 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005764 sec., 5725.1908396946565 rows/sec., 430.51 KiB/sec.
5000 2024.12.17 08:14:03.466195 [ 276 ] {747d1446-1e65-4109-b553-fd351f7e43b6} <Debug> TCPHandler: Processed in 0.006749662 sec.
5001 2024.12.17 08:14:03.466279 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3382 rows, containing 5 columns (5 merged, 0 gathered) in 0.00702585 sec., 481365.24406299595 rows/sec., 42.11 MiB/sec.
5002 2024.12.17 08:14:03.466490 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5003 2024.12.17 08:14:03.466694 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5004 2024.12.17 08:14:03.466704 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5005 2024.12.17 08:14:03.466821 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5006 2024.12.17 08:14:03.467286 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5007 2024.12.17 08:14:03.467525 [ 199 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_31_6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5008 2024.12.17 08:14:03.467650 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5009 2024.12.17 08:14:03.467935 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5010 2024.12.17 08:14:03.467978 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5011 2024.12.17 08:14:03.468345 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5012 2024.12.17 08:14:03.468579 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5013 2024.12.17 08:14:03.468742 [ 59 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5014 2024.12.17 08:14:03.468793 [ 59 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5015 2024.12.17 08:14:03.468818 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002166 sec., 44783.01015697137 rows/sec., 3.50 MiB/sec.
5016 2024.12.17 08:14:03.468834 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5017 2024.12.17 08:14:03.468986 [ 281 ] {c695a7ad-8629-4b1d-a992-40149e59dec1} <Debug> TCPHandler: Processed in 0.002657071 sec.
5018 2024.12.17 08:14:03.469070 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
5019 2024.12.17 08:14:03.469197 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5020 2024.12.17 08:14:03.469265 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5021 2024.12.17 08:14:03.469325 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 915 rows starting from the beginning of the part
5022 2024.12.17 08:14:03.469417 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5023 2024.12.17 08:14:03.469560 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 97 rows starting from the beginning of the part
5024 2024.12.17 08:14:03.469630 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5025 2024.12.17 08:14:03.469957 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 390 rows starting from the beginning of the part
5026 2024.12.17 08:14:03.470328 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 559 rows starting from the beginning of the part
5027 2024.12.17 08:14:03.470703 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 390 rows starting from the beginning of the part
5028 2024.12.17 08:14:03.471082 [ 195 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 97 rows starting from the beginning of the part
5029 2024.12.17 08:14:03.472353 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5030 2024.12.17 08:14:03.472434 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5031 2024.12.17 08:14:03.473536 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5032 2024.12.17 08:14:03.473897 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5033 2024.12.17 08:14:03.474376 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005 sec., 32000 rows/sec., 2.23 MiB/sec.
5034 2024.12.17 08:14:03.474468 [ 199 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.005515719 sec., 443822.4644874041 rows/sec., 34.07 MiB/sec.
5035 2024.12.17 08:14:03.474524 [ 276 ] {f1d41f0a-a907-4be0-80c1-ce9321e1f66a} <Debug> TCPHandler: Processed in 0.005415456 sec.
5036 2024.12.17 08:14:03.474703 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5037 2024.12.17 08:14:03.474706 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5038 2024.12.17 08:14:03.474852 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5039 2024.12.17 08:14:03.474957 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5040 2024.12.17 08:14:03.475069 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5041 2024.12.17 08:14:03.475213 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_31_6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5042 2024.12.17 08:14:03.475335 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
5043 2024.12.17 08:14:03.476363 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2024.12.17 08:14:03.476402 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5045 2024.12.17 08:14:03.477082 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5046 2024.12.17 08:14:03.477342 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5047 2024.12.17 08:14:03.477588 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002764 sec., 11939.218523878437 rows/sec., 21.39 MiB/sec.
5048 2024.12.17 08:14:03.477709 [ 281 ] {4b0984cb-67bd-4726-994d-3b37e5b1fecc} <Debug> TCPHandler: Processed in 0.003066453 sec.
5049 2024.12.17 08:14:03.477915 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5050 2024.12.17 08:14:03.478053 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5051 2024.12.17 08:14:03.478112 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5052 2024.12.17 08:14:03.478644 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5053 2024.12.17 08:14:03.478684 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5054 2024.12.17 08:14:03.479063 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5055 2024.12.17 08:14:03.479301 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5056 2024.12.17 08:14:03.479474 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec.
5057 2024.12.17 08:14:03.479523 [ 276 ] {e85916e9-ad8d-41b0-9b99-4d10ea09e80f} <Debug> TCPHandler: Processed in 0.001680835 sec.
5058 2024.12.17 08:14:08.459258 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5059 2024.12.17 08:14:08.459457 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5060 2024.12.17 08:14:08.459530 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5061 2024.12.17 08:14:08.460275 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5062 2024.12.17 08:14:08.460320 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5063 2024.12.17 08:14:08.460755 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5064 2024.12.17 08:14:08.461008 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5065 2024.12.17 08:14:08.461258 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec.
5066 2024.12.17 08:14:08.461443 [ 281 ] {242bbe2f-1e2c-4966-be62-db889aa426dc} <Debug> TCPHandler: Processed in 0.002308132 sec.
5067 2024.12.17 08:14:08.461745 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5068 2024.12.17 08:14:08.461934 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5069 2024.12.17 08:14:08.462007 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5070 2024.12.17 08:14:08.462878 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5071 2024.12.17 08:14:08.462929 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5072 2024.12.17 08:14:08.463370 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5073 2024.12.17 08:14:08.463613 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5074 2024.12.17 08:14:08.463840 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001961 sec., 111677.71545130035 rows/sec., 9.73 MiB/sec.
5075 2024.12.17 08:14:08.463898 [ 276 ] {67a23207-b490-4b4c-abea-5b08fc4c6b3f} <Debug> TCPHandler: Processed in 0.002292212 sec.
5076 2024.12.17 08:14:08.464072 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5077 2024.12.17 08:14:08.464191 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5078 2024.12.17 08:14:08.464245 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5079 2024.12.17 08:14:08.464847 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5080 2024.12.17 08:14:08.464886 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5081 2024.12.17 08:14:08.465248 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5082 2024.12.17 08:14:08.465507 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5083 2024.12.17 08:14:08.465680 [ 50 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5084 2024.12.17 08:14:08.465745 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001572 sec., 9541.984732824427 rows/sec., 672.78 KiB/sec.
5085 2024.12.17 08:14:08.465755 [ 50 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5086 2024.12.17 08:14:08.465824 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5087 2024.12.17 08:14:08.465872 [ 281 ] {011e0797-9a43-40c4-ab48-b7f25cb2276e} <Debug> TCPHandler: Processed in 0.00185713 sec.
5088 2024.12.17 08:14:08.466170 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5089 2024.12.17 08:14:08.466181 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
5090 2024.12.17 08:14:08.466607 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5091 2024.12.17 08:14:08.466627 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5092 2024.12.17 08:14:08.466699 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5093 2024.12.17 08:14:08.466705 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part
5094 2024.12.17 08:14:08.467068 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part
5095 2024.12.17 08:14:08.467405 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
5096 2024.12.17 08:14:08.467768 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part
5097 2024.12.17 08:14:08.468139 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part
5098 2024.12.17 08:14:08.468526 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part
5099 2024.12.17 08:14:08.469579 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5100 2024.12.17 08:14:08.469648 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5101 2024.12.17 08:14:08.470634 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5102 2024.12.17 08:14:08.471199 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005242762 sec., 34905.265583293694 rows/sec., 2.62 MiB/sec.
5103 2024.12.17 08:14:08.471202 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5104 2024.12.17 08:14:08.471451 [ 190 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5105 2024.12.17 08:14:08.471639 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005194 sec., 2695.4177897574123 rows/sec., 188.77 KiB/sec.
5106 2024.12.17 08:14:08.471790 [ 276 ] {56c385d2-38a8-4980-b389-4c51a59ffd28} <Debug> TCPHandler: Processed in 0.005798426 sec.
5107 2024.12.17 08:14:08.472008 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5108 2024.12.17 08:14:08.472058 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2024.12.17 08:14:08.472234 [ 199 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_31_6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5110 2024.12.17 08:14:08.472243 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5111 2024.12.17 08:14:08.472361 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5112 2024.12.17 08:14:08.472379 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5113 2024.12.17 08:14:08.473000 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2024.12.17 08:14:08.473043 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5115 2024.12.17 08:14:08.473411 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5116 2024.12.17 08:14:08.473649 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2024.12.17 08:14:08.473906 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001717 sec., 7571.3453698311005 rows/sec., 472.07 KiB/sec.
5118 2024.12.17 08:14:08.474131 [ 281 ] {2588f113-331c-48f3-bf64-120c77ba0feb} <Debug> TCPHandler: Processed in 0.00222284 sec.
5119 2024.12.17 08:14:08.474346 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5120 2024.12.17 08:14:08.474466 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5121 2024.12.17 08:14:08.474513 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5122 2024.12.17 08:14:08.475441 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2024.12.17 08:14:08.475487 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5124 2024.12.17 08:14:08.475891 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5125 2024.12.17 08:14:08.476148 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2024.12.17 08:14:08.476361 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001921 sec., 203019.2608016658 rows/sec., 14.40 MiB/sec.
5127 2024.12.17 08:14:08.476413 [ 276 ] {5f566d6c-2a2d-4b9c-85f0-90b856cec8f6} <Debug> TCPHandler: Processed in 0.002162789 sec.
5128 2024.12.17 08:14:08.476574 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5129 2024.12.17 08:14:08.476712 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5130 2024.12.17 08:14:08.476773 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5131 2024.12.17 08:14:08.477347 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5132 2024.12.17 08:14:08.477393 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5133 2024.12.17 08:14:08.477771 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5134 2024.12.17 08:14:08.478010 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5135 2024.12.17 08:14:08.478273 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec.
5136 2024.12.17 08:14:08.478422 [ 281 ] {ac0709a6-7787-4d78-8ff9-17f6943b47b7} <Debug> TCPHandler: Processed in 0.001910812 sec.
5137 2024.12.17 08:14:08.478585 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5138 2024.12.17 08:14:08.478725 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5139 2024.12.17 08:14:08.478789 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5140 2024.12.17 08:14:08.479486 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5141 2024.12.17 08:14:08.479527 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5142 2024.12.17 08:14:08.479929 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5143 2024.12.17 08:14:08.480170 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5144 2024.12.17 08:14:08.480381 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec.
5145 2024.12.17 08:14:08.480433 [ 276 ] {e958bd32-aa58-4e01-8769-12e7c186a0ff} <Debug> TCPHandler: Processed in 0.001913462 sec.
5146 2024.12.17 08:14:08.480590 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5147 2024.12.17 08:14:08.480728 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5148 2024.12.17 08:14:08.480790 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5149 2024.12.17 08:14:08.481348 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5150 2024.12.17 08:14:08.481396 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5151 2024.12.17 08:14:08.481767 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5152 2024.12.17 08:14:08.482014 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5153 2024.12.17 08:14:08.482177 [ 50 ] {} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5154 2024.12.17 08:14:08.482234 [ 50 ] {} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5155 2024.12.17 08:14:08.482254 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec.
5156 2024.12.17 08:14:08.482269 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5157 2024.12.17 08:14:08.482439 [ 281 ] {4aeb97b8-113d-47e1-a2bb-4bf940416c40} <Debug> TCPHandler: Processed in 0.001912292 sec.
5158 2024.12.17 08:14:08.482762 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5159 2024.12.17 08:14:08.482768 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5160 2024.12.17 08:14:08.482975 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5161 2024.12.17 08:14:08.482988 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5162 2024.12.17 08:14:08.483017 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5163 2024.12.17 08:14:08.483234 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5164 2024.12.17 08:14:08.483261 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5165 2024.12.17 08:14:08.483632 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5166 2024.12.17 08:14:08.483970 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5167 2024.12.17 08:14:08.484297 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5168 2024.12.17 08:14:08.484641 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
5169 2024.12.17 08:14:08.487058 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.004657325 sec., 3220.732931457435 rows/sec., 217.02 KiB/sec.
5170 2024.12.17 08:14:08.487205 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5171 2024.12.17 08:14:08.487412 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5172 2024.12.17 08:14:08.487462 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5173 2024.12.17 08:14:08.487605 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_15_3} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2024.12.17 08:14:08.487732 [ 189 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_15_3} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5175 2024.12.17 08:14:08.487813 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5176 2024.12.17 08:14:08.488229 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5177 2024.12.17 08:14:08.488506 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5178 2024.12.17 08:14:08.488763 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005817 sec., 1375.2793536187037 rows/sec., 2.46 MiB/sec.
5179 2024.12.17 08:14:08.488879 [ 276 ] {ac007979-26f6-4ead-b2fb-fabe1c64f7b1} <Debug> TCPHandler: Processed in 0.00631583 sec.
5180 2024.12.17 08:14:08.489058 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5181 2024.12.17 08:14:08.489178 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5182 2024.12.17 08:14:08.489230 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5183 2024.12.17 08:14:08.489761 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5184 2024.12.17 08:14:08.489803 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5185 2024.12.17 08:14:08.490197 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5186 2024.12.17 08:14:08.490447 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5187 2024.12.17 08:14:08.490700 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
5188 2024.12.17 08:14:08.490843 [ 281 ] {96414a3f-5b40-493c-827b-1ef64c52e77f} <Debug> TCPHandler: Processed in 0.00184614 sec.
5189 2024.12.17 08:14:09.880122 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5190 2024.12.17 08:14:09.880745 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5191 2024.12.17 08:14:09.880791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5192 2024.12.17 08:14:09.881300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5193 2024.12.17 08:14:09.881553 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5194 2024.12.17 08:14:09.881791 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5195 2024.12.17 08:14:10.626710 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5196 2024.12.17 08:14:10.647459 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5197 2024.12.17 08:14:10.647526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5198 2024.12.17 08:14:10.655109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5199 2024.12.17 08:14:10.655875 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5200 2024.12.17 08:14:10.659885 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5201 2024.12.17 08:14:12.419639 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 716
5202 2024.12.17 08:14:12.422679 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5203 2024.12.17 08:14:12.422725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5204 2024.12.17 08:14:12.424257 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5205 2024.12.17 08:14:12.424576 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2024.12.17 08:14:12.425250 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 716
5207 2024.12.17 08:14:13.455497 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5208 2024.12.17 08:14:13.455715 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5209 2024.12.17 08:14:13.455798 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5210 2024.12.17 08:14:13.456680 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5211 2024.12.17 08:14:13.456737 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5212 2024.12.17 08:14:13.457209 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5213 2024.12.17 08:14:13.457488 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5214 2024.12.17 08:14:13.457730 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002074 sec., 58823.529411764706 rows/sec., 4.99 MiB/sec.
5215 2024.12.17 08:14:13.457801 [ 281 ] {d04a6a2f-d18f-44fc-acce-7698530c4e26} <Debug> TCPHandler: Processed in 0.002430626 sec.
5216 2024.12.17 08:14:13.458086 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5217 2024.12.17 08:14:13.458277 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5218 2024.12.17 08:14:13.458349 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5219 2024.12.17 08:14:13.459102 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5220 2024.12.17 08:14:13.459142 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5221 2024.12.17 08:14:13.459589 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5222 2024.12.17 08:14:13.459862 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5223 2024.12.17 08:14:13.460054 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001834 sec., 17993.456924754635 rows/sec., 1.32 MiB/sec.
5224 2024.12.17 08:14:13.460117 [ 276 ] {ec6cfe8c-89e5-4090-8c19-b0878d400a29} <Debug> TCPHandler: Processed in 0.002188969 sec.
5225 2024.12.17 08:14:13.460290 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5226 2024.12.17 08:14:13.460439 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5227 2024.12.17 08:14:13.460504 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5228 2024.12.17 08:14:13.461256 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5229 2024.12.17 08:14:13.461300 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5230 2024.12.17 08:14:13.461736 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5231 2024.12.17 08:14:13.462009 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5232 2024.12.17 08:14:13.462273 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001865 sec., 52010.72386058982 rows/sec., 4.06 MiB/sec.
5233 2024.12.17 08:14:13.462491 [ 281 ] {dd70e5c1-3ca7-44ac-91df-e9280160785c} <Debug> TCPHandler: Processed in 0.002269461 sec.
5234 2024.12.17 08:14:13.462689 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5235 2024.12.17 08:14:13.462804 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5236 2024.12.17 08:14:13.462858 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5237 2024.12.17 08:14:13.463434 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5238 2024.12.17 08:14:13.463476 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5239 2024.12.17 08:14:13.463896 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5240 2024.12.17 08:14:13.464145 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5241 2024.12.17 08:14:13.464276 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5242 2024.12.17 08:14:13.464318 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5243 2024.12.17 08:14:13.464335 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec.
5244 2024.12.17 08:14:13.464345 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5245 2024.12.17 08:14:13.464447 [ 276 ] {d716de69-7a08-4798-8ae3-56e14df04d8b} <Debug> TCPHandler: Processed in 0.001815049 sec.
5246 2024.12.17 08:14:13.464752 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5247 2024.12.17 08:14:13.464894 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5248 2024.12.17 08:14:13.465168 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5249 2024.12.17 08:14:13.465435 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5250 2024.12.17 08:14:13.465452 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5251 2024.12.17 08:14:13.465568 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8199 rows starting from the beginning of the part
5252 2024.12.17 08:14:13.466028 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 883 rows starting from the beginning of the part
5253 2024.12.17 08:14:13.466391 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part
5254 2024.12.17 08:14:13.466742 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
5255 2024.12.17 08:14:13.467061 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
5256 2024.12.17 08:14:13.467491 [ 186 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5257 2024.12.17 08:14:13.470832 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2024.12.17 08:14:13.470914 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5259 2024.12.17 08:14:13.472085 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5260 2024.12.17 08:14:13.472403 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2024.12.17 08:14:13.472631 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5262 2024.12.17 08:14:13.472725 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007711 sec., 4279.600570613409 rows/sec., 7.67 MiB/sec.
5263 2024.12.17 08:14:13.472734 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5264 2024.12.17 08:14:13.472867 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5265 2024.12.17 08:14:13.473355 [ 281 ] {76a8d73f-263d-4276-90cb-7b2008b0f456} <Debug> TCPHandler: Processed in 0.008778527 sec.
5266 2024.12.17 08:14:13.473580 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5267 2024.12.17 08:14:13.473782 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5268 2024.12.17 08:14:13.474173 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5269 2024.12.17 08:14:13.474346 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5270 2024.12.17 08:14:13.474434 [ 189 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9876 rows, containing 5 columns (5 merged, 0 gathered) in 0.009940128 sec., 993548.5740223869 rows/sec., 66.91 MiB/sec.
5271 2024.12.17 08:14:13.474809 [ 189 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5272 2024.12.17 08:14:13.474884 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5273 2024.12.17 08:14:13.475129 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 422 rows starting from the beginning of the part
5274 2024.12.17 08:14:13.475930 [ 189 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5275 2024.12.17 08:14:13.476190 [ 189 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5276 2024.12.17 08:14:13.476212 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part
5277 2024.12.17 08:14:13.476389 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5278 2024.12.17 08:14:13.476472 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2024.12.17 08:14:13.476546 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5280 2024.12.17 08:14:13.476952 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5281 2024.12.17 08:14:13.477390 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part
5282 2024.12.17 08:14:13.477572 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5283 2024.12.17 08:14:13.477742 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5284 2024.12.17 08:14:13.478071 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5285 2024.12.17 08:14:13.478098 [ 193 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part
5286 2024.12.17 08:14:13.478297 [ 41 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5287 2024.12.17 08:14:13.478427 [ 41 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5288 2024.12.17 08:14:13.478508 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5289 2024.12.17 08:14:13.478568 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004524 sec., 13262.59946949602 rows/sec., 915.26 KiB/sec.
5290 2024.12.17 08:14:13.479407 [ 276 ] {dbb89c28-9703-48af-b05e-254dccdc8700} <Debug> TCPHandler: Processed in 0.005895279 sec.
5291 2024.12.17 08:14:13.479573 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5292 2024.12.17 08:14:13.480287 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5293 2024.12.17 08:14:13.480356 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1534 rows starting from the beginning of the part
5294 2024.12.17 08:14:13.480803 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
5295 2024.12.17 08:14:13.481000 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
5296 2024.12.17 08:14:13.481322 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
5297 2024.12.17 08:14:13.481620 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
5298 2024.12.17 08:14:13.481946 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5299 2024.12.17 08:14:13.484601 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1878 rows, containing 4 columns (4 merged, 0 gathered) in 0.00591492 sec., 317502.1809255239 rows/sec., 20.56 MiB/sec.
5300 2024.12.17 08:14:13.485045 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5301 2024.12.17 08:14:13.485879 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2024.12.17 08:14:13.486135 [ 198 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_31_6} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5303 2024.12.17 08:14:13.486382 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5304 2024.12.17 08:14:13.493236 [ 192 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 537 rows, containing 19 columns (19 merged, 0 gathered) in 0.020120614 sec., 26689.046368068095 rows/sec., 47.83 MiB/sec.
5305 2024.12.17 08:14:13.494041 [ 187 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5306 2024.12.17 08:14:13.494530 [ 187 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5307 2024.12.17 08:14:13.494624 [ 187 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5308 2024.12.17 08:14:13.494799 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
5309 2024.12.17 08:14:14.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.19 MiB, peak 198.52 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: 1.33 MiB
5310 2024.12.17 08:14:17.263628 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
5311 2024.12.17 08:14:17.263679 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
5312 2024.12.17 08:14:17.382876 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5313 2024.12.17 08:14:17.383543 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5314 2024.12.17 08:14:17.383590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5315 2024.12.17 08:14:17.384097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5316 2024.12.17 08:14:17.384344 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5317 2024.12.17 08:14:17.384548 [ 35 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5318 2024.12.17 08:14:17.384589 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5319 2024.12.17 08:14:17.384636 [ 35 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5320 2024.12.17 08:14:17.384666 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5321 2024.12.17 08:14:17.384786 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
5322 2024.12.17 08:14:17.384898 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5323 2024.12.17 08:14:17.384930 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5324 2024.12.17 08:14:17.384999 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5325 2024.12.17 08:14:17.385216 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5326 2024.12.17 08:14:17.385401 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5327 2024.12.17 08:14:17.385506 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5328 2024.12.17 08:14:17.385725 [ 192 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5329 2024.12.17 08:14:17.390042 [ 191 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005304773 sec., 2253819.3434478724 rows/sec., 32.24 MiB/sec.
5330 2024.12.17 08:14:17.390299 [ 188 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5331 2024.12.17 08:14:17.390576 [ 188 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5332 2024.12.17 08:14:17.390652 [ 188 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_26_5} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5333 2024.12.17 08:14:17.390734 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5334 2024.12.17 08:14:18.160912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5335 2024.12.17 08:14:18.182871 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5336 2024.12.17 08:14:18.182922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5337 2024.12.17 08:14:18.190453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5338 2024.12.17 08:14:18.191232 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5339 2024.12.17 08:14:18.191524 [ 35 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5340 2024.12.17 08:14:18.191585 [ 35 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2024.12.17 08:14:18.191624 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5342 2024.12.17 08:14:18.191864 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5343 2024.12.17 08:14:18.200843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5344 2024.12.17 08:14:18.201947 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5345 2024.12.17 08:14:18.202840 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5346 2024.12.17 08:14:18.207171 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5347 2024.12.17 08:14:18.211519 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5348 2024.12.17 08:14:18.216834 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5349 2024.12.17 08:14:18.221833 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5350 2024.12.17 08:14:18.226067 [ 195 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
5351 2024.12.17 08:14:18.285387 [ 188 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.093682601 sec., 2092.170775659826 rows/sec., 10.82 MiB/sec.
5352 2024.12.17 08:14:18.287823 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5353 2024.12.17 08:14:18.290767 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_26_5} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5354 2024.12.17 08:14:18.290900 [ 196 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_26_5} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5355 2024.12.17 08:14:18.293121 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5356 2024.12.17 08:14:18.458686 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5357 2024.12.17 08:14:18.458843 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5358 2024.12.17 08:14:18.458908 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5359 2024.12.17 08:14:18.459637 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5360 2024.12.17 08:14:18.459680 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5361 2024.12.17 08:14:18.460076 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5362 2024.12.17 08:14:18.460329 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5363 2024.12.17 08:14:18.460546 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001754 sec., 7981.75598631699 rows/sec., 574.58 KiB/sec.
5364 2024.12.17 08:14:18.460599 [ 281 ] {3d600d84-7c77-495b-84d0-2866a1e90b43} <Debug> TCPHandler: Processed in 0.002028825 sec.
5365 2024.12.17 08:14:18.460867 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5366 2024.12.17 08:14:18.461082 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5367 2024.12.17 08:14:18.461165 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5368 2024.12.17 08:14:18.462066 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5369 2024.12.17 08:14:18.462106 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5370 2024.12.17 08:14:18.462588 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5371 2024.12.17 08:14:18.462877 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5372 2024.12.17 08:14:18.463110 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002091 sec., 104734.57675753228 rows/sec., 9.12 MiB/sec.
5373 2024.12.17 08:14:18.463262 [ 276 ] {f8faf667-2a98-4c8b-bd88-47e5bc87da6f} <Debug> TCPHandler: Processed in 0.002528008 sec.
5374 2024.12.17 08:14:18.463479 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5375 2024.12.17 08:14:18.463596 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5376 2024.12.17 08:14:18.463646 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5377 2024.12.17 08:14:18.464246 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5378 2024.12.17 08:14:18.464288 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5379 2024.12.17 08:14:18.464669 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5380 2024.12.17 08:14:18.464934 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5381 2024.12.17 08:14:18.465148 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001576 sec., 9517.76649746193 rows/sec., 671.08 KiB/sec.
5382 2024.12.17 08:14:18.465202 [ 281 ] {6c5b51c2-a8e5-4825-bfaf-d116d434e022} <Debug> TCPHandler: Processed in 0.001812129 sec.
5383 2024.12.17 08:14:18.465355 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5384 2024.12.17 08:14:18.465473 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5385 2024.12.17 08:14:18.465522 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5386 2024.12.17 08:14:18.466113 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5387 2024.12.17 08:14:18.466150 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5388 2024.12.17 08:14:18.466524 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5389 2024.12.17 08:14:18.466825 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5390 2024.12.17 08:14:18.467227 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001776 sec., 7882.882882882883 rows/sec., 552.07 KiB/sec.
5391 2024.12.17 08:14:18.467436 [ 276 ] {dd8652ed-093b-4954-9ef5-0313e10561fc} <Debug> TCPHandler: Processed in 0.002137798 sec.
5392 2024.12.17 08:14:18.467596 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5393 2024.12.17 08:14:18.467711 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5394 2024.12.17 08:14:18.467759 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5395 2024.12.17 08:14:18.468332 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5396 2024.12.17 08:14:18.468372 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5397 2024.12.17 08:14:18.468735 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5398 2024.12.17 08:14:18.468978 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5399 2024.12.17 08:14:18.469188 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0015 sec., 8666.666666666666 rows/sec., 540.36 KiB/sec.
5400 2024.12.17 08:14:18.469241 [ 281 ] {781ba90d-12be-4e7c-8fe9-27bb9d6b36a5} <Debug> TCPHandler: Processed in 0.001704126 sec.
5401 2024.12.17 08:14:18.469376 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5402 2024.12.17 08:14:18.469491 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5403 2024.12.17 08:14:18.469539 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5404 2024.12.17 08:14:18.470257 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5405 2024.12.17 08:14:18.470294 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5406 2024.12.17 08:14:18.470681 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5407 2024.12.17 08:14:18.470922 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5408 2024.12.17 08:14:18.471100 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001633 sec., 238824.24984690754 rows/sec., 16.94 MiB/sec.
5409 2024.12.17 08:14:18.471150 [ 276 ] {2979495a-dee8-434d-9eee-abd62a22be36} <Debug> TCPHandler: Processed in 0.001828679 sec.
5410 2024.12.17 08:14:18.471299 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5411 2024.12.17 08:14:18.471436 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5412 2024.12.17 08:14:18.471495 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5413 2024.12.17 08:14:18.472015 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5414 2024.12.17 08:14:18.472053 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5415 2024.12.17 08:14:18.472409 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5416 2024.12.17 08:14:18.472641 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5417 2024.12.17 08:14:18.472797 [ 33 ] {} <Debug> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5418 2024.12.17 08:14:18.472866 [ 33 ] {} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2024.12.17 08:14:18.472890 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec.
5420 2024.12.17 08:14:18.472905 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5421 2024.12.17 08:14:18.473037 [ 281 ] {73232628-b99b-4ee1-beef-fe0f962d6360} <Debug> TCPHandler: Processed in 0.001802099 sec.
5422 2024.12.17 08:14:18.473122 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::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
5423 2024.12.17 08:14:18.473240 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2024.12.17 08:14:18.473302 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5425 2024.12.17 08:14:18.473351 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5426 2024.12.17 08:14:18.473485 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5427 2024.12.17 08:14:18.473609 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5428 2024.12.17 08:14:18.473789 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5429 2024.12.17 08:14:18.473929 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5430 2024.12.17 08:14:18.474263 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5431 2024.12.17 08:14:18.474514 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5432 2024.12.17 08:14:18.474871 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5433 2024.12.17 08:14:18.476585 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5434 2024.12.17 08:14:18.476658 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5435 2024.12.17 08:14:18.477859 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481196 sec., 19950.29052610579 rows/sec., 1.02 MiB/sec.
5436 2024.12.17 08:14:18.477904 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5437 2024.12.17 08:14:18.478016 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5438 2024.12.17 08:14:18.478407 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2024.12.17 08:14:18.478558 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2024.12.17 08:14:18.478846 [ 200 ] {d315c80c-fd37-47f9-b926-b6b9a24a893c::all_1_16_3} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5441 2024.12.17 08:14:18.478874 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005462 sec., 43390.69937751739 rows/sec., 2.91 MiB/sec.
5442 2024.12.17 08:14:18.479052 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5443 2024.12.17 08:14:18.479083 [ 276 ] {b5680468-c283-43e0-b5ac-7023e1394f4c} <Debug> TCPHandler: Processed in 0.00594082 sec.
5444 2024.12.17 08:14:18.479263 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5445 2024.12.17 08:14:18.479405 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5446 2024.12.17 08:14:18.479468 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5447 2024.12.17 08:14:18.479973 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5448 2024.12.17 08:14:18.480011 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5449 2024.12.17 08:14:18.480380 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5450 2024.12.17 08:14:18.480628 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2024.12.17 08:14:18.480837 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
5452 2024.12.17 08:14:18.480889 [ 281 ] {c7ab551e-8852-4547-afdb-60ba0e7c8ee3} <Debug> TCPHandler: Processed in 0.001700326 sec.
5453 2024.12.17 08:14:18.481030 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5454 2024.12.17 08:14:18.481170 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5455 2024.12.17 08:14:18.481261 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5456 2024.12.17 08:14:18.482418 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5457 2024.12.17 08:14:18.482455 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5458 2024.12.17 08:14:18.483085 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5459 2024.12.17 08:14:18.483347 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5460 2024.12.17 08:14:18.483594 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002445 sec., 3271.9836400817994 rows/sec., 5.86 MiB/sec.
5461 2024.12.17 08:14:18.483954 [ 276 ] {c56c2a4d-7626-4f38-acb3-f5babf738b8f} <Debug> TCPHandler: Processed in 0.00298499 sec.
5462 2024.12.17 08:14:18.484186 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5463 2024.12.17 08:14:18.484329 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5464 2024.12.17 08:14:18.484390 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5465 2024.12.17 08:14:18.484942 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2024.12.17 08:14:18.484981 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5467 2024.12.17 08:14:18.485357 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5468 2024.12.17 08:14:18.485596 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5469 2024.12.17 08:14:18.485804 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
5470 2024.12.17 08:14:18.485855 [ 281 ] {e5d8bb5a-672b-4580-852a-d69a0b138892} <Debug> TCPHandler: Processed in 0.001784888 sec.
5471 2024.12.17 08:14:22.426376 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 750
5472 2024.12.17 08:14:22.429407 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5473 2024.12.17 08:14:22.429452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5474 2024.12.17 08:14:22.430911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5475 2024.12.17 08:14:22.431229 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5476 2024.12.17 08:14:22.431767 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 750
5477 2024.12.17 08:14:23.485522 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5478 2024.12.17 08:14:23.485713 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5479 2024.12.17 08:14:23.485783 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5480 2024.12.17 08:14:23.486532 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5481 2024.12.17 08:14:23.486575 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5482 2024.12.17 08:14:23.487006 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5483 2024.12.17 08:14:23.487271 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5484 2024.12.17 08:14:23.487526 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001855 sec., 4312.66846361186 rows/sec., 351.67 KiB/sec.
5485 2024.12.17 08:14:23.487731 [ 281 ] {56410665-648e-4e67-af2a-79dd27210881} <Debug> TCPHandler: Processed in 0.002326133 sec.
5486 2024.12.17 08:14:23.488020 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5487 2024.12.17 08:14:23.488209 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5488 2024.12.17 08:14:23.488282 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5489 2024.12.17 08:14:23.489738 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2024.12.17 08:14:23.489783 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5491 2024.12.17 08:14:23.490295 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5492 2024.12.17 08:14:23.490555 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2024.12.17 08:14:23.490793 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Debug> executeQuery: Read 1266 rows, 107.00 KiB in 0.002638 sec., 479909.02198635327 rows/sec., 39.61 MiB/sec.
5494 2024.12.17 08:14:23.490850 [ 276 ] {e4834f0c-21f9-4925-98b1-78527e34f46f} <Debug> TCPHandler: Processed in 0.00296118 sec.
5495 2024.12.17 08:14:23.491015 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5496 2024.12.17 08:14:23.491144 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5497 2024.12.17 08:14:23.491199 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5498 2024.12.17 08:14:23.491831 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5499 2024.12.17 08:14:23.491872 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5500 2024.12.17 08:14:23.492252 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5501 2024.12.17 08:14:23.492502 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5502 2024.12.17 08:14:23.492716 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Debug> executeQuery: Read 41 rows, 3.04 KiB in 0.001602 sec., 25593.008739076155 rows/sec., 1.85 MiB/sec.
5503 2024.12.17 08:14:23.492776 [ 281 ] {f42cb04a-ff9c-4d7b-b2bd-9941b72047b6} <Debug> TCPHandler: Processed in 0.001821079 sec.
5504 2024.12.17 08:14:23.492948 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5505 2024.12.17 08:14:23.493064 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5506 2024.12.17 08:14:23.493113 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5507 2024.12.17 08:14:23.493772 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5508 2024.12.17 08:14:23.493812 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5509 2024.12.17 08:14:23.494177 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5510 2024.12.17 08:14:23.494413 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5511 2024.12.17 08:14:23.494575 [ 83 ] {} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5512 2024.12.17 08:14:23.494634 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001592 sec., 143216.08040201003 rows/sec., 9.70 MiB/sec.
5513 2024.12.17 08:14:23.494650 [ 83 ] {} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5514 2024.12.17 08:14:23.494721 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5515 2024.12.17 08:14:23.494763 [ 276 ] {d9c05183-dbb0-4b6c-80d1-9dfd6805a7ad} <Debug> TCPHandler: Processed in 0.00187046 sec.
5516 2024.12.17 08:14:23.494959 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
5517 2024.12.17 08:14:23.494974 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5518 2024.12.17 08:14:23.495183 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5519 2024.12.17 08:14:23.495220 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5520 2024.12.17 08:14:23.495243 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part
5521 2024.12.17 08:14:23.495326 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5522 2024.12.17 08:14:23.495450 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part
5523 2024.12.17 08:14:23.495849 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
5524 2024.12.17 08:14:23.496199 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5525 2024.12.17 08:14:23.496465 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
5526 2024.12.17 08:14:23.496831 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part
5527 2024.12.17 08:14:23.498719 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5528 2024.12.17 08:14:23.498787 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5529 2024.12.17 08:14:23.499548 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004716317 sec., 156902.09118683074 rows/sec., 11.23 MiB/sec.
5530 2024.12.17 08:14:23.499698 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5531 2024.12.17 08:14:23.499710 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5532 2024.12.17 08:14:23.500170 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2024.12.17 08:14:23.500182 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5534 2024.12.17 08:14:23.500334 [ 199 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_21_4} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5535 2024.12.17 08:14:23.500555 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
5536 2024.12.17 08:14:23.500625 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Debug> executeQuery: Read 561 rows, 42.70 KiB in 0.005485 sec., 102278.94257064721 rows/sec., 7.60 MiB/sec.
5537 2024.12.17 08:14:23.500697 [ 281 ] {58bbae08-3d01-456f-97d3-7f87b437eef0} <Debug> TCPHandler: Processed in 0.005826078 sec.
5538 2024.12.17 08:14:23.500919 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5539 2024.12.17 08:14:23.501078 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5540 2024.12.17 08:14:23.501138 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5541 2024.12.17 08:14:23.502001 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5542 2024.12.17 08:14:23.502041 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5543 2024.12.17 08:14:23.502485 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5544 2024.12.17 08:14:23.502720 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5545 2024.12.17 08:14:23.502930 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001883 sec., 469463.6218799788 rows/sec., 31.59 MiB/sec.
5546 2024.12.17 08:14:23.502982 [ 276 ] {0f26e4b0-b133-4368-a4f7-adb77d7c899b} <Debug> TCPHandler: Processed in 0.002170928 sec.
5547 2024.12.17 08:14:23.503142 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5548 2024.12.17 08:14:23.503282 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5549 2024.12.17 08:14:23.503375 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5550 2024.12.17 08:14:23.504638 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5551 2024.12.17 08:14:23.504676 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5552 2024.12.17 08:14:23.505355 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5553 2024.12.17 08:14:23.505605 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5554 2024.12.17 08:14:23.505845 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002595 sec., 12716.763005780347 rows/sec., 22.79 MiB/sec.
5555 2024.12.17 08:14:23.505964 [ 281 ] {f407848c-2e1c-4731-8ee4-3da467cc873b} <Debug> TCPHandler: Processed in 0.002891128 sec.
5556 2024.12.17 08:14:23.506127 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5557 2024.12.17 08:14:23.506245 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5558 2024.12.17 08:14:23.506295 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5559 2024.12.17 08:14:23.506773 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5560 2024.12.17 08:14:23.506812 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5561 2024.12.17 08:14:23.507177 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5562 2024.12.17 08:14:23.507418 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5563 2024.12.17 08:14:23.507648 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec.
5564 2024.12.17 08:14:23.507697 [ 276 ] {d9e364c1-1186-414b-87af-5cc96e7abad9} <Debug> TCPHandler: Processed in 0.001625724 sec.
5565 2024.12.17 08:14:24.885662 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5566 2024.12.17 08:14:24.886294 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5567 2024.12.17 08:14:24.886339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5568 2024.12.17 08:14:24.886865 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5569 2024.12.17 08:14:24.887114 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2024.12.17 08:14:24.887331 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5571 2024.12.17 08:14:25.701839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5572 2024.12.17 08:14:25.720530 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5573 2024.12.17 08:14:25.720588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5574 2024.12.17 08:14:25.727922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5575 2024.12.17 08:14:25.728692 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5576 2024.12.17 08:14:25.731790 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5577 2024.12.17 08:14:26.001168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.58 MiB, peak 204.16 MiB, free memory in arenas 0.00 B, will set to 196.63 MiB (RSS), difference: 1.05 MiB
5578 2024.12.17 08:14:28.459160 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5579 2024.12.17 08:14:28.459361 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5580 2024.12.17 08:14:28.459434 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5581 2024.12.17 08:14:28.460173 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5582 2024.12.17 08:14:28.460224 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5583 2024.12.17 08:14:28.460639 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5584 2024.12.17 08:14:28.460885 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5585 2024.12.17 08:14:28.461082 [ 31 ] {} <Debug> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5586 2024.12.17 08:14:28.461135 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
5587 2024.12.17 08:14:28.461163 [ 31 ] {} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5588 2024.12.17 08:14:28.461231 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5589 2024.12.17 08:14:28.461246 [ 281 ] {ddcdb2c3-86ba-4741-b0f9-2d9603da8443} <Debug> TCPHandler: Processed in 0.00221232 sec.
5590 2024.12.17 08:14:28.461472 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5591 2024.12.17 08:14:28.461649 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5592 2024.12.17 08:14:28.461684 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5593 2024.12.17 08:14:28.461757 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5594 2024.12.17 08:14:28.462082 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5595 2024.12.17 08:14:28.462104 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5596 2024.12.17 08:14:28.462342 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5597 2024.12.17 08:14:28.462360 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5598 2024.12.17 08:14:28.462745 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5599 2024.12.17 08:14:28.462970 [ 190 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::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
5600 2024.12.17 08:14:28.465629 [ 201 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004262485 sec., 16422.345181273366 rows/sec., 1.22 MiB/sec.
5601 2024.12.17 08:14:28.465647 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5602 2024.12.17 08:14:28.465699 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5603 2024.12.17 08:14:28.465787 [ 201 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5604 2024.12.17 08:14:28.466250 [ 201 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_17_4} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5605 2024.12.17 08:14:28.466335 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5606 2024.12.17 08:14:28.466358 [ 201 ] {1218b4f6-0c69-46d9-92ba-15f185d0449d::all_1_17_4} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5607 2024.12.17 08:14:28.466463 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5608 2024.12.17 08:14:28.466625 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5609 2024.12.17 08:14:28.466818 [ 31 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5610 2024.12.17 08:14:28.466873 [ 31 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5611 2024.12.17 08:14:28.466908 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004992 sec., 43870.192307692305 rows/sec., 3.82 MiB/sec.
5612 2024.12.17 08:14:28.466911 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5613 2024.12.17 08:14:28.467097 [ 276 ] {a2bc9d09-aed0-4f24-a847-d895baa4b629} <Debug> TCPHandler: Processed in 0.005702154 sec.
5614 2024.12.17 08:14:28.467131 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
5615 2024.12.17 08:14:28.467264 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5616 2024.12.17 08:14:28.467311 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5617 2024.12.17 08:14:28.467328 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1435 rows starting from the beginning of the part
5618 2024.12.17 08:14:28.467621 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 219 rows starting from the beginning of the part
5619 2024.12.17 08:14:28.467645 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5620 2024.12.17 08:14:28.467802 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5621 2024.12.17 08:14:28.468006 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 122 rows starting from the beginning of the part
5622 2024.12.17 08:14:28.468342 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 219 rows starting from the beginning of the part
5623 2024.12.17 08:14:28.468740 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1266 rows starting from the beginning of the part
5624 2024.12.17 08:14:28.469150 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 219 rows starting from the beginning of the part
5625 2024.12.17 08:14:28.470445 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5626 2024.12.17 08:14:28.470512 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5627 2024.12.17 08:14:28.471585 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5628 2024.12.17 08:14:28.471915 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5629 2024.12.17 08:14:28.472229 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004719 sec., 3178.639542275906 rows/sec., 224.12 KiB/sec.
5630 2024.12.17 08:14:28.472558 [ 281 ] {ab52ad01-7c63-422a-b178-548317b515f1} <Debug> TCPHandler: Processed in 0.005342614 sec.
5631 2024.12.17 08:14:28.472929 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5632 2024.12.17 08:14:28.473477 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5633 2024.12.17 08:14:28.473506 [ 201 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.006459015 sec., 538781.8421229862 rows/sec., 47.23 MiB/sec.
5634 2024.12.17 08:14:28.473637 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5635 2024.12.17 08:14:28.473831 [ 201 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5636 2024.12.17 08:14:28.474193 [ 201 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.12.17 08:14:28.474306 [ 201 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_36_7} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5638 2024.12.17 08:14:28.474395 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5639 2024.12.17 08:14:28.474497 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2024.12.17 08:14:28.474537 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5641 2024.12.17 08:14:28.474894 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5642 2024.12.17 08:14:28.475135 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5643 2024.12.17 08:14:28.475361 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002053 sec., 6819.288845591816 rows/sec., 477.58 KiB/sec.
5644 2024.12.17 08:14:28.475501 [ 276 ] {4ca88b10-74c6-44c4-8bc8-2b332cbaece1} <Debug> TCPHandler: Processed in 0.002783625 sec.
5645 2024.12.17 08:14:28.475654 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5646 2024.12.17 08:14:28.475778 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5647 2024.12.17 08:14:28.475826 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5648 2024.12.17 08:14:28.476420 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2024.12.17 08:14:28.476459 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5650 2024.12.17 08:14:28.476810 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5651 2024.12.17 08:14:28.477046 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5652 2024.12.17 08:14:28.477219 [ 43 ] {} <Debug> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5653 2024.12.17 08:14:28.477279 [ 43 ] {} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5654 2024.12.17 08:14:28.477293 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec.
5655 2024.12.17 08:14:28.477320 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5656 2024.12.17 08:14:28.477478 [ 281 ] {1f7f495c-720f-43f7-b666-5ce71cec0d06} <Debug> TCPHandler: Processed in 0.00187083 sec.
5657 2024.12.17 08:14:28.477552 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5658 2024.12.17 08:14:28.477693 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5659 2024.12.17 08:14:28.477767 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5660 2024.12.17 08:14:28.477854 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5661 2024.12.17 08:14:28.477918 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5662 2024.12.17 08:14:28.478091 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5663 2024.12.17 08:14:28.478136 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5664 2024.12.17 08:14:28.478501 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5665 2024.12.17 08:14:28.478786 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5666 2024.12.17 08:14:28.479134 [ 190 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::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
5667 2024.12.17 08:14:28.481100 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5668 2024.12.17 08:14:28.481173 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5669 2024.12.17 08:14:28.481602 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004139922 sec., 15700.778903563883 rows/sec., 1.02 MiB/sec.
5670 2024.12.17 08:14:28.481803 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5671 2024.12.17 08:14:28.482124 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5672 2024.12.17 08:14:28.482420 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_17_4} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5673 2024.12.17 08:14:28.482626 [ 198 ] {4823d97f-74e6-433f-9b0e-4e71e1247303::all_1_17_4} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5674 2024.12.17 08:14:28.482635 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5675 2024.12.17 08:14:28.482789 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5676 2024.12.17 08:14:28.482972 [ 43 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5677 2024.12.17 08:14:28.483040 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005176 sec., 75347.75888717156 rows/sec., 5.34 MiB/sec.
5678 2024.12.17 08:14:28.483056 [ 43 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5679 2024.12.17 08:14:28.483152 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5680 2024.12.17 08:14:28.483211 [ 276 ] {f132f41a-ae8b-4f04-a179-f03bd23bd9b3} <Debug> TCPHandler: Processed in 0.005618112 sec.
5681 2024.12.17 08:14:28.483347 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
5682 2024.12.17 08:14:28.483422 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5683 2024.12.17 08:14:28.483496 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5684 2024.12.17 08:14:28.483555 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
5685 2024.12.17 08:14:28.483658 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5686 2024.12.17 08:14:28.483846 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5687 2024.12.17 08:14:28.483863 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 390 rows starting from the beginning of the part
5688 2024.12.17 08:14:28.484245 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 97 rows starting from the beginning of the part
5689 2024.12.17 08:14:28.484633 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 390 rows starting from the beginning of the part
5690 2024.12.17 08:14:28.484936 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 561 rows starting from the beginning of the part
5691 2024.12.17 08:14:28.485280 [ 189 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part
5692 2024.12.17 08:14:28.486413 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5693 2024.12.17 08:14:28.486482 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5694 2024.12.17 08:14:28.487742 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5695 2024.12.17 08:14:28.488163 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2024.12.17 08:14:28.488519 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2743 rows, containing 5 columns (5 merged, 0 gathered) in 0.005236142 sec., 523858.9786144073 rows/sec., 39.97 MiB/sec.
5697 2024.12.17 08:14:28.488781 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00517 sec., 1160.5415860735009 rows/sec., 60.63 KiB/sec.
5698 2024.12.17 08:14:28.489045 [ 281 ] {92aecadb-b7c7-4ba8-8010-2cc1fb024950} <Debug> TCPHandler: Processed in 0.005706604 sec.
5699 2024.12.17 08:14:28.489140 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5700 2024.12.17 08:14:28.489282 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5701 2024.12.17 08:14:28.489454 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5702 2024.12.17 08:14:28.489538 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5703 2024.12.17 08:14:28.489711 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5704 2024.12.17 08:14:28.490001 [ 186 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_36_7} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5705 2024.12.17 08:14:28.490175 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
5706 2024.12.17 08:14:28.490583 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5707 2024.12.17 08:14:28.490630 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5708 2024.12.17 08:14:28.491065 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5709 2024.12.17 08:14:28.491322 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5710 2024.12.17 08:14:28.491524 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002123 sec., 111634.47951012719 rows/sec., 7.48 MiB/sec.
5711 2024.12.17 08:14:28.491594 [ 276 ] {949584c4-44c1-4ad0-a1fc-0ee4f0d5a9f8} <Debug> TCPHandler: Processed in 0.002414225 sec.
5712 2024.12.17 08:14:28.491758 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5713 2024.12.17 08:14:28.491875 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5714 2024.12.17 08:14:28.491928 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5715 2024.12.17 08:14:28.492476 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5716 2024.12.17 08:14:28.492517 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5717 2024.12.17 08:14:28.492919 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5718 2024.12.17 08:14:28.493160 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5719 2024.12.17 08:14:28.493373 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec.
5720 2024.12.17 08:14:28.493430 [ 281 ] {bbfe5e08-6b7f-4f7d-9c67-2f62d48b30d7} <Debug> TCPHandler: Processed in 0.001732627 sec.
5721 2024.12.17 08:14:28.493571 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5722 2024.12.17 08:14:28.493688 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5723 2024.12.17 08:14:28.493769 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5724 2024.12.17 08:14:28.494861 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5725 2024.12.17 08:14:28.494901 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5726 2024.12.17 08:14:28.495520 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5727 2024.12.17 08:14:28.495785 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5728 2024.12.17 08:14:28.496035 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002371 sec., 3374.1037536904264 rows/sec., 6.05 MiB/sec.
5729 2024.12.17 08:14:28.496147 [ 276 ] {cd031e78-5bc4-4f99-9651-f6824f0f55ca} <Debug> TCPHandler: Processed in 0.002630061 sec.
5730 2024.12.17 08:14:28.496301 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5731 2024.12.17 08:14:28.496421 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5732 2024.12.17 08:14:28.496471 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5733 2024.12.17 08:14:28.496971 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5734 2024.12.17 08:14:28.497010 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5735 2024.12.17 08:14:28.497387 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5736 2024.12.17 08:14:28.497621 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5737 2024.12.17 08:14:28.497840 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec.
5738 2024.12.17 08:14:28.497893 [ 281 ] {4bea8b8f-f722-4e53-86eb-ecc6fc8c2d22} <Debug> TCPHandler: Processed in 0.001652684 sec.
5739 2024.12.17 08:14:32.263723 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
5740 2024.12.17 08:14:32.263769 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
5741 2024.12.17 08:14:32.388354 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5742 2024.12.17 08:14:32.388986 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5743 2024.12.17 08:14:32.389023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5744 2024.12.17 08:14:32.389535 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5745 2024.12.17 08:14:32.389787 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5746 2024.12.17 08:14:32.389975 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5747 2024.12.17 08:14:32.432859 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 788
5748 2024.12.17 08:14:32.436029 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5749 2024.12.17 08:14:32.436080 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5750 2024.12.17 08:14:32.437587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5751 2024.12.17 08:14:32.437926 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5752 2024.12.17 08:14:32.438744 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788
5753 2024.12.17 08:14:33.232762 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5754 2024.12.17 08:14:33.252224 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5755 2024.12.17 08:14:33.252269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5756 2024.12.17 08:14:33.259850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5757 2024.12.17 08:14:33.260626 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5758 2024.12.17 08:14:33.263091 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5759 2024.12.17 08:14:33.455380 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5760 2024.12.17 08:14:33.455588 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5761 2024.12.17 08:14:33.455667 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5762 2024.12.17 08:14:33.456571 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5763 2024.12.17 08:14:33.456621 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5764 2024.12.17 08:14:33.457115 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5765 2024.12.17 08:14:33.457378 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5766 2024.12.17 08:14:33.457598 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002065 sec., 59079.903147699755 rows/sec., 5.01 MiB/sec.
5767 2024.12.17 08:14:33.457655 [ 281 ] {ad03283b-993b-48ef-ad79-9ee76a51c261} <Debug> TCPHandler: Processed in 0.002410986 sec.
5768 2024.12.17 08:14:33.457942 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5769 2024.12.17 08:14:33.458143 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5770 2024.12.17 08:14:33.458221 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5771 2024.12.17 08:14:33.459004 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5772 2024.12.17 08:14:33.459063 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5773 2024.12.17 08:14:33.459515 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5774 2024.12.17 08:14:33.459785 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5775 2024.12.17 08:14:33.459993 [ 67 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5776 2024.12.17 08:14:33.460064 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001971 sec., 16742.7701674277 rows/sec., 1.23 MiB/sec.
5777 2024.12.17 08:14:33.460074 [ 67 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2024.12.17 08:14:33.460148 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5779 2024.12.17 08:14:33.460210 [ 276 ] {938bb897-f420-416c-b986-ed03936c8535} <Debug> TCPHandler: Processed in 0.002411225 sec.
5780 2024.12.17 08:14:33.460480 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5781 2024.12.17 08:14:33.460574 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
5782 2024.12.17 08:14:33.460857 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5783 2024.12.17 08:14:33.461064 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5784 2024.12.17 08:14:33.461103 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5785 2024.12.17 08:14:33.461231 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part
5786 2024.12.17 08:14:33.461649 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part
5787 2024.12.17 08:14:33.462042 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part
5788 2024.12.17 08:14:33.462354 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
5789 2024.12.17 08:14:33.462622 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part
5790 2024.12.17 08:14:33.462949 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 33 rows starting from the beginning of the part
5791 2024.12.17 08:14:33.464395 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5792 2024.12.17 08:14:33.464466 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5793 2024.12.17 08:14:33.465612 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5794 2024.12.17 08:14:33.465772 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005526289 sec., 36733.511403402896 rows/sec., 2.78 MiB/sec.
5795 2024.12.17 08:14:33.465948 [ 187 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5796 2024.12.17 08:14:33.466101 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2024.12.17 08:14:33.466491 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00577 sec., 16811.09185441941 rows/sec., 1.31 MiB/sec.
5798 2024.12.17 08:14:33.466540 [ 189 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5799 2024.12.17 08:14:33.466635 [ 281 ] {09411331-1c11-4f40-893b-7829605f8646} <Debug> TCPHandler: Processed in 0.0063112 sec.
5800 2024.12.17 08:14:33.466777 [ 189 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_36_7} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5801 2024.12.17 08:14:33.466837 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5802 2024.12.17 08:14:33.466901 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5803 2024.12.17 08:14:33.466980 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5804 2024.12.17 08:14:33.467037 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5805 2024.12.17 08:14:33.467613 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5806 2024.12.17 08:14:33.467654 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5807 2024.12.17 08:14:33.468072 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5808 2024.12.17 08:14:33.468341 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5809 2024.12.17 08:14:33.468567 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec.
5810 2024.12.17 08:14:33.468624 [ 276 ] {25e1622e-eda5-4641-bfcd-802888dc0699} <Debug> TCPHandler: Processed in 0.00186247 sec.
5811 2024.12.17 08:14:33.468784 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5812 2024.12.17 08:14:33.468903 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5813 2024.12.17 08:14:33.468984 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5814 2024.12.17 08:14:33.470110 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5815 2024.12.17 08:14:33.470149 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5816 2024.12.17 08:14:33.470817 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5817 2024.12.17 08:14:33.471067 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2024.12.17 08:14:33.471313 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002435 sec., 13552.3613963039 rows/sec., 24.29 MiB/sec.
5819 2024.12.17 08:14:33.471407 [ 281 ] {94439099-5967-4f45-b12a-e46fccda05a4} <Debug> TCPHandler: Processed in 0.002683492 sec.
5820 2024.12.17 08:14:33.471614 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5821 2024.12.17 08:14:33.471841 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5822 2024.12.17 08:14:33.471936 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5823 2024.12.17 08:14:33.472565 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5824 2024.12.17 08:14:33.472605 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB.
5825 2024.12.17 08:14:33.472992 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5826 2024.12.17 08:14:33.473237 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5827 2024.12.17 08:14:33.473461 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.41 MiB/sec.
5828 2024.12.17 08:14:33.473518 [ 276 ] {3249700c-7f8b-48e2-b789-82bcdb179ec0} <Debug> TCPHandler: Processed in 0.002013714 sec.
5829 2024.12.17 08:14:38.458949 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5830 2024.12.17 08:14:38.459151 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5831 2024.12.17 08:14:38.459224 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5832 2024.12.17 08:14:38.459953 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5833 2024.12.17 08:14:38.460004 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5834 2024.12.17 08:14:38.460426 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5835 2024.12.17 08:14:38.460680 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5836 2024.12.17 08:14:38.460918 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec.
5837 2024.12.17 08:14:38.461120 [ 281 ] {4cc5084b-ae27-4ec2-a76f-91ff365b542c} <Debug> TCPHandler: Processed in 0.002300643 sec.
5838 2024.12.17 08:14:38.461434 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5839 2024.12.17 08:14:38.461637 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5840 2024.12.17 08:14:38.461713 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5841 2024.12.17 08:14:38.462525 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2024.12.17 08:14:38.462577 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5843 2024.12.17 08:14:38.463059 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5844 2024.12.17 08:14:38.463343 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5845 2024.12.17 08:14:38.463606 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002025 sec., 1975.3086419753088 rows/sec., 161.07 KiB/sec.
5846 2024.12.17 08:14:38.463695 [ 276 ] {c2baf9e6-bc18-463a-9bdc-4fc7f1e02b70} <Debug> TCPHandler: Processed in 0.002422905 sec.
5847 2024.12.17 08:14:38.463863 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5848 2024.12.17 08:14:38.463982 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5849 2024.12.17 08:14:38.464034 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5850 2024.12.17 08:14:38.464722 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2024.12.17 08:14:38.464763 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5852 2024.12.17 08:14:38.465164 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5853 2024.12.17 08:14:38.465408 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5854 2024.12.17 08:14:38.465623 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.001655 sec., 133534.74320241692 rows/sec., 11.61 MiB/sec.
5855 2024.12.17 08:14:38.465786 [ 281 ] {dd47fd78-85d1-4f0d-8ad8-0718f54cb584} <Debug> TCPHandler: Processed in 0.001979554 sec.
5856 2024.12.17 08:14:38.466023 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5857 2024.12.17 08:14:38.466142 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5858 2024.12.17 08:14:38.466192 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5859 2024.12.17 08:14:38.466794 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5860 2024.12.17 08:14:38.466835 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5861 2024.12.17 08:14:38.467201 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5862 2024.12.17 08:14:38.467441 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5863 2024.12.17 08:14:38.467646 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001528 sec., 12434.554973821989 rows/sec., 874.94 KiB/sec.
5864 2024.12.17 08:14:38.467698 [ 276 ] {0a326f6c-8389-4c79-8260-925bd3563625} <Debug> TCPHandler: Processed in 0.001795338 sec.
5865 2024.12.17 08:14:38.467870 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5866 2024.12.17 08:14:38.467988 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5867 2024.12.17 08:14:38.468037 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5868 2024.12.17 08:14:38.468621 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5869 2024.12.17 08:14:38.468660 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5870 2024.12.17 08:14:38.469022 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5871 2024.12.17 08:14:38.469268 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5872 2024.12.17 08:14:38.469482 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001513 sec., 9253.139458030402 rows/sec., 648.03 KiB/sec.
5873 2024.12.17 08:14:38.469715 [ 281 ] {5a213576-3d4f-4998-a1f2-bd7b3d5437fb} <Debug> TCPHandler: Processed in 0.001899282 sec.
5874 2024.12.17 08:14:38.469887 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5875 2024.12.17 08:14:38.470015 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5876 2024.12.17 08:14:38.470065 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5877 2024.12.17 08:14:38.470665 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5878 2024.12.17 08:14:38.470704 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5879 2024.12.17 08:14:38.471052 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5880 2024.12.17 08:14:38.471290 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5881 2024.12.17 08:14:38.471493 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec.
5882 2024.12.17 08:14:38.471546 [ 276 ] {6a9d2043-378c-4a90-8516-5916f8c65841} <Debug> TCPHandler: Processed in 0.001720556 sec.
5883 2024.12.17 08:14:38.471701 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5884 2024.12.17 08:14:38.471815 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5885 2024.12.17 08:14:38.471863 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5886 2024.12.17 08:14:38.472568 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5887 2024.12.17 08:14:38.472605 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5888 2024.12.17 08:14:38.472974 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5889 2024.12.17 08:14:38.473201 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5890 2024.12.17 08:14:38.473419 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.001618 sec., 243510.50679851667 rows/sec., 17.29 MiB/sec.
5891 2024.12.17 08:14:38.473615 [ 281 ] {b50ef5ff-677c-4a61-b398-17814f813f39} <Debug> TCPHandler: Processed in 0.001959933 sec.
5892 2024.12.17 08:14:38.473855 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5893 2024.12.17 08:14:38.473990 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5894 2024.12.17 08:14:38.474050 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5895 2024.12.17 08:14:38.474637 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5896 2024.12.17 08:14:38.474687 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5897 2024.12.17 08:14:38.475085 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5898 2024.12.17 08:14:38.475335 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5899 2024.12.17 08:14:38.475569 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec.
5900 2024.12.17 08:14:38.475683 [ 276 ] {27c0c6e3-df47-45af-ba92-72da52f85082} <Debug> TCPHandler: Processed in 0.001955003 sec.
5901 2024.12.17 08:14:38.475855 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5902 2024.12.17 08:14:38.475974 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5903 2024.12.17 08:14:38.476024 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5904 2024.12.17 08:14:38.476608 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5905 2024.12.17 08:14:38.476645 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5906 2024.12.17 08:14:38.477031 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5907 2024.12.17 08:14:38.477259 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5908 2024.12.17 08:14:38.477381 [ 13 ] {} <Debug> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5909 2024.12.17 08:14:38.477421 [ 13 ] {} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5910 2024.12.17 08:14:38.477441 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001491 sec., 160295.1039570758 rows/sec., 10.75 MiB/sec.
5911 2024.12.17 08:14:38.477445 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5912 2024.12.17 08:14:38.477532 [ 281 ] {aab74e7e-e46f-4d50-ac8f-bd80aabfa4bb} <Debug> TCPHandler: Processed in 0.001733497 sec.
5913 2024.12.17 08:14:38.477928 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5914 2024.12.17 08:14:38.477998 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5915 2024.12.17 08:14:38.478390 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5916 2024.12.17 08:14:38.478468 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5917 2024.12.17 08:14:38.478491 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5918 2024.12.17 08:14:38.478547 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9876 rows starting from the beginning of the part
5919 2024.12.17 08:14:38.478952 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5920 2024.12.17 08:14:38.479372 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 884 rows starting from the beginning of the part
5921 2024.12.17 08:14:38.479679 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5922 2024.12.17 08:14:38.479861 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::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
5923 2024.12.17 08:14:38.480258 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 239 rows starting from the beginning of the part
5924 2024.12.17 08:14:38.480965 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5925 2024.12.17 08:14:38.481030 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5926 2024.12.17 08:14:38.481804 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5927 2024.12.17 08:14:38.482202 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5928 2024.12.17 08:14:38.482887 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00464 sec., 215.51724137931035 rows/sec., 14.52 KiB/sec.
5929 2024.12.17 08:14:38.483280 [ 276 ] {44f3176a-653a-424f-b1c6-c116f2e089cd} <Debug> TCPHandler: Processed in 0.005630282 sec.
5930 2024.12.17 08:14:38.483506 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5931 2024.12.17 08:14:38.483667 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5932 2024.12.17 08:14:38.483759 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5933 2024.12.17 08:14:38.485346 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5934 2024.12.17 08:14:38.485409 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5935 2024.12.17 08:14:38.486095 [ 187 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11633 rows, containing 5 columns (5 merged, 0 gathered) in 0.008528381 sec., 1364033.8066509927 rows/sec., 91.87 MiB/sec.
5936 2024.12.17 08:14:38.486522 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5937 2024.12.17 08:14:38.486885 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5938 2024.12.17 08:14:38.486939 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5939 2024.12.17 08:14:38.487033 [ 192 ] {1feb3fb5-396f-43f1-957a-733f20775101::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5940 2024.12.17 08:14:38.487129 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5941 2024.12.17 08:14:38.487222 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5942 2024.12.17 08:14:38.487356 [ 13 ] {} <Debug> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5943 2024.12.17 08:14:38.487399 [ 13 ] {} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5944 2024.12.17 08:14:38.487428 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5945 2024.12.17 08:14:38.487485 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003828 sec., 2089.8641588296764 rows/sec., 3.74 MiB/sec.
5946 2024.12.17 08:14:38.488014 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5947 2024.12.17 08:14:38.488385 [ 281 ] {44450f68-06ed-4b30-91e4-f1a05b20d07d} <Debug> TCPHandler: Processed in 0.004968564 sec.
5948 2024.12.17 08:14:38.488664 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5949 2024.12.17 08:14:38.488690 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5950 2024.12.17 08:14:38.488859 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 537 rows starting from the beginning of the part
5951 2024.12.17 08:14:38.488940 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5952 2024.12.17 08:14:38.489102 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5953 2024.12.17 08:14:38.489655 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5954 2024.12.17 08:14:38.490403 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part
5955 2024.12.17 08:14:38.491223 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::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
5956 2024.12.17 08:14:38.491518 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5957 2024.12.17 08:14:38.491676 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5958 2024.12.17 08:14:38.491881 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part
5959 2024.12.17 08:14:38.492520 [ 188 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
5960 2024.12.17 08:14:38.493511 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5961 2024.12.17 08:14:38.494070 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5962 2024.12.17 08:14:38.494394 [ 13 ] {} <Debug> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5963 2024.12.17 08:14:38.494478 [ 13 ] {} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5964 2024.12.17 08:14:38.494551 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5965 2024.12.17 08:14:38.494802 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005933 sec., 13821.001179841563 rows/sec., 898.87 KiB/sec.
5966 2024.12.17 08:14:38.494853 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5967 2024.12.17 08:14:38.494927 [ 276 ] {fbc55410-9771-4974-8189-4cde9de76b2d} <Debug> TCPHandler: Processed in 0.006417333 sec.
5968 2024.12.17 08:14:38.495168 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5969 2024.12.17 08:14:38.495233 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1878 rows starting from the beginning of the part
5970 2024.12.17 08:14:38.495612 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5971 2024.12.17 08:14:38.495918 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5972 2024.12.17 08:14:38.496278 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5973 2024.12.17 08:14:38.496601 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::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
5974 2024.12.17 08:14:38.496897 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
5975 2024.12.17 08:14:38.500711 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2244 rows, containing 4 columns (4 merged, 0 gathered) in 0.006005692 sec., 373645.5349358575 rows/sec., 24.19 MiB/sec.
5976 2024.12.17 08:14:38.501153 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5977 2024.12.17 08:14:38.502026 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2024.12.17 08:14:38.502149 [ 194 ] {7e506614-6888-4134-8d59-bdc8aff182fe::all_1_36_7} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5979 2024.12.17 08:14:38.502241 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
5980 2024.12.17 08:14:38.505827 [ 195 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 19 columns (19 merged, 0 gathered) in 0.018309635 sec., 34244.26538267967 rows/sec., 61.36 MiB/sec.
5981 2024.12.17 08:14:38.506883 [ 195 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5982 2024.12.17 08:14:38.507320 [ 195 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5983 2024.12.17 08:14:38.507416 [ 195 ] {7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5984 2024.12.17 08:14:38.507576 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5985 2024.12.17 08:14:39.891007 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5986 2024.12.17 08:14:39.891643 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5987 2024.12.17 08:14:39.891686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5988 2024.12.17 08:14:39.892207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5989 2024.12.17 08:14:39.892468 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5990 2024.12.17 08:14:39.892789 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5991 2024.12.17 08:14:40.764071 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5992 2024.12.17 08:14:40.784314 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5993 2024.12.17 08:14:40.784367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
5994 2024.12.17 08:14:40.791932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5995 2024.12.17 08:14:40.792690 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5996 2024.12.17 08:14:40.795871 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5997 2024.12.17 08:14:42.439848 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 824
5998 2024.12.17 08:14:42.442999 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2024.12.17 08:14:42.443045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6000 2024.12.17 08:14:42.444559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6001 2024.12.17 08:14:42.444974 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2024.12.17 08:14:42.445528 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
6003 2024.12.17 08:14:43.455265 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6004 2024.12.17 08:14:43.455460 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6005 2024.12.17 08:14:43.455530 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6006 2024.12.17 08:14:43.456334 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6007 2024.12.17 08:14:43.456378 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6008 2024.12.17 08:14:43.456827 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6009 2024.12.17 08:14:43.457086 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6010 2024.12.17 08:14:43.457297 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001888 sec., 64618.64406779661 rows/sec., 5.48 MiB/sec.
6011 2024.12.17 08:14:43.457363 [ 281 ] {5c713a72-09fd-4586-a4ba-f00b7258a913} <Debug> TCPHandler: Processed in 0.002220769 sec.
6012 2024.12.17 08:14:43.457647 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2024.12.17 08:14:43.457845 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6014 2024.12.17 08:14:43.457922 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6015 2024.12.17 08:14:43.458717 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2024.12.17 08:14:43.458777 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6017 2024.12.17 08:14:43.459251 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6018 2024.12.17 08:14:43.459532 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2024.12.17 08:14:43.459773 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001982 sec., 16649.84863773966 rows/sec., 1.22 MiB/sec.
6020 2024.12.17 08:14:43.459831 [ 276 ] {f50610b6-009f-41cf-aebb-d1eb584c0703} <Debug> TCPHandler: Processed in 0.002345693 sec.
6021 2024.12.17 08:14:43.459991 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6022 2024.12.17 08:14:43.460134 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6023 2024.12.17 08:14:43.460196 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6024 2024.12.17 08:14:43.460877 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6025 2024.12.17 08:14:43.460915 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6026 2024.12.17 08:14:43.461333 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6027 2024.12.17 08:14:43.461579 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6028 2024.12.17 08:14:43.461759 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001661 sec., 58398.55508729681 rows/sec., 4.56 MiB/sec.
6029 2024.12.17 08:14:43.461818 [ 281 ] {5bb4de67-beb7-4d0c-a662-3d9178206fa5} <Debug> TCPHandler: Processed in 0.001900181 sec.
6030 2024.12.17 08:14:43.461981 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6031 2024.12.17 08:14:43.462104 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6032 2024.12.17 08:14:43.462160 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6033 2024.12.17 08:14:43.462768 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6034 2024.12.17 08:14:43.462810 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6035 2024.12.17 08:14:43.463232 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6036 2024.12.17 08:14:43.463488 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2024.12.17 08:14:43.463699 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec.
6038 2024.12.17 08:14:43.463753 [ 276 ] {f94b3494-957b-4b1c-bf14-681e6c9098ed} <Debug> TCPHandler: Processed in 0.001829609 sec.
6039 2024.12.17 08:14:43.463919 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6040 2024.12.17 08:14:43.464045 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6041 2024.12.17 08:14:43.464130 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6042 2024.12.17 08:14:43.465366 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6043 2024.12.17 08:14:43.465404 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6044 2024.12.17 08:14:43.466098 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6045 2024.12.17 08:14:43.466354 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6046 2024.12.17 08:14:43.466570 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002554 sec., 12920.908379013314 rows/sec., 23.15 MiB/sec.
6047 2024.12.17 08:14:43.466686 [ 281 ] {9a1a78f6-8506-4048-b655-73eb751ffb1a} <Debug> TCPHandler: Processed in 0.002830296 sec.
6048 2024.12.17 08:14:43.466856 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6049 2024.12.17 08:14:43.466973 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6050 2024.12.17 08:14:43.467024 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6051 2024.12.17 08:14:43.467532 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6052 2024.12.17 08:14:43.467589 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6053 2024.12.17 08:14:43.467963 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6054 2024.12.17 08:14:43.468201 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6055 2024.12.17 08:14:43.468407 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec.
6056 2024.12.17 08:14:43.468457 [ 276 ] {09136489-dc21-4708-b519-b23064239870} <Debug> TCPHandler: Processed in 0.001658815 sec.
6057 2024.12.17 08:14:47.264013 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache
6058 2024.12.17 08:14:47.264062 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache
6059 2024.12.17 08:14:47.393831 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6060 2024.12.17 08:14:47.394508 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6061 2024.12.17 08:14:47.394556 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6062 2024.12.17 08:14:47.395075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6063 2024.12.17 08:14:47.395332 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6064 2024.12.17 08:14:47.395634 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6065 2024.12.17 08:14:48.296860 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6066 2024.12.17 08:14:48.317381 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6067 2024.12.17 08:14:48.317434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6068 2024.12.17 08:14:48.324777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6069 2024.12.17 08:14:48.325540 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6070 2024.12.17 08:14:48.328253 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6071 2024.12.17 08:14:48.458939 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6072 2024.12.17 08:14:48.459130 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6073 2024.12.17 08:14:48.459204 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6074 2024.12.17 08:14:48.459959 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6075 2024.12.17 08:14:48.460010 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6076 2024.12.17 08:14:48.460434 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6077 2024.12.17 08:14:48.460689 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6078 2024.12.17 08:14:48.460962 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
6079 2024.12.17 08:14:48.461045 [ 281 ] {e5c44f07-3a6b-479d-bc19-1f4ba837431e} <Debug> TCPHandler: Processed in 0.00223841 sec.
6080 2024.12.17 08:14:48.461403 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6081 2024.12.17 08:14:48.461593 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6082 2024.12.17 08:14:48.461667 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6083 2024.12.17 08:14:48.462834 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6084 2024.12.17 08:14:48.462885 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6085 2024.12.17 08:14:48.463335 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6086 2024.12.17 08:14:48.463595 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6087 2024.12.17 08:14:48.463913 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00237 sec., 92405.06329113923 rows/sec., 8.05 MiB/sec.
6088 2024.12.17 08:14:48.463989 [ 276 ] {1484ecf1-5457-4e7e-9f6b-e98d3492e716} <Debug> TCPHandler: Processed in 0.002789176 sec.
6089 2024.12.17 08:14:48.464162 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6090 2024.12.17 08:14:48.464281 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6091 2024.12.17 08:14:48.464331 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6092 2024.12.17 08:14:48.464940 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6093 2024.12.17 08:14:48.464980 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6094 2024.12.17 08:14:48.465341 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6095 2024.12.17 08:14:48.465585 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6096 2024.12.17 08:14:48.465841 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001581 sec., 9487.666034155598 rows/sec., 668.95 KiB/sec.
6097 2024.12.17 08:14:48.466019 [ 281 ] {39c934ca-766c-4fb4-9909-f67df5097d03} <Debug> TCPHandler: Processed in 0.001917191 sec.
6098 2024.12.17 08:14:48.466245 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6099 2024.12.17 08:14:48.466360 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6100 2024.12.17 08:14:48.466409 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6101 2024.12.17 08:14:48.466998 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6102 2024.12.17 08:14:48.467037 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6103 2024.12.17 08:14:48.467391 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6104 2024.12.17 08:14:48.467654 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6105 2024.12.17 08:14:48.467921 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec.
6106 2024.12.17 08:14:48.468118 [ 276 ] {5183ec13-9016-43bd-ba04-a5c774709508} <Debug> TCPHandler: Processed in 0.001972693 sec.
6107 2024.12.17 08:14:48.468296 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6108 2024.12.17 08:14:48.468412 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6109 2024.12.17 08:14:48.468460 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6110 2024.12.17 08:14:48.469040 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6111 2024.12.17 08:14:48.469079 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6112 2024.12.17 08:14:48.469434 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6113 2024.12.17 08:14:48.469672 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6114 2024.12.17 08:14:48.469865 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001473 sec., 8825.526137135099 rows/sec., 550.27 KiB/sec.
6115 2024.12.17 08:14:48.470071 [ 281 ] {024c8fd6-5574-453e-b5e7-dd82e635ce68} <Debug> TCPHandler: Processed in 0.00184661 sec.
6116 2024.12.17 08:14:48.470226 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6117 2024.12.17 08:14:48.470341 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6118 2024.12.17 08:14:48.470390 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6119 2024.12.17 08:14:48.471113 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6120 2024.12.17 08:14:48.471153 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6121 2024.12.17 08:14:48.471527 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6122 2024.12.17 08:14:48.471767 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6123 2024.12.17 08:14:48.471998 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001676 sec., 232696.8973747017 rows/sec., 16.50 MiB/sec.
6124 2024.12.17 08:14:48.472087 [ 276 ] {2db6798d-c611-45bd-a20f-3e69485fb25d} <Debug> TCPHandler: Processed in 0.001916792 sec.
6125 2024.12.17 08:14:48.472307 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6126 2024.12.17 08:14:48.472471 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6127 2024.12.17 08:14:48.472531 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6128 2024.12.17 08:14:48.473020 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6129 2024.12.17 08:14:48.473058 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6130 2024.12.17 08:14:48.473414 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6131 2024.12.17 08:14:48.473649 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6132 2024.12.17 08:14:48.473874 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec.
6133 2024.12.17 08:14:48.474035 [ 281 ] {972242dc-177e-46f0-8fab-cd021a97304b} <Debug> TCPHandler: Processed in 0.00185599 sec.
6134 2024.12.17 08:14:48.474189 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6135 2024.12.17 08:14:48.474307 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6136 2024.12.17 08:14:48.474360 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6137 2024.12.17 08:14:48.474951 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6138 2024.12.17 08:14:48.474990 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6139 2024.12.17 08:14:48.475385 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6140 2024.12.17 08:14:48.475625 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6141 2024.12.17 08:14:48.475882 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec.
6142 2024.12.17 08:14:48.476072 [ 276 ] {fa23b3e5-f2d3-41d4-814a-e0fe6cde8d82} <Debug> TCPHandler: Processed in 0.001935623 sec.
6143 2024.12.17 08:14:48.476297 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6144 2024.12.17 08:14:48.476424 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6145 2024.12.17 08:14:48.476473 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6146 2024.12.17 08:14:48.476955 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6147 2024.12.17 08:14:48.476993 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6148 2024.12.17 08:14:48.477348 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6149 2024.12.17 08:14:48.477576 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6150 2024.12.17 08:14:48.477752 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec.
6151 2024.12.17 08:14:48.477800 [ 281 ] {08e666b0-2120-4074-a60d-8f873a1932ab} <Debug> TCPHandler: Processed in 0.001617244 sec.
6152 2024.12.17 08:14:48.477953 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6153 2024.12.17 08:14:48.478079 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6154 2024.12.17 08:14:48.478170 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6155 2024.12.17 08:14:48.479296 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6156 2024.12.17 08:14:48.479335 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6157 2024.12.17 08:14:48.479944 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6158 2024.12.17 08:14:48.480208 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6159 2024.12.17 08:14:48.480457 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002407 sec., 3323.639385126714 rows/sec., 5.96 MiB/sec.
6160 2024.12.17 08:14:48.480549 [ 276 ] {a302b003-304b-4d6e-ace4-0685f6fcc7d8} <Debug> TCPHandler: Processed in 0.002657962 sec.
6161 2024.12.17 08:14:48.480709 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6162 2024.12.17 08:14:48.480847 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6163 2024.12.17 08:14:48.480904 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6164 2024.12.17 08:14:48.481486 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6165 2024.12.17 08:14:48.481530 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6166 2024.12.17 08:14:48.481915 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6167 2024.12.17 08:14:48.482143 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6168 2024.12.17 08:14:48.482354 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec.
6169 2024.12.17 08:14:48.482524 [ 281 ] {ac7a7faf-0507-4618-a06c-e9f78fd6c7db} <Debug> TCPHandler: Processed in 0.001879311 sec.
6170 2024.12.17 08:14:49.001162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.76 MiB, peak 205.51 MiB, free memory in arenas 0.00 B, will set to 199.65 MiB (RSS), difference: -1.11 MiB
6171 2024.12.17 08:14:52.446620 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 858
6172 2024.12.17 08:14:52.449666 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6173 2024.12.17 08:14:52.449708 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6174 2024.12.17 08:14:52.451198 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6175 2024.12.17 08:14:52.451530 [ 243 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6176 2024.12.17 08:14:52.451689 [ 153 ] {} <Debug> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6177 2024.12.17 08:14:52.451749 [ 153 ] {} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6178 2024.12.17 08:14:52.451784 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6179 2024.12.17 08:14:52.452807 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::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
6180 2024.12.17 08:14:52.453240 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 858
6181 2024.12.17 08:14:52.453807 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6182 2024.12.17 08:14:52.453990 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part
6183 2024.12.17 08:14:52.454640 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::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
6184 2024.12.17 08:14:52.455272 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part
6185 2024.12.17 08:14:52.455882 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part
6186 2024.12.17 08:14:52.456447 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part
6187 2024.12.17 08:14:52.457030 [ 199 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
6188 2024.12.17 08:14:52.464764 [ 196 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 72 columns (72 merged, 0 gathered) in 0.012756255 sec., 67261.12013282896 rows/sec., 55.77 MiB/sec.
6189 2024.12.17 08:14:52.466007 [ 197 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6190 2024.12.17 08:14:52.466762 [ 197 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6191 2024.12.17 08:14:52.466844 [ 197 ] {5d71a636-510d-43d8-8303-91f282880141::all_1_21_4} <Trace> system.query_log (5d71a636-510d-43d8-8303-91f282880141) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6192 2024.12.17 08:14:52.467139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
6193 2024.12.17 08:14:53.484705 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6194 2024.12.17 08:14:53.484924 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6195 2024.12.17 08:14:53.485005 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6196 2024.12.17 08:14:53.485960 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6197 2024.12.17 08:14:53.486024 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6198 2024.12.17 08:14:53.486518 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6199 2024.12.17 08:14:53.486811 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Trace> oximeter.fields_ipaddr (baf488d6-3044-4f65-bc5d-5d4322924d7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2024.12.17 08:14:53.487039 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002172 sec., 2762.4309392265195 rows/sec., 225.26 KiB/sec.
6201 2024.12.17 08:14:53.487110 [ 281 ] {b8a19b75-210b-4218-8f21-34185d8251f2} <Debug> TCPHandler: Processed in 0.002539369 sec.
6202 2024.12.17 08:14:53.487393 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6203 2024.12.17 08:14:53.487586 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6204 2024.12.17 08:14:53.487661 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6205 2024.12.17 08:14:53.489071 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6206 2024.12.17 08:14:53.489123 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6207 2024.12.17 08:14:53.489637 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6208 2024.12.17 08:14:53.489936 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6209 2024.12.17 08:14:53.490160 [ 154 ] {} <Debug> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6210 2024.12.17 08:14:53.490226 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Debug> executeQuery: Read 1265 rows, 106.93 KiB in 0.002693 sec., 469736.35350909765 rows/sec., 38.78 MiB/sec.
6211 2024.12.17 08:14:53.490254 [ 154 ] {} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6212 2024.12.17 08:14:53.490318 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6213 2024.12.17 08:14:53.490364 [ 276 ] {d0af9fbe-6f7b-41d9-8398-c8c102f3f1a6} <Debug> TCPHandler: Processed in 0.003111734 sec.
6214 2024.12.17 08:14:53.490497 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::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
6215 2024.12.17 08:14:53.490572 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6216 2024.12.17 08:14:53.490637 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6217 2024.12.17 08:14:53.490698 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1435 rows starting from the beginning of the part
6218 2024.12.17 08:14:53.490821 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6219 2024.12.17 08:14:53.490927 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 122 rows starting from the beginning of the part
6220 2024.12.17 08:14:53.490987 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6221 2024.12.17 08:14:53.491335 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 221 rows starting from the beginning of the part
6222 2024.12.17 08:14:53.491713 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part
6223 2024.12.17 08:14:53.492105 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 219 rows starting from the beginning of the part
6224 2024.12.17 08:14:53.492465 [ 193 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1265 rows starting from the beginning of the part
6225 2024.12.17 08:14:53.493863 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6226 2024.12.17 08:14:53.493950 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6227 2024.12.17 08:14:53.494980 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6228 2024.12.17 08:14:53.495272 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6229 2024.12.17 08:14:53.495634 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.004859 sec., 8026.342868903067 rows/sec., 596.91 KiB/sec.
6230 2024.12.17 08:14:53.496083 [ 281 ] {8abeb84e-e2cd-4208-b234-eb2a973dde6f} <Debug> TCPHandler: Processed in 0.00557681 sec.
6231 2024.12.17 08:14:53.496578 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6232 2024.12.17 08:14:53.496808 [ 196 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3384 rows, containing 5 columns (5 merged, 0 gathered) in 0.006371052 sec., 531152.4690113971 rows/sec., 46.47 MiB/sec.
6233 2024.12.17 08:14:53.496956 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6234 2024.12.17 08:14:53.497011 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6235 2024.12.17 08:14:53.497160 [ 196 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6236 2024.12.17 08:14:53.497795 [ 196 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6237 2024.12.17 08:14:53.498040 [ 196 ] {0a20a79d-9b85-438c-bf7b-4cb2a9668a04::all_1_41_8} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6238 2024.12.17 08:14:53.498211 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
6239 2024.12.17 08:14:53.498385 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2024.12.17 08:14:53.498431 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6241 2024.12.17 08:14:53.498805 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6242 2024.12.17 08:14:53.499055 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2024.12.17 08:14:53.499280 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002428 sec., 93904.44810543658 rows/sec., 6.36 MiB/sec.
6244 2024.12.17 08:14:53.499337 [ 276 ] {8348bdf6-9a0c-41ff-a52e-e52d6ecf6320} <Debug> TCPHandler: Processed in 0.003091493 sec.
6245 2024.12.17 08:14:53.499488 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6246 2024.12.17 08:14:53.499657 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6247 2024.12.17 08:14:53.499717 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6248 2024.12.17 08:14:53.500717 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2024.12.17 08:14:53.500758 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6250 2024.12.17 08:14:53.501162 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6251 2024.12.17 08:14:53.501401 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6252 2024.12.17 08:14:53.501528 [ 152 ] {} <Debug> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6253 2024.12.17 08:14:53.501577 [ 152 ] {} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6254 2024.12.17 08:14:53.501593 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001968 sec., 284044.7154471545 rows/sec., 21.11 MiB/sec.
6255 2024.12.17 08:14:53.501604 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6256 2024.12.17 08:14:53.501722 [ 281 ] {d1815764-2954-4992-ac39-b83d1f3903fc} <Debug> TCPHandler: Processed in 0.002298433 sec.
6257 2024.12.17 08:14:53.502174 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6258 2024.12.17 08:14:53.502333 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
6259 2024.12.17 08:14:53.502791 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6260 2024.12.17 08:14:53.503000 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6261 2024.12.17 08:14:53.503135 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6262 2024.12.17 08:14:53.503255 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::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
6263 2024.12.17 08:14:53.503609 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 97 rows starting from the beginning of the part
6264 2024.12.17 08:14:53.504019 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 394 rows starting from the beginning of the part
6265 2024.12.17 08:14:53.504333 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 97 rows starting from the beginning of the part
6266 2024.12.17 08:14:53.504546 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 390 rows starting from the beginning of the part
6267 2024.12.17 08:14:53.504640 [ 190 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 559 rows starting from the beginning of the part
6268 2024.12.17 08:14:53.505860 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2024.12.17 08:14:53.505923 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6270 2024.12.17 08:14:53.507002 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6271 2024.12.17 08:14:53.507334 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2024.12.17 08:14:53.507863 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.005308 sec., 166352.67520723437 rows/sec., 11.19 MiB/sec.
6273 2024.12.17 08:14:53.507918 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2452 rows, containing 5 columns (5 merged, 0 gathered) in 0.006196858 sec., 395684.3936072119 rows/sec., 30.38 MiB/sec.
6274 2024.12.17 08:14:53.508005 [ 276 ] {ef0a323f-b419-448c-8b72-daa9a1095f33} <Debug> TCPHandler: Processed in 0.006088954 sec.
6275 2024.12.17 08:14:53.508184 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6276 2024.12.17 08:14:53.508185 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6277 2024.12.17 08:14:53.508354 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6278 2024.12.17 08:14:53.508470 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6279 2024.12.17 08:14:53.508589 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6280 2024.12.17 08:14:53.508741 [ 196 ] {f267cc06-b476-4fe2-bb38-424f506c1392::all_1_41_8} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6281 2024.12.17 08:14:53.508852 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
6282 2024.12.17 08:14:53.509858 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6283 2024.12.17 08:14:53.509897 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6284 2024.12.17 08:14:53.510573 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6285 2024.12.17 08:14:53.510833 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6286 2024.12.17 08:14:53.511076 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002751 sec., 11995.637949836424 rows/sec., 21.50 MiB/sec.
6287 2024.12.17 08:14:53.511631 [ 281 ] {396834ba-321c-4def-bc9e-eb3fa3115048} <Debug> TCPHandler: Processed in 0.003517315 sec.
6288 2024.12.17 08:14:53.511793 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6289 2024.12.17 08:14:53.511913 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6290 2024.12.17 08:14:53.511964 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6291 2024.12.17 08:14:53.512460 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6292 2024.12.17 08:14:53.512499 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6293 2024.12.17 08:14:53.512876 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6294 2024.12.17 08:14:53.513121 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6295 2024.12.17 08:14:53.513370 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec.
6296 2024.12.17 08:14:53.513547 [ 276 ] {2d1e9cb3-6a5e-4503-92b3-3cbd5742bab7} <Debug> TCPHandler: Processed in 0.001818139 sec.
6297 2024.12.17 08:14:54.896689 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6298 2024.12.17 08:14:54.897326 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6299 2024.12.17 08:14:54.897371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6300 2024.12.17 08:14:54.897896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6301 2024.12.17 08:14:54.898152 [ 242 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6302 2024.12.17 08:14:54.898355 [ 75 ] {} <Debug> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6303 2024.12.17 08:14:54.898393 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6304 2024.12.17 08:14:54.898439 [ 75 ] {} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6305 2024.12.17 08:14:54.898471 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6306 2024.12.17 08:14:54.898711 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
6307 2024.12.17 08:14:54.898949 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6308 2024.12.17 08:14:54.898996 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::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
6309 2024.12.17 08:14:54.899087 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6310 2024.12.17 08:14:54.899317 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6311 2024.12.17 08:14:54.899498 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6312 2024.12.17 08:14:54.899718 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6313 2024.12.17 08:14:54.899804 [ 201 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6314 2024.12.17 08:14:54.901935 [ 186 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003371091 sec., 4216142.489182285 rows/sec., 60.31 MiB/sec.
6315 2024.12.17 08:14:54.902235 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6316 2024.12.17 08:14:54.902540 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6317 2024.12.17 08:14:54.902631 [ 189 ] {937092fc-bef9-4abd-8f04-2304c2768ac1::all_1_31_6} <Trace> system.asynchronous_metric_log (937092fc-bef9-4abd-8f04-2304c2768ac1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6318 2024.12.17 08:14:54.902721 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6319 2024.12.17 08:14:55.829243 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6320 2024.12.17 08:14:55.852007 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6321 2024.12.17 08:14:55.852079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6322 2024.12.17 08:14:55.859547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6323 2024.12.17 08:14:55.860320 [ 244 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6324 2024.12.17 08:14:55.860786 [ 82 ] {} <Debug> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6325 2024.12.17 08:14:55.860990 [ 82 ] {} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2024.12.17 08:14:55.861091 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6327 2024.12.17 08:14:55.861528 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6328 2024.12.17 08:14:55.876506 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6329 2024.12.17 08:14:55.878005 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6330 2024.12.17 08:14:55.879212 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6331 2024.12.17 08:14:55.884218 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6332 2024.12.17 08:14:55.889751 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6333 2024.12.17 08:14:55.895155 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6334 2024.12.17 08:14:55.900828 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6335 2024.12.17 08:14:55.905186 [ 201 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::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
6336 2024.12.17 08:14:55.963658 [ 186 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.102389675 sec., 2285.386685718067 rows/sec., 11.82 MiB/sec.
6337 2024.12.17 08:14:55.966288 [ 191 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6338 2024.12.17 08:14:55.970004 [ 191 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_31_6} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6339 2024.12.17 08:14:55.970140 [ 191 ] {3372c990-cc4b-4cee-8708-1bdb4508aa5a::all_1_31_6} <Trace> system.metric_log (3372c990-cc4b-4cee-8708-1bdb4508aa5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6340 2024.12.17 08:14:55.972619 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6341 2024.12.17 08:14:56.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.84 MiB, peak 211.38 MiB, free memory in arenas 0.00 B, will set to 202.43 MiB (RSS), difference: 1.59 MiB
6342 2024.12.17 08:14:58.459510 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6343 2024.12.17 08:14:58.459712 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6344 2024.12.17 08:14:58.459784 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6345 2024.12.17 08:14:58.460537 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2024.12.17 08:14:58.460584 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6347 2024.12.17 08:14:58.461040 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6348 2024.12.17 08:14:58.461362 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Trace> oximeter.fields_i16 (1218b4f6-0c69-46d9-92ba-15f185d0449d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6349 2024.12.17 08:14:58.461632 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec.
6350 2024.12.17 08:14:58.461701 [ 281 ] {1a955694-7449-4457-a19d-f0c505402a0b} <Debug> TCPHandler: Processed in 0.002321492 sec.
6351 2024.12.17 08:14:58.461992 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6352 2024.12.17 08:14:58.462187 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6353 2024.12.17 08:14:58.462263 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6354 2024.12.17 08:14:58.463137 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6355 2024.12.17 08:14:58.463186 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6356 2024.12.17 08:14:58.463641 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6357 2024.12.17 08:14:58.463914 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Trace> oximeter.fields_string (0a20a79d-9b85-438c-bf7b-4cb2a9668a04): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6358 2024.12.17 08:14:58.464179 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002038 sec., 107458.29244357214 rows/sec., 9.36 MiB/sec.
6359 2024.12.17 08:14:58.464306 [ 276 ] {b2eaf026-5423-4a08-99aa-c8fa121a8605} <Debug> TCPHandler: Processed in 0.002451047 sec.
6360 2024.12.17 08:14:58.464526 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6361 2024.12.17 08:14:58.464643 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6362 2024.12.17 08:14:58.464693 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6363 2024.12.17 08:14:58.465275 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6364 2024.12.17 08:14:58.465314 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6365 2024.12.17 08:14:58.465673 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6366 2024.12.17 08:14:58.465905 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6367 2024.12.17 08:14:58.466069 [ 126 ] {} <Debug> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6368 2024.12.17 08:14:58.466137 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00151 sec., 9933.774834437087 rows/sec., 700.41 KiB/sec.
6369 2024.12.17 08:14:58.466148 [ 126 ] {} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2024.12.17 08:14:58.466225 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6371 2024.12.17 08:14:58.466274 [ 281 ] {f115f7b5-44a1-45cb-9cb5-6b176541eb70} <Debug> TCPHandler: Processed in 0.001831429 sec.
6372 2024.12.17 08:14:58.466555 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6373 2024.12.17 08:14:58.466719 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::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
6374 2024.12.17 08:14:58.466918 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6375 2024.12.17 08:14:58.467073 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6376 2024.12.17 08:14:58.467456 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6377 2024.12.17 08:14:58.467558 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part
6378 2024.12.17 08:14:58.467883 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part
6379 2024.12.17 08:14:58.468327 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 33 rows starting from the beginning of the part
6380 2024.12.17 08:14:58.468712 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part
6381 2024.12.17 08:14:58.469015 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part
6382 2024.12.17 08:14:58.469376 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part
6383 2024.12.17 08:14:58.470129 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2024.12.17 08:14:58.470210 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6385 2024.12.17 08:14:58.471225 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6386 2024.12.17 08:14:58.471808 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2024.12.17 08:14:58.472399 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005552 sec., 2521.613832853026 rows/sec., 176.60 KiB/sec.
6388 2024.12.17 08:14:58.472454 [ 126 ] {} <Debug> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6389 2024.12.17 08:14:58.472593 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006248029 sec., 29929.438547740414 rows/sec., 2.24 MiB/sec.
6390 2024.12.17 08:14:58.472655 [ 126 ] {} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6391 2024.12.17 08:14:58.472663 [ 276 ] {d510e626-5b10-44a3-8032-9c851bd5d7c9} <Debug> TCPHandler: Processed in 0.006264379 sec.
6392 2024.12.17 08:14:58.472748 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6393 2024.12.17 08:14:58.472858 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6394 2024.12.17 08:14:58.473012 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6395 2024.12.17 08:14:58.473318 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::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
6396 2024.12.17 08:14:58.473358 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6397 2024.12.17 08:14:58.473525 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6398 2024.12.17 08:14:58.473785 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6399 2024.12.17 08:14:58.473858 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6400 2024.12.17 08:14:58.474037 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part
6401 2024.12.17 08:14:58.474089 [ 200 ] {96138355-b18d-45a3-8f27-4e74eaa45e03::all_1_41_8} <Trace> oximeter.fields_u16 (96138355-b18d-45a3-8f27-4e74eaa45e03) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6402 2024.12.17 08:14:58.474374 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6403 2024.12.17 08:14:58.474454 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
6404 2024.12.17 08:14:58.474976 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
6405 2024.12.17 08:14:58.475399 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6406 2024.12.17 08:14:58.475712 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part
6407 2024.12.17 08:14:58.476026 [ 194 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
6408 2024.12.17 08:14:58.476816 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6409 2024.12.17 08:14:58.476880 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6410 2024.12.17 08:14:58.477847 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6411 2024.12.17 08:14:58.478351 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Trace> oximeter.fields_u8 (4823d97f-74e6-433f-9b0e-4e71e1247303): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6412 2024.12.17 08:14:58.478948 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005662 sec., 2296.0084775697633 rows/sec., 143.16 KiB/sec.
6413 2024.12.17 08:14:58.478975 [ 187 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005997452 sec., 87703.91159445711 rows/sec., 6.28 MiB/sec.
6414 2024.12.17 08:14:58.479048 [ 281 ] {4c58fafd-def2-45a0-a6ea-a50c565bb6fc} <Debug> TCPHandler: Processed in 0.006223458 sec.
6415 2024.12.17 08:14:58.479195 [ 188 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6416 2024.12.17 08:14:58.479226 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2024.12.17 08:14:58.479430 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6418 2024.12.17 08:14:58.479507 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6419 2024.12.17 08:14:58.479716 [ 188 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6420 2024.12.17 08:14:58.479952 [ 188 ] {d803f86f-413c-4cbd-95ad-1aaaa13e574d::all_1_26_5} <Trace> oximeter.fields_u32 (d803f86f-413c-4cbd-95ad-1aaaa13e574d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6421 2024.12.17 08:14:58.480166 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
6422 2024.12.17 08:14:58.480723 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6423 2024.12.17 08:14:58.480767 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6424 2024.12.17 08:14:58.481153 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6425 2024.12.17 08:14:58.481392 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Trace> oximeter.fields_uuid (f267cc06-b476-4fe2-bb38-424f506c1392): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2024.12.17 08:14:58.481616 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002255 sec., 172949.00221729488 rows/sec., 12.27 MiB/sec.
6427 2024.12.17 08:14:58.481673 [ 276 ] {033dba48-807f-4194-a0ae-251127846a6b} <Debug> TCPHandler: Processed in 0.002523798 sec.
6428 2024.12.17 08:14:58.481832 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6429 2024.12.17 08:14:58.481957 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6430 2024.12.17 08:14:58.482009 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6431 2024.12.17 08:14:58.482505 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6432 2024.12.17 08:14:58.482546 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6433 2024.12.17 08:14:58.482919 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6434 2024.12.17 08:14:58.483176 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Trace> oximeter.measurements_bool (d315c80c-fd37-47f9-b926-b6b9a24a893c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6435 2024.12.17 08:14:58.483385 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec.
6436 2024.12.17 08:14:58.483438 [ 281 ] {cb2ddf24-ffdb-4691-984a-0e28ef3634e8} <Debug> TCPHandler: Processed in 0.001677525 sec.
6437 2024.12.17 08:14:58.483580 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6438 2024.12.17 08:14:58.483698 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6439 2024.12.17 08:14:58.483751 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6440 2024.12.17 08:14:58.484344 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6441 2024.12.17 08:14:58.484383 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6442 2024.12.17 08:14:58.484781 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6443 2024.12.17 08:14:58.485021 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Trace> oximeter.measurements_cumulativeu64 (1feb3fb5-396f-43f1-957a-733f20775101): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6444 2024.12.17 08:14:58.485234 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec.
6445 2024.12.17 08:14:58.485286 [ 276 ] {4f66113f-a726-444e-8435-081b34fb003a} <Debug> TCPHandler: Processed in 0.001760137 sec.
6446 2024.12.17 08:14:58.485423 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6447 2024.12.17 08:14:58.485542 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6448 2024.12.17 08:14:58.485595 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6449 2024.12.17 08:14:58.486073 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6450 2024.12.17 08:14:58.486116 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6451 2024.12.17 08:14:58.486492 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6452 2024.12.17 08:14:58.486733 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6453 2024.12.17 08:14:58.486914 [ 125 ] {} <Debug> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6454 2024.12.17 08:14:58.486980 [ 125 ] {} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2024.12.17 08:14:58.486990 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
6456 2024.12.17 08:14:58.487029 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6457 2024.12.17 08:14:58.487111 [ 281 ] {3403e314-1c36-42ae-a932-c97972cb04ad} <Debug> TCPHandler: Processed in 0.001739317 sec.
6458 2024.12.17 08:14:58.487316 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::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
6459 2024.12.17 08:14:58.487368 [ 276 ] {} <Trace> TCP-Session: df6ac98c-bb63-4138-9319-c573ffefa7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6460 2024.12.17 08:14:58.487553 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6461 2024.12.17 08:14:58.487612 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6462 2024.12.17 08:14:58.487628 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
6463 2024.12.17 08:14:58.487946 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6464 2024.12.17 08:14:58.487955 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6465 2024.12.17 08:14:58.488290 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6466 2024.12.17 08:14:58.488693 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6467 2024.12.17 08:14:58.489058 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6468 2024.12.17 08:14:58.489425 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
6469 2024.12.17 08:14:58.493503 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006350212 sec., 3149.5011505127704 rows/sec., 212.22 KiB/sec.
6470 2024.12.17 08:14:58.493568 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6471 2024.12.17 08:14:58.493631 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6472 2024.12.17 08:14:58.493689 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6473 2024.12.17 08:14:58.494362 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6474 2024.12.17 08:14:58.494554 [ 187 ] {f44a3446-8b6c-4579-b81c-69ea525b15f5::all_1_20_4} <Trace> oximeter.measurements_f64 (f44a3446-8b6c-4579-b81c-69ea525b15f5) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6475 2024.12.17 08:14:58.494735 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6476 2024.12.17 08:14:58.495006 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6477 2024.12.17 08:14:58.495273 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Trace> oximeter.measurements_histogramu64 (7e426a0a-077b-43f7-b2d5-e7b08c3b7b2f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6478 2024.12.17 08:14:58.495479 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007932 sec., 1008.5728693898135 rows/sec., 1.81 MiB/sec.
6479 2024.12.17 08:14:58.495585 [ 276 ] {cce93e4d-4653-4f5f-8a92-1ac50a9dc338} <Debug> TCPHandler: Processed in 0.008347685 sec.
6480 2024.12.17 08:14:58.495755 [ 281 ] {} <Trace> TCP-Session: 8c78ac1f-5990-4734-b57a-ff221673c4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6481 2024.12.17 08:14:58.495874 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49139) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6482 2024.12.17 08:14:58.495927 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6483 2024.12.17 08:14:58.496443 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2024.12.17 08:14:58.496484 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
6485 2024.12.17 08:14:58.496871 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6486 2024.12.17 08:14:58.497113 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Trace> oximeter.measurements_u64 (7e506614-6888-4134-8d59-bdc8aff182fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2024.12.17 08:14:58.497330 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
6488 2024.12.17 08:14:58.497382 [ 281 ] {6f7c44b8-8e85-4d52-8afc-ade95e38a1c1} <Debug> TCPHandler: Processed in 0.001688206 sec.