Max level shown:
1 [ Feb 13 06:11:17 Enabled. ]
2 [ Feb 13 06:11:17 Rereading configuration. ]
3 [ Feb 13 06:11:17 Rereading configuration. ]
4 [ Feb 13 06:11:19 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 [ Feb 13 06:11:19 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.02.13 06:11:20.020874 [ 1 ] {} <Information> Application: Will watch for the process with pid 23043
29 2025.02.13 06:11:20.021399 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.13 06:11:20.185357 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23043
31 2025.02.13 06:11:20.186102 [ 1 ] {} <Information> Application: starting up
32 2025.02.13 06:11:20.186813 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.13 06:11:20.239827 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.13 06:11:20.274053 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.13 06:11:20.274099 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.13 06:11:20.274112 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.13 06:11:20.274173 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.13 06:11:20.274555 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.13 06:11:20.276110 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.02.13 06:11:20.276854 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.13 06:11:20.277688 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.02.13 06:11:20.277710 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.02.13 06:11:20.277725 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.13 06:11:20.277892 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.13 06:11:20.278782 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.13 06:11:20.283995 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.13 06:11:20.284664 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.13 06:11:20.285916 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.13 06:11:20.285979 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.13 06:11:20.287567 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.02.13 06:11:20.288055 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.13 06:11:20.291396 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.13 06:11:20.292051 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.13 06:11:20.293610 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.13 06:11:20.293996 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.13 06:11:20.294335 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.13 06:11:20.294691 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.13 06:11:20.295998 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.13 06:11:20.296022 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.13 06:11:20.296107 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.13 06:11:20.296274 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.13 06:11:20.303926 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.13 06:11:20.303950 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000136422 sec
68 2025.02.13 06:11:20.303988 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.13 06:11:20.304004 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.13 06:11:20.305110 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.13 06:11:20.306155 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.13 06:11:20.314882 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.13 06:11:20.314921 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.13 06:11:20.314943 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.13 06:11:20.314956 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.13 06:11:20.314983 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.13 06:11:20.315002 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.13 06:11:20.317042 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.13 06:11:20.317083 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.13 06:11:20.317103 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.13 06:11:20.317277 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.13 06:11:20.317295 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.13 06:11:20.317328 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.13 06:11:20.317347 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.13 06:11:20.317361 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.13 06:11:20.317387 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.13 06:11:20.317404 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.13 06:11:20.340782 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.13 06:11:20.342100 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.13 06:11:20.342130 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8131e-05 sec
91 2025.02.13 06:11:20.342143 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.13 06:11:20.342155 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.13 06:11:20.342176 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.13 06:11:20.342365 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.13 06:11:20.342408 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.13 06:11:20.342422 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.13 06:11:20.342434 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.02.13 06:11:20.342445 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.13 06:11:20.358232 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.13 06:11:20.358428 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB
101 2025.02.13 06:11:20.359243 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2931e-05 sec.
102 2025.02.13 06:11:20.359652 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.13 06:11:20.359734 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.13 06:11:20.359750 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.13 06:11:20.371552 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38219
106 2025.02.13 06:11:20.371786 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.13 06:11:20.371841 [ 3 ] {} <Debug> TCP-Session: b7fbb372-74c2-4574-8ae3-dbcd641fafb9 Authenticating user 'default' from [fd00:1122:3344:101::b]:38219
108 2025.02.13 06:11:20.371877 [ 3 ] {} <Debug> TCP-Session: b7fbb372-74c2-4574-8ae3-dbcd641fafb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.13 06:11:20.371903 [ 3 ] {} <Debug> TCP-Session: b7fbb372-74c2-4574-8ae3-dbcd641fafb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.13 06:11:20.371991 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.13 06:11:20.372018 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.02.13 06:11:20.372042 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.02.13 06:11:20.373167 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62052
114 2025.02.13 06:11:20.373186 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46501
115 2025.02.13 06:11:20.373282 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.02.13 06:11:20.373304 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2025.02.13 06:11:20.373321 [ 4 ] {} <Debug> TCP-Session: 4587156d-94e7-427f-b1c4-6bdecdc27653 Authenticating user 'default' from [fd00:1122:3344:101::b]:62052
118 2025.02.13 06:11:20.373359 [ 5 ] {} <Debug> TCP-Session: ead88284-e1f9-4388-bc06-30efda9206ef Authenticating user 'default' from [fd00:1122:3344:101::b]:46501
119 2025.02.13 06:11:20.373372 [ 4 ] {} <Debug> TCP-Session: 4587156d-94e7-427f-b1c4-6bdecdc27653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2025.02.13 06:11:20.373393 [ 5 ] {} <Debug> TCP-Session: ead88284-e1f9-4388-bc06-30efda9206ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2025.02.13 06:11:20.373419 [ 4 ] {} <Debug> TCP-Session: 4587156d-94e7-427f-b1c4-6bdecdc27653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2025.02.13 06:11:20.373424 [ 5 ] {} <Debug> TCP-Session: ead88284-e1f9-4388-bc06-30efda9206ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.02.13 06:11:20.373900 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50868
124 2025.02.13 06:11:20.374036 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34824
125 2025.02.13 06:11:20.374065 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.02.13 06:11:20.374146 [ 253 ] {} <Debug> TCP-Session: cb713b8c-f101-4d96-b71d-31770c56495c Authenticating user 'default' from [fd00:1122:3344:101::b]:50868
127 2025.02.13 06:11:20.374264 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2025.02.13 06:11:20.374282 [ 253 ] {} <Debug> TCP-Session: cb713b8c-f101-4d96-b71d-31770c56495c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2025.02.13 06:11:20.374306 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54613
130 2025.02.13 06:11:20.374321 [ 254 ] {} <Debug> TCP-Session: 9dc60750-1a74-4253-badc-347f4252fa44 Authenticating user 'default' from [fd00:1122:3344:101::b]:34824
131 2025.02.13 06:11:20.374334 [ 253 ] {} <Debug> TCP-Session: cb713b8c-f101-4d96-b71d-31770c56495c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2025.02.13 06:11:20.374425 [ 254 ] {} <Debug> TCP-Session: 9dc60750-1a74-4253-badc-347f4252fa44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.02.13 06:11:20.374433 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45531
134 2025.02.13 06:11:20.374521 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2025.02.13 06:11:20.374523 [ 254 ] {} <Debug> TCP-Session: 9dc60750-1a74-4253-badc-347f4252fa44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.02.13 06:11:20.374757 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65303
137 2025.02.13 06:11:20.374774 [ 255 ] {} <Debug> TCP-Session: 49f2c5c3-3992-464a-9e62-810f5b59e4e4 Authenticating user 'default' from [fd00:1122:3344:101::b]:54613
138 2025.02.13 06:11:20.374821 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.02.13 06:11:20.374834 [ 255 ] {} <Debug> TCP-Session: 49f2c5c3-3992-464a-9e62-810f5b59e4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.13 06:11:20.374962 [ 255 ] {} <Debug> TCP-Session: 49f2c5c3-3992-464a-9e62-810f5b59e4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.02.13 06:11:20.374975 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2025.02.13 06:11:20.374982 [ 256 ] {} <Debug> TCP-Session: a9a790fd-6510-4fa1-9762-0d587bca72fa Authenticating user 'default' from [fd00:1122:3344:101::b]:45531
143 2025.02.13 06:11:20.375064 [ 257 ] {} <Debug> TCP-Session: ff435ae6-149d-4a79-b13f-a524e21d9373 Authenticating user 'default' from [fd00:1122:3344:101::b]:65303
144 2025.02.13 06:11:20.375084 [ 256 ] {} <Debug> TCP-Session: a9a790fd-6510-4fa1-9762-0d587bca72fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.02.13 06:11:20.375116 [ 257 ] {} <Debug> TCP-Session: ff435ae6-149d-4a79-b13f-a524e21d9373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.02.13 06:11:20.375128 [ 256 ] {} <Debug> TCP-Session: a9a790fd-6510-4fa1-9762-0d587bca72fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.13 06:11:20.375147 [ 257 ] {} <Debug> TCP-Session: ff435ae6-149d-4a79-b13f-a524e21d9373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.13 06:11:21.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.17 MiB, peak 117.17 MiB, free memory in arenas 0.00 B, will set to 119.39 MiB (RSS), difference: 2.22 MiB
149 2025.02.13 06:11:21.002659 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43709
150 2025.02.13 06:11:21.002843 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.02.13 06:11:21.002899 [ 258 ] {} <Debug> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Authenticating user 'default' from [fd00:1122:3344:101::d]:43709
152 2025.02.13 06:11:21.002925 [ 258 ] {} <Debug> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.13 06:11:21.002950 [ 258 ] {} <Debug> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.13 06:11:21.003019 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.02.13 06:11:21.003048 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.02.13 06:11:21.003074 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2025.02.13 06:11:21.004431 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44667
158 2025.02.13 06:11:21.004434 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45783
159 2025.02.13 06:11:21.004500 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61050
160 2025.02.13 06:11:21.005681 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55720
161 2025.02.13 06:11:21.005696 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
162 2025.02.13 06:11:21.005695 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
163 2025.02.13 06:11:21.006675 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2025.02.13 06:11:21.006793 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
165 2025.02.13 06:11:21.006789 [ 259 ] {} <Debug> TCP-Session: acaa6085-cf52-4c6a-a1d7-3e52531ff8ff Authenticating user 'default' from [fd00:1122:3344:101::d]:45783
166 2025.02.13 06:11:21.006790 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50719
167 2025.02.13 06:11:21.006868 [ 260 ] {} <Debug> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Authenticating user 'default' from [fd00:1122:3344:101::d]:44667
168 2025.02.13 06:11:21.006846 [ 261 ] {} <Debug> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Authenticating user 'default' from [fd00:1122:3344:101::d]:61050
169 2025.02.13 06:11:21.006913 [ 259 ] {} <Debug> TCP-Session: acaa6085-cf52-4c6a-a1d7-3e52531ff8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2025.02.13 06:11:21.006689 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.02.13 06:11:21.007031 [ 259 ] {} <Debug> TCP-Session: acaa6085-cf52-4c6a-a1d7-3e52531ff8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
172 2025.02.13 06:11:21.007155 [ 261 ] {} <Debug> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
173 2025.02.13 06:11:21.007288 [ 261 ] {} <Debug> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2025.02.13 06:11:21.007310 [ 262 ] {} <Debug> TCP-Session: bb748e30-0281-4c68-bad3-b2c70c7c4a64 Authenticating user 'default' from [fd00:1122:3344:101::d]:55720
175 2025.02.13 06:11:21.007365 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37225
176 2025.02.13 06:11:21.007345 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2025.02.13 06:11:21.007941 [ 262 ] {} <Debug> TCP-Session: bb748e30-0281-4c68-bad3-b2c70c7c4a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
178 2025.02.13 06:11:21.007398 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33992
179 2025.02.13 06:11:21.008003 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60795
180 2025.02.13 06:11:21.008056 [ 262 ] {} <Debug> TCP-Session: bb748e30-0281-4c68-bad3-b2c70c7c4a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
181 2025.02.13 06:11:21.007281 [ 260 ] {} <Debug> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.02.13 06:11:21.008049 [ 263 ] {} <Debug> TCP-Session: cc17bdee-9fc7-4d11-8a65-cc517b0b44ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50719
183 2025.02.13 06:11:21.009324 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2025.02.13 06:11:21.010157 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
185 2025.02.13 06:11:21.010972 [ 260 ] {} <Debug> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.02.13 06:11:21.011023 [ 265 ] {} <Debug> TCP-Session: ceb5e845-bfbe-4357-9e54-6db3b8a785a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:37225
187 2025.02.13 06:11:21.011026 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2025.02.13 06:11:21.011045 [ 266 ] {} <Debug> TCP-Session: 855f67be-42dc-49f1-9d13-df28a2d8b0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60795
189 2025.02.13 06:11:21.011038 [ 263 ] {} <Debug> TCP-Session: cc17bdee-9fc7-4d11-8a65-cc517b0b44ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.02.13 06:11:21.011202 [ 265 ] {} <Debug> TCP-Session: ceb5e845-bfbe-4357-9e54-6db3b8a785a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.02.13 06:11:21.011218 [ 266 ] {} <Debug> TCP-Session: 855f67be-42dc-49f1-9d13-df28a2d8b0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
192 2025.02.13 06:11:21.011246 [ 263 ] {} <Debug> TCP-Session: cc17bdee-9fc7-4d11-8a65-cc517b0b44ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
193 2025.02.13 06:11:21.011277 [ 265 ] {} <Debug> TCP-Session: ceb5e845-bfbe-4357-9e54-6db3b8a785a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
194 2025.02.13 06:11:21.011297 [ 266 ] {} <Debug> TCP-Session: 855f67be-42dc-49f1-9d13-df28a2d8b0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
195 2025.02.13 06:11:21.011410 [ 264 ] {} <Debug> TCP-Session: ab3cdc05-8ee9-4614-9727-cac2b040861f Authenticating user 'default' from [fd00:1122:3344:101::d]:33992
196 2025.02.13 06:11:21.011597 [ 264 ] {} <Debug> TCP-Session: ab3cdc05-8ee9-4614-9727-cac2b040861f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
197 2025.02.13 06:11:21.011645 [ 264 ] {} <Debug> TCP-Session: ab3cdc05-8ee9-4614-9727-cac2b040861f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
198 2025.02.13 06:11:21.011749 [ 258 ] {9a6b743f-7f99-4921-bfa0-014a758004c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
199 2025.02.13 06:11:21.064940 [ 258 ] {9a6b743f-7f99-4921-bfa0-014a758004c7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43709) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
200 
201 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
202 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
203 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
204 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
205 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
206 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
207 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
208 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
209 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
210 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
211 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
212 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
213 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
214 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
215 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
216 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
217 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
222 
223 2025.02.13 06:11:21.065864 [ 258 ] {9a6b743f-7f99-4921-bfa0-014a758004c7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
224 
225 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
226 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
227 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
228 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
229 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
230 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
231 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
232 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
233 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
234 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
235 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
236 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
237 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
238 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
239 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
240 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
241 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
242 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
243 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
244 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
245 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
246 
247 2025.02.13 06:11:21.066031 [ 258 ] {9a6b743f-7f99-4921-bfa0-014a758004c7} <Debug> TCPHandler: Processed in 0.061578678 sec.
248 2025.02.13 06:11:21.066392 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
249 2025.02.13 06:11:21.066585 [ 261 ] {2bb5c760-850e-493d-b800-5f9bdf8c82e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
250 2025.02.13 06:11:21.066887 [ 261 ] {2bb5c760-850e-493d-b800-5f9bdf8c82e3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61050) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
251 
252 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
253 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
254 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
255 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
256 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
257 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
258 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
259 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
260 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
261 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
262 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
263 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
264 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
265 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
266 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
267 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
268 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
269 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
270 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
271 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
272 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
273 
274 2025.02.13 06:11:21.067003 [ 261 ] {2bb5c760-850e-493d-b800-5f9bdf8c82e3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
275 
276 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
277 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
278 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
279 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
280 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
281 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
282 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
283 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
284 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
285 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
286 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
287 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
288 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
289 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
290 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
291 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
292 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
293 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
294 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
295 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
296 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
297 
298 2025.02.13 06:11:21.067094 [ 261 ] {2bb5c760-850e-493d-b800-5f9bdf8c82e3} <Debug> TCPHandler: Processed in 0.000853946 sec.
299 2025.02.13 06:11:21.067342 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2025.02.13 06:11:21.068722 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
301 2025.02.13 06:11:21.068890 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
302 2025.02.13 06:11:21.070235 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
303 2025.02.13 06:11:21.070296 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.6621e-05 sec
304 2025.02.13 06:11:21.070392 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Trace> ReferentialDeps: No tables
305 2025.02.13 06:11:21.070420 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Trace> LoadingDeps: No tables
306 2025.02.13 06:11:21.070452 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Information> DatabaseAtomic (oximeter): Starting up tables.
307 2025.02.13 06:11:21.070583 [ 258 ] {7627e202-7f37-4bd0-8094-3d9f95b51459} <Debug> TCPHandler: Processed in 0.003295151 sec.
308 2025.02.13 06:11:21.070798 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
309 2025.02.13 06:11:21.070984 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) /* The version table contains metadata about the `oximeter` database */
310 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
311 2025.02.13 06:11:21.071049 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
312 2025.02.13 06:11:21.078970 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
313 2025.02.13 06:11:21.081174 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Debug> oximeter.version (e641e19c-fa2a-4bc7-aa26-402d21c8f6f9): Loading data parts
314 2025.02.13 06:11:21.081753 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Debug> oximeter.version (e641e19c-fa2a-4bc7-aa26-402d21c8f6f9): There are no data parts
315 2025.02.13 06:11:21.084007 [ 261 ] {afeddf6c-c714-42e0-8139-bd13f59ea44d} <Debug> TCPHandler: Processed in 0.013263873 sec.
316 2025.02.13 06:11:21.084224 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
317 2025.02.13 06:11:21.084498 [ 258 ] {44cb0258-2617-41bf-87fd-8146401ae877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) /* The measurement tables contain all individual samples from each timeseries.
318 *
319 * Each table stores a single datum type, and otherwise contains nearly the same
320 * structure. The primary sorting key is on the timeseries name, key, and then
321 * timestamp, so that all timeseries from the same schema are grouped, followed
322 * by all samples from the same timeseries.
323 *
324 * This reflects that one usually looks up the _key_ in one or more field table,
325 * and then uses that to index quickly into the measurements tables.
326 */
327 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)
328 2025.02.13 06:11:21.084606 [ 258 ] {44cb0258-2617-41bf-87fd-8146401ae877} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
329 2025.02.13 06:11:21.093668 [ 258 ] {44cb0258-2617-41bf-87fd-8146401ae877} <Debug> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): Loading data parts
330 2025.02.13 06:11:21.093904 [ 258 ] {44cb0258-2617-41bf-87fd-8146401ae877} <Debug> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): There are no data parts
331 2025.02.13 06:11:21.095371 [ 258 ] {44cb0258-2617-41bf-87fd-8146401ae877} <Debug> TCPHandler: Processed in 0.011202616 sec.
332 2025.02.13 06:11:21.095630 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
333 2025.02.13 06:11:21.095835 [ 261 ] {3fbab9c7-3f23-402f-a92f-987c45a9558a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
334 2025.02.13 06:11:21.095964 [ 261 ] {3fbab9c7-3f23-402f-a92f-987c45a9558a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
335 2025.02.13 06:11:21.097897 [ 261 ] {3fbab9c7-3f23-402f-a92f-987c45a9558a} <Debug> oximeter.measurements_i8 (534dd334-872f-4a74-a726-31e32953e828): Loading data parts
336 2025.02.13 06:11:21.098145 [ 261 ] {3fbab9c7-3f23-402f-a92f-987c45a9558a} <Debug> oximeter.measurements_i8 (534dd334-872f-4a74-a726-31e32953e828): There are no data parts
337 2025.02.13 06:11:21.099929 [ 261 ] {3fbab9c7-3f23-402f-a92f-987c45a9558a} <Debug> TCPHandler: Processed in 0.00436313 sec.
338 2025.02.13 06:11:21.100144 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
339 2025.02.13 06:11:21.100396 [ 258 ] {5e034d5c-a470-4114-924d-411f332201a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
340 2025.02.13 06:11:21.100454 [ 258 ] {5e034d5c-a470-4114-924d-411f332201a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
341 2025.02.13 06:11:21.103390 [ 258 ] {5e034d5c-a470-4114-924d-411f332201a5} <Debug> oximeter.measurements_u8 (7de4d351-51fc-49ed-84b8-811b3ff622fe): Loading data parts
342 2025.02.13 06:11:21.103571 [ 258 ] {5e034d5c-a470-4114-924d-411f332201a5} <Debug> oximeter.measurements_u8 (7de4d351-51fc-49ed-84b8-811b3ff622fe): There are no data parts
343 2025.02.13 06:11:21.105471 [ 258 ] {5e034d5c-a470-4114-924d-411f332201a5} <Debug> TCPHandler: Processed in 0.005382019 sec.
344 2025.02.13 06:11:21.105712 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
345 2025.02.13 06:11:21.105912 [ 261 ] {d7444f5d-d9ab-490b-88b9-46bec9acb7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
346 2025.02.13 06:11:21.105975 [ 261 ] {d7444f5d-d9ab-490b-88b9-46bec9acb7a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
347 2025.02.13 06:11:21.108444 [ 261 ] {d7444f5d-d9ab-490b-88b9-46bec9acb7a6} <Debug> oximeter.measurements_i16 (b7d19bbb-960e-45c4-bc33-d5f1fd557b6b): Loading data parts
348 2025.02.13 06:11:21.108619 [ 261 ] {d7444f5d-d9ab-490b-88b9-46bec9acb7a6} <Debug> oximeter.measurements_i16 (b7d19bbb-960e-45c4-bc33-d5f1fd557b6b): There are no data parts
349 2025.02.13 06:11:21.109965 [ 261 ] {d7444f5d-d9ab-490b-88b9-46bec9acb7a6} <Debug> TCPHandler: Processed in 0.004308899 sec.
350 2025.02.13 06:11:21.110160 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
351 2025.02.13 06:11:21.110355 [ 258 ] {a1a58cf4-fefb-4007-92fe-e571dab84117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
352 2025.02.13 06:11:21.110434 [ 258 ] {a1a58cf4-fefb-4007-92fe-e571dab84117} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
353 2025.02.13 06:11:21.112296 [ 258 ] {a1a58cf4-fefb-4007-92fe-e571dab84117} <Debug> oximeter.measurements_u16 (62635e4a-5d70-4d1e-a646-a76eacbb8690): Loading data parts
354 2025.02.13 06:11:21.112487 [ 258 ] {a1a58cf4-fefb-4007-92fe-e571dab84117} <Debug> oximeter.measurements_u16 (62635e4a-5d70-4d1e-a646-a76eacbb8690): There are no data parts
355 2025.02.13 06:11:21.113927 [ 258 ] {a1a58cf4-fefb-4007-92fe-e571dab84117} <Debug> TCPHandler: Processed in 0.00382136 sec.
356 2025.02.13 06:11:21.114130 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
357 2025.02.13 06:11:21.114344 [ 261 ] {eb2ddd61-d356-4c58-bf6d-a874b5e31355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
358 2025.02.13 06:11:21.114417 [ 261 ] {eb2ddd61-d356-4c58-bf6d-a874b5e31355} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
359 2025.02.13 06:11:21.116573 [ 261 ] {eb2ddd61-d356-4c58-bf6d-a874b5e31355} <Debug> oximeter.measurements_i32 (ef488eb1-aaf2-4740-8b3f-af24d73bb602): Loading data parts
360 2025.02.13 06:11:21.116749 [ 261 ] {eb2ddd61-d356-4c58-bf6d-a874b5e31355} <Debug> oximeter.measurements_i32 (ef488eb1-aaf2-4740-8b3f-af24d73bb602): There are no data parts
361 2025.02.13 06:11:21.118055 [ 261 ] {eb2ddd61-d356-4c58-bf6d-a874b5e31355} <Debug> TCPHandler: Processed in 0.003980063 sec.
362 2025.02.13 06:11:21.118245 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
363 2025.02.13 06:11:21.118439 [ 258 ] {486d3f63-c8aa-4366-9729-b9aa393d7d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
364 2025.02.13 06:11:21.118515 [ 258 ] {486d3f63-c8aa-4366-9729-b9aa393d7d8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
365 2025.02.13 06:11:21.120843 [ 258 ] {486d3f63-c8aa-4366-9729-b9aa393d7d8f} <Debug> oximeter.measurements_u32 (f6e35584-c87f-47d8-b762-38612b53c625): Loading data parts
366 2025.02.13 06:11:21.121012 [ 258 ] {486d3f63-c8aa-4366-9729-b9aa393d7d8f} <Debug> oximeter.measurements_u32 (f6e35584-c87f-47d8-b762-38612b53c625): There are no data parts
367 2025.02.13 06:11:21.122297 [ 258 ] {486d3f63-c8aa-4366-9729-b9aa393d7d8f} <Debug> TCPHandler: Processed in 0.004106785 sec.
368 2025.02.13 06:11:21.122510 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
369 2025.02.13 06:11:21.122749 [ 261 ] {d23075dd-3578-43e6-93a4-01d89ee7be41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
370 2025.02.13 06:11:21.122825 [ 261 ] {d23075dd-3578-43e6-93a4-01d89ee7be41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
371 2025.02.13 06:11:21.126657 [ 261 ] {d23075dd-3578-43e6-93a4-01d89ee7be41} <Debug> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): Loading data parts
372 2025.02.13 06:11:21.126852 [ 261 ] {d23075dd-3578-43e6-93a4-01d89ee7be41} <Debug> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): There are no data parts
373 2025.02.13 06:11:21.131585 [ 261 ] {d23075dd-3578-43e6-93a4-01d89ee7be41} <Debug> TCPHandler: Processed in 0.009133537 sec.
374 2025.02.13 06:11:21.131796 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
375 2025.02.13 06:11:21.131993 [ 258 ] {8baa4519-078b-44d0-8155-cde6896d9990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
376 2025.02.13 06:11:21.132132 [ 258 ] {8baa4519-078b-44d0-8155-cde6896d9990} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
377 2025.02.13 06:11:21.135269 [ 258 ] {8baa4519-078b-44d0-8155-cde6896d9990} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Loading data parts
378 2025.02.13 06:11:21.135445 [ 258 ] {8baa4519-078b-44d0-8155-cde6896d9990} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): There are no data parts
379 2025.02.13 06:11:21.136963 [ 258 ] {8baa4519-078b-44d0-8155-cde6896d9990} <Debug> TCPHandler: Processed in 0.005232536 sec.
380 2025.02.13 06:11:21.137159 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
381 2025.02.13 06:11:21.137445 [ 261 ] {dcf253bf-726c-4be8-b736-ed95c717933d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
382 2025.02.13 06:11:21.137519 [ 261 ] {dcf253bf-726c-4be8-b736-ed95c717933d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
383 2025.02.13 06:11:21.139284 [ 261 ] {dcf253bf-726c-4be8-b736-ed95c717933d} <Debug> oximeter.measurements_f32 (19a0d481-2196-4022-b167-96c2afe365cf): Loading data parts
384 2025.02.13 06:11:21.139457 [ 261 ] {dcf253bf-726c-4be8-b736-ed95c717933d} <Debug> oximeter.measurements_f32 (19a0d481-2196-4022-b167-96c2afe365cf): There are no data parts
385 2025.02.13 06:11:21.140965 [ 261 ] {dcf253bf-726c-4be8-b736-ed95c717933d} <Debug> TCPHandler: Processed in 0.003864861 sec.
386 2025.02.13 06:11:21.141165 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2025.02.13 06:11:21.141362 [ 258 ] {76317a82-82d6-4f9c-b5ef-dbe054d08365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
388 2025.02.13 06:11:21.141442 [ 258 ] {76317a82-82d6-4f9c-b5ef-dbe054d08365} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
389 2025.02.13 06:11:21.143425 [ 258 ] {76317a82-82d6-4f9c-b5ef-dbe054d08365} <Debug> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Loading data parts
390 2025.02.13 06:11:21.143604 [ 258 ] {76317a82-82d6-4f9c-b5ef-dbe054d08365} <Debug> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): There are no data parts
391 2025.02.13 06:11:21.144906 [ 258 ] {76317a82-82d6-4f9c-b5ef-dbe054d08365} <Debug> TCPHandler: Processed in 0.003795119 sec.
392 2025.02.13 06:11:21.145109 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
393 2025.02.13 06:11:21.145321 [ 261 ] {00314190-104a-408e-b182-3399e7fbaebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
394 2025.02.13 06:11:21.145385 [ 261 ] {00314190-104a-408e-b182-3399e7fbaebc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
395 2025.02.13 06:11:21.147980 [ 261 ] {00314190-104a-408e-b182-3399e7fbaebc} <Debug> oximeter.measurements_string (9e5ec151-367b-46a9-a7b6-3c785d902766): Loading data parts
396 2025.02.13 06:11:21.148185 [ 261 ] {00314190-104a-408e-b182-3399e7fbaebc} <Debug> oximeter.measurements_string (9e5ec151-367b-46a9-a7b6-3c785d902766): There are no data parts
397 2025.02.13 06:11:21.149665 [ 261 ] {00314190-104a-408e-b182-3399e7fbaebc} <Debug> TCPHandler: Processed in 0.004608284 sec.
398 2025.02.13 06:11:21.149881 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
399 2025.02.13 06:11:21.150122 [ 258 ] {d7645f01-43f4-4625-ba3c-586c088a3831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
400 * NOTE: Right now we can't unambiguously record a nullable byte array.
401 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
402 * a string isn't palatable for a few reasons.
403 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
404 * details.
405 */
406 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
407 2025.02.13 06:11:21.150208 [ 258 ] {d7645f01-43f4-4625-ba3c-586c088a3831} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
408 2025.02.13 06:11:21.153549 [ 258 ] {d7645f01-43f4-4625-ba3c-586c088a3831} <Debug> oximeter.measurements_bytes (b306ccff-c0a5-40ca-961d-61e67f9869c7): Loading data parts
409 2025.02.13 06:11:21.153736 [ 258 ] {d7645f01-43f4-4625-ba3c-586c088a3831} <Debug> oximeter.measurements_bytes (b306ccff-c0a5-40ca-961d-61e67f9869c7): There are no data parts
410 2025.02.13 06:11:21.155938 [ 258 ] {d7645f01-43f4-4625-ba3c-586c088a3831} <Debug> TCPHandler: Processed in 0.006121792 sec.
411 2025.02.13 06:11:21.156153 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
412 2025.02.13 06:11:21.156417 [ 261 ] {0d271274-2bd8-4566-be96-1e3edb6b2bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
413 2025.02.13 06:11:21.156498 [ 261 ] {0d271274-2bd8-4566-be96-1e3edb6b2bd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
414 2025.02.13 06:11:21.159032 [ 261 ] {0d271274-2bd8-4566-be96-1e3edb6b2bd6} <Debug> oximeter.measurements_cumulativei64 (8378b116-bb3e-4229-a8da-e6946ef24836): Loading data parts
415 2025.02.13 06:11:21.159223 [ 261 ] {0d271274-2bd8-4566-be96-1e3edb6b2bd6} <Debug> oximeter.measurements_cumulativei64 (8378b116-bb3e-4229-a8da-e6946ef24836): There are no data parts
416 2025.02.13 06:11:21.160633 [ 261 ] {0d271274-2bd8-4566-be96-1e3edb6b2bd6} <Debug> TCPHandler: Processed in 0.004541483 sec.
417 2025.02.13 06:11:21.160861 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
418 2025.02.13 06:11:21.161065 [ 258 ] {f994c964-382d-482c-9844-b6bafc20ac27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
419 2025.02.13 06:11:21.161134 [ 258 ] {f994c964-382d-482c-9844-b6bafc20ac27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
420 2025.02.13 06:11:21.163185 [ 258 ] {f994c964-382d-482c-9844-b6bafc20ac27} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Loading data parts
421 2025.02.13 06:11:21.163394 [ 258 ] {f994c964-382d-482c-9844-b6bafc20ac27} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): There are no data parts
422 2025.02.13 06:11:21.164875 [ 258 ] {f994c964-382d-482c-9844-b6bafc20ac27} <Debug> TCPHandler: Processed in 0.004072015 sec.
423 2025.02.13 06:11:21.165088 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
424 2025.02.13 06:11:21.165406 [ 261 ] {2fdf1152-864c-462c-9e35-6a18a71d620a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
425 2025.02.13 06:11:21.165488 [ 261 ] {2fdf1152-864c-462c-9e35-6a18a71d620a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
426 2025.02.13 06:11:21.167559 [ 261 ] {2fdf1152-864c-462c-9e35-6a18a71d620a} <Debug> oximeter.measurements_cumulativef32 (05daa446-7d67-4ab4-b3dd-972435025e0a): Loading data parts
427 2025.02.13 06:11:21.167738 [ 261 ] {2fdf1152-864c-462c-9e35-6a18a71d620a} <Debug> oximeter.measurements_cumulativef32 (05daa446-7d67-4ab4-b3dd-972435025e0a): There are no data parts
428 2025.02.13 06:11:21.169075 [ 261 ] {2fdf1152-864c-462c-9e35-6a18a71d620a} <Debug> TCPHandler: Processed in 0.004041404 sec.
429 2025.02.13 06:11:21.169283 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
430 2025.02.13 06:11:21.169489 [ 258 ] {a9d382c7-11ec-4cb7-a1fe-9bcf7ae1ba40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
431 2025.02.13 06:11:21.169559 [ 258 ] {a9d382c7-11ec-4cb7-a1fe-9bcf7ae1ba40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
432 2025.02.13 06:11:21.171588 [ 258 ] {a9d382c7-11ec-4cb7-a1fe-9bcf7ae1ba40} <Debug> oximeter.measurements_cumulativef64 (17da0b84-d8b3-4de5-98af-ec059eff6b6c): Loading data parts
433 2025.02.13 06:11:21.171795 [ 258 ] {a9d382c7-11ec-4cb7-a1fe-9bcf7ae1ba40} <Debug> oximeter.measurements_cumulativef64 (17da0b84-d8b3-4de5-98af-ec059eff6b6c): There are no data parts
434 2025.02.13 06:11:21.173265 [ 258 ] {a9d382c7-11ec-4cb7-a1fe-9bcf7ae1ba40} <Debug> TCPHandler: Processed in 0.004041045 sec.
435 2025.02.13 06:11:21.173495 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
436 2025.02.13 06:11:21.173780 [ 261 ] {2d3636e1-ed4f-41a6-af42-40f8f183e5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
437 * NOTE: Array types cannot be Nullable, see
438 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
439 * for more details.
440 *
441 * This means we need to use empty arrays to indicate a missing value. This
442 * is unfortunate, and at this point relies on the fact that an
443 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
444 * to figure out another way to represent missing samples here.
445 */
446 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)
447 2025.02.13 06:11:21.173861 [ 261 ] {2d3636e1-ed4f-41a6-af42-40f8f183e5b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
448 2025.02.13 06:11:21.176176 [ 261 ] {2d3636e1-ed4f-41a6-af42-40f8f183e5b8} <Debug> oximeter.measurements_histogrami8 (ef27269e-b5ee-4e3f-ba05-19269bd7dfef): Loading data parts
449 2025.02.13 06:11:21.176367 [ 261 ] {2d3636e1-ed4f-41a6-af42-40f8f183e5b8} <Debug> oximeter.measurements_histogrami8 (ef27269e-b5ee-4e3f-ba05-19269bd7dfef): There are no data parts
450 2025.02.13 06:11:21.177859 [ 261 ] {2d3636e1-ed4f-41a6-af42-40f8f183e5b8} <Debug> TCPHandler: Processed in 0.004420731 sec.
451 2025.02.13 06:11:21.178068 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
452 2025.02.13 06:11:21.178357 [ 258 ] {c3a43282-5af2-492e-9241-b0cf70a579db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
453 2025.02.13 06:11:21.178433 [ 258 ] {c3a43282-5af2-492e-9241-b0cf70a579db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
454 2025.02.13 06:11:21.180813 [ 258 ] {c3a43282-5af2-492e-9241-b0cf70a579db} <Debug> oximeter.measurements_histogramu8 (3013f1f4-602a-43c9-8e85-097cd407b8ca): Loading data parts
455 2025.02.13 06:11:21.180992 [ 258 ] {c3a43282-5af2-492e-9241-b0cf70a579db} <Debug> oximeter.measurements_histogramu8 (3013f1f4-602a-43c9-8e85-097cd407b8ca): There are no data parts
456 2025.02.13 06:11:21.182508 [ 258 ] {c3a43282-5af2-492e-9241-b0cf70a579db} <Debug> TCPHandler: Processed in 0.004494093 sec.
457 2025.02.13 06:11:21.182735 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2025.02.13 06:11:21.183006 [ 261 ] {9db3b11e-3d46-4998-b13d-0639ef48c0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
459 2025.02.13 06:11:21.183086 [ 261 ] {9db3b11e-3d46-4998-b13d-0639ef48c0a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
460 2025.02.13 06:11:21.185386 [ 261 ] {9db3b11e-3d46-4998-b13d-0639ef48c0a8} <Debug> oximeter.measurements_histogrami16 (dc453167-ca30-429b-8626-1ac5fb0f7384): Loading data parts
461 2025.02.13 06:11:21.185560 [ 261 ] {9db3b11e-3d46-4998-b13d-0639ef48c0a8} <Debug> oximeter.measurements_histogrami16 (dc453167-ca30-429b-8626-1ac5fb0f7384): There are no data parts
462 2025.02.13 06:11:21.187327 [ 261 ] {9db3b11e-3d46-4998-b13d-0639ef48c0a8} <Debug> TCPHandler: Processed in 0.004645205 sec.
463 2025.02.13 06:11:21.187537 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
464 2025.02.13 06:11:21.187820 [ 258 ] {638aa75a-815a-460e-bc42-ffb8350126c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
465 2025.02.13 06:11:21.187957 [ 258 ] {638aa75a-815a-460e-bc42-ffb8350126c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
466 2025.02.13 06:11:21.190451 [ 258 ] {638aa75a-815a-460e-bc42-ffb8350126c9} <Debug> oximeter.measurements_histogramu16 (8475f85f-4f90-4788-8360-ed5f7dbddee0): Loading data parts
467 2025.02.13 06:11:21.190635 [ 258 ] {638aa75a-815a-460e-bc42-ffb8350126c9} <Debug> oximeter.measurements_histogramu16 (8475f85f-4f90-4788-8360-ed5f7dbddee0): There are no data parts
468 2025.02.13 06:11:21.191979 [ 258 ] {638aa75a-815a-460e-bc42-ffb8350126c9} <Debug> TCPHandler: Processed in 0.004506622 sec.
469 2025.02.13 06:11:21.192218 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
470 2025.02.13 06:11:21.192493 [ 261 ] {c4e97fd9-356f-491e-a2ae-a8fa4e2799a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
471 2025.02.13 06:11:21.192570 [ 261 ] {c4e97fd9-356f-491e-a2ae-a8fa4e2799a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
472 2025.02.13 06:11:21.194816 [ 261 ] {c4e97fd9-356f-491e-a2ae-a8fa4e2799a2} <Debug> oximeter.measurements_histogrami32 (4ef83aef-6d03-4d65-bc7b-54e3eddd1ad6): Loading data parts
473 2025.02.13 06:11:21.195013 [ 261 ] {c4e97fd9-356f-491e-a2ae-a8fa4e2799a2} <Debug> oximeter.measurements_histogrami32 (4ef83aef-6d03-4d65-bc7b-54e3eddd1ad6): There are no data parts
474 2025.02.13 06:11:21.196480 [ 261 ] {c4e97fd9-356f-491e-a2ae-a8fa4e2799a2} <Debug> TCPHandler: Processed in 0.004316509 sec.
475 2025.02.13 06:11:21.196675 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
476 2025.02.13 06:11:21.196947 [ 258 ] {40a5816f-9892-4099-ac0b-b8b048b04705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
477 2025.02.13 06:11:21.197040 [ 258 ] {40a5816f-9892-4099-ac0b-b8b048b04705} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
478 2025.02.13 06:11:21.199130 [ 258 ] {40a5816f-9892-4099-ac0b-b8b048b04705} <Debug> oximeter.measurements_histogramu32 (76c0b79e-a964-48d9-840a-1b343e63cdbe): Loading data parts
479 2025.02.13 06:11:21.199295 [ 258 ] {40a5816f-9892-4099-ac0b-b8b048b04705} <Debug> oximeter.measurements_histogramu32 (76c0b79e-a964-48d9-840a-1b343e63cdbe): There are no data parts
480 2025.02.13 06:11:21.201045 [ 258 ] {40a5816f-9892-4099-ac0b-b8b048b04705} <Debug> TCPHandler: Processed in 0.004425311 sec.
481 2025.02.13 06:11:21.201271 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
482 2025.02.13 06:11:21.201551 [ 261 ] {8f265c4d-0f5b-4c23-8337-aa4f26a7d8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
483 2025.02.13 06:11:21.201633 [ 261 ] {8f265c4d-0f5b-4c23-8337-aa4f26a7d8ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
484 2025.02.13 06:11:21.205013 [ 261 ] {8f265c4d-0f5b-4c23-8337-aa4f26a7d8ef} <Debug> oximeter.measurements_histogrami64 (7c1285fa-f89b-48b6-bd55-3b7bd1676108): Loading data parts
485 2025.02.13 06:11:21.205214 [ 261 ] {8f265c4d-0f5b-4c23-8337-aa4f26a7d8ef} <Debug> oximeter.measurements_histogrami64 (7c1285fa-f89b-48b6-bd55-3b7bd1676108): There are no data parts
486 2025.02.13 06:11:21.206758 [ 261 ] {8f265c4d-0f5b-4c23-8337-aa4f26a7d8ef} <Debug> TCPHandler: Processed in 0.005541971 sec.
487 2025.02.13 06:11:21.206960 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
488 2025.02.13 06:11:21.207250 [ 258 ] {374bc12a-55f4-432c-9371-623459744486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
489 2025.02.13 06:11:21.207336 [ 258 ] {374bc12a-55f4-432c-9371-623459744486} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
490 2025.02.13 06:11:21.209900 [ 258 ] {374bc12a-55f4-432c-9371-623459744486} <Debug> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Loading data parts
491 2025.02.13 06:11:21.210070 [ 258 ] {374bc12a-55f4-432c-9371-623459744486} <Debug> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): There are no data parts
492 2025.02.13 06:11:21.211631 [ 258 ] {374bc12a-55f4-432c-9371-623459744486} <Debug> TCPHandler: Processed in 0.004725796 sec.
493 2025.02.13 06:11:21.211858 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
494 2025.02.13 06:11:21.212144 [ 261 ] {66a65598-c469-4b0e-86bb-9bcb99cd8a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
495 2025.02.13 06:11:21.212223 [ 261 ] {66a65598-c469-4b0e-86bb-9bcb99cd8a28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
496 2025.02.13 06:11:21.214360 [ 261 ] {66a65598-c469-4b0e-86bb-9bcb99cd8a28} <Debug> oximeter.measurements_histogramf32 (e2850426-8812-4a7a-8bdb-ae6522c99dcf): Loading data parts
497 2025.02.13 06:11:21.214531 [ 261 ] {66a65598-c469-4b0e-86bb-9bcb99cd8a28} <Debug> oximeter.measurements_histogramf32 (e2850426-8812-4a7a-8bdb-ae6522c99dcf): There are no data parts
498 2025.02.13 06:11:21.216089 [ 261 ] {66a65598-c469-4b0e-86bb-9bcb99cd8a28} <Debug> TCPHandler: Processed in 0.004288349 sec.
499 2025.02.13 06:11:21.216302 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
500 2025.02.13 06:11:21.216566 [ 258 ] {af0c78ce-36f6-4395-b1e2-69ef02197dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
501 2025.02.13 06:11:21.216650 [ 258 ] {af0c78ce-36f6-4395-b1e2-69ef02197dcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
502 2025.02.13 06:11:21.218880 [ 258 ] {af0c78ce-36f6-4395-b1e2-69ef02197dcc} <Debug> oximeter.measurements_histogramf64 (e8c17f78-6a50-4f48-8c37-252ae508044b): Loading data parts
503 2025.02.13 06:11:21.219058 [ 258 ] {af0c78ce-36f6-4395-b1e2-69ef02197dcc} <Debug> oximeter.measurements_histogramf64 (e8c17f78-6a50-4f48-8c37-252ae508044b): There are no data parts
504 2025.02.13 06:11:21.220571 [ 258 ] {af0c78ce-36f6-4395-b1e2-69ef02197dcc} <Debug> TCPHandler: Processed in 0.004322029 sec.
505 2025.02.13 06:11:21.220816 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
506 2025.02.13 06:11:21.221038 [ 261 ] {cd1a39d6-5afe-4564-ab8d-a4b7c9d95a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) /* The field tables store named dimensions of each timeseries.
507 *
508 * As with the measurement tables, there is one field table for each field data
509 * type. Fields are deduplicated by using the "replacing merge tree", though
510 * this behavior **must not** be relied upon for query correctness.
511 *
512 * The index for the fields differs from the measurements, however. Rows are
513 * sorted by timeseries name, then field name, field value, and finally
514 * timeseries key. This reflects the most common pattern for looking them up:
515 * by field name and possibly value, within a timeseries. The resulting keys are
516 * usually then used to look up measurements.
517 *
518 * NOTE: We may want to consider a secondary index on these tables, sorting by
519 * timeseries name and then key, since it would improve lookups where one
520 * already has the key. Realistically though, these tables are quite small and
521 * so performance benefits will be low in absolute terms.
522 *
523 * TTL: We use a materialized column to expire old field table records. This
524 * column is generated automatically by the database whenever a new row is
525 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
526 * query. Since these tables are `ReplacingMergeTree`s, that means the last
527 * record will remain during a deduplication, which will have the last
528 * timestamp. ClickHouse will then expire old data for us, similar to the
529 * measurement tables.
530 */
531 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)
532 2025.02.13 06:11:21.221123 [ 261 ] {cd1a39d6-5afe-4564-ab8d-a4b7c9d95a84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
533 2025.02.13 06:11:21.224172 [ 261 ] {cd1a39d6-5afe-4564-ab8d-a4b7c9d95a84} <Debug> oximeter.fields_bool (2caf46e4-c284-46f7-bdcf-e0226c4c8f1f): Loading data parts
534 2025.02.13 06:11:21.224350 [ 261 ] {cd1a39d6-5afe-4564-ab8d-a4b7c9d95a84} <Debug> oximeter.fields_bool (2caf46e4-c284-46f7-bdcf-e0226c4c8f1f): There are no data parts
535 2025.02.13 06:11:21.228437 [ 261 ] {cd1a39d6-5afe-4564-ab8d-a4b7c9d95a84} <Debug> TCPHandler: Processed in 0.007675091 sec.
536 2025.02.13 06:11:21.228656 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
537 2025.02.13 06:11:21.228851 [ 258 ] {dac46885-6f4c-47b3-a410-e26abc816921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
538 2025.02.13 06:11:21.228938 [ 258 ] {dac46885-6f4c-47b3-a410-e26abc816921} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
539 2025.02.13 06:11:21.231076 [ 258 ] {dac46885-6f4c-47b3-a410-e26abc816921} <Debug> oximeter.fields_i8 (690e34ff-7a83-40a0-8321-0ce4db79e9cc): Loading data parts
540 2025.02.13 06:11:21.231261 [ 258 ] {dac46885-6f4c-47b3-a410-e26abc816921} <Debug> oximeter.fields_i8 (690e34ff-7a83-40a0-8321-0ce4db79e9cc): There are no data parts
541 2025.02.13 06:11:21.232506 [ 258 ] {dac46885-6f4c-47b3-a410-e26abc816921} <Debug> TCPHandler: Processed in 0.003904642 sec.
542 2025.02.13 06:11:21.232731 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2025.02.13 06:11:21.232972 [ 261 ] {bf82767c-8f99-436a-8ecc-8f59059ec46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
544 2025.02.13 06:11:21.233050 [ 261 ] {bf82767c-8f99-436a-8ecc-8f59059ec46e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
545 2025.02.13 06:11:21.235289 [ 261 ] {bf82767c-8f99-436a-8ecc-8f59059ec46e} <Debug> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Loading data parts
546 2025.02.13 06:11:21.235451 [ 261 ] {bf82767c-8f99-436a-8ecc-8f59059ec46e} <Debug> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): There are no data parts
547 2025.02.13 06:11:21.237235 [ 261 ] {bf82767c-8f99-436a-8ecc-8f59059ec46e} <Debug> TCPHandler: Processed in 0.004559153 sec.
548 2025.02.13 06:11:21.237466 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
549 2025.02.13 06:11:21.237662 [ 258 ] {5f647418-a470-4b67-81fa-3c3a669a3a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
550 2025.02.13 06:11:21.237753 [ 258 ] {5f647418-a470-4b67-81fa-3c3a669a3a34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
551 2025.02.13 06:11:21.240029 [ 258 ] {5f647418-a470-4b67-81fa-3c3a669a3a34} <Debug> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Loading data parts
552 2025.02.13 06:11:21.240256 [ 258 ] {5f647418-a470-4b67-81fa-3c3a669a3a34} <Debug> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): There are no data parts
553 2025.02.13 06:11:21.241588 [ 258 ] {5f647418-a470-4b67-81fa-3c3a669a3a34} <Debug> TCPHandler: Processed in 0.004182947 sec.
554 2025.02.13 06:11:21.241801 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
555 2025.02.13 06:11:21.242100 [ 261 ] {92ba9147-71be-4747-8b45-e13238473aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
556 2025.02.13 06:11:21.242182 [ 261 ] {92ba9147-71be-4747-8b45-e13238473aee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
557 2025.02.13 06:11:21.244529 [ 261 ] {92ba9147-71be-4747-8b45-e13238473aee} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Loading data parts
558 2025.02.13 06:11:21.244710 [ 261 ] {92ba9147-71be-4747-8b45-e13238473aee} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): There are no data parts
559 2025.02.13 06:11:21.246145 [ 261 ] {92ba9147-71be-4747-8b45-e13238473aee} <Debug> TCPHandler: Processed in 0.004400581 sec.
560 2025.02.13 06:11:21.246335 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
561 2025.02.13 06:11:21.246529 [ 258 ] {0ec715e7-3209-446a-bdff-8eb03c82f4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
562 2025.02.13 06:11:21.246622 [ 258 ] {0ec715e7-3209-446a-bdff-8eb03c82f4e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
563 2025.02.13 06:11:21.249159 [ 258 ] {0ec715e7-3209-446a-bdff-8eb03c82f4e2} <Debug> oximeter.fields_i32 (d4e31c66-9acd-4beb-9c10-f1d3f45e40d9): Loading data parts
564 2025.02.13 06:11:21.249331 [ 258 ] {0ec715e7-3209-446a-bdff-8eb03c82f4e2} <Debug> oximeter.fields_i32 (d4e31c66-9acd-4beb-9c10-f1d3f45e40d9): There are no data parts
565 2025.02.13 06:11:21.254999 [ 258 ] {0ec715e7-3209-446a-bdff-8eb03c82f4e2} <Debug> TCPHandler: Processed in 0.00871861 sec.
566 2025.02.13 06:11:21.255199 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
567 2025.02.13 06:11:21.255480 [ 261 ] {0b404f8a-be40-4ea1-abb7-9a1dbe64e474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
568 2025.02.13 06:11:21.255550 [ 261 ] {0b404f8a-be40-4ea1-abb7-9a1dbe64e474} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
569 2025.02.13 06:11:21.257802 [ 261 ] {0b404f8a-be40-4ea1-abb7-9a1dbe64e474} <Debug> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Loading data parts
570 2025.02.13 06:11:21.257981 [ 261 ] {0b404f8a-be40-4ea1-abb7-9a1dbe64e474} <Debug> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): There are no data parts
571 2025.02.13 06:11:21.259472 [ 261 ] {0b404f8a-be40-4ea1-abb7-9a1dbe64e474} <Debug> TCPHandler: Processed in 0.00432608 sec.
572 2025.02.13 06:11:21.259660 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
573 2025.02.13 06:11:21.259853 [ 258 ] {bc87ba9d-f182-42d6-ac65-6faf5eb7d7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
574 2025.02.13 06:11:21.259928 [ 258 ] {bc87ba9d-f182-42d6-ac65-6faf5eb7d7dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
575 2025.02.13 06:11:21.261891 [ 258 ] {bc87ba9d-f182-42d6-ac65-6faf5eb7d7dc} <Debug> oximeter.fields_i64 (1dbb40fb-62fb-4a5e-9fe4-a2f6bd02d207): Loading data parts
576 2025.02.13 06:11:21.262072 [ 258 ] {bc87ba9d-f182-42d6-ac65-6faf5eb7d7dc} <Debug> oximeter.fields_i64 (1dbb40fb-62fb-4a5e-9fe4-a2f6bd02d207): There are no data parts
577 2025.02.13 06:11:21.263672 [ 258 ] {bc87ba9d-f182-42d6-ac65-6faf5eb7d7dc} <Debug> TCPHandler: Processed in 0.004064754 sec.
578 2025.02.13 06:11:21.263888 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
579 2025.02.13 06:11:21.264125 [ 261 ] {1fe1bc0f-0a1a-4795-89b5-5393c29b2c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
580 2025.02.13 06:11:21.264221 [ 261 ] {1fe1bc0f-0a1a-4795-89b5-5393c29b2c1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
581 2025.02.13 06:11:21.266179 [ 261 ] {1fe1bc0f-0a1a-4795-89b5-5393c29b2c1d} <Debug> oximeter.fields_u64 (8b7f3075-24c1-4b80-b052-0e71f304a9ed): Loading data parts
582 2025.02.13 06:11:21.266381 [ 261 ] {1fe1bc0f-0a1a-4795-89b5-5393c29b2c1d} <Debug> oximeter.fields_u64 (8b7f3075-24c1-4b80-b052-0e71f304a9ed): There are no data parts
583 2025.02.13 06:11:21.267910 [ 261 ] {1fe1bc0f-0a1a-4795-89b5-5393c29b2c1d} <Debug> TCPHandler: Processed in 0.004084325 sec.
584 2025.02.13 06:11:21.268096 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
585 2025.02.13 06:11:21.268348 [ 258 ] {29f117d0-1618-4f80-bf8b-7b479eb10577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
586 2025.02.13 06:11:21.268415 [ 258 ] {29f117d0-1618-4f80-bf8b-7b479eb10577} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
587 2025.02.13 06:11:21.270346 [ 258 ] {29f117d0-1618-4f80-bf8b-7b479eb10577} <Debug> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Loading data parts
588 2025.02.13 06:11:21.270492 [ 258 ] {29f117d0-1618-4f80-bf8b-7b479eb10577} <Debug> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): There are no data parts
589 2025.02.13 06:11:21.271896 [ 258 ] {29f117d0-1618-4f80-bf8b-7b479eb10577} <Debug> TCPHandler: Processed in 0.003862771 sec.
590 2025.02.13 06:11:21.272146 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
591 2025.02.13 06:11:21.272381 [ 261 ] {7e2d9710-61ee-406a-8057-5bbaa95a6058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) 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)
592 2025.02.13 06:11:21.272508 [ 261 ] {7e2d9710-61ee-406a-8057-5bbaa95a6058} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
593 2025.02.13 06:11:21.274530 [ 261 ] {7e2d9710-61ee-406a-8057-5bbaa95a6058} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Loading data parts
594 2025.02.13 06:11:21.274776 [ 261 ] {7e2d9710-61ee-406a-8057-5bbaa95a6058} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): There are no data parts
595 2025.02.13 06:11:21.276212 [ 261 ] {7e2d9710-61ee-406a-8057-5bbaa95a6058} <Debug> TCPHandler: Processed in 0.004130675 sec.
596 2025.02.13 06:11:21.276399 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
597 2025.02.13 06:11:21.276672 [ 258 ] {f94397f3-9515-406d-9525-0b72d075f870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) 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)
598 2025.02.13 06:11:21.276742 [ 258 ] {f94397f3-9515-406d-9525-0b72d075f870} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
599 2025.02.13 06:11:21.278660 [ 258 ] {f94397f3-9515-406d-9525-0b72d075f870} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Loading data parts
600 2025.02.13 06:11:21.278828 [ 258 ] {f94397f3-9515-406d-9525-0b72d075f870} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): There are no data parts
601 2025.02.13 06:11:21.280220 [ 258 ] {f94397f3-9515-406d-9525-0b72d075f870} <Debug> TCPHandler: Processed in 0.003877501 sec.
602 2025.02.13 06:11:21.280476 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
603 2025.02.13 06:11:21.280800 [ 261 ] {ff33f9f2-d029-4713-b3b0-c575e2bf94a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) /* The timeseries schema table stores the extracted schema for the samples
604 * oximeter collects.
605 */
606 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)
607 2025.02.13 06:11:21.280986 [ 261 ] {ff33f9f2-d029-4713-b3b0-c575e2bf94a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
608 2025.02.13 06:11:21.282868 [ 261 ] {ff33f9f2-d029-4713-b3b0-c575e2bf94a2} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Loading data parts
609 2025.02.13 06:11:21.283026 [ 261 ] {ff33f9f2-d029-4713-b3b0-c575e2bf94a2} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): There are no data parts
610 2025.02.13 06:11:21.284718 [ 261 ] {ff33f9f2-d029-4713-b3b0-c575e2bf94a2} <Debug> TCPHandler: Processed in 0.004309649 sec.
611 2025.02.13 06:11:21.284948 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
612 2025.02.13 06:11:21.285206 [ 258 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
613 2025.02.13 06:11:21.286526 [ 258 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
614 2025.02.13 06:11:21.295011 [ 267 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Trace> oximeter.version (e641e19c-fa2a-4bc7-aa26-402d21c8f6f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
615 2025.02.13 06:11:21.295070 [ 267 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB.
616 2025.02.13 06:11:21.298491 [ 267 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
617 2025.02.13 06:11:21.298988 [ 267 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Trace> oximeter.version (e641e19c-fa2a-4bc7-aa26-402d21c8f6f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
618 2025.02.13 06:11:21.299320 [ 258 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014238 sec., 70.23458350891978 rows/sec., 1.10 KiB/sec.
619 2025.02.13 06:11:21.299651 [ 258 ] {ff860605-df4c-4661-95df-fa8f36ea2611} <Debug> TCPHandler: Processed in 0.014765801 sec.
620 2025.02.13 06:11:21.379873 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58367
621 2025.02.13 06:11:21.380006 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2025.02.13 06:11:21.380039 [ 269 ] {} <Debug> TCP-Session: 0929f130-a702-417a-9727-a22d500c7ae7 Authenticating user 'default' from [fd00:1122:3344:101::c]:58367
623 2025.02.13 06:11:21.380110 [ 269 ] {} <Debug> TCP-Session: 0929f130-a702-417a-9727-a22d500c7ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2025.02.13 06:11:21.380126 [ 269 ] {} <Debug> TCP-Session: 0929f130-a702-417a-9727-a22d500c7ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2025.02.13 06:11:21.380184 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2025.02.13 06:11:21.380249 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
627 2025.02.13 06:11:21.380269 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
628 2025.02.13 06:11:21.381283 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58821
629 2025.02.13 06:11:21.381348 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40359
630 2025.02.13 06:11:21.381443 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
631 2025.02.13 06:11:21.381473 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37284
632 2025.02.13 06:11:21.381649 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
633 2025.02.13 06:11:21.381667 [ 270 ] {} <Debug> TCP-Session: b5a42198-427a-4dcb-8c66-8348936910da Authenticating user 'default' from [fd00:1122:3344:101::c]:58821
634 2025.02.13 06:11:21.381695 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40665
635 2025.02.13 06:11:21.381868 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47001
636 2025.02.13 06:11:21.381882 [ 271 ] {} <Debug> TCP-Session: 249688d8-4b19-4134-95c9-3ae9035ccc93 Authenticating user 'default' from [fd00:1122:3344:101::c]:40359
637 2025.02.13 06:11:21.381918 [ 270 ] {} <Debug> TCP-Session: b5a42198-427a-4dcb-8c66-8348936910da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
638 2025.02.13 06:11:21.382059 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38146
639 2025.02.13 06:11:21.382084 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
640 2025.02.13 06:11:21.382069 [ 271 ] {} <Debug> TCP-Session: 249688d8-4b19-4134-95c9-3ae9035ccc93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
641 2025.02.13 06:11:21.382263 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2025.02.13 06:11:21.382258 [ 273 ] {} <Debug> TCP-Session: bdfcf5b6-79aa-49b9-b95b-64730d29b5bd Authenticating user 'default' from [fd00:1122:3344:101::c]:40665
643 2025.02.13 06:11:21.382285 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63402
644 2025.02.13 06:11:21.382266 [ 270 ] {} <Debug> TCP-Session: b5a42198-427a-4dcb-8c66-8348936910da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
645 2025.02.13 06:11:21.382411 [ 271 ] {} <Debug> TCP-Session: 249688d8-4b19-4134-95c9-3ae9035ccc93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.02.13 06:11:21.382595 [ 274 ] {} <Debug> TCP-Session: dcb1082c-1f6e-4deb-a0ee-7e30190fc6d2 Authenticating user 'default' from [fd00:1122:3344:101::c]:47001
647 2025.02.13 06:11:21.382520 [ 273 ] {} <Debug> TCP-Session: bdfcf5b6-79aa-49b9-b95b-64730d29b5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
648 2025.02.13 06:11:21.382642 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
649 2025.02.13 06:11:21.382672 [ 274 ] {} <Debug> TCP-Session: dcb1082c-1f6e-4deb-a0ee-7e30190fc6d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2025.02.13 06:11:21.382616 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2025.02.13 06:11:21.382716 [ 273 ] {} <Debug> TCP-Session: bdfcf5b6-79aa-49b9-b95b-64730d29b5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2025.02.13 06:11:21.382740 [ 276 ] {} <Debug> TCP-Session: 720aba88-df56-4151-81a0-f84792b23c07 Authenticating user 'default' from [fd00:1122:3344:101::c]:63402
653 2025.02.13 06:11:21.382757 [ 274 ] {} <Debug> TCP-Session: dcb1082c-1f6e-4deb-a0ee-7e30190fc6d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2025.02.13 06:11:21.382789 [ 275 ] {} <Debug> TCP-Session: cf74eb25-43a4-494f-8ee0-cfefe4151c8b Authenticating user 'default' from [fd00:1122:3344:101::c]:38146
655 2025.02.13 06:11:21.382834 [ 276 ] {} <Debug> TCP-Session: 720aba88-df56-4151-81a0-f84792b23c07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2025.02.13 06:11:21.382930 [ 275 ] {} <Debug> TCP-Session: cf74eb25-43a4-494f-8ee0-cfefe4151c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2025.02.13 06:11:21.382937 [ 276 ] {} <Debug> TCP-Session: 720aba88-df56-4151-81a0-f84792b23c07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
658 2025.02.13 06:11:21.383022 [ 275 ] {} <Debug> TCP-Session: cf74eb25-43a4-494f-8ee0-cfefe4151c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2025.02.13 06:11:21.390338 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
660 2025.02.13 06:11:21.390440 [ 272 ] {} <Debug> TCP-Session: b6b7f52b-1905-41a2-9513-32a8c947dcb7 Authenticating user 'default' from [fd00:1122:3344:101::c]:37284
661 2025.02.13 06:11:21.390461 [ 272 ] {} <Debug> TCP-Session: b6b7f52b-1905-41a2-9513-32a8c947dcb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.02.13 06:11:21.390474 [ 272 ] {} <Debug> TCP-Session: b6b7f52b-1905-41a2-9513-32a8c947dcb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.02.13 06:11:22.000237 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.79 MiB, peak 126.79 MiB, free memory in arenas 0.00 B, will set to 140.23 MiB (RSS), difference: 13.44 MiB
664 2025.02.13 06:11:22.558164 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49460
665 2025.02.13 06:11:22.558340 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.02.13 06:11:22.558371 [ 277 ] {} <Debug> TCP-Session: c158735d-17d0-4dbb-b3d5-98dd208b22da Authenticating user 'default' from [fd00:1122:3344:101::a]:49460
667 2025.02.13 06:11:22.558441 [ 277 ] {} <Debug> TCP-Session: c158735d-17d0-4dbb-b3d5-98dd208b22da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2025.02.13 06:11:22.558456 [ 277 ] {} <Debug> TCP-Session: c158735d-17d0-4dbb-b3d5-98dd208b22da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2025.02.13 06:11:22.558518 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
670 2025.02.13 06:11:22.558572 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
671 2025.02.13 06:11:22.558591 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
672 2025.02.13 06:11:22.559626 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44759
673 2025.02.13 06:11:22.559797 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47490
674 2025.02.13 06:11:22.559899 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
675 2025.02.13 06:11:22.559922 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64034
676 2025.02.13 06:11:22.560021 [ 278 ] {} <Debug> TCP-Session: cc5d5f67-c642-44d8-aede-644867dc8b12 Authenticating user 'default' from [fd00:1122:3344:101::a]:44759
677 2025.02.13 06:11:22.560106 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48780
678 2025.02.13 06:11:22.560141 [ 278 ] {} <Debug> TCP-Session: cc5d5f67-c642-44d8-aede-644867dc8b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2025.02.13 06:11:22.560127 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
680 2025.02.13 06:11:22.560451 [ 278 ] {} <Debug> TCP-Session: cc5d5f67-c642-44d8-aede-644867dc8b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
681 2025.02.13 06:11:22.560492 [ 279 ] {} <Debug> TCP-Session: 9b01fe8a-b88b-4342-91ee-64323e20cb59 Authenticating user 'default' from [fd00:1122:3344:101::a]:47490
682 2025.02.13 06:11:22.560518 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45235
683 2025.02.13 06:11:22.560478 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2025.02.13 06:11:22.560461 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44211
685 2025.02.13 06:11:22.560453 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2025.02.13 06:11:22.560766 [ 279 ] {} <Debug> TCP-Session: 9b01fe8a-b88b-4342-91ee-64323e20cb59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
687 2025.02.13 06:11:22.560863 [ 281 ] {} <Debug> TCP-Session: ff967e4d-3b24-4504-b54f-e26b42bfd9db Authenticating user 'default' from [fd00:1122:3344:101::a]:48780
688 2025.02.13 06:11:22.560882 [ 280 ] {} <Debug> TCP-Session: d812fa29-c7ed-483e-9aa2-244330ae8ad3 Authenticating user 'default' from [fd00:1122:3344:101::a]:64034
689 2025.02.13 06:11:22.560873 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2025.02.13 06:11:22.561020 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52003
691 2025.02.13 06:11:22.561057 [ 280 ] {} <Debug> TCP-Session: d812fa29-c7ed-483e-9aa2-244330ae8ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2025.02.13 06:11:22.560993 [ 279 ] {} <Debug> TCP-Session: 9b01fe8a-b88b-4342-91ee-64323e20cb59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
693 2025.02.13 06:11:22.561092 [ 282 ] {} <Debug> TCP-Session: abf69d64-2c35-42c1-b935-a35e860e9065 Authenticating user 'default' from [fd00:1122:3344:101::a]:44211
694 2025.02.13 06:11:22.561136 [ 280 ] {} <Debug> TCP-Session: d812fa29-c7ed-483e-9aa2-244330ae8ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.02.13 06:11:22.561101 [ 281 ] {} <Debug> TCP-Session: ff967e4d-3b24-4504-b54f-e26b42bfd9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2025.02.13 06:11:22.561371 [ 282 ] {} <Debug> TCP-Session: abf69d64-2c35-42c1-b935-a35e860e9065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2025.02.13 06:11:22.561360 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
698 2025.02.13 06:11:22.561421 [ 281 ] {} <Debug> TCP-Session: ff967e4d-3b24-4504-b54f-e26b42bfd9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2025.02.13 06:11:22.561446 [ 282 ] {} <Debug> TCP-Session: abf69d64-2c35-42c1-b935-a35e860e9065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
700 2025.02.13 06:11:22.561493 [ 284 ] {} <Debug> TCP-Session: b1725546-079b-4f62-85e2-edfc3aeda7b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:52003
701 2025.02.13 06:11:22.561585 [ 284 ] {} <Debug> TCP-Session: b1725546-079b-4f62-85e2-edfc3aeda7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
702 2025.02.13 06:11:22.561603 [ 284 ] {} <Debug> TCP-Session: b1725546-079b-4f62-85e2-edfc3aeda7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2025.02.13 06:11:22.568331 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
704 2025.02.13 06:11:22.568432 [ 283 ] {} <Debug> TCP-Session: fc8e578d-f542-4104-80ab-cb68e046d276 Authenticating user 'default' from [fd00:1122:3344:101::a]:45235
705 2025.02.13 06:11:22.568461 [ 283 ] {} <Debug> TCP-Session: fc8e578d-f542-4104-80ab-cb68e046d276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2025.02.13 06:11:22.568482 [ 283 ] {} <Debug> TCP-Session: fc8e578d-f542-4104-80ab-cb68e046d276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2025.02.13 06:11:27.817667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.02.13 06:11:27.817723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
709 2025.02.13 06:11:27.817777 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.02.13 06:11:27.817818 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.02.13 06:11:27.824530 [ 244 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Loading data parts
712 2025.02.13 06:11:27.824897 [ 244 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): There are no data parts
713 2025.02.13 06:11:27.832485 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.02.13 06:11:27.832699 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB.
715 2025.02.13 06:11:27.836228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.02.13 06:11:27.837336 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.02.13 06:11:27.838087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
718 2025.02.13 06:11:27.844164 [ 243 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Loading data parts
719 2025.02.13 06:11:27.844370 [ 243 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): There are no data parts
720 2025.02.13 06:11:27.869077 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.02.13 06:11:27.869237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB.
722 2025.02.13 06:11:27.876889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.02.13 06:11:27.878190 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.02.13 06:11:27.880791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.02.13 06:11:28.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.81 MiB, peak 149.81 MiB, free memory in arenas 0.00 B, will set to 150.61 MiB (RSS), difference: 4.80 MiB
726 2025.02.13 06:11:30.317586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.02.13 06:11:30.317884 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.02.13 06:11:30.323829 [ 242 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Loading data parts
729 2025.02.13 06:11:30.323997 [ 242 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): There are no data parts
730 2025.02.13 06:11:30.329781 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.02.13 06:11:30.330000 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
732 2025.02.13 06:11:30.331804 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.02.13 06:11:30.332330 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.02.13 06:11:30.332932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.02.13 06:11:31.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.80 MiB, peak 154.80 MiB, free memory in arenas 0.00 B, will set to 151.08 MiB (RSS), difference: -3.72 MiB
736 2025.02.13 06:11:35.296530 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.02.13 06:11:35.296588 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.02.13 06:11:35.338182 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
739 2025.02.13 06:11:35.339195 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.02.13 06:11:35.339237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
741 2025.02.13 06:11:35.339993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.02.13 06:11:35.340662 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.02.13 06:11:35.340881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.02.13 06:11:35.380863 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.02.13 06:11:35.404023 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.02.13 06:11:35.404145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
747 2025.02.13 06:11:35.411170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.02.13 06:11:35.412422 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.02.13 06:11:35.415118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.02.13 06:11:36.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.76 MiB, peak 155.76 MiB, free memory in arenas 0.00 B, will set to 153.80 MiB (RSS), difference: 2.04 MiB
751 2025.02.13 06:11:41.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.82 MiB, peak 155.76 MiB, free memory in arenas 0.00 B, will set to 153.83 MiB (RSS), difference: 4.02 MiB
752 2025.02.13 06:11:41.304561 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2025.02.13 06:11:41.304765 [ 258 ] {2f14fb57-0a65-4f36-9c95-3e30860ecee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
754 2025.02.13 06:11:41.305229 [ 258 ] {2f14fb57-0a65-4f36-9c95-3e30860ecee4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2025.02.13 06:11:41.307500 [ 258 ] {2f14fb57-0a65-4f36-9c95-3e30860ecee4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2025.02.13 06:11:41.308354 [ 258 ] {2f14fb57-0a65-4f36-9c95-3e30860ecee4} <Debug> TCPHandler: Processed in 0.003917582 sec.
757 2025.02.13 06:11:41.312008 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
758 2025.02.13 06:11:41.312296 [ 261 ] {5280bc31-0f24-4acb-a302-3cabc30f0b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
759 2025.02.13 06:11:41.316300 [ 261 ] {5280bc31-0f24-4acb-a302-3cabc30f0b18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
760 2025.02.13 06:11:41.316366 [ 261 ] {5280bc31-0f24-4acb-a302-3cabc30f0b18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
761 2025.02.13 06:11:41.317120 [ 261 ] {5280bc31-0f24-4acb-a302-3cabc30f0b18} <Debug> TCPHandler: Processed in 0.005180654 sec.
762 2025.02.13 06:11:41.317462 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
763 2025.02.13 06:11:41.317642 [ 258 ] {0af7de21-5d26-4aeb-824c-10f30b46788f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
764 2025.02.13 06:11:41.318091 [ 258 ] {0af7de21-5d26-4aeb-824c-10f30b46788f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
765 2025.02.13 06:11:41.318145 [ 258 ] {0af7de21-5d26-4aeb-824c-10f30b46788f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
766 2025.02.13 06:11:41.318724 [ 258 ] {0af7de21-5d26-4aeb-824c-10f30b46788f} <Debug> TCPHandler: Processed in 0.001330875 sec.
767 2025.02.13 06:11:41.319030 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
768 2025.02.13 06:11:41.319195 [ 261 ] {ee9f3e95-63e4-4e86-bec4-f6ac9b4c175e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
769 2025.02.13 06:11:41.319590 [ 261 ] {ee9f3e95-63e4-4e86-bec4-f6ac9b4c175e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
770 2025.02.13 06:11:41.319657 [ 261 ] {ee9f3e95-63e4-4e86-bec4-f6ac9b4c175e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
771 2025.02.13 06:11:41.320206 [ 261 ] {ee9f3e95-63e4-4e86-bec4-f6ac9b4c175e} <Debug> TCPHandler: Processed in 0.001228712 sec.
772 2025.02.13 06:11:41.320441 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2025.02.13 06:11:41.320580 [ 258 ] {530f741c-acea-453b-964f-810c292d58ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
774 2025.02.13 06:11:41.320903 [ 258 ] {530f741c-acea-453b-964f-810c292d58ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
775 2025.02.13 06:11:41.320957 [ 258 ] {530f741c-acea-453b-964f-810c292d58ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
776 2025.02.13 06:11:41.321439 [ 258 ] {530f741c-acea-453b-964f-810c292d58ed} <Debug> TCPHandler: Processed in 0.00104895 sec.
777 2025.02.13 06:11:41.321703 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
778 2025.02.13 06:11:41.321844 [ 261 ] {a2806b76-5a45-4e5f-8a14-1d6b10bf0423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
779 2025.02.13 06:11:41.322171 [ 261 ] {a2806b76-5a45-4e5f-8a14-1d6b10bf0423} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
780 2025.02.13 06:11:41.322224 [ 261 ] {a2806b76-5a45-4e5f-8a14-1d6b10bf0423} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
781 2025.02.13 06:11:41.322698 [ 261 ] {a2806b76-5a45-4e5f-8a14-1d6b10bf0423} <Debug> TCPHandler: Processed in 0.00104616 sec.
782 2025.02.13 06:11:41.322930 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
783 2025.02.13 06:11:41.323075 [ 258 ] {cded1d7c-7fa6-4697-b895-4e12175750ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
784 2025.02.13 06:11:41.323479 [ 258 ] {cded1d7c-7fa6-4697-b895-4e12175750ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
785 2025.02.13 06:11:41.323544 [ 258 ] {cded1d7c-7fa6-4697-b895-4e12175750ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
786 2025.02.13 06:11:41.324111 [ 258 ] {cded1d7c-7fa6-4697-b895-4e12175750ce} <Debug> TCPHandler: Processed in 0.001230193 sec.
787 2025.02.13 06:11:41.324350 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
788 2025.02.13 06:11:41.324489 [ 261 ] {d590b131-0a39-41e6-90a0-efc32ba1228c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
789 2025.02.13 06:11:41.324821 [ 261 ] {d590b131-0a39-41e6-90a0-efc32ba1228c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
790 2025.02.13 06:11:41.324873 [ 261 ] {d590b131-0a39-41e6-90a0-efc32ba1228c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
791 2025.02.13 06:11:41.325342 [ 261 ] {d590b131-0a39-41e6-90a0-efc32ba1228c} <Debug> TCPHandler: Processed in 0.001042989 sec.
792 2025.02.13 06:11:41.325560 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
793 2025.02.13 06:11:41.325700 [ 258 ] {0f78d7b9-d26c-4d2e-875c-0ba2f82a71d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
794 2025.02.13 06:11:41.326033 [ 258 ] {0f78d7b9-d26c-4d2e-875c-0ba2f82a71d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
795 2025.02.13 06:11:41.326086 [ 258 ] {0f78d7b9-d26c-4d2e-875c-0ba2f82a71d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
796 2025.02.13 06:11:41.326557 [ 258 ] {0f78d7b9-d26c-4d2e-875c-0ba2f82a71d1} <Debug> TCPHandler: Processed in 0.001046919 sec.
797 2025.02.13 06:11:41.326779 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2025.02.13 06:11:41.326920 [ 261 ] {5060b89f-a132-4e46-a08c-e9361fe8b533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
799 2025.02.13 06:11:41.327253 [ 261 ] {5060b89f-a132-4e46-a08c-e9361fe8b533} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2025.02.13 06:11:41.327306 [ 261 ] {5060b89f-a132-4e46-a08c-e9361fe8b533} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2025.02.13 06:11:41.327774 [ 261 ] {5060b89f-a132-4e46-a08c-e9361fe8b533} <Debug> TCPHandler: Processed in 0.001045469 sec.
802 2025.02.13 06:11:41.328006 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2025.02.13 06:11:41.328150 [ 258 ] {61f4530f-b86f-455d-957f-0a38c1b5a8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
804 2025.02.13 06:11:41.328487 [ 258 ] {61f4530f-b86f-455d-957f-0a38c1b5a8d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2025.02.13 06:11:41.328539 [ 258 ] {61f4530f-b86f-455d-957f-0a38c1b5a8d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2025.02.13 06:11:41.329014 [ 258 ] {61f4530f-b86f-455d-957f-0a38c1b5a8d2} <Debug> TCPHandler: Processed in 0.001057689 sec.
807 2025.02.13 06:11:41.329290 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.02.13 06:11:41.329433 [ 261 ] {8944d892-75a6-4eda-9d01-aa4530e39e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
809 2025.02.13 06:11:41.329775 [ 261 ] {8944d892-75a6-4eda-9d01-aa4530e39e15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2025.02.13 06:11:41.329826 [ 261 ] {8944d892-75a6-4eda-9d01-aa4530e39e15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2025.02.13 06:11:41.330299 [ 261 ] {8944d892-75a6-4eda-9d01-aa4530e39e15} <Debug> TCPHandler: Processed in 0.00106092 sec.
812 2025.02.13 06:11:41.330537 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2025.02.13 06:11:41.330681 [ 258 ] {20c5a35e-5ce1-46d6-953c-9b8675743bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
814 2025.02.13 06:11:41.331026 [ 258 ] {20c5a35e-5ce1-46d6-953c-9b8675743bfe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2025.02.13 06:11:41.331078 [ 258 ] {20c5a35e-5ce1-46d6-953c-9b8675743bfe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2025.02.13 06:11:41.331551 [ 258 ] {20c5a35e-5ce1-46d6-953c-9b8675743bfe} <Debug> TCPHandler: Processed in 0.00106531 sec.
817 2025.02.13 06:11:41.331787 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2025.02.13 06:11:41.331931 [ 261 ] {40d5fdf4-cd14-4d62-b170-26fe2a0a1058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
819 2025.02.13 06:11:41.332278 [ 261 ] {40d5fdf4-cd14-4d62-b170-26fe2a0a1058} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2025.02.13 06:11:41.332330 [ 261 ] {40d5fdf4-cd14-4d62-b170-26fe2a0a1058} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2025.02.13 06:11:41.332804 [ 261 ] {40d5fdf4-cd14-4d62-b170-26fe2a0a1058} <Debug> TCPHandler: Processed in 0.00106806 sec.
822 2025.02.13 06:11:41.338460 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2025.02.13 06:11:41.338600 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
824 2025.02.13 06:11:41.338664 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2025.02.13 06:11:41.339415 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
826 2025.02.13 06:11:41.339463 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
827 2025.02.13 06:11:41.340176 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
828 2025.02.13 06:11:41.340725 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
829 2025.02.13 06:11:41.341018 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002474 sec., 5658.852061438965 rows/sec., 811.96 KiB/sec.
830 2025.02.13 06:11:41.341167 [ 258 ] {a3fb3233-ef62-414e-8de2-2e2c9d61ce35} <Debug> TCPHandler: Processed in 0.002802342 sec.
831 2025.02.13 06:11:41.341350 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.02.13 06:11:41.341472 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
833 2025.02.13 06:11:41.341524 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
834 2025.02.13 06:11:41.343535 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
835 2025.02.13 06:11:41.343572 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
836 2025.02.13 06:11:41.344108 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
837 2025.02.13 06:11:41.344650 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
838 2025.02.13 06:11:41.344908 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.003403 sec., 15280.634734058183 rows/sec., 1.16 MiB/sec.
839 2025.02.13 06:11:41.345104 [ 261 ] {96dc4b6b-1895-4ed3-a3e1-a479f7f75b65} <Debug> TCPHandler: Processed in 0.003764139 sec.
840 2025.02.13 06:11:41.345307 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2025.02.13 06:11:41.345448 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
842 2025.02.13 06:11:41.345504 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
843 2025.02.13 06:11:41.346203 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
844 2025.02.13 06:11:41.346242 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
845 2025.02.13 06:11:41.346741 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
846 2025.02.13 06:11:41.347189 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
847 2025.02.13 06:11:41.347390 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.22 MiB/sec.
848 2025.02.13 06:11:41.347545 [ 258 ] {0838fa41-8e1e-487a-ac03-3c0969a6158d} <Debug> TCPHandler: Processed in 0.002305152 sec.
849 2025.02.13 06:11:41.347692 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2025.02.13 06:11:41.347825 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
851 2025.02.13 06:11:41.347883 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
852 2025.02.13 06:11:41.348489 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
853 2025.02.13 06:11:41.348526 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
854 2025.02.13 06:11:41.349088 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
855 2025.02.13 06:11:41.349589 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
856 2025.02.13 06:11:41.349874 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.002063 sec., 58167.716917111 rows/sec., 4.03 MiB/sec.
857 2025.02.13 06:11:41.349935 [ 261 ] {84bcc444-8cac-4b8c-a3ac-065f1fbe65bd} <Debug> TCPHandler: Processed in 0.002307033 sec.
858 2025.02.13 06:11:41.350075 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2025.02.13 06:11:41.350205 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
860 2025.02.13 06:11:41.350261 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
861 2025.02.13 06:11:41.350788 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
862 2025.02.13 06:11:41.350834 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
863 2025.02.13 06:11:41.351329 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
864 2025.02.13 06:11:41.351768 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
865 2025.02.13 06:11:41.351978 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001803 sec., 22185.246810870773 rows/sec., 1.52 MiB/sec.
866 2025.02.13 06:11:41.352026 [ 258 ] {049d4ef0-80ba-49d1-b2d0-637ab5922dc3} <Debug> TCPHandler: Processed in 0.002014887 sec.
867 2025.02.13 06:11:42.841155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
868 2025.02.13 06:11:42.841871 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
869 2025.02.13 06:11:42.841926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
870 2025.02.13 06:11:42.842702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
871 2025.02.13 06:11:42.843196 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
872 2025.02.13 06:11:42.843438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
873 2025.02.13 06:11:42.915361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
874 2025.02.13 06:11:42.934429 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
875 2025.02.13 06:11:42.934491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
876 2025.02.13 06:11:42.941143 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
877 2025.02.13 06:11:42.942287 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
878 2025.02.13 06:11:42.944905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
879 2025.02.13 06:11:46.311589 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.02.13 06:11:46.311795 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
881 2025.02.13 06:11:46.311871 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
882 2025.02.13 06:11:46.312627 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.02.13 06:11:46.312681 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
884 2025.02.13 06:11:46.313230 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
885 2025.02.13 06:11:46.313706 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.02.13 06:11:46.313947 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002205 sec., 23582.766439909297 rows/sec., 1.79 MiB/sec.
887 2025.02.13 06:11:46.314011 [ 258 ] {bbbe3fcd-c457-46da-a8d7-b16816918963} <Debug> TCPHandler: Processed in 0.002586387 sec.
888 2025.02.13 06:11:46.314179 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2025.02.13 06:11:46.314304 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
890 2025.02.13 06:11:46.314353 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
891 2025.02.13 06:11:46.314912 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2025.02.13 06:11:46.314953 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
893 2025.02.13 06:11:46.315429 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
894 2025.02.13 06:11:46.315969 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2025.02.13 06:11:46.316197 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.27 MiB/sec.
896 2025.02.13 06:11:46.316251 [ 261 ] {b08f2d3c-5308-49fe-b05f-5972082f4318} <Debug> TCPHandler: Processed in 0.002132279 sec.
897 2025.02.13 06:11:46.316407 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2025.02.13 06:11:46.316540 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
899 2025.02.13 06:11:46.316601 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
900 2025.02.13 06:11:46.317258 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2025.02.13 06:11:46.317305 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
902 2025.02.13 06:11:46.317888 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
903 2025.02.13 06:11:46.318353 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2025.02.13 06:11:46.318567 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002058 sec., 72886.2973760933 rows/sec., 5.05 MiB/sec.
905 2025.02.13 06:11:46.318621 [ 258 ] {b11226a4-5d2e-4e86-a28c-2a2589ab2e6e} <Debug> TCPHandler: Processed in 0.002278911 sec.
906 2025.02.13 06:11:46.318763 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
907 2025.02.13 06:11:46.318872 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
908 2025.02.13 06:11:46.318918 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
909 2025.02.13 06:11:46.319388 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
910 2025.02.13 06:11:46.319428 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
911 2025.02.13 06:11:46.319896 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
912 2025.02.13 06:11:46.320410 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
913 2025.02.13 06:11:46.320665 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001811 sec., 27609.055770292656 rows/sec., 1.89 MiB/sec.
914 2025.02.13 06:11:46.320799 [ 261 ] {c8a6b5bb-75e4-4d3d-9856-4bda9c269077} <Debug> TCPHandler: Processed in 0.002088748 sec.
915 2025.02.13 06:11:50.296834 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
916 2025.02.13 06:11:50.296897 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
917 2025.02.13 06:11:50.334025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134
918 2025.02.13 06:11:50.338090 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2025.02.13 06:11:50.338141 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
920 2025.02.13 06:11:50.339728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
921 2025.02.13 06:11:50.340278 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2025.02.13 06:11:50.340845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134
923 2025.02.13 06:11:50.343882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
924 2025.02.13 06:11:50.344550 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
925 2025.02.13 06:11:50.344598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
926 2025.02.13 06:11:50.345330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
927 2025.02.13 06:11:50.345861 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
928 2025.02.13 06:11:50.346095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
929 2025.02.13 06:11:50.445316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
930 2025.02.13 06:11:50.465806 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
931 2025.02.13 06:11:50.465873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
932 2025.02.13 06:11:50.473154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
933 2025.02.13 06:11:50.474294 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
934 2025.02.13 06:11:50.477403 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
935 2025.02.13 06:11:51.306668 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
936 2025.02.13 06:11:51.306908 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
937 2025.02.13 06:11:51.309282 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
938 2025.02.13 06:11:51.311382 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
939 2025.02.13 06:11:51.311884 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
940 2025.02.13 06:11:51.314089 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
941 2025.02.13 06:11:51.316322 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
942 2025.02.13 06:11:51.319378 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
943 2025.02.13 06:11:51.321270 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
944 2025.02.13 06:11:51.321312 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
945 2025.02.13 06:11:51.321497 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
946 2025.02.13 06:11:51.321545 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
947 2025.02.13 06:11:51.323769 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.016966 sec., 825.1797713073206 rows/sec., 33.67 KiB/sec.
948 2025.02.13 06:11:51.323904 [ 258 ] {1521a9e6-759a-400c-bbde-6032f902ca89} <Debug> TCPHandler: Processed in 0.017366458 sec.
949 2025.02.13 06:11:51.324621 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
950 2025.02.13 06:11:51.324786 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
951 2025.02.13 06:11:51.325064 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
952 2025.02.13 06:11:51.325105 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
953 2025.02.13 06:11:51.325371 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
954 2025.02.13 06:11:51.325439 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
955 2025.02.13 06:11:51.325584 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
956 2025.02.13 06:11:51.325618 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
957 2025.02.13 06:11:51.325643 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
958 2025.02.13 06:11:51.325660 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
959 2025.02.13 06:11:51.325704 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
960 2025.02.13 06:11:51.325727 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
961 2025.02.13 06:11:51.326353 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 348.56 KiB/sec.
962 2025.02.13 06:11:51.326470 [ 261 ] {cf07f1ec-1355-4aaf-aed1-24c28c806d62} <Debug> TCPHandler: Processed in 0.001908995 sec.
963 2025.02.13 06:11:51.326769 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2025.02.13 06:11:51.326949 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
965 2025.02.13 06:11:51.327272 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
966 2025.02.13 06:11:51.327320 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
967 2025.02.13 06:11:51.327628 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
968 2025.02.13 06:11:51.327706 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
969 2025.02.13 06:11:51.327867 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
970 2025.02.13 06:11:51.327899 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
971 2025.02.13 06:11:51.327921 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
972 2025.02.13 06:11:51.327938 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
973 2025.02.13 06:11:51.327980 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
974 2025.02.13 06:11:51.328002 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
975 2025.02.13 06:11:51.328602 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001735 sec., 8069.164265129683 rows/sec., 329.27 KiB/sec.
976 2025.02.13 06:11:51.328720 [ 258 ] {e9f9b337-a6e4-4898-9f84-bda7896f795b} <Debug> TCPHandler: Processed in 0.002004587 sec.
977 2025.02.13 06:11:51.329281 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2025.02.13 06:11:51.329469 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
979 2025.02.13 06:11:51.329802 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
980 2025.02.13 06:11:51.329845 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
981 2025.02.13 06:11:51.330095 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
982 2025.02.13 06:11:51.330160 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
983 2025.02.13 06:11:51.330301 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
984 2025.02.13 06:11:51.330335 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
985 2025.02.13 06:11:51.330358 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
986 2025.02.13 06:11:51.330374 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
987 2025.02.13 06:11:51.330417 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
988 2025.02.13 06:11:51.330438 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
989 2025.02.13 06:11:51.330983 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 357.50 KiB/sec.
990 2025.02.13 06:11:51.331095 [ 261 ] {24f42b65-9131-4fd2-b657-ac978593a4b3} <Debug> TCPHandler: Processed in 0.001879784 sec.
991 2025.02.13 06:11:51.331520 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
992 2025.02.13 06:11:51.331707 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
993 2025.02.13 06:11:51.331985 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
994 2025.02.13 06:11:51.332024 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
995 2025.02.13 06:11:51.332281 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
996 2025.02.13 06:11:51.332346 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
997 2025.02.13 06:11:51.332482 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
998 2025.02.13 06:11:51.332514 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
999 2025.02.13 06:11:51.332537 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1000 2025.02.13 06:11:51.332554 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1001 2025.02.13 06:11:51.332597 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1002 2025.02.13 06:11:51.332617 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1003 2025.02.13 06:11:51.333247 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001624 sec., 8620.689655172413 rows/sec., 351.78 KiB/sec.
1004 2025.02.13 06:11:51.333361 [ 258 ] {6aa4ef11-a199-4576-8ee9-75257e8e4e2c} <Debug> TCPHandler: Processed in 0.001903895 sec.
1005 2025.02.13 06:11:51.333665 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1006 2025.02.13 06:11:51.333849 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1007 2025.02.13 06:11:51.334173 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1008 2025.02.13 06:11:51.334221 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1009 2025.02.13 06:11:51.334532 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1010 2025.02.13 06:11:51.334611 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1011 2025.02.13 06:11:51.334779 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1012 2025.02.13 06:11:51.334816 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1013 2025.02.13 06:11:51.334839 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1014 2025.02.13 06:11:51.334855 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1015 2025.02.13 06:11:51.334897 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1016 2025.02.13 06:11:51.334918 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1017 2025.02.13 06:11:51.335478 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001712 sec., 8177.570093457944 rows/sec., 333.70 KiB/sec.
1018 2025.02.13 06:11:51.335592 [ 261 ] {12fc2993-3246-4fe3-962b-220940d9a1cc} <Debug> TCPHandler: Processed in 0.001991366 sec.
1019 2025.02.13 06:11:51.335912 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1020 2025.02.13 06:11:51.336099 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1021 2025.02.13 06:11:51.336423 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1022 2025.02.13 06:11:51.336472 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1023 2025.02.13 06:11:51.336781 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1024 2025.02.13 06:11:51.336850 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1025 2025.02.13 06:11:51.336986 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1026 2025.02.13 06:11:51.337018 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1027 2025.02.13 06:11:51.337040 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1028 2025.02.13 06:11:51.337056 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1029 2025.02.13 06:11:51.337097 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1030 2025.02.13 06:11:51.337119 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1031 2025.02.13 06:11:51.337634 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 345.19 KiB/sec.
1032 2025.02.13 06:11:51.337738 [ 258 ] {235a0345-7a0f-49aa-9875-5355cfb8f5cc} <Debug> TCPHandler: Processed in 0.001931075 sec.
1033 2025.02.13 06:11:51.337996 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1034 2025.02.13 06:11:51.338248 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1035 2025.02.13 06:11:51.338575 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1036 2025.02.13 06:11:51.338624 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1037 2025.02.13 06:11:51.338920 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1038 2025.02.13 06:11:51.338984 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1039 2025.02.13 06:11:51.339123 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1040 2025.02.13 06:11:51.339156 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1041 2025.02.13 06:11:51.339179 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1042 2025.02.13 06:11:51.339195 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1043 2025.02.13 06:11:51.339239 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1044 2025.02.13 06:11:51.339261 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1045 2025.02.13 06:11:51.339788 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 351.56 KiB/sec.
1046 2025.02.13 06:11:51.339901 [ 261 ] {34e8a3ed-8bba-4159-9da6-dcae54c3f46f} <Debug> TCPHandler: Processed in 0.001906625 sec.
1047 2025.02.13 06:11:51.340175 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1048 2025.02.13 06:11:51.340363 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1049 2025.02.13 06:11:51.340685 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1050 2025.02.13 06:11:51.340736 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1051 2025.02.13 06:11:51.341013 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1052 2025.02.13 06:11:51.341077 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1053 2025.02.13 06:11:51.341213 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1054 2025.02.13 06:11:51.341245 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1055 2025.02.13 06:11:51.341267 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1056 2025.02.13 06:11:51.341283 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1057 2025.02.13 06:11:51.341325 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1058 2025.02.13 06:11:51.341346 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1059 2025.02.13 06:11:51.341952 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 341.27 KiB/sec.
1060 2025.02.13 06:11:51.342064 [ 258 ] {c2de187e-0452-4acb-ad9c-080281182fbc} <Debug> TCPHandler: Processed in 0.001953366 sec.
1061 2025.02.13 06:11:51.342363 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1062 2025.02.13 06:11:51.342552 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1063 2025.02.13 06:11:51.342864 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1064 2025.02.13 06:11:51.342905 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1065 2025.02.13 06:11:51.343169 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1066 2025.02.13 06:11:51.343234 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1067 2025.02.13 06:11:51.343374 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1068 2025.02.13 06:11:51.343407 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1069 2025.02.13 06:11:51.343429 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1070 2025.02.13 06:11:51.343445 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1071 2025.02.13 06:11:51.343487 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1072 2025.02.13 06:11:51.343509 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1073 2025.02.13 06:11:51.344050 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 360.43 KiB/sec.
1074 2025.02.13 06:11:51.344165 [ 261 ] {d01a4df1-78f1-4a11-8eed-bc5a07ffd83c} <Debug> TCPHandler: Processed in 0.001865285 sec.
1075 2025.02.13 06:11:51.344493 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1076 2025.02.13 06:11:51.344682 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1077 2025.02.13 06:11:51.344970 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1078 2025.02.13 06:11:51.345012 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1079 2025.02.13 06:11:51.345274 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1080 2025.02.13 06:11:51.345338 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1081 2025.02.13 06:11:51.345476 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1082 2025.02.13 06:11:51.345508 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1083 2025.02.13 06:11:51.345530 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1084 2025.02.13 06:11:51.345546 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1085 2025.02.13 06:11:51.345588 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1086 2025.02.13 06:11:51.345608 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1087 2025.02.13 06:11:51.346182 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 360.21 KiB/sec.
1088 2025.02.13 06:11:51.346294 [ 258 ] {d8957fb1-d2d8-4f4b-a66c-c35477d6535b} <Debug> TCPHandler: Processed in 0.001863845 sec.
1089 2025.02.13 06:11:51.346553 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1090 2025.02.13 06:11:51.346744 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1091 2025.02.13 06:11:51.347077 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1092 2025.02.13 06:11:51.347130 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1093 2025.02.13 06:11:51.347460 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1094 2025.02.13 06:11:51.347538 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1095 2025.02.13 06:11:51.347709 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1096 2025.02.13 06:11:51.347748 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1097 2025.02.13 06:11:51.347777 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1098 2025.02.13 06:11:51.347797 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1099 2025.02.13 06:11:51.347842 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1100 2025.02.13 06:11:51.347864 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1101 2025.02.13 06:11:51.348417 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001764 sec., 7936.507936507936 rows/sec., 323.86 KiB/sec.
1102 2025.02.13 06:11:51.348531 [ 261 ] {50f97408-49ec-4f04-bbff-e8471f23df19} <Debug> TCPHandler: Processed in 0.002041168 sec.
1103 2025.02.13 06:11:51.354230 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2025.02.13 06:11:51.354422 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1105 2025.02.13 06:11:51.354751 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1106 2025.02.13 06:11:51.354803 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1107 2025.02.13 06:11:51.355074 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1108 2025.02.13 06:11:51.355138 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1109 2025.02.13 06:11:51.355277 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1110 2025.02.13 06:11:51.355310 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1111 2025.02.13 06:11:51.355332 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1112 2025.02.13 06:11:51.355348 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1113 2025.02.13 06:11:51.355390 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1114 2025.02.13 06:11:51.355413 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1115 2025.02.13 06:11:51.355982 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 346.87 KiB/sec.
1116 2025.02.13 06:11:51.356096 [ 258 ] {84a5432a-2567-4805-8323-9c3ea12e03c4} <Debug> TCPHandler: Processed in 0.001930735 sec.
1117 2025.02.13 06:11:51.362097 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1118 2025.02.13 06:11:51.362217 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1119 2025.02.13 06:11:51.362265 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1120 2025.02.13 06:11:51.362952 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2025.02.13 06:11:51.362992 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1122 2025.02.13 06:11:51.363490 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1123 2025.02.13 06:11:51.363703 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1124 2025.02.13 06:11:51.363906 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001719 sec., 7562.536358347877 rows/sec., 2.57 MiB/sec.
1125 2025.02.13 06:11:51.364060 [ 258 ] {b0ee0b1f-14b9-421b-afc4-eaefdf47eadf} <Debug> TCPHandler: Processed in 0.002013667 sec.
1126 2025.02.13 06:11:51.364231 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1127 2025.02.13 06:11:51.364363 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1128 2025.02.13 06:11:51.364415 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1129 2025.02.13 06:11:51.365689 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1130 2025.02.13 06:11:51.365724 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1131 2025.02.13 06:11:51.366093 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1132 2025.02.13 06:11:51.366333 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1133 2025.02.13 06:11:51.366531 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002195 sec., 96583.14350797267 rows/sec., 6.14 MiB/sec.
1134 2025.02.13 06:11:51.366600 [ 261 ] {021d5179-bf0e-41c4-b2fc-fe50c8e0883c} <Debug> TCPHandler: Processed in 0.002434395 sec.
1135 2025.02.13 06:11:51.366752 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2025.02.13 06:11:51.366880 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1137 2025.02.13 06:11:51.366934 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1138 2025.02.13 06:11:51.367882 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1139 2025.02.13 06:11:51.367920 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1140 2025.02.13 06:11:51.368308 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1141 2025.02.13 06:11:51.368538 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1142 2025.02.13 06:11:51.368711 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Debug> executeQuery: Read 629 rows, 50.60 KiB in 0.00186 sec., 338172.04301075265 rows/sec., 26.57 MiB/sec.
1143 2025.02.13 06:11:51.368759 [ 258 ] {1cd0162e-87d3-401a-b76b-f88de4e784da} <Debug> TCPHandler: Processed in 0.002070588 sec.
1144 2025.02.13 06:11:51.368904 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1145 2025.02.13 06:11:51.369011 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1146 2025.02.13 06:11:51.369055 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1147 2025.02.13 06:11:51.369773 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1148 2025.02.13 06:11:51.369806 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1149 2025.02.13 06:11:51.370153 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1150 2025.02.13 06:11:51.370396 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1151 2025.02.13 06:11:51.370568 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00158 sec., 72151.89873417722 rows/sec., 4.32 MiB/sec.
1152 2025.02.13 06:11:51.370618 [ 261 ] {80a9ede6-2973-43e3-85a5-fe90396d0dae} <Debug> TCPHandler: Processed in 0.001768412 sec.
1153 2025.02.13 06:11:51.370762 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1154 2025.02.13 06:11:51.370886 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1155 2025.02.13 06:11:51.370939 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1156 2025.02.13 06:11:51.371613 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1157 2025.02.13 06:11:51.371656 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1158 2025.02.13 06:11:51.372024 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1159 2025.02.13 06:11:51.372251 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1160 2025.02.13 06:11:51.372480 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001603 sec., 70492.82595134123 rows/sec., 4.56 MiB/sec.
1161 2025.02.13 06:11:51.372559 [ 258 ] {3abce880-7a6d-4ef0-a55f-91f169d765da} <Debug> TCPHandler: Processed in 0.001848974 sec.
1162 2025.02.13 06:11:51.372703 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1163 2025.02.13 06:11:51.372816 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1164 2025.02.13 06:11:51.372869 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1165 2025.02.13 06:11:51.373522 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1166 2025.02.13 06:11:51.373567 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1167 2025.02.13 06:11:51.373955 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1168 2025.02.13 06:11:51.374185 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1169 2025.02.13 06:11:51.374349 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001561 sec., 71748.87892376681 rows/sec., 4.09 MiB/sec.
1170 2025.02.13 06:11:51.374397 [ 261 ] {27ec8af0-39f8-4ea4-aee5-39c705f42a97} <Debug> TCPHandler: Processed in 0.001746842 sec.
1171 2025.02.13 06:11:51.374542 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1172 2025.02.13 06:11:51.374649 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1173 2025.02.13 06:11:51.374694 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1174 2025.02.13 06:11:51.375442 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1175 2025.02.13 06:11:51.375485 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1176 2025.02.13 06:11:51.375917 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1177 2025.02.13 06:11:51.376151 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1178 2025.02.13 06:11:51.376325 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001698 sec., 224970.5535924617 rows/sec., 15.86 MiB/sec.
1179 2025.02.13 06:11:51.376374 [ 258 ] {29933060-8dff-4ae9-b12a-929d55fb3d4b} <Debug> TCPHandler: Processed in 0.001883605 sec.
1180 2025.02.13 06:11:51.376504 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1181 2025.02.13 06:11:51.376611 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1182 2025.02.13 06:11:51.376657 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1183 2025.02.13 06:11:51.377077 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Trace> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1184 2025.02.13 06:11:51.377114 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1185 2025.02.13 06:11:51.377456 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1186 2025.02.13 06:11:51.377683 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Trace> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1187 2025.02.13 06:11:51.377852 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001264 sec., 4746.835443037975 rows/sec., 248.00 KiB/sec.
1188 2025.02.13 06:11:51.377899 [ 261 ] {826c543b-5636-45af-ac72-8bf1d69ece12} <Debug> TCPHandler: Processed in 0.001447186 sec.
1189 2025.02.13 06:11:51.378044 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1190 2025.02.13 06:11:51.378172 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1191 2025.02.13 06:11:51.378230 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1192 2025.02.13 06:11:51.378830 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1193 2025.02.13 06:11:51.378866 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1194 2025.02.13 06:11:51.379233 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1195 2025.02.13 06:11:51.379470 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1196 2025.02.13 06:11:51.379642 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001498 sec., 151535.38050734313 rows/sec., 10.11 MiB/sec.
1197 2025.02.13 06:11:51.379691 [ 258 ] {61cf30fd-1460-4cca-a30e-51870bfdc759} <Debug> TCPHandler: Processed in 0.001710111 sec.
1198 2025.02.13 06:11:51.379824 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2025.02.13 06:11:51.379932 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1200 2025.02.13 06:11:51.379977 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1201 2025.02.13 06:11:51.380387 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1202 2025.02.13 06:11:51.380423 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1203 2025.02.13 06:11:51.380754 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1204 2025.02.13 06:11:51.380986 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1205 2025.02.13 06:11:51.381222 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec.
1206 2025.02.13 06:11:51.381296 [ 261 ] {1d3122cc-622b-42f8-b73e-f7e62a944610} <Debug> TCPHandler: Processed in 0.001525108 sec.
1207 2025.02.13 06:11:51.381432 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1208 2025.02.13 06:11:51.381540 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1209 2025.02.13 06:11:51.381606 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1210 2025.02.13 06:11:51.382605 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1211 2025.02.13 06:11:51.382642 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1212 2025.02.13 06:11:51.385214 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1213 2025.02.13 06:11:51.385519 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1214 2025.02.13 06:11:51.385778 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004254 sec., 1880.5829807240245 rows/sec., 3.37 MiB/sec.
1215 2025.02.13 06:11:51.385868 [ 258 ] {80a2dc59-7a21-4e88-b36f-c4ae429a4ebf} <Debug> TCPHandler: Processed in 0.004489122 sec.
1216 2025.02.13 06:11:51.386029 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1217 2025.02.13 06:11:51.386160 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1218 2025.02.13 06:11:51.386215 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1219 2025.02.13 06:11:51.386743 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1220 2025.02.13 06:11:51.386787 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1221 2025.02.13 06:11:51.387140 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1222 2025.02.13 06:11:51.387372 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1223 2025.02.13 06:11:51.387543 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001412 sec., 50991.50141643059 rows/sec., 3.25 MiB/sec.
1224 2025.02.13 06:11:51.387589 [ 261 ] {dd044f70-5274-47bd-9671-e6b9674a515e} <Debug> TCPHandler: Processed in 0.00162558 sec.
1225 2025.02.13 06:11:56.306665 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1226 2025.02.13 06:11:56.306950 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1227 2025.02.13 06:11:56.307364 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1228 2025.02.13 06:11:56.307416 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1229 2025.02.13 06:11:56.307759 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1230 2025.02.13 06:11:56.307843 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1231 2025.02.13 06:11:56.308025 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1232 2025.02.13 06:11:56.308209 [ 268 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1233 2025.02.13 06:11:56.308244 [ 285 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1234 2025.02.13 06:11:56.308370 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1235 2025.02.13 06:11:56.308397 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1236 2025.02.13 06:11:56.312428 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1237 2025.02.13 06:11:56.312463 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 27 rows with 2 streams
1238 2025.02.13 06:11:56.312530 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1239 2025.02.13 06:11:56.312580 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1240 2025.02.13 06:11:56.313994 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.007169 sec., 3766.215650718371 rows/sec., 140.17 KiB/sec.
1241 2025.02.13 06:11:56.314142 [ 258 ] {0bdccd40-000c-4542-af4b-dbdec610c8d1} <Debug> TCPHandler: Processed in 0.007611229 sec.
1242 2025.02.13 06:11:56.314444 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1243 2025.02.13 06:11:56.314623 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1244 2025.02.13 06:11:56.314925 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1245 2025.02.13 06:11:56.314998 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1246 2025.02.13 06:11:56.315296 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1247 2025.02.13 06:11:56.315364 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1248 2025.02.13 06:11:56.315540 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1249 2025.02.13 06:11:56.315660 [ 286 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1250 2025.02.13 06:11:56.315673 [ 268 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1251 2025.02.13 06:11:56.315815 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1252 2025.02.13 06:11:56.315845 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1253 2025.02.13 06:11:56.315928 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1254 2025.02.13 06:11:56.315951 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 27 rows with 2 streams
1255 2025.02.13 06:11:56.315992 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1256 2025.02.13 06:11:56.316034 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1257 2025.02.13 06:11:56.317167 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002626 sec., 10281.797410510282 rows/sec., 382.67 KiB/sec.
1258 2025.02.13 06:11:56.317307 [ 261 ] {40eb2364-49b7-46f7-8f4f-d01efded3b67} <Debug> TCPHandler: Processed in 0.002924833 sec.
1259 2025.02.13 06:11:56.317578 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1260 2025.02.13 06:11:56.317754 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1261 2025.02.13 06:11:56.318046 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1262 2025.02.13 06:11:56.318097 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1263 2025.02.13 06:11:56.318392 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1264 2025.02.13 06:11:56.318459 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1265 2025.02.13 06:11:56.318602 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1266 2025.02.13 06:11:56.318708 [ 268 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1267 2025.02.13 06:11:56.318721 [ 286 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1268 2025.02.13 06:11:56.318830 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1269 2025.02.13 06:11:56.318859 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1270 2025.02.13 06:11:56.318938 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1271 2025.02.13 06:11:56.318960 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 27 rows with 2 streams
1272 2025.02.13 06:11:56.319001 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1273 2025.02.13 06:11:56.319043 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1274 2025.02.13 06:11:56.320056 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002386 sec., 11316.010058675607 rows/sec., 421.16 KiB/sec.
1275 2025.02.13 06:11:56.320194 [ 258 ] {49ff1498-8f0e-47e1-bc08-462722d018ed} <Debug> TCPHandler: Processed in 0.002670109 sec.
1276 2025.02.13 06:11:56.320451 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1277 2025.02.13 06:11:56.320618 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config: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)
1278 2025.02.13 06:11:56.320914 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1279 2025.02.13 06:11:56.320961 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config: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
1280 2025.02.13 06:11:56.321259 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1281 2025.02.13 06:11:56.321325 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1282 2025.02.13 06:11:56.321468 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1283 2025.02.13 06:11:56.321572 [ 286 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1284 2025.02.13 06:11:56.321587 [ 268 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1285 2025.02.13 06:11:56.321693 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1286 2025.02.13 06:11:56.321722 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1287 2025.02.13 06:11:56.321804 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1288 2025.02.13 06:11:56.321825 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 27 rows with 2 streams
1289 2025.02.13 06:11:56.321867 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config: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'))"
1290 2025.02.13 06:11:56.321909 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config: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'))"
1291 2025.02.13 06:11:56.322939 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002398 sec., 11259.382819015847 rows/sec., 419.05 KiB/sec.
1292 2025.02.13 06:11:56.323074 [ 261 ] {7a658c9c-3573-4188-ba36-5dae7daaf469} <Debug> TCPHandler: Processed in 0.002678229 sec.
1293 2025.02.13 06:11:56.328031 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1294 2025.02.13 06:11:56.328174 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1295 2025.02.13 06:11:56.328233 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1296 2025.02.13 06:11:56.329026 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1297 2025.02.13 06:11:56.329071 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1298 2025.02.13 06:11:56.329571 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1299 2025.02.13 06:11:56.329793 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1300 2025.02.13 06:11:56.330025 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001893 sec., 2113.0480718436347 rows/sec., 268.77 KiB/sec.
1301 2025.02.13 06:11:56.330080 [ 258 ] {99ffd853-8b0e-48a5-ac28-9feeba8cfa22} <Debug> TCPHandler: Processed in 0.002111598 sec.
1302 2025.02.13 06:11:56.330220 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1303 2025.02.13 06:11:56.330331 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1304 2025.02.13 06:11:56.330375 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1305 2025.02.13 06:11:56.330941 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1306 2025.02.13 06:11:56.330982 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1307 2025.02.13 06:11:56.331359 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1308 2025.02.13 06:11:56.331593 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1309 2025.02.13 06:11:56.331816 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00151 sec., 37086.09271523179 rows/sec., 2.83 MiB/sec.
1310 2025.02.13 06:11:56.331869 [ 261 ] {bb9ec466-3701-48d5-b910-b2a7ad636380} <Debug> TCPHandler: Processed in 0.001702961 sec.
1311 2025.02.13 06:11:56.332004 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1312 2025.02.13 06:11:56.332133 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1313 2025.02.13 06:11:56.332187 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1314 2025.02.13 06:11:56.332839 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1315 2025.02.13 06:11:56.332887 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1316 2025.02.13 06:11:56.333301 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1317 2025.02.13 06:11:56.333545 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1318 2025.02.13 06:11:56.333753 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00165 sec., 38787.87878787879 rows/sec., 3.03 MiB/sec.
1319 2025.02.13 06:11:56.333804 [ 258 ] {5d515fe0-5c9d-4984-bc20-e63a36713a24} <Debug> TCPHandler: Processed in 0.001851603 sec.
1320 2025.02.13 06:11:56.333950 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1321 2025.02.13 06:11:56.334060 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1322 2025.02.13 06:11:56.334108 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1323 2025.02.13 06:11:56.334931 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1324 2025.02.13 06:11:56.334971 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1325 2025.02.13 06:11:56.335360 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1326 2025.02.13 06:11:56.335602 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1327 2025.02.13 06:11:56.335811 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001775 sec., 89014.08450704225 rows/sec., 6.19 MiB/sec.
1328 2025.02.13 06:11:56.335864 [ 261 ] {5513ff53-c692-4e18-94ff-a6fd0f82e0d4} <Debug> TCPHandler: Processed in 0.001967276 sec.
1329 2025.02.13 06:11:56.336013 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1330 2025.02.13 06:11:56.336120 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1331 2025.02.13 06:11:56.336166 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1332 2025.02.13 06:11:56.336621 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1333 2025.02.13 06:11:56.336659 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB.
1334 2025.02.13 06:11:56.337014 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1335 2025.02.13 06:11:56.337260 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1336 2025.02.13 06:11:56.337467 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001369 sec., 42366.69101533967 rows/sec., 2.86 MiB/sec.
1337 2025.02.13 06:11:56.337515 [ 258 ] {f89023fc-6c1f-43e7-82c4-e37cfee8e74d} <Debug> TCPHandler: Processed in 0.001559508 sec.
1338 2025.02.13 06:11:57.846308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1339 2025.02.13 06:11:57.847283 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1340 2025.02.13 06:11:57.847332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1341 2025.02.13 06:11:57.847925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1342 2025.02.13 06:11:57.848212 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1343 2025.02.13 06:11:57.848471 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1344 2025.02.13 06:11:57.977548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1345 2025.02.13 06:11:57.997296 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1346 2025.02.13 06:11:57.997358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1347 2025.02.13 06:11:58.001191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.62 MiB, peak 162.62 MiB, free memory in arenas 0.00 B, will set to 158.34 MiB (RSS), difference: -4.29 MiB
1348 2025.02.13 06:11:58.004849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1349 2025.02.13 06:11:58.005632 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1350 2025.02.13 06:11:58.008281 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1351 2025.02.13 06:11:59.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.34 MiB, peak 162.62 MiB, free memory in arenas 0.00 B, will set to 159.16 MiB (RSS), difference: 4.82 MiB
1352 2025.02.13 06:12:00.341203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 202
1353 2025.02.13 06:12:00.345169 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1354 2025.02.13 06:12:00.345228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1355 2025.02.13 06:12:00.346803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1356 2025.02.13 06:12:00.347120 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1357 2025.02.13 06:12:00.347984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1358 2025.02.13 06:12:01.313262 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2025.02.13 06:12:01.313452 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1360 2025.02.13 06:12:01.313523 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1361 2025.02.13 06:12:01.314327 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2025.02.13 06:12:01.314378 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1363 2025.02.13 06:12:01.314814 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1364 2025.02.13 06:12:01.315067 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1365 2025.02.13 06:12:01.315331 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001931 sec., 37286.38011393061 rows/sec., 3.02 MiB/sec.
1366 2025.02.13 06:12:01.315394 [ 258 ] {542c50c0-a66c-4120-b25c-c031f5084330} <Debug> TCPHandler: Processed in 0.002260401 sec.
1367 2025.02.13 06:12:01.315587 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1368 2025.02.13 06:12:01.315732 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1369 2025.02.13 06:12:01.315791 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1370 2025.02.13 06:12:01.316420 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2025.02.13 06:12:01.316463 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1372 2025.02.13 06:12:01.316831 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1373 2025.02.13 06:12:01.317080 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2025.02.13 06:12:01.317317 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001619 sec., 4941.321803582458 rows/sec., 371.56 KiB/sec.
1375 2025.02.13 06:12:01.317370 [ 261 ] {84698bc3-aebc-4b29-bf4b-9f035da629b0} <Debug> TCPHandler: Processed in 0.001853594 sec.
1376 2025.02.13 06:12:01.317531 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2025.02.13 06:12:01.317662 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1378 2025.02.13 06:12:01.317729 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1379 2025.02.13 06:12:01.318363 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1380 2025.02.13 06:12:01.318402 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1381 2025.02.13 06:12:01.318765 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1382 2025.02.13 06:12:01.319006 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1383 2025.02.13 06:12:01.319221 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001589 sec., 45311.51667715544 rows/sec., 3.54 MiB/sec.
1384 2025.02.13 06:12:01.319275 [ 258 ] {3cd414f4-36ad-4c3e-86a4-5dd7341eb910} <Debug> TCPHandler: Processed in 0.001808543 sec.
1385 2025.02.13 06:12:01.319439 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2025.02.13 06:12:01.319571 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1387 2025.02.13 06:12:01.319630 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1388 2025.02.13 06:12:01.320259 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2025.02.13 06:12:01.320299 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1390 2025.02.13 06:12:01.320684 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1391 2025.02.13 06:12:01.320920 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2025.02.13 06:12:01.321136 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec.
1393 2025.02.13 06:12:01.321187 [ 261 ] {b3e80f97-ca19-4a74-87f0-25754e09578e} <Debug> TCPHandler: Processed in 0.001813424 sec.
1394 2025.02.13 06:12:01.321341 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2025.02.13 06:12:01.321471 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1396 2025.02.13 06:12:01.321551 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1397 2025.02.13 06:12:01.322697 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2025.02.13 06:12:01.322738 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1399 2025.02.13 06:12:01.323341 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1400 2025.02.13 06:12:01.323611 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1401 2025.02.13 06:12:01.323869 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002425 sec., 3298.9690721649486 rows/sec., 5.91 MiB/sec.
1402 2025.02.13 06:12:01.323967 [ 258 ] {f0699f86-0069-4691-8a1e-8bb2ff03d936} <Debug> TCPHandler: Processed in 0.002688559 sec.
1403 2025.02.13 06:12:01.324108 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1404 2025.02.13 06:12:01.324229 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1405 2025.02.13 06:12:01.324289 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1406 2025.02.13 06:12:01.324825 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2025.02.13 06:12:01.324872 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1408 2025.02.13 06:12:01.325281 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1409 2025.02.13 06:12:01.325511 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2025.02.13 06:12:01.325777 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
1411 2025.02.13 06:12:01.325851 [ 261 ] {eb53bb06-0509-4f75-8eef-50e00c485779} <Debug> TCPHandler: Processed in 0.001795573 sec.
1412 2025.02.13 06:12:05.296948 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
1413 2025.02.13 06:12:05.297017 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
1414 2025.02.13 06:12:05.348644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1415 2025.02.13 06:12:05.349412 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1416 2025.02.13 06:12:05.349467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
1417 2025.02.13 06:12:05.350083 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1418 2025.02.13 06:12:05.350339 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1419 2025.02.13 06:12:05.350570 [ 70 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1420 2025.02.13 06:12:05.350589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1421 2025.02.13 06:12:05.350673 [ 70 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2025.02.13 06:12:05.350707 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
1423 2025.02.13 06:12:05.353080 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1424 2025.02.13 06:12:05.353252 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1425 2025.02.13 06:12:05.353911 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1426 2025.02.13 06:12:05.354042 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1427 2025.02.13 06:12:05.354203 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1428 2025.02.13 06:12:05.354500 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1429 2025.02.13 06:12:05.354677 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1430 2025.02.13 06:12:05.354861 [ 194 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
1431 2025.02.13 06:12:05.366896 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.016110435 sec., 174172.82649413255 rows/sec., 2.49 MiB/sec.
1432 2025.02.13 06:12:05.367603 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1433 2025.02.13 06:12:05.367950 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2025.02.13 06:12:05.368038 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_6_1} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1435 2025.02.13 06:12:05.368149 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1436 2025.02.13 06:12:05.508720 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1437 2025.02.13 06:12:05.533477 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1438 2025.02.13 06:12:05.533607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
1439 2025.02.13 06:12:05.543369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1440 2025.02.13 06:12:05.544323 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1441 2025.02.13 06:12:05.544750 [ 70 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1442 2025.02.13 06:12:05.544880 [ 70 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2025.02.13 06:12:05.544942 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
1444 2025.02.13 06:12:05.545677 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1445 2025.02.13 06:12:05.565765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1446 2025.02.13 06:12:05.566671 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1447 2025.02.13 06:12:05.568256 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1448 2025.02.13 06:12:05.573955 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1449 2025.02.13 06:12:05.579495 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1450 2025.02.13 06:12:05.584605 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1451 2025.02.13 06:12:05.594679 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1452 2025.02.13 06:12:05.599736 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
1453 2025.02.13 06:12:05.658874 [ 201 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.113784224 sec., 404.2739703528672 rows/sec., 2.09 MiB/sec.
1454 2025.02.13 06:12:05.660653 [ 190 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1455 2025.02.13 06:12:05.663126 [ 190 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_6_1} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1456 2025.02.13 06:12:05.663222 [ 190 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_6_1} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1457 2025.02.13 06:12:05.664578 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1458 2025.02.13 06:12:06.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.35 MiB, peak 169.89 MiB, free memory in arenas 0.00 B, will set to 164.02 MiB (RSS), difference: 3.67 MiB
1459 2025.02.13 06:12:06.312612 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1460 2025.02.13 06:12:06.312815 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1461 2025.02.13 06:12:06.312890 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1462 2025.02.13 06:12:06.313701 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1463 2025.02.13 06:12:06.313758 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1464 2025.02.13 06:12:06.314216 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1465 2025.02.13 06:12:06.314492 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1466 2025.02.13 06:12:06.314696 [ 69 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1467 2025.02.13 06:12:06.314762 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec.
1468 2025.02.13 06:12:06.314791 [ 69 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1469 2025.02.13 06:12:06.314859 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1470 2025.02.13 06:12:06.314898 [ 258 ] {e8cc3a08-17e2-4105-9637-5159420c1e13} <Debug> TCPHandler: Processed in 0.002418354 sec.
1471 2025.02.13 06:12:06.315131 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
1472 2025.02.13 06:12:06.315146 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2025.02.13 06:12:06.315435 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1474 2025.02.13 06:12:06.315451 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1475 2025.02.13 06:12:06.315511 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part
1476 2025.02.13 06:12:06.315557 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1477 2025.02.13 06:12:06.315801 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part
1478 2025.02.13 06:12:06.316260 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 629 rows starting from the beginning of the part
1479 2025.02.13 06:12:06.316613 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1480 2025.02.13 06:12:06.316941 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1481 2025.02.13 06:12:06.317275 [ 194 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1482 2025.02.13 06:12:06.318748 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1483 2025.02.13 06:12:06.318833 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1484 2025.02.13 06:12:06.320101 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1485 2025.02.13 06:12:06.320614 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 917 rows, containing 5 columns (5 merged, 0 gathered) in 0.005595782 sec., 163873.43180988825 rows/sec., 13.43 MiB/sec.
1486 2025.02.13 06:12:06.320642 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1487 2025.02.13 06:12:06.320948 [ 69 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1488 2025.02.13 06:12:06.321060 [ 69 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1489 2025.02.13 06:12:06.321130 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1490 2025.02.13 06:12:06.321177 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005812 sec., 11011.699931176874 rows/sec., 880.12 KiB/sec.
1491 2025.02.13 06:12:06.321186 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1492 2025.02.13 06:12:06.321530 [ 261 ] {90f26910-b86a-40c5-bf12-61a82590f412} <Debug> TCPHandler: Processed in 0.006477849 sec.
1493 2025.02.13 06:12:06.321618 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
1494 2025.02.13 06:12:06.321776 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1495 2025.02.13 06:12:06.322044 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1496 2025.02.13 06:12:06.322130 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1497 2025.02.13 06:12:06.322159 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1498 2025.02.13 06:12:06.322252 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2025.02.13 06:12:06.322272 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1500 2025.02.13 06:12:06.322688 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1501 2025.02.13 06:12:06.322799 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_6_1} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1502 2025.02.13 06:12:06.323251 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part
1503 2025.02.13 06:12:06.323295 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1504 2025.02.13 06:12:06.323681 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
1505 2025.02.13 06:12:06.323998 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1506 2025.02.13 06:12:06.324293 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
1507 2025.02.13 06:12:06.325243 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.02.13 06:12:06.325320 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1509 2025.02.13 06:12:06.326494 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1510 2025.02.13 06:12:06.327040 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 5 columns (5 merged, 0 gathered) in 0.005779556 sec., 120078.42816991478 rows/sec., 9.33 MiB/sec.
1511 2025.02.13 06:12:06.327080 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1512 2025.02.13 06:12:06.327275 [ 201 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1513 2025.02.13 06:12:06.327337 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1514 2025.02.13 06:12:06.327449 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1515 2025.02.13 06:12:06.327552 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1516 2025.02.13 06:12:06.327705 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005646 sec., 28338.646829613885 rows/sec., 1.97 MiB/sec.
1517 2025.02.13 06:12:06.328119 [ 258 ] {9ffd6d92-073c-49cd-8ce1-a8c488f2c620} <Debug> TCPHandler: Processed in 0.006449448 sec.
1518 2025.02.13 06:12:06.328243 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
1519 2025.02.13 06:12:06.328314 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1520 2025.02.13 06:12:06.328392 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2025.02.13 06:12:06.328651 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_6_1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1522 2025.02.13 06:12:06.328771 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1523 2025.02.13 06:12:06.328776 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1524 2025.02.13 06:12:06.328906 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part
1525 2025.02.13 06:12:06.328934 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
1526 2025.02.13 06:12:06.328959 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1527 2025.02.13 06:12:06.329364 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part
1528 2025.02.13 06:12:06.329814 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 227 rows starting from the beginning of the part
1529 2025.02.13 06:12:06.330193 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 158 rows starting from the beginning of the part
1530 2025.02.13 06:12:06.330419 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1531 2025.02.13 06:12:06.330847 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1532 2025.02.13 06:12:06.331522 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2025.02.13 06:12:06.331592 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1534 2025.02.13 06:12:06.332647 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1535 2025.02.13 06:12:06.333275 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2025.02.13 06:12:06.333500 [ 69 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1537 2025.02.13 06:12:06.333575 [ 69 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1538 2025.02.13 06:12:06.333670 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1539 2025.02.13 06:12:06.333756 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005101 sec., 11762.39952950402 rows/sec., 811.73 KiB/sec.
1540 2025.02.13 06:12:06.334153 [ 261 ] {bce3e891-f4d8-48e1-998c-325a29af8c80} <Debug> TCPHandler: Processed in 0.005886128 sec.
1541 2025.02.13 06:12:06.334433 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
1542 2025.02.13 06:12:06.334599 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.006880326 sec., 141708.4016077145 rows/sec., 9.76 MiB/sec.
1543 2025.02.13 06:12:06.334675 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1544 2025.02.13 06:12:06.334715 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
1545 2025.02.13 06:12:06.334854 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
1546 2025.02.13 06:12:06.334930 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1547 2025.02.13 06:12:06.335130 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1548 2025.02.13 06:12:06.335357 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
1549 2025.02.13 06:12:06.335506 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1550 2025.02.13 06:12:06.335789 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
1551 2025.02.13 06:12:06.336122 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1552 2025.02.13 06:12:06.336363 [ 194 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1553 2025.02.13 06:12:06.336505 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1554 2025.02.13 06:12:06.337244 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 4 columns (4 merged, 0 gathered) in 0.003420183 sec., 99409.88537747835 rows/sec., 6.66 MiB/sec.
1555 2025.02.13 06:12:06.337405 [ 194 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1556 2025.02.13 06:12:06.337693 [ 194 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1557 2025.02.13 06:12:06.337771 [ 194 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_6_1} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1558 2025.02.13 06:12:06.337853 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1559 2025.02.13 06:12:06.674952 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1560 2025.02.13 06:12:06.675267 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1561 2025.02.13 06:12:06.675718 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1562 2025.02.13 06:12:06.675771 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1563 2025.02.13 06:12:06.676123 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1564 2025.02.13 06:12:06.676207 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1565 2025.02.13 06:12:06.676392 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1566 2025.02.13 06:12:06.676737 [ 290 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1567 2025.02.13 06:12:06.676765 [ 289 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1568 2025.02.13 06:12:06.676766 [ 288 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1569 2025.02.13 06:12:06.676932 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1570 2025.02.13 06:12:06.676962 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1571 2025.02.13 06:12:06.677085 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1572 2025.02.13 06:12:06.677111 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1573 2025.02.13 06:12:06.677156 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1574 2025.02.13 06:12:06.677208 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1575 2025.02.13 06:12:06.677255 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1576 2025.02.13 06:12:06.679076 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003959 sec., 7830.260166708765 rows/sec., 295.51 KiB/sec.
1577 2025.02.13 06:12:06.679302 [ 258 ] {a17201e2-21cc-457e-ae00-95698ecf8e28} <Debug> TCPHandler: Processed in 0.004491402 sec.
1578 2025.02.13 06:12:06.679615 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1579 2025.02.13 06:12:06.679798 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1580 2025.02.13 06:12:06.680125 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1581 2025.02.13 06:12:06.680173 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1582 2025.02.13 06:12:06.680492 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1583 2025.02.13 06:12:06.680563 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1584 2025.02.13 06:12:06.680717 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1585 2025.02.13 06:12:06.680855 [ 290 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1586 2025.02.13 06:12:06.680880 [ 288 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1587 2025.02.13 06:12:06.680917 [ 291 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1588 2025.02.13 06:12:06.681049 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1589 2025.02.13 06:12:06.681080 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1590 2025.02.13 06:12:06.681193 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1591 2025.02.13 06:12:06.681217 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1592 2025.02.13 06:12:06.681260 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1593 2025.02.13 06:12:06.681316 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1594 2025.02.13 06:12:06.681359 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1595 2025.02.13 06:12:06.682852 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003138 sec., 9878.903760356914 rows/sec., 372.82 KiB/sec.
1596 2025.02.13 06:12:06.683072 [ 261 ] {4ff6be58-fb1e-4c0d-83a6-0226d2f52591} <Debug> TCPHandler: Processed in 0.003519514 sec.
1597 2025.02.13 06:12:06.683357 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1598 2025.02.13 06:12:06.683534 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1599 2025.02.13 06:12:06.683837 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1600 2025.02.13 06:12:06.683886 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1601 2025.02.13 06:12:06.684198 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1602 2025.02.13 06:12:06.684264 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1603 2025.02.13 06:12:06.684414 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1604 2025.02.13 06:12:06.684577 [ 288 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1605 2025.02.13 06:12:06.684577 [ 291 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1606 2025.02.13 06:12:06.684599 [ 289 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1607 2025.02.13 06:12:06.684739 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1608 2025.02.13 06:12:06.684769 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1609 2025.02.13 06:12:06.684878 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1610 2025.02.13 06:12:06.684899 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1611 2025.02.13 06:12:06.684941 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1612 2025.02.13 06:12:06.684984 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1613 2025.02.13 06:12:06.685026 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1614 2025.02.13 06:12:06.686447 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002997 sec., 10343.677010343677 rows/sec., 390.36 KiB/sec.
1615 2025.02.13 06:12:06.686630 [ 258 ] {fe129b78-a1fd-4636-87e8-8c9bd0674460} <Debug> TCPHandler: Processed in 0.003332212 sec.
1616 2025.02.13 06:12:06.686975 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1617 2025.02.13 06:12:06.687147 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1618 2025.02.13 06:12:06.687470 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1619 2025.02.13 06:12:06.687522 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1620 2025.02.13 06:12:06.687837 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1621 2025.02.13 06:12:06.687905 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1622 2025.02.13 06:12:06.688049 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1623 2025.02.13 06:12:06.688146 [ 290 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1624 2025.02.13 06:12:06.688195 [ 288 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1625 2025.02.13 06:12:06.688220 [ 289 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1626 2025.02.13 06:12:06.688323 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1627 2025.02.13 06:12:06.688352 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1628 2025.02.13 06:12:06.688459 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1629 2025.02.13 06:12:06.688482 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1630 2025.02.13 06:12:06.688522 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1631 2025.02.13 06:12:06.688566 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1632 2025.02.13 06:12:06.688608 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1633 2025.02.13 06:12:06.690091 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003025 sec., 10247.933884297521 rows/sec., 386.75 KiB/sec.
1634 2025.02.13 06:12:06.690266 [ 261 ] {403cdf10-8dd3-4d15-8bc5-1522397447f5} <Debug> TCPHandler: Processed in 0.003346901 sec.
1635 2025.02.13 06:12:06.690544 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2025.02.13 06:12:06.690716 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1637 2025.02.13 06:12:06.691016 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1638 2025.02.13 06:12:06.691064 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1639 2025.02.13 06:12:06.691382 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1640 2025.02.13 06:12:06.691449 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1641 2025.02.13 06:12:06.691593 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1642 2025.02.13 06:12:06.691665 [ 288 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1643 2025.02.13 06:12:06.691749 [ 290 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1644 2025.02.13 06:12:06.691755 [ 289 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1645 2025.02.13 06:12:06.691878 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1646 2025.02.13 06:12:06.691907 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1647 2025.02.13 06:12:06.692016 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1648 2025.02.13 06:12:06.692038 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1649 2025.02.13 06:12:06.692077 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1650 2025.02.13 06:12:06.692120 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1651 2025.02.13 06:12:06.692161 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1652 2025.02.13 06:12:06.693580 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002945 sec., 10526.315789473683 rows/sec., 397.26 KiB/sec.
1653 2025.02.13 06:12:06.693762 [ 258 ] {c4a40868-0985-451b-a04e-df7d91176f6d} <Debug> TCPHandler: Processed in 0.00328173 sec.
1654 2025.02.13 06:12:06.694032 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1655 2025.02.13 06:12:06.694203 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1656 2025.02.13 06:12:06.694505 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1657 2025.02.13 06:12:06.694555 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1658 2025.02.13 06:12:06.694870 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1659 2025.02.13 06:12:06.694938 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1660 2025.02.13 06:12:06.695086 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1661 2025.02.13 06:12:06.695185 [ 288 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1662 2025.02.13 06:12:06.695241 [ 290 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1663 2025.02.13 06:12:06.695260 [ 289 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1664 2025.02.13 06:12:06.695370 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
1665 2025.02.13 06:12:06.695399 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1666 2025.02.13 06:12:06.695507 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1667 2025.02.13 06:12:06.695528 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 31 rows with 3 streams
1668 2025.02.13 06:12:06.695569 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1669 2025.02.13 06:12:06.695614 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1670 2025.02.13 06:12:06.695655 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1671 2025.02.13 06:12:06.697100 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002978 sec., 10409.67092008059 rows/sec., 392.85 KiB/sec.
1672 2025.02.13 06:12:06.697341 [ 261 ] {56242cac-8c6d-4727-944a-972a17a169ba} <Debug> TCPHandler: Processed in 0.003367232 sec.
1673 2025.02.13 06:12:06.775696 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2025.02.13 06:12:06.775895 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1675 2025.02.13 06:12:06.775980 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1676 2025.02.13 06:12:06.776875 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2025.02.13 06:12:06.776929 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1678 2025.02.13 06:12:06.777471 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1679 2025.02.13 06:12:06.777702 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1680 2025.02.13 06:12:06.777953 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002113 sec., 2839.564600094652 rows/sec., 632.25 KiB/sec.
1681 2025.02.13 06:12:06.778023 [ 258 ] {47dc1a43-adf8-4e1c-8ce7-073a67e9f540} <Debug> TCPHandler: Processed in 0.002457045 sec.
1682 2025.02.13 06:12:06.778183 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2025.02.13 06:12:06.778305 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1684 2025.02.13 06:12:06.778353 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1685 2025.02.13 06:12:06.779598 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2025.02.13 06:12:06.779641 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1687 2025.02.13 06:12:06.780105 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1688 2025.02.13 06:12:06.780354 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2025.02.13 06:12:06.780613 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.002331 sec., 519948.5199485199 rows/sec., 42.77 MiB/sec.
1690 2025.02.13 06:12:06.780749 [ 261 ] {ab467f09-eff4-4db3-adae-312f2e1728e4} <Debug> TCPHandler: Processed in 0.002623588 sec.
1691 2025.02.13 06:12:06.780906 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2025.02.13 06:12:06.781042 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1693 2025.02.13 06:12:06.781096 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1694 2025.02.13 06:12:06.781687 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2025.02.13 06:12:06.781726 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1696 2025.02.13 06:12:06.782076 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1697 2025.02.13 06:12:06.782315 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2025.02.13 06:12:06.782638 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001622 sec., 4932.182490752158 rows/sec., 370.88 KiB/sec.
1699 2025.02.13 06:12:06.782700 [ 258 ] {45827b68-bde6-4480-9227-79424dc095bc} <Debug> TCPHandler: Processed in 0.001860224 sec.
1700 2025.02.13 06:12:06.782858 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2025.02.13 06:12:06.782991 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1702 2025.02.13 06:12:06.783044 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1703 2025.02.13 06:12:06.783741 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1704 2025.02.13 06:12:06.783780 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1705 2025.02.13 06:12:06.784162 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1706 2025.02.13 06:12:06.784399 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1707 2025.02.13 06:12:06.784603 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001642 sec., 138855.05481120583 rows/sec., 9.40 MiB/sec.
1708 2025.02.13 06:12:06.784655 [ 261 ] {8eb1ba2e-0cea-4615-8369-80a76b3c5166} <Debug> TCPHandler: Processed in 0.001860954 sec.
1709 2025.02.13 06:12:06.784799 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2025.02.13 06:12:06.784907 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1711 2025.02.13 06:12:06.784951 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1712 2025.02.13 06:12:06.785666 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2025.02.13 06:12:06.785706 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1714 2025.02.13 06:12:06.786090 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1715 2025.02.13 06:12:06.786334 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1716 2025.02.13 06:12:06.786552 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001667 sec., 316736.6526694661 rows/sec., 23.46 MiB/sec.
1717 2025.02.13 06:12:06.786605 [ 258 ] {d3f4ffdf-d701-45fa-8ecd-fa554c9976f7} <Debug> TCPHandler: Processed in 0.001860504 sec.
1718 2025.02.13 06:12:06.786740 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2025.02.13 06:12:06.786857 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1720 2025.02.13 06:12:06.786906 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1721 2025.02.13 06:12:06.788001 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2025.02.13 06:12:06.788038 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1723 2025.02.13 06:12:06.788603 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1724 2025.02.13 06:12:06.788851 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1725 2025.02.13 06:12:06.789118 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Debug> executeQuery: Read 2114 rows, 144.61 KiB in 0.002282 sec., 926380.3680981594 rows/sec., 61.88 MiB/sec.
1726 2025.02.13 06:12:06.789288 [ 261 ] {03565841-91a6-4d4f-b161-d622283d579b} <Debug> TCPHandler: Processed in 0.002598058 sec.
1727 2025.02.13 06:12:06.789442 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2025.02.13 06:12:06.789552 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1729 2025.02.13 06:12:06.789622 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1730 2025.02.13 06:12:06.790681 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.02.13 06:12:06.790722 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1732 2025.02.13 06:12:06.791332 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1733 2025.02.13 06:12:06.791605 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2025.02.13 06:12:06.791863 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002334 sec., 3427.592116538132 rows/sec., 6.14 MiB/sec.
1735 2025.02.13 06:12:06.791972 [ 258 ] {a73654c6-eb19-4f97-b8f0-b1f4cd0d662c} <Debug> TCPHandler: Processed in 0.002585347 sec.
1736 2025.02.13 06:12:06.792125 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2025.02.13 06:12:06.792256 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1738 2025.02.13 06:12:06.792312 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1739 2025.02.13 06:12:06.792753 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2025.02.13 06:12:06.792791 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1741 2025.02.13 06:12:06.793140 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1742 2025.02.13 06:12:06.793378 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2025.02.13 06:12:06.793579 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001352 sec., 8875.739644970416 rows/sec., 612.52 KiB/sec.
1744 2025.02.13 06:12:06.793628 [ 261 ] {a23a991f-6c79-4b4d-8638-814ea4ac26de} <Debug> TCPHandler: Processed in 0.001566048 sec.
1745 2025.02.13 06:12:07.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.45 MiB, peak 169.89 MiB, free memory in arenas 0.00 B, will set to 164.40 MiB (RSS), difference: -1.06 MiB
1746 2025.02.13 06:12:10.348371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 250
1747 2025.02.13 06:12:10.351666 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1748 2025.02.13 06:12:10.351725 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1749 2025.02.13 06:12:10.353254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1750 2025.02.13 06:12:10.353578 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1751 2025.02.13 06:12:10.354206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250
1752 2025.02.13 06:12:11.309921 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1753 2025.02.13 06:12:11.310137 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1754 2025.02.13 06:12:11.310213 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1755 2025.02.13 06:12:11.311055 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1756 2025.02.13 06:12:11.311110 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1757 2025.02.13 06:12:11.311580 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1758 2025.02.13 06:12:11.311840 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1759 2025.02.13 06:12:11.312086 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec.
1760 2025.02.13 06:12:11.312155 [ 258 ] {177bca5a-c432-40a4-972e-4775860dc4a8} <Debug> TCPHandler: Processed in 0.002369743 sec.
1761 2025.02.13 06:12:11.312339 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1762 2025.02.13 06:12:11.312461 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1763 2025.02.13 06:12:11.312511 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1764 2025.02.13 06:12:11.313095 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1765 2025.02.13 06:12:11.313138 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1766 2025.02.13 06:12:11.313529 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1767 2025.02.13 06:12:11.313778 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1768 2025.02.13 06:12:11.314014 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001582 sec., 40455.1201011378 rows/sec., 3.16 MiB/sec.
1769 2025.02.13 06:12:11.314108 [ 261 ] {97adff7d-31df-4392-93d0-724bf07f5271} <Debug> TCPHandler: Processed in 0.001835784 sec.
1770 2025.02.13 06:12:11.314274 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1771 2025.02.13 06:12:11.314390 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1772 2025.02.13 06:12:11.314441 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1773 2025.02.13 06:12:11.314949 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1774 2025.02.13 06:12:11.314989 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1775 2025.02.13 06:12:11.315381 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1776 2025.02.13 06:12:11.315623 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1777 2025.02.13 06:12:11.315842 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001477 sec., 86662.15301286391 rows/sec., 6.04 MiB/sec.
1778 2025.02.13 06:12:11.315895 [ 258 ] {8e98cfd7-1c23-4f7c-872f-18689697f4b6} <Debug> TCPHandler: Processed in 0.001680951 sec.
1779 2025.02.13 06:12:11.316045 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1780 2025.02.13 06:12:11.316152 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1781 2025.02.13 06:12:11.316199 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1782 2025.02.13 06:12:11.316649 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1783 2025.02.13 06:12:11.316690 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1784 2025.02.13 06:12:11.317054 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1785 2025.02.13 06:12:11.317294 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1786 2025.02.13 06:12:11.317500 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001369 sec., 35062.08911614317 rows/sec., 2.36 MiB/sec.
1787 2025.02.13 06:12:11.317550 [ 261 ] {d05f615f-468b-483a-b57a-9f45347ed8b5} <Debug> TCPHandler: Processed in 0.001564789 sec.
1788 2025.02.13 06:12:12.850790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1789 2025.02.13 06:12:12.851533 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1790 2025.02.13 06:12:12.851591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1791 2025.02.13 06:12:12.852145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1792 2025.02.13 06:12:12.852421 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1793 2025.02.13 06:12:12.852665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1794 2025.02.13 06:12:13.065878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1795 2025.02.13 06:12:13.085691 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1796 2025.02.13 06:12:13.085757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1797 2025.02.13 06:12:13.092899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1798 2025.02.13 06:12:13.093739 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1799 2025.02.13 06:12:13.096809 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1800 2025.02.13 06:12:16.312268 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.02.13 06:12:16.312538 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1802 2025.02.13 06:12:16.312636 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1803 2025.02.13 06:12:16.313512 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.02.13 06:12:16.313573 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1805 2025.02.13 06:12:16.314111 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1806 2025.02.13 06:12:16.314421 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.02.13 06:12:16.314737 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002264 sec., 24734.982332155476 rows/sec., 1.89 MiB/sec.
1808 2025.02.13 06:12:16.314838 [ 258 ] {f54b5161-664d-4541-a701-c3a0e85c5d48} <Debug> TCPHandler: Processed in 0.00273105 sec.
1809 2025.02.13 06:12:16.315033 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.02.13 06:12:16.315170 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1811 2025.02.13 06:12:16.315224 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1812 2025.02.13 06:12:16.315870 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.02.13 06:12:16.315916 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1814 2025.02.13 06:12:16.316351 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1815 2025.02.13 06:12:16.316635 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.02.13 06:12:16.316903 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001753 sec., 36508.841985168285 rows/sec., 2.85 MiB/sec.
1817 2025.02.13 06:12:16.317156 [ 261 ] {2068cc38-66d0-4c15-b354-7d1ae0a3a271} <Debug> TCPHandler: Processed in 0.00219728 sec.
1818 2025.02.13 06:12:16.317338 [ 258 ] {} <Trace> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2025.02.13 06:12:16.317462 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43709) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1820 2025.02.13 06:12:16.317520 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1821 2025.02.13 06:12:16.318198 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2025.02.13 06:12:16.318244 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1823 2025.02.13 06:12:16.318695 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1824 2025.02.13 06:12:16.318972 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2025.02.13 06:12:16.319252 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001812 sec., 88300.22075055187 rows/sec., 6.15 MiB/sec.
1826 2025.02.13 06:12:16.319344 [ 258 ] {123d51aa-9595-4479-a61c-58290b5710f6} <Debug> TCPHandler: Processed in 0.002081238 sec.
1827 2025.02.13 06:12:16.319547 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2025.02.13 06:12:16.319711 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1829 2025.02.13 06:12:16.319783 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1830 2025.02.13 06:12:16.320420 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.02.13 06:12:16.320478 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1832 2025.02.13 06:12:16.320942 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1833 2025.02.13 06:12:16.321230 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.02.13 06:12:16.321486 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001812 sec., 33112.58278145696 rows/sec., 2.23 MiB/sec.
1835 2025.02.13 06:12:16.321545 [ 261 ] {ad072adc-620e-45b0-9ac9-c41bed891b9c} <Debug> TCPHandler: Processed in 0.002079238 sec.
1836 2025.02.13 06:12:20.297278 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache
1837 2025.02.13 06:12:20.297358 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache
1838 2025.02.13 06:12:20.352807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1839 2025.02.13 06:12:20.353979 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.02.13 06:12:20.354072 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1841 2025.02.13 06:12:20.354767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 266
1842 2025.02.13 06:12:20.355421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1843 2025.02.13 06:12:20.355953 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1844 2025.02.13 06:12:20.356559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1845 2025.02.13 06:12:20.358923 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2025.02.13 06:12:20.358988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1847 2025.02.13 06:12:20.360457 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1848 2025.02.13 06:12:20.360791 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2025.02.13 06:12:20.361444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266
1850 2025.02.13 06:12:20.596898 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1851 2025.02.13 06:12:20.618008 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2025.02.13 06:12:20.618078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1853 2025.02.13 06:12:20.624824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1854 2025.02.13 06:12:20.625577 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2025.02.13 06:12:20.628313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1856 2025.02.13 06:12:21.010138 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1857 2025.02.13 06:12:21.010222 [ 258 ] {} <Debug> TCP-Session: 811f24f2-d59b-43ef-9b41-bf497fc6153d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1858 2025.02.13 06:12:21.307877 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1859 2025.02.13 06:12:21.308319 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1860 2025.02.13 06:12:21.308987 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1861 2025.02.13 06:12:21.309041 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1862 2025.02.13 06:12:21.309421 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1863 2025.02.13 06:12:21.309507 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1864 2025.02.13 06:12:21.309685 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1865 2025.02.13 06:12:21.309900 [ 288 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1866 2025.02.13 06:12:21.309922 [ 290 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1867 2025.02.13 06:12:21.310001 [ 289 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1868 2025.02.13 06:12:21.310003 [ 291 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1869 2025.02.13 06:12:21.310169 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1870 2025.02.13 06:12:21.310200 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1871 2025.02.13 06:12:21.310343 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1872 2025.02.13 06:12:21.310367 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 37 rows with 4 streams
1873 2025.02.13 06:12:21.310414 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1874 2025.02.13 06:12:21.310465 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1875 2025.02.13 06:12:21.310511 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1876 2025.02.13 06:12:21.310556 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1877 2025.02.13 06:12:21.312818 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004714 sec., 7848.9605430632155 rows/sec., 294.17 KiB/sec.
1878 2025.02.13 06:12:21.313078 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> MemoryTracker: Peak memory usage (for query): 144.22 KiB.
1879 2025.02.13 06:12:21.313097 [ 261 ] {9be88fe4-5d5a-44d7-93d8-5c2fd384e178} <Debug> TCPHandler: Processed in 0.005363778 sec.
1880 2025.02.13 06:12:21.313468 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1881 2025.02.13 06:12:21.313715 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1882 2025.02.13 06:12:21.314184 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1883 2025.02.13 06:12:21.314239 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1884 2025.02.13 06:12:21.314619 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1885 2025.02.13 06:12:21.314700 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1886 2025.02.13 06:12:21.314885 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1887 2025.02.13 06:12:21.315053 [ 289 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1888 2025.02.13 06:12:21.315062 [ 293 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1889 2025.02.13 06:12:21.315088 [ 290 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1890 2025.02.13 06:12:21.315119 [ 291 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1891 2025.02.13 06:12:21.315269 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1892 2025.02.13 06:12:21.315300 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1893 2025.02.13 06:12:21.315444 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1894 2025.02.13 06:12:21.315469 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 37 rows with 4 streams
1895 2025.02.13 06:12:21.315516 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1896 2025.02.13 06:12:21.315569 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1897 2025.02.13 06:12:21.315619 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1898 2025.02.13 06:12:21.315664 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1899 2025.02.13 06:12:21.317495 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003904 sec., 9477.459016393443 rows/sec., 355.20 KiB/sec.
1900 2025.02.13 06:12:21.317741 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> MemoryTracker: Peak memory usage (for query): 142.61 KiB.
1901 2025.02.13 06:12:21.317758 [ 260 ] {dfc81d29-d9c4-42ee-9d00-dde25e92b551} <Debug> TCPHandler: Processed in 0.004444221 sec.
1902 2025.02.13 06:12:21.318089 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1903 2025.02.13 06:12:21.318297 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1904 2025.02.13 06:12:21.318664 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1905 2025.02.13 06:12:21.318714 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1906 2025.02.13 06:12:21.319053 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1907 2025.02.13 06:12:21.319121 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1908 2025.02.13 06:12:21.319277 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1909 2025.02.13 06:12:21.319460 [ 288 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1910 2025.02.13 06:12:21.319476 [ 290 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1911 2025.02.13 06:12:21.319487 [ 289 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1912 2025.02.13 06:12:21.319555 [ 291 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1913 2025.02.13 06:12:21.319676 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1914 2025.02.13 06:12:21.319705 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1915 2025.02.13 06:12:21.319836 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1916 2025.02.13 06:12:21.319859 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 37 rows with 4 streams
1917 2025.02.13 06:12:21.319902 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1918 2025.02.13 06:12:21.319952 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1919 2025.02.13 06:12:21.320000 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1920 2025.02.13 06:12:21.320047 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1921 2025.02.13 06:12:21.321969 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003775 sec., 9801.324503311258 rows/sec., 367.34 KiB/sec.
1922 2025.02.13 06:12:21.322226 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> MemoryTracker: Peak memory usage (for query): 143.12 KiB.
1923 2025.02.13 06:12:21.322247 [ 261 ] {170cb3e6-a4cb-44d5-b71b-0a083da1bce4} <Debug> TCPHandler: Processed in 0.004221687 sec.
1924 2025.02.13 06:12:21.323280 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1925 2025.02.13 06:12:21.323487 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1926 2025.02.13 06:12:21.323857 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1927 2025.02.13 06:12:21.323909 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1928 2025.02.13 06:12:21.324249 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1929 2025.02.13 06:12:21.324316 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1930 2025.02.13 06:12:21.324475 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1931 2025.02.13 06:12:21.324622 [ 289 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1932 2025.02.13 06:12:21.324674 [ 290 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1933 2025.02.13 06:12:21.324699 [ 293 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1934 2025.02.13 06:12:21.324703 [ 291 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1935 2025.02.13 06:12:21.324863 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1936 2025.02.13 06:12:21.324909 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
1937 2025.02.13 06:12:21.325071 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1938 2025.02.13 06:12:21.325099 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 37 rows with 4 streams
1939 2025.02.13 06:12:21.325155 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1940 2025.02.13 06:12:21.325213 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1941 2025.02.13 06:12:21.325270 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1942 2025.02.13 06:12:21.325326 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1943 2025.02.13 06:12:21.327182 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003799 sec., 9739.405106607002 rows/sec., 365.02 KiB/sec.
1944 2025.02.13 06:12:21.327416 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> MemoryTracker: Peak memory usage (for query): 143.48 KiB.
1945 2025.02.13 06:12:21.327433 [ 260 ] {53ab2730-c471-4a54-b619-4b540568967c} <Debug> TCPHandler: Processed in 0.004219487 sec.
1946 2025.02.13 06:12:21.333823 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1947 2025.02.13 06:12:21.334054 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1948 2025.02.13 06:12:21.334154 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1949 2025.02.13 06:12:21.335207 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1950 2025.02.13 06:12:21.335248 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1951 2025.02.13 06:12:21.335767 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1952 2025.02.13 06:12:21.335990 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1953 2025.02.13 06:12:21.336231 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.002231 sec., 1792.9179740026896 rows/sec., 168.96 KiB/sec.
1954 2025.02.13 06:12:21.336544 [ 261 ] {7faa3617-4587-4c19-ab23-5b181383c6c8} <Debug> TCPHandler: Processed in 0.002786011 sec.
1955 2025.02.13 06:12:21.336705 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1956 2025.02.13 06:12:21.336842 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1957 2025.02.13 06:12:21.336894 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1958 2025.02.13 06:12:21.337593 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1959 2025.02.13 06:12:21.337637 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1960 2025.02.13 06:12:21.338063 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1961 2025.02.13 06:12:21.338307 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1962 2025.02.13 06:12:21.338565 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Debug> executeQuery: Read 125 rows, 10.92 KiB in 0.001753 sec., 71306.33200228181 rows/sec., 6.09 MiB/sec.
1963 2025.02.13 06:12:21.338645 [ 260 ] {3f75bc03-b23a-4bce-9115-6dc587b357d2} <Debug> TCPHandler: Processed in 0.002000847 sec.
1964 2025.02.13 06:12:21.338793 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1965 2025.02.13 06:12:21.338926 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1966 2025.02.13 06:12:21.338984 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1967 2025.02.13 06:12:21.339695 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1968 2025.02.13 06:12:21.339741 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1969 2025.02.13 06:12:21.340124 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1970 2025.02.13 06:12:21.340362 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1971 2025.02.13 06:12:21.340749 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001818 sec., 18701.870187018703 rows/sec., 1.37 MiB/sec.
1972 2025.02.13 06:12:21.340829 [ 261 ] {6cd4dde0-e732-4950-ad3f-4d9047fc8a05} <Debug> TCPHandler: Processed in 0.002095628 sec.
1973 2025.02.13 06:12:21.340981 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1974 2025.02.13 06:12:21.341099 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1975 2025.02.13 06:12:21.341149 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1976 2025.02.13 06:12:21.341711 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1977 2025.02.13 06:12:21.341752 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1978 2025.02.13 06:12:21.342102 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1979 2025.02.13 06:12:21.342339 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1980 2025.02.13 06:12:21.342721 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001617 sec., 618.4291898577613 rows/sec., 41.07 KiB/sec.
1981 2025.02.13 06:12:21.342853 [ 260 ] {1270ef99-242e-4a1c-9937-0c145e356710} <Debug> TCPHandler: Processed in 0.001930566 sec.
1982 2025.02.13 06:12:21.343004 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1983 2025.02.13 06:12:21.343145 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1984 2025.02.13 06:12:21.343202 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1985 2025.02.13 06:12:21.343924 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1986 2025.02.13 06:12:21.343961 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1987 2025.02.13 06:12:21.344326 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1988 2025.02.13 06:12:21.344564 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1989 2025.02.13 06:12:21.344867 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.001734 sec., 64013.84083044982 rows/sec., 5.01 MiB/sec.
1990 2025.02.13 06:12:21.345149 [ 261 ] {2181b7a3-2864-486a-86de-aad88c045562} <Debug> TCPHandler: Processed in 0.002206421 sec.
1991 2025.02.13 06:12:21.345337 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1992 2025.02.13 06:12:21.345475 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1993 2025.02.13 06:12:21.345539 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1994 2025.02.13 06:12:21.346169 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1995 2025.02.13 06:12:21.346209 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
1996 2025.02.13 06:12:21.346599 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1997 2025.02.13 06:12:21.346839 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2025.02.13 06:12:21.347077 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec.
1999 2025.02.13 06:12:21.347141 [ 260 ] {16e32d53-7801-4ada-981b-896de414355b} <Debug> TCPHandler: Processed in 0.001881994 sec.
2000 2025.02.13 06:12:21.347289 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2001 2025.02.13 06:12:21.347429 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2002 2025.02.13 06:12:21.347489 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2003 2025.02.13 06:12:21.348017 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2004 2025.02.13 06:12:21.348054 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
2005 2025.02.13 06:12:21.348415 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2006 2025.02.13 06:12:21.348654 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2007 2025.02.13 06:12:21.348995 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001575 sec., 634.9206349206349 rows/sec., 40.30 KiB/sec.
2008 2025.02.13 06:12:21.349114 [ 261 ] {4735c1a6-3765-43bd-b556-78d9adee2362} <Debug> TCPHandler: Processed in 0.001893944 sec.
2009 2025.02.13 06:12:21.349270 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2010 2025.02.13 06:12:21.349411 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2011 2025.02.13 06:12:21.349504 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2012 2025.02.13 06:12:21.350795 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2013 2025.02.13 06:12:21.350835 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
2014 2025.02.13 06:12:21.351525 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2015 2025.02.13 06:12:21.351780 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2016 2025.02.13 06:12:21.352184 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002768 sec., 12283.236994219653 rows/sec., 22.01 MiB/sec.
2017 2025.02.13 06:12:21.352698 [ 260 ] {16be9fa9-40a5-41b4-af90-923e6672b222} <Debug> TCPHandler: Processed in 0.003494644 sec.
2018 2025.02.13 06:12:21.352907 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2019 2025.02.13 06:12:21.353052 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2020 2025.02.13 06:12:21.353112 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2021 2025.02.13 06:12:21.353675 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Trace> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2022 2025.02.13 06:12:21.353721 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
2023 2025.02.13 06:12:21.354110 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2024 2025.02.13 06:12:21.354345 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Trace> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2025 2025.02.13 06:12:21.354697 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001664 sec., 12620.192307692309 rows/sec., 942.52 KiB/sec.
2026 2025.02.13 06:12:21.354755 [ 261 ] {c1e47da2-a459-4389-acd5-71eb8cc3db91} <Debug> TCPHandler: Processed in 0.001960886 sec.
2027 2025.02.13 06:12:21.354906 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2028 2025.02.13 06:12:21.355046 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2029 2025.02.13 06:12:21.355106 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2030 2025.02.13 06:12:21.355684 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2031 2025.02.13 06:12:21.355732 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB.
2032 2025.02.13 06:12:21.356115 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2033 2025.02.13 06:12:21.356352 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2034 2025.02.13 06:12:21.356562 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec.
2035 2025.02.13 06:12:21.356613 [ 260 ] {703a8523-3388-4f54-b0cf-efd89d223d79} <Debug> TCPHandler: Processed in 0.001776783 sec.
2036 2025.02.13 06:12:26.305502 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2037 2025.02.13 06:12:26.305793 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
2038 2025.02.13 06:12:26.306248 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2039 2025.02.13 06:12:26.306306 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
2040 2025.02.13 06:12:26.306696 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2041 2025.02.13 06:12:26.306783 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2042 2025.02.13 06:12:26.306963 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2043 2025.02.13 06:12:26.307198 [ 288 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2044 2025.02.13 06:12:26.307272 [ 290 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2045 2025.02.13 06:12:26.307269 [ 291 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2046 2025.02.13 06:12:26.307277 [ 289 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2047 2025.02.13 06:12:26.307277 [ 293 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2048 2025.02.13 06:12:26.307516 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2049 2025.02.13 06:12:26.307550 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2050 2025.02.13 06:12:26.307724 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2051 2025.02.13 06:12:26.307751 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2052 2025.02.13 06:12:26.307797 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2053 2025.02.13 06:12:26.307848 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2054 2025.02.13 06:12:26.307894 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2055 2025.02.13 06:12:26.307937 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2056 2025.02.13 06:12:26.307979 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2057 2025.02.13 06:12:26.310544 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004881 sec., 8399.918049580005 rows/sec., 320.52 KiB/sec.
2058 2025.02.13 06:12:26.310870 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> MemoryTracker: Peak memory usage (for query): 178.95 KiB.
2059 2025.02.13 06:12:26.310892 [ 261 ] {c3983df2-8f3c-40a5-be26-4a15409c8d9d} <Debug> TCPHandler: Processed in 0.005530372 sec.
2060 2025.02.13 06:12:26.311376 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2061 2025.02.13 06:12:26.311628 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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)
2062 2025.02.13 06:12:26.312069 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2063 2025.02.13 06:12:26.312124 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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
2064 2025.02.13 06:12:26.312505 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2065 2025.02.13 06:12:26.312587 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2066 2025.02.13 06:12:26.312768 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2067 2025.02.13 06:12:26.312988 [ 288 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2068 2025.02.13 06:12:26.313017 [ 295 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2069 2025.02.13 06:12:26.313014 [ 289 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2070 2025.02.13 06:12:26.312964 [ 293 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2071 2025.02.13 06:12:26.312989 [ 290 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2072 2025.02.13 06:12:26.313236 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2073 2025.02.13 06:12:26.313269 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2074 2025.02.13 06:12:26.313436 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2075 2025.02.13 06:12:26.313462 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2076 2025.02.13 06:12:26.313506 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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'))"
2077 2025.02.13 06:12:26.313555 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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'))"
2078 2025.02.13 06:12:26.313601 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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'))"
2079 2025.02.13 06:12:26.313645 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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'))"
2080 2025.02.13 06:12:26.313688 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', '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'))"
2081 2025.02.13 06:12:26.315993 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004492 sec., 9127.3374888691 rows/sec., 348.28 KiB/sec.
2082 2025.02.13 06:12:26.316278 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> MemoryTracker: Peak memory usage (for query): 179.09 KiB.
2083 2025.02.13 06:12:26.316299 [ 260 ] {001ddc0a-d586-44d3-9148-68d1461a8aa9} <Debug> TCPHandler: Processed in 0.005053283 sec.
2084 2025.02.13 06:12:26.316705 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2085 2025.02.13 06:12:26.316954 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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)
2086 2025.02.13 06:12:26.317345 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2087 2025.02.13 06:12:26.317412 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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
2088 2025.02.13 06:12:26.317777 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2089 2025.02.13 06:12:26.317847 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2090 2025.02.13 06:12:26.318011 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 43-element set)
2091 2025.02.13 06:12:26.318216 [ 288 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2092 2025.02.13 06:12:26.318253 [ 295 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2093 2025.02.13 06:12:26.318270 [ 293 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2094 2025.02.13 06:12:26.318230 [ 289 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2095 2025.02.13 06:12:26.318245 [ 291 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2096 2025.02.13 06:12:26.318476 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2097 2025.02.13 06:12:26.318508 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2098 2025.02.13 06:12:26.318701 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2099 2025.02.13 06:12:26.318727 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2100 2025.02.13 06:12:26.318771 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2101 2025.02.13 06:12:26.318822 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2102 2025.02.13 06:12:26.318869 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2103 2025.02.13 06:12:26.318913 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2104 2025.02.13 06:12:26.318958 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2105 2025.02.13 06:12:26.321168 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004343 sec., 9440.478931614092 rows/sec., 360.22 KiB/sec.
2106 2025.02.13 06:12:26.321501 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> MemoryTracker: Peak memory usage (for query): 180.27 KiB.
2107 2025.02.13 06:12:26.321523 [ 261 ] {bfabaa62-6a92-4cc7-aecf-8dea5684f30f} <Debug> TCPHandler: Processed in 0.004893399 sec.
2108 2025.02.13 06:12:26.321858 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2109 2025.02.13 06:12:26.322076 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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)
2110 2025.02.13 06:12:26.322452 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2111 2025.02.13 06:12:26.322515 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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
2112 2025.02.13 06:12:26.322922 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2113 2025.02.13 06:12:26.322997 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2114 2025.02.13 06:12:26.323168 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 44-element set)
2115 2025.02.13 06:12:26.323314 [ 288 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2116 2025.02.13 06:12:26.323360 [ 290 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2117 2025.02.13 06:12:26.323387 [ 289 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2118 2025.02.13 06:12:26.323422 [ 293 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2119 2025.02.13 06:12:26.323455 [ 291 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2120 2025.02.13 06:12:26.323579 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2121 2025.02.13 06:12:26.323616 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2122 2025.02.13 06:12:26.323794 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2123 2025.02.13 06:12:26.323822 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2124 2025.02.13 06:12:26.323868 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2125 2025.02.13 06:12:26.323922 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2126 2025.02.13 06:12:26.323972 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2127 2025.02.13 06:12:26.324026 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2128 2025.02.13 06:12:26.324098 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))"
2129 2025.02.13 06:12:26.326487 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004521 sec., 9068.7900906879 rows/sec., 346.04 KiB/sec.
2130 2025.02.13 06:12:26.326737 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> MemoryTracker: Peak memory usage (for query): 180.09 KiB.
2131 2025.02.13 06:12:26.326755 [ 260 ] {a42736fa-95f9-4503-b45a-213e0cf4bf0d} <Debug> TCPHandler: Processed in 0.004959811 sec.
2132 2025.02.13 06:12:26.327068 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2133 2025.02.13 06:12:26.327277 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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)
2134 2025.02.13 06:12:26.327652 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2135 2025.02.13 06:12:26.327707 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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
2136 2025.02.13 06:12:26.328067 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2137 2025.02.13 06:12:26.328136 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2138 2025.02.13 06:12:26.328288 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 45-element set)
2139 2025.02.13 06:12:26.328472 [ 290 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2140 2025.02.13 06:12:26.328484 [ 288 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2141 2025.02.13 06:12:26.328522 [ 295 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2142 2025.02.13 06:12:26.328563 [ 293 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2143 2025.02.13 06:12:26.328580 [ 289 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2144 2025.02.13 06:12:26.328705 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2145 2025.02.13 06:12:26.328737 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2146 2025.02.13 06:12:26.328898 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2147 2025.02.13 06:12:26.328924 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2148 2025.02.13 06:12:26.328967 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2149 2025.02.13 06:12:26.329015 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2150 2025.02.13 06:12:26.329062 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2151 2025.02.13 06:12:26.329107 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2152 2025.02.13 06:12:26.329148 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2153 2025.02.13 06:12:26.331460 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004292 sec., 9552.656104380243 rows/sec., 364.50 KiB/sec.
2154 2025.02.13 06:12:26.331731 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> MemoryTracker: Peak memory usage (for query): 182.62 KiB.
2155 2025.02.13 06:12:26.331749 [ 261 ] {d60864e2-5a98-47d0-a0ff-630e9212bb6d} <Debug> TCPHandler: Processed in 0.004743907 sec.
2156 2025.02.13 06:12:26.332069 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2157 2025.02.13 06:12:26.332282 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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)
2158 2025.02.13 06:12:26.332661 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2159 2025.02.13 06:12:26.332714 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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
2160 2025.02.13 06:12:26.333084 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2161 2025.02.13 06:12:26.333157 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2162 2025.02.13 06:12:26.333322 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 46-element set)
2163 2025.02.13 06:12:26.333481 [ 288 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2164 2025.02.13 06:12:26.333510 [ 291 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2165 2025.02.13 06:12:26.333482 [ 290 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2166 2025.02.13 06:12:26.333581 [ 293 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2167 2025.02.13 06:12:26.333629 [ 289 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2168 2025.02.13 06:12:26.333730 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges
2169 2025.02.13 06:12:26.333756 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2170 2025.02.13 06:12:26.333912 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2171 2025.02.13 06:12:26.333937 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Reading approx. 41 rows with 5 streams
2172 2025.02.13 06:12:26.333979 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2173 2025.02.13 06:12:26.334025 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2174 2025.02.13 06:12:26.334069 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2175 2025.02.13 06:12:26.334115 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2176 2025.02.13 06:12:26.334159 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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'))"
2177 2025.02.13 06:12:26.336285 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004113 sec., 9968.392900559202 rows/sec., 380.37 KiB/sec.
2178 2025.02.13 06:12:26.336554 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> MemoryTracker: Peak memory usage (for query): 181.69 KiB.
2179 2025.02.13 06:12:26.336571 [ 260 ] {67f925d6-3f99-4422-bd52-7e3b90b97e03} <Debug> TCPHandler: Processed in 0.004565823 sec.
2180 2025.02.13 06:12:26.351282 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2181 2025.02.13 06:12:26.351438 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2182 2025.02.13 06:12:26.351503 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2183 2025.02.13 06:12:26.352336 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2184 2025.02.13 06:12:26.352384 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2185 2025.02.13 06:12:26.352905 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2186 2025.02.13 06:12:26.353129 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2187 2025.02.13 06:12:26.353326 [ 45 ] {} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2188 2025.02.13 06:12:26.353400 [ 45 ] {} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2189 2025.02.13 06:12:26.353406 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.002 sec., 3000 rows/sec., 1.39 MiB/sec.
2190 2025.02.13 06:12:26.353440 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2191 2025.02.13 06:12:26.353639 [ 261 ] {a3ac1e64-189f-4847-96fe-0cdcaa8e1200} <Debug> TCPHandler: Processed in 0.002423125 sec.
2192 2025.02.13 06:12:26.353966 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::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
2193 2025.02.13 06:12:26.353996 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2194 2025.02.13 06:12:26.354304 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2195 2025.02.13 06:12:26.354425 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2196 2025.02.13 06:12:26.354724 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2197 2025.02.13 06:12:26.354796 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::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
2198 2025.02.13 06:12:26.355067 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2199 2025.02.13 06:12:26.355402 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
2200 2025.02.13 06:12:26.355682 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::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
2201 2025.02.13 06:12:26.355867 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
2202 2025.02.13 06:12:26.356047 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::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
2203 2025.02.13 06:12:26.356881 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2204 2025.02.13 06:12:26.356946 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2205 2025.02.13 06:12:26.358064 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2206 2025.02.13 06:12:26.358678 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2207 2025.02.13 06:12:26.359499 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.005308 sec., 4521.4770158251695 rows/sec., 384.15 KiB/sec.
2208 2025.02.13 06:12:26.359687 [ 260 ] {3831e254-3c44-47f4-b938-fe1342fa92ba} <Debug> TCPHandler: Processed in 0.005908499 sec.
2209 2025.02.13 06:12:26.359956 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2210 2025.02.13 06:12:26.360276 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2211 2025.02.13 06:12:26.360420 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2212 2025.02.13 06:12:26.363516 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2213 2025.02.13 06:12:26.363592 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2214 2025.02.13 06:12:26.364866 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2215 2025.02.13 06:12:26.365065 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 6 columns (6 merged, 0 gathered) in 0.011498941 sec., 4087.332911787268 rows/sec., 1008.16 KiB/sec.
2216 2025.02.13 06:12:26.365282 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2217 2025.02.13 06:12:26.365373 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2025.02.13 06:12:26.365774 [ 45 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2219 2025.02.13 06:12:26.366056 [ 45 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2220 2025.02.13 06:12:26.366195 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2221 2025.02.13 06:12:26.366352 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Debug> executeQuery: Read 176 rows, 15.82 KiB in 0.006167 sec., 28538.99789200584 rows/sec., 2.50 MiB/sec.
2222 2025.02.13 06:12:26.366640 [ 261 ] {4977e17c-0d74-472b-8724-a07bd2563fd6} <Debug> TCPHandler: Processed in 0.006815345 sec.
2223 2025.02.13 06:12:26.366649 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
2224 2025.02.13 06:12:26.367042 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2225 2025.02.13 06:12:26.367102 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2226 2025.02.13 06:12:26.367150 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2025.02.13 06:12:26.367221 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part
2228 2025.02.13 06:12:26.367514 [ 201 ] {ad167852-40c5-4356-9f51-8a786680af79::all_1_6_1} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2229 2025.02.13 06:12:26.367605 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part
2230 2025.02.13 06:12:26.367631 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2231 2025.02.13 06:12:26.367957 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2232 2025.02.13 06:12:26.368014 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2233 2025.02.13 06:12:26.368089 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2234 2025.02.13 06:12:26.368296 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2235 2025.02.13 06:12:26.368704 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 125 rows starting from the beginning of the part
2236 2025.02.13 06:12:26.368993 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 176 rows starting from the beginning of the part
2237 2025.02.13 06:12:26.370583 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2238 2025.02.13 06:12:26.370663 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2239 2025.02.13 06:12:26.371611 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2240 2025.02.13 06:12:26.371969 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2241 2025.02.13 06:12:26.372727 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2258 rows, containing 5 columns (5 merged, 0 gathered) in 0.006368686 sec., 354547.233134119 rows/sec., 30.26 MiB/sec.
2242 2025.02.13 06:12:26.372752 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.005478 sec., 2190.5805038335156 rows/sec., 175.42 KiB/sec.
2243 2025.02.13 06:12:26.372848 [ 260 ] {f6479cda-68a0-481e-a861-50c7a5d238be} <Debug> TCPHandler: Processed in 0.006102771 sec.
2244 2025.02.13 06:12:26.373038 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2245 2025.02.13 06:12:26.373047 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2246 2025.02.13 06:12:26.373239 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2247 2025.02.13 06:12:26.373318 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2248 2025.02.13 06:12:26.373624 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2249 2025.02.13 06:12:26.373888 [ 192 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_11_2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2250 2025.02.13 06:12:26.374060 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
2251 2025.02.13 06:12:26.374448 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.02.13 06:12:26.374506 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2253 2025.02.13 06:12:26.374892 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2254 2025.02.13 06:12:26.375140 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.02.13 06:12:26.375361 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002161 sec., 11105.969458583988 rows/sec., 943.57 KiB/sec.
2256 2025.02.13 06:12:26.375419 [ 261 ] {eae89175-6071-4af1-b4ce-195f7fcfe173} <Debug> TCPHandler: Processed in 0.002471075 sec.
2257 2025.02.13 06:12:26.375578 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2258 2025.02.13 06:12:26.375704 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2259 2025.02.13 06:12:26.375753 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2260 2025.02.13 06:12:26.376353 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2261 2025.02.13 06:12:26.376395 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2262 2025.02.13 06:12:26.376783 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2263 2025.02.13 06:12:26.377027 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2264 2025.02.13 06:12:26.377313 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001621 sec., 7402.837754472547 rows/sec., 578.35 KiB/sec.
2265 2025.02.13 06:12:26.377401 [ 260 ] {d26f3ce2-f67f-4822-93a5-42904af193e3} <Debug> TCPHandler: Processed in 0.001883335 sec.
2266 2025.02.13 06:12:26.377566 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2267 2025.02.13 06:12:26.377708 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2268 2025.02.13 06:12:26.377767 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2269 2025.02.13 06:12:26.378432 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2270 2025.02.13 06:12:26.378472 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2271 2025.02.13 06:12:26.378844 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2272 2025.02.13 06:12:26.379082 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2025.02.13 06:12:26.379252 [ 44 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2274 2025.02.13 06:12:26.379318 [ 44 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2275 2025.02.13 06:12:26.379344 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Debug> executeQuery: Read 100 rows, 8.37 KiB in 0.001662 sec., 60168.47172081829 rows/sec., 4.92 MiB/sec.
2276 2025.02.13 06:12:26.379359 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2277 2025.02.13 06:12:26.379500 [ 261 ] {63363cf9-d6de-4418-a217-eb05a73723e8} <Debug> TCPHandler: Processed in 0.002002436 sec.
2278 2025.02.13 06:12:26.379640 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
2279 2025.02.13 06:12:26.379692 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2280 2025.02.13 06:12:26.379762 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2281 2025.02.13 06:12:26.379805 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2282 2025.02.13 06:12:26.379838 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2283 2025.02.13 06:12:26.379984 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2284 2025.02.13 06:12:26.379991 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part
2285 2025.02.13 06:12:26.380406 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
2286 2025.02.13 06:12:26.380759 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2287 2025.02.13 06:12:26.381099 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 111 rows starting from the beginning of the part
2288 2025.02.13 06:12:26.381487 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part
2289 2025.02.13 06:12:26.382476 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2290 2025.02.13 06:12:26.382524 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2291 2025.02.13 06:12:26.383146 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2292 2025.02.13 06:12:26.383499 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1257 rows, containing 5 columns (5 merged, 0 gathered) in 0.003983764 sec., 315530.7392706998 rows/sec., 24.68 MiB/sec.
2293 2025.02.13 06:12:26.383544 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2294 2025.02.13 06:12:26.383775 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2295 2025.02.13 06:12:26.383871 [ 195 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2296 2025.02.13 06:12:26.383882 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2297 2025.02.13 06:12:26.383957 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2298 2025.02.13 06:12:26.384111 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Debug> executeQuery: Read 364 rows, 28.34 KiB in 0.004235 sec., 85950.4132231405 rows/sec., 6.54 MiB/sec.
2299 2025.02.13 06:12:26.384488 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
2300 2025.02.13 06:12:26.384974 [ 195 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2301 2025.02.13 06:12:26.384977 [ 260 ] {d3d7b5b6-75ae-4896-9254-b620f4021379} <Debug> TCPHandler: Processed in 0.005362769 sec.
2302 2025.02.13 06:12:26.385006 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2303 2025.02.13 06:12:26.385140 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 975 rows starting from the beginning of the part
2304 2025.02.13 06:12:26.385265 [ 195 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_11_2} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2305 2025.02.13 06:12:26.385280 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2306 2025.02.13 06:12:26.385591 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2114 rows starting from the beginning of the part
2307 2025.02.13 06:12:26.385729 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
2308 2025.02.13 06:12:26.385872 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2309 2025.02.13 06:12:26.386021 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2310 2025.02.13 06:12:26.386081 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2311 2025.02.13 06:12:26.386308 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2312 2025.02.13 06:12:26.386702 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
2313 2025.02.13 06:12:26.387054 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 364 rows starting from the beginning of the part
2314 2025.02.13 06:12:26.388130 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2025.02.13 06:12:26.388175 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2316 2025.02.13 06:12:26.388754 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2317 2025.02.13 06:12:26.389045 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2318 2025.02.13 06:12:26.389262 [ 44 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2319 2025.02.13 06:12:26.389385 [ 44 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2320 2025.02.13 06:12:26.389424 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003745 sec., 16021.361815754339 rows/sec., 1.08 MiB/sec.
2321 2025.02.13 06:12:26.389457 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2322 2025.02.13 06:12:26.389820 [ 261 ] {8b22ce4a-1af1-4288-8a90-d08f76967a08} <Debug> TCPHandler: Processed in 0.004703246 sec.
2323 2025.02.13 06:12:26.390083 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
2324 2025.02.13 06:12:26.390243 [ 196 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3901 rows, containing 5 columns (5 merged, 0 gathered) in 0.006120642 sec., 637351.4412377003 rows/sec., 43.66 MiB/sec.
2325 2025.02.13 06:12:26.390274 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2326 2025.02.13 06:12:26.390336 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 340 rows starting from the beginning of the part
2327 2025.02.13 06:12:26.390432 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
2328 2025.02.13 06:12:26.390575 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2329 2025.02.13 06:12:26.390834 [ 196 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2330 2025.02.13 06:12:26.390909 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2331 2025.02.13 06:12:26.391232 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
2332 2025.02.13 06:12:26.391379 [ 195 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2333 2025.02.13 06:12:26.391985 [ 196 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2334 2025.02.13 06:12:26.392157 [ 196 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2335 2025.02.13 06:12:26.392326 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
2336 2025.02.13 06:12:26.392980 [ 191 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 4 columns (4 merged, 0 gathered) in 0.00331251 sec., 175093.81103755158 rows/sec., 11.76 MiB/sec.
2337 2025.02.13 06:12:26.393156 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2338 2025.02.13 06:12:26.393534 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2339 2025.02.13 06:12:26.393626 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_11_2} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2340 2025.02.13 06:12:26.393714 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2341 2025.02.13 06:12:27.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.91 MiB, peak 174.20 MiB, free memory in arenas 0.00 B, will set to 166.87 MiB (RSS), difference: -1.05 MiB
2342 2025.02.13 06:12:27.856712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2343 2025.02.13 06:12:27.857401 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2344 2025.02.13 06:12:27.857449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2345 2025.02.13 06:12:27.857991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2346 2025.02.13 06:12:27.858262 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2347 2025.02.13 06:12:27.858546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2348 2025.02.13 06:12:28.128393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2349 2025.02.13 06:12:28.148361 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2350 2025.02.13 06:12:28.148416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2351 2025.02.13 06:12:28.155432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2352 2025.02.13 06:12:28.156218 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2025.02.13 06:12:28.159700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2354 2025.02.13 06:12:30.361583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 324
2355 2025.02.13 06:12:30.365359 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2356 2025.02.13 06:12:30.365421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2357 2025.02.13 06:12:30.366980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2358 2025.02.13 06:12:30.367297 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2359 2025.02.13 06:12:30.367567 [ 40 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2360 2025.02.13 06:12:30.367727 [ 40 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2361 2025.02.13 06:12:30.367849 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2362 2025.02.13 06:12:30.368843 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::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
2363 2025.02.13 06:12:30.369361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324
2364 2025.02.13 06:12:30.369955 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2365 2025.02.13 06:12:30.370149 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
2366 2025.02.13 06:12:30.370705 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2367 2025.02.13 06:12:30.371250 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part
2368 2025.02.13 06:12:30.371759 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part
2369 2025.02.13 06:12:30.372263 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2370 2025.02.13 06:12:30.372760 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part
2371 2025.02.13 06:12:30.380965 [ 191 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.012873356 sec., 25168.26226199291 rows/sec., 27.07 MiB/sec.
2372 2025.02.13 06:12:30.381788 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2373 2025.02.13 06:12:30.382524 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2374 2025.02.13 06:12:30.382610 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_6_1} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2375 2025.02.13 06:12:30.382821 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB.
2376 2025.02.13 06:12:31.314476 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2377 2025.02.13 06:12:31.314702 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2378 2025.02.13 06:12:31.314780 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2379 2025.02.13 06:12:31.315616 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2380 2025.02.13 06:12:31.315663 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2381 2025.02.13 06:12:31.316103 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2382 2025.02.13 06:12:31.316352 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2383 2025.02.13 06:12:31.316571 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001929 sec., 64282.011404872996 rows/sec., 5.48 MiB/sec.
2384 2025.02.13 06:12:31.316634 [ 261 ] {39b71ca0-a51d-419c-a77a-5a82f136a3fc} <Debug> TCPHandler: Processed in 0.002295122 sec.
2385 2025.02.13 06:12:31.316890 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2386 2025.02.13 06:12:31.317104 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2387 2025.02.13 06:12:31.317188 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2388 2025.02.13 06:12:31.317949 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2389 2025.02.13 06:12:31.317998 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2390 2025.02.13 06:12:31.318433 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2391 2025.02.13 06:12:31.318682 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2392 2025.02.13 06:12:31.318860 [ 39 ] {} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2393 2025.02.13 06:12:31.318938 [ 39 ] {} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2394 2025.02.13 06:12:31.318965 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00191 sec., 17801.047120418847 rows/sec., 1.31 MiB/sec.
2395 2025.02.13 06:12:31.318981 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2396 2025.02.13 06:12:31.319166 [ 260 ] {06922841-70f8-41e1-b901-c0bfe9bdce6a} <Debug> TCPHandler: Processed in 0.002413294 sec.
2397 2025.02.13 06:12:31.319276 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::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
2398 2025.02.13 06:12:31.319463 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.02.13 06:12:31.319550 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2400 2025.02.13 06:12:31.319587 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part
2401 2025.02.13 06:12:31.319659 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2402 2025.02.13 06:12:31.319685 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::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
2403 2025.02.13 06:12:31.319779 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2404 2025.02.13 06:12:31.319969 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2405 2025.02.13 06:12:31.320489 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2406 2025.02.13 06:12:31.320694 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
2407 2025.02.13 06:12:31.321014 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2408 2025.02.13 06:12:31.322138 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2025.02.13 06:12:31.322186 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2410 2025.02.13 06:12:31.322819 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.003712358 sec., 56567.82023716463 rows/sec., 3.97 MiB/sec.
2411 2025.02.13 06:12:31.322868 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2412 2025.02.13 06:12:31.322944 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2413 2025.02.13 06:12:31.323186 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2025.02.13 06:12:31.323270 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2415 2025.02.13 06:12:31.323409 [ 195 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_6_1} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2416 2025.02.13 06:12:31.323436 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.003823 sec., 25634.31859795972 rows/sec., 2.00 MiB/sec.
2417 2025.02.13 06:12:31.323499 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2418 2025.02.13 06:12:31.323544 [ 261 ] {42fefbda-5f72-4449-a685-d5ed1946a2db} <Debug> TCPHandler: Processed in 0.004253957 sec.
2419 2025.02.13 06:12:31.323713 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2420 2025.02.13 06:12:31.323840 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2421 2025.02.13 06:12:31.323898 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2422 2025.02.13 06:12:31.324490 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2423 2025.02.13 06:12:31.324532 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2424 2025.02.13 06:12:31.324936 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2425 2025.02.13 06:12:31.325177 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2426 2025.02.13 06:12:31.325417 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec.
2427 2025.02.13 06:12:31.325530 [ 260 ] {f147ac83-b353-4d58-9124-5817c8e34294} <Debug> TCPHandler: Processed in 0.001876384 sec.
2428 2025.02.13 06:12:31.325750 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2429 2025.02.13 06:12:31.325977 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2430 2025.02.13 06:12:31.326115 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2431 2025.02.13 06:12:31.327312 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2432 2025.02.13 06:12:31.327352 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2433 2025.02.13 06:12:31.328001 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2434 2025.02.13 06:12:31.328266 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2435 2025.02.13 06:12:31.328512 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002591 sec., 13122.346584330375 rows/sec., 23.51 MiB/sec.
2436 2025.02.13 06:12:31.328616 [ 261 ] {7e7d033c-1bef-4c30-923b-84bc201f1649} <Debug> TCPHandler: Processed in 0.002978824 sec.
2437 2025.02.13 06:12:31.328779 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2438 2025.02.13 06:12:31.328922 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2439 2025.02.13 06:12:31.328984 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2440 2025.02.13 06:12:31.329505 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2441 2025.02.13 06:12:31.329545 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2442 2025.02.13 06:12:31.329920 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2443 2025.02.13 06:12:31.330155 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2444 2025.02.13 06:12:31.330365 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec.
2445 2025.02.13 06:12:31.330418 [ 260 ] {9e3cf866-57fd-4660-9045-b7c223335970} <Debug> TCPHandler: Processed in 0.001709291 sec.
2446 2025.02.13 06:12:35.297633 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
2447 2025.02.13 06:12:35.297706 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
2448 2025.02.13 06:12:35.358664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2449 2025.02.13 06:12:35.359307 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2450 2025.02.13 06:12:35.359349 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2451 2025.02.13 06:12:35.359883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2452 2025.02.13 06:12:35.360150 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2025.02.13 06:12:35.360408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2454 2025.02.13 06:12:35.659775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2455 2025.02.13 06:12:35.681415 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2025.02.13 06:12:35.681475 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2457 2025.02.13 06:12:35.688803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2458 2025.02.13 06:12:35.689562 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2025.02.13 06:12:35.692444 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2460 2025.02.13 06:12:36.311630 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2461 2025.02.13 06:12:36.311936 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2462 2025.02.13 06:12:36.312049 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2463 2025.02.13 06:12:36.312927 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2464 2025.02.13 06:12:36.312973 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2465 2025.02.13 06:12:36.313414 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2466 2025.02.13 06:12:36.313677 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2467 2025.02.13 06:12:36.313888 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec.
2468 2025.02.13 06:12:36.313950 [ 261 ] {1ad8e563-49fc-4762-9b47-3fa3ea43e5d6} <Debug> TCPHandler: Processed in 0.002506736 sec.
2469 2025.02.13 06:12:36.314205 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2470 2025.02.13 06:12:36.314416 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2471 2025.02.13 06:12:36.314489 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2472 2025.02.13 06:12:36.315249 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2473 2025.02.13 06:12:36.315302 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2474 2025.02.13 06:12:36.315741 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2475 2025.02.13 06:12:36.315988 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2476 2025.02.13 06:12:36.316222 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001858 sec., 34445.64047362756 rows/sec., 2.69 MiB/sec.
2477 2025.02.13 06:12:36.316287 [ 260 ] {b17d26f9-7dd7-4ce6-8dc5-64b3e36b15d9} <Debug> TCPHandler: Processed in 0.002233031 sec.
2478 2025.02.13 06:12:36.316424 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2479 2025.02.13 06:12:36.316552 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2480 2025.02.13 06:12:36.316608 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2481 2025.02.13 06:12:36.317194 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2482 2025.02.13 06:12:36.317231 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2483 2025.02.13 06:12:36.317640 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2484 2025.02.13 06:12:36.317890 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2485 2025.02.13 06:12:36.318074 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec.
2486 2025.02.13 06:12:36.318127 [ 261 ] {a4f43cc2-e00f-4345-b877-5bbc9e535049} <Debug> TCPHandler: Processed in 0.001762022 sec.
2487 2025.02.13 06:12:36.318266 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2488 2025.02.13 06:12:36.318404 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2489 2025.02.13 06:12:36.318470 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2490 2025.02.13 06:12:36.319064 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2491 2025.02.13 06:12:36.319113 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2492 2025.02.13 06:12:36.319525 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2493 2025.02.13 06:12:36.319759 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2494 2025.02.13 06:12:36.319971 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001602 sec., 37453.183520599254 rows/sec., 2.52 MiB/sec.
2495 2025.02.13 06:12:36.320023 [ 260 ] {627d7f4c-2c4a-4611-8523-f34ae53acdec} <Debug> TCPHandler: Processed in 0.001814083 sec.
2496 2025.02.13 06:12:38.557680 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2497 2025.02.13 06:12:38.557995 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', '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)
2498 2025.02.13 06:12:38.558505 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2499 2025.02.13 06:12:38.558563 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', '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
2500 2025.02.13 06:12:38.558974 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2501 2025.02.13 06:12:38.559058 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2502 2025.02.13 06:12:38.559234 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Key condition: (column 0 notIn 47-element set)
2503 2025.02.13 06:12:38.559277 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps
2504 2025.02.13 06:12:38.559303 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (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
2505 2025.02.13 06:12:38.559320 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79) (SelectExecutor): Spreading mark ranges among streams (default reading)
2506 2025.02.13 06:12:38.559369 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', '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'))"
2507 2025.02.13 06:12:38.559394 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 47 rows starting from 0
2508 2025.02.13 06:12:38.560197 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.00236 sec., 19915.254237288136 rows/sec., 792.01 KiB/sec.
2509 2025.02.13 06:12:38.560295 [ 261 ] {821b96ba-3f92-4d1e-a721-4a18dff9817e} <Debug> TCPHandler: Processed in 0.00274954 sec.
2510 2025.02.13 06:12:38.600647 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2511 2025.02.13 06:12:38.600884 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2512 2025.02.13 06:12:38.600978 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2513 2025.02.13 06:12:38.601879 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2514 2025.02.13 06:12:38.601923 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2515 2025.02.13 06:12:38.602424 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2516 2025.02.13 06:12:38.602657 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Trace> oximeter.timeseries_schema (ad167852-40c5-4356-9f51-8a786680af79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2517 2025.02.13 06:12:38.602914 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002096 sec., 477.09923664122135 rows/sec., 108.09 KiB/sec.
2518 2025.02.13 06:12:38.602970 [ 261 ] {2a14553d-45ba-4b8b-a4e4-ec897bbcef0e} <Debug> TCPHandler: Processed in 0.002437155 sec.
2519 2025.02.13 06:12:38.603213 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2520 2025.02.13 06:12:38.603432 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2521 2025.02.13 06:12:38.603515 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2522 2025.02.13 06:12:38.604259 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2523 2025.02.13 06:12:38.604312 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2524 2025.02.13 06:12:38.604753 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2525 2025.02.13 06:12:38.605007 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2526 2025.02.13 06:12:38.605297 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001901 sec., 5260.389268805892 rows/sec., 428.95 KiB/sec.
2527 2025.02.13 06:12:38.605409 [ 260 ] {b3d8c35a-9736-44ec-b602-2dc30969c020} <Debug> TCPHandler: Processed in 0.002343973 sec.
2528 2025.02.13 06:12:38.605556 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2529 2025.02.13 06:12:38.605677 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2530 2025.02.13 06:12:38.605728 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2531 2025.02.13 06:12:38.606953 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2532 2025.02.13 06:12:38.607027 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2533 2025.02.13 06:12:38.607478 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2534 2025.02.13 06:12:38.607730 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2025.02.13 06:12:38.607920 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Debug> executeQuery: Read 1269 rows, 107.31 KiB in 0.002267 sec., 559770.6219673578 rows/sec., 46.23 MiB/sec.
2536 2025.02.13 06:12:38.608049 [ 261 ] {a52e41cb-8b09-4077-9ce2-b27f87058904} <Debug> TCPHandler: Processed in 0.002549196 sec.
2537 2025.02.13 06:12:38.608209 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2025.02.13 06:12:38.608359 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2539 2025.02.13 06:12:38.608426 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2540 2025.02.13 06:12:38.609171 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2025.02.13 06:12:38.609222 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2542 2025.02.13 06:12:38.609619 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2543 2025.02.13 06:12:38.609866 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2025.02.13 06:12:38.610170 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Debug> executeQuery: Read 44 rows, 3.25 KiB in 0.001822 sec., 24149.286498353456 rows/sec., 1.74 MiB/sec.
2545 2025.02.13 06:12:38.610283 [ 260 ] {ee442558-6e27-4607-9624-9e926368d83d} <Debug> TCPHandler: Processed in 0.002142119 sec.
2546 2025.02.13 06:12:38.610418 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2547 2025.02.13 06:12:38.610560 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2548 2025.02.13 06:12:38.610619 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2549 2025.02.13 06:12:38.611396 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2550 2025.02.13 06:12:38.611435 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2551 2025.02.13 06:12:38.611804 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2552 2025.02.13 06:12:38.612039 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2025.02.13 06:12:38.612221 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001693 sec., 134672.17956290607 rows/sec., 9.12 MiB/sec.
2554 2025.02.13 06:12:38.612273 [ 261 ] {120e1425-dd96-40fe-9682-c49ed27961b2} <Debug> TCPHandler: Processed in 0.001916925 sec.
2555 2025.02.13 06:12:38.612425 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2556 2025.02.13 06:12:38.612567 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2557 2025.02.13 06:12:38.612628 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2558 2025.02.13 06:12:38.613549 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2025.02.13 06:12:38.613590 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2560 2025.02.13 06:12:38.613982 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2561 2025.02.13 06:12:38.614221 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2025.02.13 06:12:38.614437 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Debug> executeQuery: Read 564 rows, 42.94 KiB in 0.001901 sec., 296685.9547606523 rows/sec., 22.06 MiB/sec.
2563 2025.02.13 06:12:38.614492 [ 260 ] {b1a86b3f-c7a1-4a81-b6c0-4fb70e0989b7} <Debug> TCPHandler: Processed in 0.002134939 sec.
2564 2025.02.13 06:12:38.614624 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2025.02.13 06:12:38.614742 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2566 2025.02.13 06:12:38.614794 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2567 2025.02.13 06:12:38.615554 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2025.02.13 06:12:38.615592 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2569 2025.02.13 06:12:38.616018 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2570 2025.02.13 06:12:38.616253 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2025.02.13 06:12:38.616464 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Debug> executeQuery: Read 937 rows, 64.32 KiB in 0.001741 sec., 538196.4388282596 rows/sec., 36.08 MiB/sec.
2572 2025.02.13 06:12:38.616551 [ 261 ] {e9367c59-d544-44cd-b118-5e099659bd9b} <Debug> TCPHandler: Processed in 0.001983596 sec.
2573 2025.02.13 06:12:38.616696 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2574 2025.02.13 06:12:38.616836 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2575 2025.02.13 06:12:38.616935 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2576 2025.02.13 06:12:38.618201 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2025.02.13 06:12:38.618242 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2578 2025.02.13 06:12:38.618933 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2579 2025.02.13 06:12:38.619195 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2025.02.13 06:12:38.619372 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2581 2025.02.13 06:12:38.619451 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2582 2025.02.13 06:12:38.619490 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002671 sec., 12729.314863347061 rows/sec., 22.81 MiB/sec.
2583 2025.02.13 06:12:38.619498 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2584 2025.02.13 06:12:38.620006 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
2585 2025.02.13 06:12:38.620155 [ 260 ] {d5011507-1b6c-4de1-be3b-fccc66d17d0a} <Debug> TCPHandler: Processed in 0.003524024 sec.
2586 2025.02.13 06:12:38.620372 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2587 2025.02.13 06:12:38.620539 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2588 2025.02.13 06:12:38.620582 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2589 2025.02.13 06:12:38.620606 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2590 2025.02.13 06:12:38.620700 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
2591 2025.02.13 06:12:38.621363 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
2592 2025.02.13 06:12:38.621962 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2593 2025.02.13 06:12:38.622125 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2594 2025.02.13 06:12:38.622235 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2595 2025.02.13 06:12:38.622518 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2596 2025.02.13 06:12:38.623044 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2597 2025.02.13 06:12:38.623199 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2598 2025.02.13 06:12:38.623574 [ 191 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2599 2025.02.13 06:12:38.623958 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2600 2025.02.13 06:12:38.624359 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.003866 sec., 8277.289187790999 rows/sec., 569.87 KiB/sec.
2601 2025.02.13 06:12:38.624470 [ 261 ] {2b02c74f-fa6e-4f17-937d-536ebd41a766} <Debug> TCPHandler: Processed in 0.004209417 sec.
2602 2025.02.13 06:12:38.626524 [ 187 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.006871716 sec., 18336.03134937474 rows/sec., 32.86 MiB/sec.
2603 2025.02.13 06:12:38.626969 [ 189 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2604 2025.02.13 06:12:38.627479 [ 189 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2605 2025.02.13 06:12:38.627577 [ 189 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2606 2025.02.13 06:12:38.627757 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
2607 2025.02.13 06:12:40.369759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 364
2608 2025.02.13 06:12:40.373409 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2609 2025.02.13 06:12:40.373467 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2610 2025.02.13 06:12:40.374987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2611 2025.02.13 06:12:40.375303 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2612 2025.02.13 06:12:40.375868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364
2613 2025.02.13 06:12:41.308557 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2025.02.13 06:12:41.308877 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2615 2025.02.13 06:12:41.308996 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2616 2025.02.13 06:12:41.309982 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2617 2025.02.13 06:12:41.310031 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2618 2025.02.13 06:12:41.310484 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2619 2025.02.13 06:12:41.310736 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2620 2025.02.13 06:12:41.310986 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002193 sec., 25535.79571363429 rows/sec., 1.95 MiB/sec.
2621 2025.02.13 06:12:41.311052 [ 261 ] {426ed933-3e0b-4d83-b3cc-38932a088622} <Debug> TCPHandler: Processed in 0.002679859 sec.
2622 2025.02.13 06:12:41.311303 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2025.02.13 06:12:41.311516 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2624 2025.02.13 06:12:41.311590 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2625 2025.02.13 06:12:41.312341 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2025.02.13 06:12:41.312387 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2627 2025.02.13 06:12:41.312840 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2628 2025.02.13 06:12:41.313094 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2025.02.13 06:12:41.313297 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001835 sec., 34877.38419618529 rows/sec., 2.72 MiB/sec.
2630 2025.02.13 06:12:41.313362 [ 260 ] {cc3eca5f-de84-447d-85c2-846eda68127e} <Debug> TCPHandler: Processed in 0.00220182 sec.
2631 2025.02.13 06:12:41.313519 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2632 2025.02.13 06:12:41.313751 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2633 2025.02.13 06:12:41.313854 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2634 2025.02.13 06:12:41.314860 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2025.02.13 06:12:41.314902 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2636 2025.02.13 06:12:41.315300 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2637 2025.02.13 06:12:41.315545 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2025.02.13 06:12:41.315788 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.00209 sec., 35406.6985645933 rows/sec., 2.46 MiB/sec.
2639 2025.02.13 06:12:41.315887 [ 261 ] {f09dae37-b056-4f43-a5d8-4292b5ebbce2} <Debug> TCPHandler: Processed in 0.002441925 sec.
2640 2025.02.13 06:12:41.316041 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2641 2025.02.13 06:12:41.316192 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2642 2025.02.13 06:12:41.316257 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2643 2025.02.13 06:12:41.316811 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2644 2025.02.13 06:12:41.316852 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2645 2025.02.13 06:12:41.317239 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2646 2025.02.13 06:12:41.317482 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2647 2025.02.13 06:12:41.317690 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001527 sec., 18336.6077275704 rows/sec., 1.24 MiB/sec.
2648 2025.02.13 06:12:41.317746 [ 260 ] {34816621-0b07-46fb-9843-f9d10fbd680d} <Debug> TCPHandler: Processed in 0.001775873 sec.
2649 2025.02.13 06:12:42.860541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2650 2025.02.13 06:12:42.861272 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2025.02.13 06:12:42.861325 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2652 2025.02.13 06:12:42.861921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2653 2025.02.13 06:12:42.862226 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2025.02.13 06:12:42.862476 [ 79 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2655 2025.02.13 06:12:42.862517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2656 2025.02.13 06:12:42.862589 [ 79 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2657 2025.02.13 06:12:42.862619 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2658 2025.02.13 06:12:42.862737 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2659 2025.02.13 06:12:42.862872 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2660 2025.02.13 06:12:42.862914 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2661 2025.02.13 06:12:42.862993 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2662 2025.02.13 06:12:42.863218 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2663 2025.02.13 06:12:42.863479 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2664 2025.02.13 06:12:42.863589 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2665 2025.02.13 06:12:42.863771 [ 191 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
2666 2025.02.13 06:12:42.865551 [ 187 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002868063 sec., 1765302.9239594806 rows/sec., 25.25 MiB/sec.
2667 2025.02.13 06:12:42.865954 [ 187 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2668 2025.02.13 06:12:42.866322 [ 187 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_11_2} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2669 2025.02.13 06:12:42.866431 [ 187 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_11_2} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2670 2025.02.13 06:12:42.866536 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2671 2025.02.13 06:12:43.192513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2672 2025.02.13 06:12:43.214170 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2025.02.13 06:12:43.214239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2674 2025.02.13 06:12:43.221952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2675 2025.02.13 06:12:43.222745 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2676 2025.02.13 06:12:43.223067 [ 79 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2677 2025.02.13 06:12:43.223143 [ 79 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2025.02.13 06:12:43.223196 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2679 2025.02.13 06:12:43.223446 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2680 2025.02.13 06:12:43.232112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2681 2025.02.13 06:12:43.233363 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2682 2025.02.13 06:12:43.234260 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2683 2025.02.13 06:12:43.238805 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2684 2025.02.13 06:12:43.243352 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2685 2025.02.13 06:12:43.248283 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2686 2025.02.13 06:12:43.253497 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2687 2025.02.13 06:12:43.258117 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
2688 2025.02.13 06:12:43.313818 [ 197 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.090522848 sec., 916.895588614269 rows/sec., 4.74 MiB/sec.
2689 2025.02.13 06:12:43.316567 [ 188 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2690 2025.02.13 06:12:43.319585 [ 188 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_11_2} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2691 2025.02.13 06:12:43.319713 [ 188 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_11_2} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2692 2025.02.13 06:12:43.322359 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2693 2025.02.13 06:12:44.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.60 MiB, peak 180.48 MiB, free memory in arenas 0.00 B, will set to 171.97 MiB (RSS), difference: 1.37 MiB
2694 2025.02.13 06:12:46.312266 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2695 2025.02.13 06:12:46.312590 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2696 2025.02.13 06:12:46.312701 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2697 2025.02.13 06:12:46.313503 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2698 2025.02.13 06:12:46.313557 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2699 2025.02.13 06:12:46.313999 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2700 2025.02.13 06:12:46.314253 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2701 2025.02.13 06:12:46.314450 [ 25 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2702 2025.02.13 06:12:46.314527 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.12 MiB/sec.
2703 2025.02.13 06:12:46.314538 [ 25 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2704 2025.02.13 06:12:46.314614 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2705 2025.02.13 06:12:46.314673 [ 261 ] {d3d2a7e1-7e62-49ec-879c-300a111243ff} <Debug> TCPHandler: Processed in 0.002596167 sec.
2706 2025.02.13 06:12:46.315011 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2707 2025.02.13 06:12:46.315050 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
2708 2025.02.13 06:12:46.315292 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2709 2025.02.13 06:12:46.315319 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2710 2025.02.13 06:12:46.315367 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1946 rows starting from the beginning of the part
2711 2025.02.13 06:12:46.315376 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2712 2025.02.13 06:12:46.315624 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part
2713 2025.02.13 06:12:46.315991 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2714 2025.02.13 06:12:46.316404 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1269 rows starting from the beginning of the part
2715 2025.02.13 06:12:46.316773 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2716 2025.02.13 06:12:46.317124 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2717 2025.02.13 06:12:46.318154 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2718 2025.02.13 06:12:46.318198 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2719 2025.02.13 06:12:46.318861 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2720 2025.02.13 06:12:46.319167 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2721 2025.02.13 06:12:46.319350 [ 25 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2722 2025.02.13 06:12:46.319434 [ 25 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2723 2025.02.13 06:12:46.319526 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2724 2025.02.13 06:12:46.319547 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004316 sec., 14828.544949026875 rows/sec., 1.16 MiB/sec.
2725 2025.02.13 06:12:46.320601 [ 260 ] {6a07249f-cc1f-46c7-8535-c74553044b36} <Debug> TCPHandler: Processed in 0.005783335 sec.
2726 2025.02.13 06:12:46.320617 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
2727 2025.02.13 06:12:46.321051 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.02.13 06:12:46.321397 [ 188 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3507 rows, containing 5 columns (5 merged, 0 gathered) in 0.006612801 sec., 530335.0274717173 rows/sec., 45.55 MiB/sec.
2729 2025.02.13 06:12:46.321438 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2730 2025.02.13 06:12:46.321398 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2731 2025.02.13 06:12:46.321566 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2732 2025.02.13 06:12:46.321575 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 921 rows starting from the beginning of the part
2733 2025.02.13 06:12:46.321961 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2734 2025.02.13 06:12:46.322395 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part
2735 2025.02.13 06:12:46.323040 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2736 2025.02.13 06:12:46.323145 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2737 2025.02.13 06:12:46.323540 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 564 rows starting from the beginning of the part
2738 2025.02.13 06:12:46.323583 [ 200 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_16_3} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2739 2025.02.13 06:12:46.324005 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
2740 2025.02.13 06:12:46.324179 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2741 2025.02.13 06:12:46.324508 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2742 2025.02.13 06:12:46.325075 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2025.02.13 06:12:46.325146 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2744 2025.02.13 06:12:46.326070 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2745 2025.02.13 06:12:46.326687 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2025.02.13 06:12:46.327015 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2747 2025.02.13 06:12:46.327091 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2748 2025.02.13 06:12:46.327119 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2749 2025.02.13 06:12:46.327162 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005797 sec., 27600.483008452647 rows/sec., 1.92 MiB/sec.
2750 2025.02.13 06:12:46.327553 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
2751 2025.02.13 06:12:46.327654 [ 261 ] {cca48665-9c1c-4367-8329-c483382d50ce} <Debug> TCPHandler: Processed in 0.006849515 sec.
2752 2025.02.13 06:12:46.328113 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2753 2025.02.13 06:12:46.328204 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2754 2025.02.13 06:12:46.328231 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1775 rows, containing 5 columns (5 merged, 0 gathered) in 0.008543136 sec., 207769.1377030636 rows/sec., 16.23 MiB/sec.
2755 2025.02.13 06:12:46.328216 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3901 rows starting from the beginning of the part
2756 2025.02.13 06:12:46.328601 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2757 2025.02.13 06:12:46.328641 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2758 2025.02.13 06:12:46.328945 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
2759 2025.02.13 06:12:46.329003 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2760 2025.02.13 06:12:46.329154 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2761 2025.02.13 06:12:46.329418 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 937 rows starting from the beginning of the part
2762 2025.02.13 06:12:46.329892 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part
2763 2025.02.13 06:12:46.330004 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2764 2025.02.13 06:12:46.330329 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2765 2025.02.13 06:12:46.330346 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_16_3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2766 2025.02.13 06:12:46.330657 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2767 2025.02.13 06:12:46.331829 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2768 2025.02.13 06:12:46.331920 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2769 2025.02.13 06:12:46.332861 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2770 2025.02.13 06:12:46.333281 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2771 2025.02.13 06:12:46.333485 [ 25 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2772 2025.02.13 06:12:46.333596 [ 25 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2025.02.13 06:12:46.333643 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2774 2025.02.13 06:12:46.333716 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00529 sec., 11342.155009451795 rows/sec., 782.73 KiB/sec.
2775 2025.02.13 06:12:46.334056 [ 260 ] {d3d55dad-6b26-4bfb-b706-3a6252474710} <Debug> TCPHandler: Processed in 0.006264925 sec.
2776 2025.02.13 06:12:46.334082 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
2777 2025.02.13 06:12:46.334230 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2778 2025.02.13 06:12:46.334264 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 580 rows starting from the beginning of the part
2779 2025.02.13 06:12:46.334336 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2780 2025.02.13 06:12:46.334578 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
2781 2025.02.13 06:12:46.334944 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
2782 2025.02.13 06:12:46.335324 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
2783 2025.02.13 06:12:46.335576 [ 197 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2784 2025.02.13 06:12:46.335579 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5392 rows, containing 5 columns (5 merged, 0 gathered) in 0.008350923 sec., 645677.1305399415 rows/sec., 44.14 MiB/sec.
2785 2025.02.13 06:12:46.336148 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2786 2025.02.13 06:12:46.336524 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.02.13 06:12:46.336639 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2788 2025.02.13 06:12:46.336747 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
2789 2025.02.13 06:12:46.336949 [ 193 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 4 columns (4 merged, 0 gathered) in 0.003157828 sec., 259672.15440486307 rows/sec., 17.46 MiB/sec.
2790 2025.02.13 06:12:46.337113 [ 193 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2791 2025.02.13 06:12:46.337364 [ 193 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2792 2025.02.13 06:12:46.337433 [ 193 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_16_3} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2793 2025.02.13 06:12:46.337497 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2794 2025.02.13 06:12:50.297761 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
2795 2025.02.13 06:12:50.297838 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
2796 2025.02.13 06:12:50.362676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2797 2025.02.13 06:12:50.363492 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2025.02.13 06:12:50.363549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2799 2025.02.13 06:12:50.364118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2800 2025.02.13 06:12:50.364382 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2801 2025.02.13 06:12:50.364692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2802 2025.02.13 06:12:50.376156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 380
2803 2025.02.13 06:12:50.379141 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2025.02.13 06:12:50.379190 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2805 2025.02.13 06:12:50.380649 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2806 2025.02.13 06:12:50.380972 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2807 2025.02.13 06:12:50.381557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380
2808 2025.02.13 06:12:50.732190 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2809 2025.02.13 06:12:50.753291 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.02.13 06:12:50.753360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2811 2025.02.13 06:12:50.760785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2812 2025.02.13 06:12:50.761568 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.02.13 06:12:50.764492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2814 2025.02.13 06:12:51.313753 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2815 2025.02.13 06:12:51.314059 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2816 2025.02.13 06:12:51.314174 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2817 2025.02.13 06:12:51.315258 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2025.02.13 06:12:51.315308 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2819 2025.02.13 06:12:51.315779 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2820 2025.02.13 06:12:51.316034 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2025.02.13 06:12:51.316268 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002294 sec., 58413.25196163906 rows/sec., 5.03 MiB/sec.
2822 2025.02.13 06:12:51.316324 [ 261 ] {7e9d848b-5add-4216-bb58-5ee665e079fb} <Debug> TCPHandler: Processed in 0.002758981 sec.
2823 2025.02.13 06:12:51.316590 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2824 2025.02.13 06:12:51.316808 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2825 2025.02.13 06:12:51.316881 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2826 2025.02.13 06:12:51.317632 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2827 2025.02.13 06:12:51.317684 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2828 2025.02.13 06:12:51.318113 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2829 2025.02.13 06:12:51.318357 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2830 2025.02.13 06:12:51.318603 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001851 sec., 21069.692058346838 rows/sec., 1.55 MiB/sec.
2831 2025.02.13 06:12:51.318803 [ 260 ] {b4645e5d-268c-499d-8134-283bcfef4ff2} <Debug> TCPHandler: Processed in 0.002351833 sec.
2832 2025.02.13 06:12:51.318982 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2833 2025.02.13 06:12:51.319121 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2834 2025.02.13 06:12:51.319178 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2835 2025.02.13 06:12:51.319894 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2836 2025.02.13 06:12:51.319934 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2837 2025.02.13 06:12:51.320298 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2838 2025.02.13 06:12:51.320537 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2839 2025.02.13 06:12:51.320746 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001656 sec., 65821.25603864735 rows/sec., 5.14 MiB/sec.
2840 2025.02.13 06:12:51.320797 [ 261 ] {2e1d2d74-eb0a-4386-9f53-3b38be7ef341} <Debug> TCPHandler: Processed in 0.001884524 sec.
2841 2025.02.13 06:12:51.320950 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2842 2025.02.13 06:12:51.321096 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2843 2025.02.13 06:12:51.321164 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2844 2025.02.13 06:12:51.321839 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2845 2025.02.13 06:12:51.321878 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2846 2025.02.13 06:12:51.322281 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2847 2025.02.13 06:12:51.322532 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2848 2025.02.13 06:12:51.322757 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec.
2849 2025.02.13 06:12:51.322882 [ 260 ] {f8a8d2dd-06d5-4c16-880a-9d4a5b6f0af6} <Debug> TCPHandler: Processed in 0.001997807 sec.
2850 2025.02.13 06:12:51.323034 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2851 2025.02.13 06:12:51.323152 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2852 2025.02.13 06:12:51.323234 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2853 2025.02.13 06:12:51.324429 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2025.02.13 06:12:51.324467 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2855 2025.02.13 06:12:51.325139 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2856 2025.02.13 06:12:51.325398 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2857 2025.02.13 06:12:51.325690 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002542 sec., 15342.250196695515 rows/sec., 27.49 MiB/sec.
2858 2025.02.13 06:12:51.325872 [ 261 ] {140e21f9-6ee3-442c-89f4-7cfd4c20650d} <Debug> TCPHandler: Processed in 0.002896563 sec.
2859 2025.02.13 06:12:51.326026 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2860 2025.02.13 06:12:51.326168 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2861 2025.02.13 06:12:51.326230 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2862 2025.02.13 06:12:51.326780 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Trace> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2863 2025.02.13 06:12:51.326823 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2864 2025.02.13 06:12:51.327199 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2865 2025.02.13 06:12:51.327437 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Trace> oximeter.measurements_i64 (6ced7cec-5500-42f5-972c-d490c2b05ae7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2866 2025.02.13 06:12:51.327676 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 275.39 KiB/sec.
2867 2025.02.13 06:12:51.327729 [ 260 ] {316c59b6-c974-4863-9059-74857f10d12c} <Debug> TCPHandler: Processed in 0.001770602 sec.
2868 2025.02.13 06:12:51.327883 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2869 2025.02.13 06:12:51.328022 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2870 2025.02.13 06:12:51.328082 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2871 2025.02.13 06:12:51.328666 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2872 2025.02.13 06:12:51.328710 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2873 2025.02.13 06:12:51.329080 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2874 2025.02.13 06:12:51.329309 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2875 2025.02.13 06:12:51.329578 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec.
2876 2025.02.13 06:12:51.329744 [ 261 ] {7e2afaca-d987-4895-8a15-57dd90d29f53} <Debug> TCPHandler: Processed in 0.001928655 sec.
2877 2025.02.13 06:12:51.512628 [ 127 ] {} <Debug> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2878 2025.02.13 06:12:51.512672 [ 127 ] {} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2025.02.13 06:12:51.512694 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2880 2025.02.13 06:12:51.512881 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::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
2881 2025.02.13 06:12:51.513072 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2882 2025.02.13 06:12:51.513109 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part
2883 2025.02.13 06:12:51.513191 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part
2884 2025.02.13 06:12:51.513404 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::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
2885 2025.02.13 06:12:51.513549 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
2886 2025.02.13 06:12:51.513723 [ 197 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
2887 2025.02.13 06:12:51.514896 [ 193 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002129959 sec., 278878.60752249224 rows/sec., 19.96 MiB/sec.
2888 2025.02.13 06:12:51.515039 [ 193 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2889 2025.02.13 06:12:51.515331 [ 193 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2890 2025.02.13 06:12:51.515410 [ 193 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_5_1} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2891 2025.02.13 06:12:51.515487 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2892 2025.02.13 06:12:56.313627 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2893 2025.02.13 06:12:56.313859 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2894 2025.02.13 06:12:56.313942 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2895 2025.02.13 06:12:56.314695 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2896 2025.02.13 06:12:56.314751 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2897 2025.02.13 06:12:56.315198 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2898 2025.02.13 06:12:56.315452 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2899 2025.02.13 06:12:56.315714 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001914 sec., 12539.184952978057 rows/sec., 1.04 MiB/sec.
2900 2025.02.13 06:12:56.315812 [ 261 ] {b52530ca-1cca-43c0-a897-a242c6446b5b} <Debug> TCPHandler: Processed in 0.002329113 sec.
2901 2025.02.13 06:12:56.316108 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2902 2025.02.13 06:12:56.316299 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2903 2025.02.13 06:12:56.316373 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2904 2025.02.13 06:12:56.317113 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2905 2025.02.13 06:12:56.317162 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2906 2025.02.13 06:12:56.317580 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2907 2025.02.13 06:12:56.317833 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2908 2025.02.13 06:12:56.318090 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001835 sec., 1089.9182561307903 rows/sec., 88.88 KiB/sec.
2909 2025.02.13 06:12:56.318160 [ 260 ] {80f3eee3-c933-4689-bae1-d67d9572b9b5} <Debug> TCPHandler: Processed in 0.00218528 sec.
2910 2025.02.13 06:12:56.318309 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2911 2025.02.13 06:12:56.318458 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2912 2025.02.13 06:12:56.318520 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2913 2025.02.13 06:12:56.319250 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2025.02.13 06:12:56.319292 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2915 2025.02.13 06:12:56.319675 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2916 2025.02.13 06:12:56.319929 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2025.02.13 06:12:56.320157 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001735 sec., 102017.29106628241 rows/sec., 8.94 MiB/sec.
2918 2025.02.13 06:12:56.320215 [ 261 ] {9ef28c0f-0853-4e5f-82a3-3737a00ff6b7} <Debug> TCPHandler: Processed in 0.001974296 sec.
2919 2025.02.13 06:12:56.320369 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2920 2025.02.13 06:12:56.320514 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2921 2025.02.13 06:12:56.320576 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2922 2025.02.13 06:12:56.321233 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2923 2025.02.13 06:12:56.321273 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2924 2025.02.13 06:12:56.321633 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2925 2025.02.13 06:12:56.321871 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2926 2025.02.13 06:12:56.322115 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001634 sec., 8567.931456548347 rows/sec., 673.55 KiB/sec.
2927 2025.02.13 06:12:56.322285 [ 260 ] {4c2d35e8-57c8-46e3-b26a-861c5b430e87} <Debug> TCPHandler: Processed in 0.001978786 sec.
2928 2025.02.13 06:12:56.322468 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2929 2025.02.13 06:12:56.322608 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2930 2025.02.13 06:12:56.322666 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2931 2025.02.13 06:12:56.323295 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2932 2025.02.13 06:12:56.323334 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2933 2025.02.13 06:12:56.323692 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2934 2025.02.13 06:12:56.323925 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2935 2025.02.13 06:12:56.324220 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001613 sec., 14879.107253564785 rows/sec., 1.23 MiB/sec.
2936 2025.02.13 06:12:56.324347 [ 261 ] {d37e8241-c03b-4209-8b6e-ff706e331d6f} <Debug> TCPHandler: Processed in 0.001947635 sec.
2937 2025.02.13 06:12:56.324528 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2938 2025.02.13 06:12:56.324666 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2939 2025.02.13 06:12:56.324724 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2940 2025.02.13 06:12:56.325327 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2941 2025.02.13 06:12:56.325365 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2942 2025.02.13 06:12:56.325713 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2943 2025.02.13 06:12:56.325954 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2944 2025.02.13 06:12:56.326219 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 599.42 KiB/sec.
2945 2025.02.13 06:12:56.326340 [ 260 ] {7b20e40d-414d-4538-b67b-fbba94442913} <Debug> TCPHandler: Processed in 0.001881275 sec.
2946 2025.02.13 06:12:56.326496 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2947 2025.02.13 06:12:56.326635 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2948 2025.02.13 06:12:56.326692 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2949 2025.02.13 06:12:56.327342 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2025.02.13 06:12:56.327381 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2951 2025.02.13 06:12:56.327746 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2952 2025.02.13 06:12:56.327983 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2025.02.13 06:12:56.328253 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001649 sec., 61855.67010309278 rows/sec., 5.06 MiB/sec.
2954 2025.02.13 06:12:56.328482 [ 261 ] {158dcc6d-fffb-43f1-b274-1fa00a476625} <Debug> TCPHandler: Processed in 0.002050198 sec.
2955 2025.02.13 06:12:56.328650 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2956 2025.02.13 06:12:56.328785 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2957 2025.02.13 06:12:56.328845 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2958 2025.02.13 06:12:56.329430 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2959 2025.02.13 06:12:56.329468 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2960 2025.02.13 06:12:56.329853 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2961 2025.02.13 06:12:56.330084 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2962 2025.02.13 06:12:56.330309 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001554 sec., 126769.62676962676 rows/sec., 9.09 MiB/sec.
2963 2025.02.13 06:12:56.330362 [ 260 ] {7512b587-5e5d-4f98-8d8a-9111a2f10120} <Debug> TCPHandler: Processed in 0.001776372 sec.
2964 2025.02.13 06:12:56.330514 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2965 2025.02.13 06:12:56.330633 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2966 2025.02.13 06:12:56.330685 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2967 2025.02.13 06:12:56.331192 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2968 2025.02.13 06:12:56.331231 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2969 2025.02.13 06:12:56.331606 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2970 2025.02.13 06:12:56.331841 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2971 2025.02.13 06:12:56.332060 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec.
2972 2025.02.13 06:12:56.332113 [ 261 ] {dc701759-aa19-4be3-a633-ba663467d028} <Debug> TCPHandler: Processed in 0.001658051 sec.
2973 2025.02.13 06:12:57.864830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2974 2025.02.13 06:12:57.865539 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2975 2025.02.13 06:12:57.865589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2976 2025.02.13 06:12:57.866227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2977 2025.02.13 06:12:57.866509 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2978 2025.02.13 06:12:57.866708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2979 2025.02.13 06:12:58.264572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2980 2025.02.13 06:12:58.286103 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2981 2025.02.13 06:12:58.286162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2982 2025.02.13 06:12:58.294054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2983 2025.02.13 06:12:58.294822 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2984 2025.02.13 06:12:58.298254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2985 2025.02.13 06:13:00.381704 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 412
2986 2025.02.13 06:13:00.384826 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2987 2025.02.13 06:13:00.384884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2988 2025.02.13 06:13:00.386377 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2989 2025.02.13 06:13:00.386710 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2990 2025.02.13 06:13:00.387298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412
2991 2025.02.13 06:13:01.314242 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2992 2025.02.13 06:13:01.314577 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2993 2025.02.13 06:13:01.314695 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2994 2025.02.13 06:13:01.315721 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2995 2025.02.13 06:13:01.315772 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
2996 2025.02.13 06:13:01.316235 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2997 2025.02.13 06:13:01.316502 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2998 2025.02.13 06:13:01.316739 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002248 sec., 59608.540925266905 rows/sec., 5.13 MiB/sec.
2999 2025.02.13 06:13:01.316807 [ 261 ] {d404f2f8-d181-448c-a649-01ecd64565f4} <Debug> TCPHandler: Processed in 0.00275211 sec.
3000 2025.02.13 06:13:01.317076 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2025.02.13 06:13:01.317286 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3002 2025.02.13 06:13:01.317366 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3003 2025.02.13 06:13:01.318209 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3004 2025.02.13 06:13:01.318253 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3005 2025.02.13 06:13:01.318678 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3006 2025.02.13 06:13:01.318934 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3007 2025.02.13 06:13:01.319135 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001906 sec., 20461.699895068206 rows/sec., 1.50 MiB/sec.
3008 2025.02.13 06:13:01.319200 [ 260 ] {055148dd-ce2e-4d74-aeb0-b4165f5a57fa} <Debug> TCPHandler: Processed in 0.002267792 sec.
3009 2025.02.13 06:13:01.319376 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3010 2025.02.13 06:13:01.319525 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3011 2025.02.13 06:13:01.319588 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3012 2025.02.13 06:13:01.320300 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3013 2025.02.13 06:13:01.320345 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3014 2025.02.13 06:13:01.320730 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3015 2025.02.13 06:13:01.320980 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3016 2025.02.13 06:13:01.321204 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001715 sec., 60058.30903790088 rows/sec., 4.69 MiB/sec.
3017 2025.02.13 06:13:01.321261 [ 261 ] {73264b4c-1f82-48ea-8f6b-2c6758bc2b53} <Debug> TCPHandler: Processed in 0.001956356 sec.
3018 2025.02.13 06:13:01.321427 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3019 2025.02.13 06:13:01.321573 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3020 2025.02.13 06:13:01.321638 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3021 2025.02.13 06:13:01.322276 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2025.02.13 06:13:01.322314 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3023 2025.02.13 06:13:01.322708 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3024 2025.02.13 06:13:01.322949 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2025.02.13 06:13:01.323164 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
3026 2025.02.13 06:13:01.323308 [ 260 ] {c9b667dc-d39f-4b7a-903c-4281ad75c5fb} <Debug> TCPHandler: Processed in 0.001950206 sec.
3027 2025.02.13 06:13:01.323585 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3028 2025.02.13 06:13:01.323825 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3029 2025.02.13 06:13:01.323969 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3030 2025.02.13 06:13:01.325237 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3031 2025.02.13 06:13:01.325279 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3032 2025.02.13 06:13:01.325983 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3033 2025.02.13 06:13:01.326243 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3034 2025.02.13 06:13:01.326543 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002769 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec.
3035 2025.02.13 06:13:01.326678 [ 261 ] {42c04a9c-356c-4648-b5a2-7991a1d509f0} <Debug> TCPHandler: Processed in 0.00327016 sec.
3036 2025.02.13 06:13:01.326837 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3037 2025.02.13 06:13:01.326978 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3038 2025.02.13 06:13:01.327037 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3039 2025.02.13 06:13:01.327608 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3040 2025.02.13 06:13:01.327655 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3041 2025.02.13 06:13:01.328093 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3042 2025.02.13 06:13:01.328325 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3043 2025.02.13 06:13:01.328535 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec.
3044 2025.02.13 06:13:01.328588 [ 260 ] {acc8d9d8-6fb2-461e-a307-674ddd91eb41} <Debug> TCPHandler: Processed in 0.001816923 sec.
3045 2025.02.13 06:13:05.297903 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
3046 2025.02.13 06:13:05.297954 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
3047 2025.02.13 06:13:05.366860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3048 2025.02.13 06:13:05.367870 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3049 2025.02.13 06:13:05.367918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3050 2025.02.13 06:13:05.368482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3051 2025.02.13 06:13:05.368744 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3052 2025.02.13 06:13:05.368986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3053 2025.02.13 06:13:05.798325 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3054 2025.02.13 06:13:05.819504 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3055 2025.02.13 06:13:05.819557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3056 2025.02.13 06:13:05.827359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3057 2025.02.13 06:13:05.828115 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3058 2025.02.13 06:13:05.830809 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3059 2025.02.13 06:13:06.311387 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3060 2025.02.13 06:13:06.311578 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3061 2025.02.13 06:13:06.311652 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3062 2025.02.13 06:13:06.312446 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3063 2025.02.13 06:13:06.312496 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3064 2025.02.13 06:13:06.312944 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3065 2025.02.13 06:13:06.313198 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3066 2025.02.13 06:13:06.313487 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec.
3067 2025.02.13 06:13:06.313691 [ 261 ] {57ddaeb4-e01b-46f5-bd90-391a24e054ff} <Debug> TCPHandler: Processed in 0.002433254 sec.
3068 2025.02.13 06:13:06.313985 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3069 2025.02.13 06:13:06.314197 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3070 2025.02.13 06:13:06.314274 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3071 2025.02.13 06:13:06.315015 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3072 2025.02.13 06:13:06.315063 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3073 2025.02.13 06:13:06.315488 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3074 2025.02.13 06:13:06.315733 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3075 2025.02.13 06:13:06.315969 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00183 sec., 34972.67759562842 rows/sec., 2.73 MiB/sec.
3076 2025.02.13 06:13:06.316032 [ 260 ] {10475be9-4a8f-4284-8d11-e9e7ef18b41f} <Debug> TCPHandler: Processed in 0.00219081 sec.
3077 2025.02.13 06:13:06.316190 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3078 2025.02.13 06:13:06.316316 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3079 2025.02.13 06:13:06.316374 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3080 2025.02.13 06:13:06.316984 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3081 2025.02.13 06:13:06.317026 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3082 2025.02.13 06:13:06.317434 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3083 2025.02.13 06:13:06.317687 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.02.13 06:13:06.317923 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec.
3085 2025.02.13 06:13:06.317979 [ 261 ] {f26ac03a-b915-4d7b-9fc7-7763be54e266} <Debug> TCPHandler: Processed in 0.001850774 sec.
3086 2025.02.13 06:13:06.318134 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3087 2025.02.13 06:13:06.318261 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3088 2025.02.13 06:13:06.318316 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3089 2025.02.13 06:13:06.318827 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.02.13 06:13:06.318868 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3091 2025.02.13 06:13:06.319253 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3092 2025.02.13 06:13:06.319505 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2025.02.13 06:13:06.319714 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec.
3094 2025.02.13 06:13:06.319768 [ 260 ] {18876a37-f4dc-403f-9c82-0c61006e8fab} <Debug> TCPHandler: Processed in 0.001693901 sec.
3095 2025.02.13 06:13:08.596036 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3096 2025.02.13 06:13:08.596246 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3097 2025.02.13 06:13:08.596325 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3098 2025.02.13 06:13:08.597073 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3099 2025.02.13 06:13:08.597123 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3100 2025.02.13 06:13:08.597537 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3101 2025.02.13 06:13:08.597788 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3102 2025.02.13 06:13:08.598050 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec.
3103 2025.02.13 06:13:08.598241 [ 261 ] {7e87a826-5890-44ba-8b89-20a98ef8d548} <Debug> TCPHandler: Processed in 0.002333842 sec.
3104 2025.02.13 06:13:08.598516 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3105 2025.02.13 06:13:08.598728 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3106 2025.02.13 06:13:08.598808 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3107 2025.02.13 06:13:08.600172 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3108 2025.02.13 06:13:08.600220 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3109 2025.02.13 06:13:08.600708 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3110 2025.02.13 06:13:08.600952 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3111 2025.02.13 06:13:08.601158 [ 132 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3112 2025.02.13 06:13:08.601215 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Debug> executeQuery: Read 1275 rows, 108.00 KiB in 0.002546 sec., 500785.54595443833 rows/sec., 41.42 MiB/sec.
3113 2025.02.13 06:13:08.601301 [ 132 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3114 2025.02.13 06:13:08.601357 [ 260 ] {228e5324-7ad6-45f7-90b8-21c06b173520} <Debug> TCPHandler: Processed in 0.002981474 sec.
3115 2025.02.13 06:13:08.601384 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3116 2025.02.13 06:13:08.601612 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
3117 2025.02.13 06:13:08.601632 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3118 2025.02.13 06:13:08.601901 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3119 2025.02.13 06:13:08.601989 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1951 rows starting from the beginning of the part
3120 2025.02.13 06:13:08.602006 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3121 2025.02.13 06:13:08.602237 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 134 rows starting from the beginning of the part
3122 2025.02.13 06:13:08.602255 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3123 2025.02.13 06:13:08.602698 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 177 rows starting from the beginning of the part
3124 2025.02.13 06:13:08.603026 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 134 rows starting from the beginning of the part
3125 2025.02.13 06:13:08.603324 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
3126 2025.02.13 06:13:08.603616 [ 197 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1275 rows starting from the beginning of the part
3127 2025.02.13 06:13:08.605292 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2025.02.13 06:13:08.605345 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3129 2025.02.13 06:13:08.606424 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3130 2025.02.13 06:13:08.606785 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2025.02.13 06:13:08.606995 [ 132 ] {} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3132 2025.02.13 06:13:08.607085 [ 132 ] {} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3133 2025.02.13 06:13:08.607167 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3134 2025.02.13 06:13:08.607173 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.00524 sec., 7824.427480916031 rows/sec., 586.31 KiB/sec.
3135 2025.02.13 06:13:08.607657 [ 261 ] {bb46dae3-65e1-4f31-935e-2d150f7c2807} <Debug> TCPHandler: Processed in 0.006178693 sec.
3136 2025.02.13 06:13:08.607652 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::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
3137 2025.02.13 06:13:08.608116 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3138 2025.02.13 06:13:08.608123 [ 186 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3727 rows, containing 5 columns (5 merged, 0 gathered) in 0.00659484 sec., 565138.805490353 rows/sec., 48.90 MiB/sec.
3139 2025.02.13 06:13:08.608171 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 152 rows starting from the beginning of the part
3140 2025.02.13 06:13:08.608189 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3141 2025.02.13 06:13:08.608364 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
3142 2025.02.13 06:13:08.608662 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3143 2025.02.13 06:13:08.608760 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3144 2025.02.13 06:13:08.608815 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3145 2025.02.13 06:13:08.609113 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3146 2025.02.13 06:13:08.609549 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3147 2025.02.13 06:13:08.609650 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3148 2025.02.13 06:13:08.609878 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part
3149 2025.02.13 06:13:08.609862 [ 186 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.02.13 06:13:08.610649 [ 186 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_21_4} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3151 2025.02.13 06:13:08.610921 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
3152 2025.02.13 06:13:08.612448 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3153 2025.02.13 06:13:08.612521 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3154 2025.02.13 06:13:08.613137 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 329 rows, containing 5 columns (5 merged, 0 gathered) in 0.005856837 sec., 56173.66506870517 rows/sec., 4.08 MiB/sec.
3155 2025.02.13 06:13:08.613338 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3156 2025.02.13 06:13:08.613418 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3157 2025.02.13 06:13:08.613842 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3158 2025.02.13 06:13:08.613931 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.02.13 06:13:08.614202 [ 193 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_11_2} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3160 2025.02.13 06:13:08.614409 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005849 sec., 38981.022396990935 rows/sec., 2.64 MiB/sec.
3161 2025.02.13 06:13:08.614476 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3162 2025.02.13 06:13:08.614619 [ 260 ] {355c990a-252c-4943-8b87-014cd75fcaa7} <Debug> TCPHandler: Processed in 0.006817394 sec.
3163 2025.02.13 06:13:08.614782 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3164 2025.02.13 06:13:08.614903 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3165 2025.02.13 06:13:08.614953 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3166 2025.02.13 06:13:08.615781 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3167 2025.02.13 06:13:08.615823 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3168 2025.02.13 06:13:08.616214 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3169 2025.02.13 06:13:08.616453 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3170 2025.02.13 06:13:08.616637 [ 132 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3171 2025.02.13 06:13:08.616699 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Debug> executeQuery: Read 561 rows, 42.69 KiB in 0.001816 sec., 308920.70484581497 rows/sec., 22.96 MiB/sec.
3172 2025.02.13 06:13:08.616714 [ 132 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3173 2025.02.13 06:13:08.616806 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3174 2025.02.13 06:13:08.616834 [ 261 ] {dc855750-ff22-4adb-9596-2a96f202e5df} <Debug> TCPHandler: Processed in 0.002105048 sec.
3175 2025.02.13 06:13:08.617072 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
3176 2025.02.13 06:13:08.617101 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3177 2025.02.13 06:13:08.617271 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3178 2025.02.13 06:13:08.617344 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 931 rows starting from the beginning of the part
3179 2025.02.13 06:13:08.617347 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3180 2025.02.13 06:13:08.617602 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 109 rows starting from the beginning of the part
3181 2025.02.13 06:13:08.617631 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3182 2025.02.13 06:13:08.617968 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part
3183 2025.02.13 06:13:08.618269 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 103 rows starting from the beginning of the part
3184 2025.02.13 06:13:08.618615 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3185 2025.02.13 06:13:08.618950 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 561 rows starting from the beginning of the part
3186 2025.02.13 06:13:08.620656 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3187 2025.02.13 06:13:08.620736 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3188 2025.02.13 06:13:08.621516 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 5 columns (5 merged, 0 gathered) in 0.004574464 sec., 408791.0627343444 rows/sec., 32.09 MiB/sec.
3189 2025.02.13 06:13:08.621549 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3190 2025.02.13 06:13:08.621746 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3191 2025.02.13 06:13:08.621854 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3192 2025.02.13 06:13:08.622111 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3193 2025.02.13 06:13:08.622225 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3194 2025.02.13 06:13:08.622278 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.004999 sec., 186637.3274654931 rows/sec., 12.51 MiB/sec.
3195 2025.02.13 06:13:08.622333 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3196 2025.02.13 06:13:08.622411 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3197 2025.02.13 06:13:08.622604 [ 260 ] {d4a41d2a-bbde-4b51-85c0-f2a0615459d1} <Debug> TCPHandler: Processed in 0.005625532 sec.
3198 2025.02.13 06:13:08.622950 [ 193 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_21_4} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3199 2025.02.13 06:13:08.623019 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
3200 2025.02.13 06:13:08.623226 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3201 2025.02.13 06:13:08.623248 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3202 2025.02.13 06:13:08.623691 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3203 2025.02.13 06:13:08.623739 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3204 2025.02.13 06:13:08.623933 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5392 rows starting from the beginning of the part
3205 2025.02.13 06:13:08.623971 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3206 2025.02.13 06:13:08.624474 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
3207 2025.02.13 06:13:08.624992 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 197 rows starting from the beginning of the part
3208 2025.02.13 06:13:08.625494 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
3209 2025.02.13 06:13:08.625922 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3210 2025.02.13 06:13:08.626289 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 933 rows starting from the beginning of the part
3211 2025.02.13 06:13:08.629190 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2025.02.13 06:13:08.629276 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3213 2025.02.13 06:13:08.630314 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3214 2025.02.13 06:13:08.630847 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3215 2025.02.13 06:13:08.630984 [ 186 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7002 rows, containing 5 columns (5 merged, 0 gathered) in 0.008431494 sec., 830457.8049868742 rows/sec., 56.78 MiB/sec.
3216 2025.02.13 06:13:08.631394 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007816 sec., 4989.764585465711 rows/sec., 8.94 MiB/sec.
3217 2025.02.13 06:13:08.631558 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3218 2025.02.13 06:13:08.631844 [ 261 ] {dddb8903-cc14-4f7c-86c6-951d4be5d2e7} <Debug> TCPHandler: Processed in 0.009054176 sec.
3219 2025.02.13 06:13:08.632077 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3220 2025.02.13 06:13:08.632190 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3221 2025.02.13 06:13:08.632308 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3222 2025.02.13 06:13:08.632364 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3223 2025.02.13 06:13:08.632389 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3224 2025.02.13 06:13:08.632567 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
3225 2025.02.13 06:13:08.633035 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3226 2025.02.13 06:13:08.633079 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3227 2025.02.13 06:13:08.633448 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3228 2025.02.13 06:13:08.633797 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2025.02.13 06:13:08.633978 [ 132 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3230 2025.02.13 06:13:08.634049 [ 132 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2025.02.13 06:13:08.634079 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3232 2025.02.13 06:13:08.634102 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.00187 sec., 17112.29946524064 rows/sec., 1.15 MiB/sec.
3233 2025.02.13 06:13:08.634433 [ 260 ] {3929c0aa-dab9-4a50-930b-6a332d17c02b} <Debug> TCPHandler: Processed in 0.002485825 sec.
3234 2025.02.13 06:13:08.634471 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3235 2025.02.13 06:13:08.634903 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3236 2025.02.13 06:13:08.634947 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part
3237 2025.02.13 06:13:08.635060 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3238 2025.02.13 06:13:08.635248 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3239 2025.02.13 06:13:08.635416 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3240 2025.02.13 06:13:08.635584 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3241 2025.02.13 06:13:08.635705 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
3242 2025.02.13 06:13:08.636912 [ 199 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 4 columns (4 merged, 0 gathered) in 0.00274695 sec., 397531.80800524214 rows/sec., 26.74 MiB/sec.
3243 2025.02.13 06:13:08.637136 [ 199 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3244 2025.02.13 06:13:08.637477 [ 199 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3245 2025.02.13 06:13:08.637559 [ 199 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_21_4} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3246 2025.02.13 06:13:08.637650 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
3247 2025.02.13 06:13:10.387549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 448
3248 2025.02.13 06:13:10.391075 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2025.02.13 06:13:10.391133 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3250 2025.02.13 06:13:10.392613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3251 2025.02.13 06:13:10.392937 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2025.02.13 06:13:10.393578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448
3253 2025.02.13 06:13:11.308572 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3254 2025.02.13 06:13:11.308803 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3255 2025.02.13 06:13:11.308886 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3256 2025.02.13 06:13:11.309759 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3257 2025.02.13 06:13:11.309807 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3258 2025.02.13 06:13:11.310246 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3259 2025.02.13 06:13:11.310516 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3260 2025.02.13 06:13:11.310763 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.12 MiB/sec.
3261 2025.02.13 06:13:11.310830 [ 261 ] {14940cb2-3852-4c9c-abe1-60c26beb62f2} <Debug> TCPHandler: Processed in 0.002397824 sec.
3262 2025.02.13 06:13:11.311100 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3263 2025.02.13 06:13:11.311311 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3264 2025.02.13 06:13:11.311394 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3265 2025.02.13 06:13:11.312171 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3266 2025.02.13 06:13:11.312213 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3267 2025.02.13 06:13:11.312639 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3268 2025.02.13 06:13:11.312889 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3269 2025.02.13 06:13:11.313092 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001839 sec., 34801.52256661229 rows/sec., 2.72 MiB/sec.
3270 2025.02.13 06:13:11.313155 [ 260 ] {a1a27455-4bd1-404e-8ae9-dc27adec0444} <Debug> TCPHandler: Processed in 0.002199 sec.
3271 2025.02.13 06:13:11.313312 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3272 2025.02.13 06:13:11.313478 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3273 2025.02.13 06:13:11.313580 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3274 2025.02.13 06:13:11.314519 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3275 2025.02.13 06:13:11.314560 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3276 2025.02.13 06:13:11.314955 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3277 2025.02.13 06:13:11.315200 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3278 2025.02.13 06:13:11.315420 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.002003 sec., 36944.583125312034 rows/sec., 2.57 MiB/sec.
3279 2025.02.13 06:13:11.315478 [ 261 ] {833e0326-a36e-4e6f-9742-d7ce222dab67} <Debug> TCPHandler: Processed in 0.002224971 sec.
3280 2025.02.13 06:13:11.315650 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3281 2025.02.13 06:13:11.315798 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3282 2025.02.13 06:13:11.315864 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3283 2025.02.13 06:13:11.316444 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3284 2025.02.13 06:13:11.316483 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3285 2025.02.13 06:13:11.316866 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3286 2025.02.13 06:13:11.317105 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3287 2025.02.13 06:13:11.317277 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001515 sec., 18481.848184818482 rows/sec., 1.25 MiB/sec.
3288 2025.02.13 06:13:11.317329 [ 260 ] {26900559-26be-4d8a-9430-def49ce29312} <Debug> TCPHandler: Processed in 0.001748862 sec.
3289 2025.02.13 06:13:12.869147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3290 2025.02.13 06:13:12.869913 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3291 2025.02.13 06:13:12.869956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3292 2025.02.13 06:13:12.870480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3293 2025.02.13 06:13:12.870742 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3294 2025.02.13 06:13:12.870947 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3295 2025.02.13 06:13:13.330893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3296 2025.02.13 06:13:13.352848 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2025.02.13 06:13:13.352916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB.
3298 2025.02.13 06:13:13.360812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3299 2025.02.13 06:13:13.361587 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2025.02.13 06:13:13.364852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3301 2025.02.13 06:13:16.311860 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3302 2025.02.13 06:13:16.312192 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3303 2025.02.13 06:13:16.312309 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3304 2025.02.13 06:13:16.313225 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3305 2025.02.13 06:13:16.313281 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3306 2025.02.13 06:13:16.313724 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3307 2025.02.13 06:13:16.313976 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3308 2025.02.13 06:13:16.314248 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.01 MiB/sec.
3309 2025.02.13 06:13:16.314350 [ 261 ] {d7d5ee35-62e0-4b97-9ccc-6f9e48c80ccb} <Debug> TCPHandler: Processed in 0.002670059 sec.
3310 2025.02.13 06:13:16.314708 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3311 2025.02.13 06:13:16.314919 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3312 2025.02.13 06:13:16.315001 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3313 2025.02.13 06:13:16.315837 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3314 2025.02.13 06:13:16.315883 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3315 2025.02.13 06:13:16.316323 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3316 2025.02.13 06:13:16.316583 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3317 2025.02.13 06:13:16.316782 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec.
3318 2025.02.13 06:13:16.316847 [ 260 ] {82b3dfe1-ef1d-4bfa-9f86-9f972032a636} <Debug> TCPHandler: Processed in 0.002352003 sec.
3319 2025.02.13 06:13:16.317009 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3320 2025.02.13 06:13:16.317136 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3321 2025.02.13 06:13:16.317194 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3322 2025.02.13 06:13:16.317791 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3323 2025.02.13 06:13:16.317833 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3324 2025.02.13 06:13:16.318243 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3325 2025.02.13 06:13:16.318503 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2025.02.13 06:13:16.318726 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
3327 2025.02.13 06:13:16.318786 [ 261 ] {1793a1c8-3ff4-4b17-a6e2-504ca8dc4f7d} <Debug> TCPHandler: Processed in 0.001837253 sec.
3328 2025.02.13 06:13:16.318945 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3329 2025.02.13 06:13:16.319092 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3330 2025.02.13 06:13:16.319157 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3331 2025.02.13 06:13:16.319723 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3332 2025.02.13 06:13:16.319760 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3333 2025.02.13 06:13:16.320148 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3334 2025.02.13 06:13:16.320385 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3335 2025.02.13 06:13:16.320567 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec.
3336 2025.02.13 06:13:16.320621 [ 260 ] {2b136a12-889b-43c8-b70d-cd4c5c70ed2f} <Debug> TCPHandler: Processed in 0.001745612 sec.
3337 2025.02.13 06:13:20.298220 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
3338 2025.02.13 06:13:20.298273 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
3339 2025.02.13 06:13:20.371088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3340 2025.02.13 06:13:20.372008 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3341 2025.02.13 06:13:20.372063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3342 2025.02.13 06:13:20.372654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3343 2025.02.13 06:13:20.372921 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3344 2025.02.13 06:13:20.373149 [ 35 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3345 2025.02.13 06:13:20.373202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3346 2025.02.13 06:13:20.373227 [ 35 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3347 2025.02.13 06:13:20.373261 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3348 2025.02.13 06:13:20.373414 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3349 2025.02.13 06:13:20.373586 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3350 2025.02.13 06:13:20.373628 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3351 2025.02.13 06:13:20.373713 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3352 2025.02.13 06:13:20.373897 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3353 2025.02.13 06:13:20.374121 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3354 2025.02.13 06:13:20.374310 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3355 2025.02.13 06:13:20.374497 [ 186 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
3356 2025.02.13 06:13:20.376322 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002983415 sec., 2474010.4879810554 rows/sec., 35.39 MiB/sec.
3357 2025.02.13 06:13:20.377088 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3358 2025.02.13 06:13:20.377416 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_16_3} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3359 2025.02.13 06:13:20.377506 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_16_3} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3360 2025.02.13 06:13:20.377618 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3361 2025.02.13 06:13:20.393814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 464
3362 2025.02.13 06:13:20.396842 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.02.13 06:13:20.396894 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3364 2025.02.13 06:13:20.398326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3365 2025.02.13 06:13:20.398645 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2025.02.13 06:13:20.398895 [ 35 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3367 2025.02.13 06:13:20.399034 [ 35 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3368 2025.02.13 06:13:20.399123 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3369 2025.02.13 06:13:20.399764 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::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
3370 2025.02.13 06:13:20.400609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464
3371 2025.02.13 06:13:20.400925 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3372 2025.02.13 06:13:20.401050 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part
3373 2025.02.13 06:13:20.401604 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3374 2025.02.13 06:13:20.402155 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
3375 2025.02.13 06:13:20.402771 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3376 2025.02.13 06:13:20.403336 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part
3377 2025.02.13 06:13:20.404046 [ 186 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
3378 2025.02.13 06:13:20.411948 [ 199 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 72 columns (72 merged, 0 gathered) in 0.012628351 sec., 36742.722783045865 rows/sec., 35.70 MiB/sec.
3379 2025.02.13 06:13:20.413091 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3380 2025.02.13 06:13:20.413921 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3381 2025.02.13 06:13:20.414020 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_11_2} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3382 2025.02.13 06:13:20.414383 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB.
3383 2025.02.13 06:13:20.864930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3384 2025.02.13 06:13:20.888049 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3385 2025.02.13 06:13:20.888096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3386 2025.02.13 06:13:20.895624 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3387 2025.02.13 06:13:20.896387 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3388 2025.02.13 06:13:20.896686 [ 35 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3389 2025.02.13 06:13:20.896759 [ 35 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2025.02.13 06:13:20.896810 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3391 2025.02.13 06:13:20.897425 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3392 2025.02.13 06:13:20.913626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3393 2025.02.13 06:13:20.915089 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3394 2025.02.13 06:13:20.916761 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3395 2025.02.13 06:13:20.922394 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3396 2025.02.13 06:13:20.928272 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3397 2025.02.13 06:13:20.933972 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3398 2025.02.13 06:13:20.939860 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
3399 2025.02.13 06:13:20.944558 [ 196 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3400 2025.02.13 06:13:21.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.44 MiB, peak 187.64 MiB, free memory in arenas 0.00 B, will set to 179.02 MiB (RSS), difference: -8.43 MiB
3401 2025.02.13 06:13:21.005244 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004145216 sec.
3402 2025.02.13 06:13:21.007431 [ 189 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.110479983 sec., 1095.221022979339 rows/sec., 5.66 MiB/sec.
3403 2025.02.13 06:13:21.010087 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3404 2025.02.13 06:13:21.013159 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3405 2025.02.13 06:13:21.013264 [ 191 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_16_3} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3406 2025.02.13 06:13:21.015623 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3407 2025.02.13 06:13:21.314243 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2025.02.13 06:13:21.314546 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3409 2025.02.13 06:13:21.314661 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3410 2025.02.13 06:13:21.315531 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2025.02.13 06:13:21.315584 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3412 2025.02.13 06:13:21.316037 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3413 2025.02.13 06:13:21.316292 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3414 2025.02.13 06:13:21.316539 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002077 sec., 64516.12903225807 rows/sec., 5.55 MiB/sec.
3415 2025.02.13 06:13:21.316609 [ 261 ] {a63ec3ed-b913-4e51-b712-763e27416924} <Debug> TCPHandler: Processed in 0.002550956 sec.
3416 2025.02.13 06:13:21.316930 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3417 2025.02.13 06:13:21.317234 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3418 2025.02.13 06:13:21.317352 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3419 2025.02.13 06:13:21.318264 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2025.02.13 06:13:21.318308 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3421 2025.02.13 06:13:21.318755 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3422 2025.02.13 06:13:21.319011 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3423 2025.02.13 06:13:21.319211 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002058 sec., 18950.437317784257 rows/sec., 1.39 MiB/sec.
3424 2025.02.13 06:13:21.319277 [ 260 ] {661bf611-02af-404d-bd50-1c90143f8190} <Debug> TCPHandler: Processed in 0.002536626 sec.
3425 2025.02.13 06:13:21.319499 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2025.02.13 06:13:21.319731 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3427 2025.02.13 06:13:21.319801 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3428 2025.02.13 06:13:21.320549 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3429 2025.02.13 06:13:21.320600 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3430 2025.02.13 06:13:21.320992 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3431 2025.02.13 06:13:21.321236 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3432 2025.02.13 06:13:21.321455 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001784 sec., 57735.42600896861 rows/sec., 4.51 MiB/sec.
3433 2025.02.13 06:13:21.321512 [ 261 ] {57b114a2-d59a-473f-a507-9af4809958c1} <Debug> TCPHandler: Processed in 0.002127579 sec.
3434 2025.02.13 06:13:21.321652 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3435 2025.02.13 06:13:21.321791 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3436 2025.02.13 06:13:21.321856 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3437 2025.02.13 06:13:21.322530 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2025.02.13 06:13:21.322576 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3439 2025.02.13 06:13:21.323001 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3440 2025.02.13 06:13:21.323241 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2025.02.13 06:13:21.323460 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec.
3442 2025.02.13 06:13:21.323523 [ 260 ] {de36aebb-945a-4ba3-86fd-c22a8fdf3bca} <Debug> TCPHandler: Processed in 0.001927505 sec.
3443 2025.02.13 06:13:21.323780 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3444 2025.02.13 06:13:21.324047 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3445 2025.02.13 06:13:21.324186 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3446 2025.02.13 06:13:21.325625 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2025.02.13 06:13:21.325665 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3448 2025.02.13 06:13:21.326352 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3449 2025.02.13 06:13:21.326609 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2025.02.13 06:13:21.326862 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00287 sec., 13588.850174216028 rows/sec., 24.35 MiB/sec.
3451 2025.02.13 06:13:21.326974 [ 261 ] {dd85bb06-9af0-444c-acbd-22d6c230a619} <Debug> TCPHandler: Processed in 0.003347531 sec.
3452 2025.02.13 06:13:21.327126 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3453 2025.02.13 06:13:21.327269 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3454 2025.02.13 06:13:21.327330 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3455 2025.02.13 06:13:21.327883 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2025.02.13 06:13:21.327921 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3457 2025.02.13 06:13:21.328290 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3458 2025.02.13 06:13:21.328534 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2025.02.13 06:13:21.328743 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec.
3460 2025.02.13 06:13:21.328949 [ 260 ] {6935d53d-da60-4fee-8b28-cff360af5649} <Debug> TCPHandler: Processed in 0.001886784 sec.
3461 2025.02.13 06:13:22.000227 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.69 MiB, peak 187.64 MiB, free memory in arenas 0.00 B, will set to 179.03 MiB (RSS), difference: 9.35 MiB
3462 2025.02.13 06:13:26.314206 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2025.02.13 06:13:26.314446 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3464 2025.02.13 06:13:26.314532 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3465 2025.02.13 06:13:26.315392 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3466 2025.02.13 06:13:26.315450 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3467 2025.02.13 06:13:26.315916 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3468 2025.02.13 06:13:26.316173 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2025.02.13 06:13:26.316408 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002023 sec., 11863.568956994563 rows/sec., 1007.94 KiB/sec.
3470 2025.02.13 06:13:26.316484 [ 261 ] {f36e17c4-7c91-4c8c-8b65-5cf965c66f60} <Debug> TCPHandler: Processed in 0.002417304 sec.
3471 2025.02.13 06:13:26.316769 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3472 2025.02.13 06:13:26.316982 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3473 2025.02.13 06:13:26.317064 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3474 2025.02.13 06:13:26.318037 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3475 2025.02.13 06:13:26.318088 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3476 2025.02.13 06:13:26.318556 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3477 2025.02.13 06:13:26.318818 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3478 2025.02.13 06:13:26.319088 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Debug> executeQuery: Read 176 rows, 15.82 KiB in 0.002155 sec., 81670.53364269143 rows/sec., 7.17 MiB/sec.
3479 2025.02.13 06:13:26.319252 [ 260 ] {075db0e6-c816-4798-ad8e-5fbeec0f3e18} <Debug> TCPHandler: Processed in 0.002623628 sec.
3480 2025.02.13 06:13:26.319468 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3481 2025.02.13 06:13:26.319601 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3482 2025.02.13 06:13:26.319656 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3483 2025.02.13 06:13:26.320277 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3484 2025.02.13 06:13:26.320321 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3485 2025.02.13 06:13:26.320690 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3486 2025.02.13 06:13:26.320934 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3487 2025.02.13 06:13:26.321159 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.00159 sec., 7547.169811320755 rows/sec., 604.36 KiB/sec.
3488 2025.02.13 06:13:26.321217 [ 261 ] {42cc4432-8aee-4d3a-ad0f-a4d25f645339} <Debug> TCPHandler: Processed in 0.001829814 sec.
3489 2025.02.13 06:13:26.321363 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3490 2025.02.13 06:13:26.321489 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3491 2025.02.13 06:13:26.321543 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3492 2025.02.13 06:13:26.322160 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3493 2025.02.13 06:13:26.322202 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3494 2025.02.13 06:13:26.322573 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3495 2025.02.13 06:13:26.322810 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3496 2025.02.13 06:13:26.323087 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec.
3497 2025.02.13 06:13:26.323227 [ 260 ] {fff9db7b-a7ee-47f2-8b65-104b8760fda6} <Debug> TCPHandler: Processed in 0.001924245 sec.
3498 2025.02.13 06:13:26.323382 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3499 2025.02.13 06:13:26.323524 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3500 2025.02.13 06:13:26.323584 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3501 2025.02.13 06:13:26.324219 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2025.02.13 06:13:26.324260 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3503 2025.02.13 06:13:26.324622 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3504 2025.02.13 06:13:26.324861 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3505 2025.02.13 06:13:26.325134 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001619 sec., 7411.982705373687 rows/sec., 579.06 KiB/sec.
3506 2025.02.13 06:13:26.325272 [ 261 ] {69ee46f3-9052-47b0-bd0e-5c6941b1333b} <Debug> TCPHandler: Processed in 0.001958216 sec.
3507 2025.02.13 06:13:26.325414 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3508 2025.02.13 06:13:26.325537 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3509 2025.02.13 06:13:26.325589 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3510 2025.02.13 06:13:26.326204 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3511 2025.02.13 06:13:26.326243 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3512 2025.02.13 06:13:26.326614 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3513 2025.02.13 06:13:26.326852 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3514 2025.02.13 06:13:26.327071 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Debug> executeQuery: Read 100 rows, 8.37 KiB in 0.001558 sec., 64184.85237483954 rows/sec., 5.25 MiB/sec.
3515 2025.02.13 06:13:26.327127 [ 260 ] {3a9ead49-79a8-4132-8310-e501f75435b3} <Debug> TCPHandler: Processed in 0.001770103 sec.
3516 2025.02.13 06:13:26.327266 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3517 2025.02.13 06:13:26.327386 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3518 2025.02.13 06:13:26.327439 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3519 2025.02.13 06:13:26.328041 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3520 2025.02.13 06:13:26.328080 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3521 2025.02.13 06:13:26.328481 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3522 2025.02.13 06:13:26.328721 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3523 2025.02.13 06:13:26.328945 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001582 sec., 123893.80530973451 rows/sec., 8.89 MiB/sec.
3524 2025.02.13 06:13:26.329009 [ 261 ] {d1ee3cf6-3864-4bc8-bc5e-edb2e22e8fe8} <Debug> TCPHandler: Processed in 0.001802043 sec.
3525 2025.02.13 06:13:26.329159 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3526 2025.02.13 06:13:26.329300 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3527 2025.02.13 06:13:26.329361 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3528 2025.02.13 06:13:26.329945 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3529 2025.02.13 06:13:26.329984 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3530 2025.02.13 06:13:26.330370 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3531 2025.02.13 06:13:26.330602 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2025.02.13 06:13:26.330865 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec.
3533 2025.02.13 06:13:26.331069 [ 260 ] {9d2bad51-6d5f-4cce-bfd0-279c8aacc647} <Debug> TCPHandler: Processed in 0.001975276 sec.
3534 2025.02.13 06:13:27.873374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3535 2025.02.13 06:13:27.874428 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2025.02.13 06:13:27.874480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3537 2025.02.13 06:13:27.875070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3538 2025.02.13 06:13:27.875323 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.02.13 06:13:27.875611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3540 2025.02.13 06:13:28.413726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3541 2025.02.13 06:13:28.433383 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2025.02.13 06:13:28.433447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3543 2025.02.13 06:13:28.440807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3544 2025.02.13 06:13:28.441580 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3545 2025.02.13 06:13:28.444584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3546 2025.02.13 06:13:30.400754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 492
3547 2025.02.13 06:13:30.403899 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2025.02.13 06:13:30.403957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3549 2025.02.13 06:13:30.405451 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3550 2025.02.13 06:13:30.405780 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2025.02.13 06:13:30.406747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492
3552 2025.02.13 06:13:31.313608 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3553 2025.02.13 06:13:31.313843 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3554 2025.02.13 06:13:31.313926 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3555 2025.02.13 06:13:31.314799 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3556 2025.02.13 06:13:31.314857 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3557 2025.02.13 06:13:31.315316 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3558 2025.02.13 06:13:31.315578 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3559 2025.02.13 06:13:31.315771 [ 120 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3560 2025.02.13 06:13:31.315836 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002051 sec., 65333.98342272063 rows/sec., 5.62 MiB/sec.
3561 2025.02.13 06:13:31.315856 [ 120 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2025.02.13 06:13:31.315930 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3563 2025.02.13 06:13:31.315989 [ 261 ] {c6e938ce-c7ee-45b6-b426-0abcec4b08b5} <Debug> TCPHandler: Processed in 0.002522317 sec.
3564 2025.02.13 06:13:31.316209 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
3565 2025.02.13 06:13:31.316292 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3566 2025.02.13 06:13:31.316422 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3567 2025.02.13 06:13:31.316472 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1963 rows starting from the beginning of the part
3568 2025.02.13 06:13:31.316502 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3569 2025.02.13 06:13:31.316605 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3570 2025.02.13 06:13:31.316627 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3571 2025.02.13 06:13:31.317095 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3572 2025.02.13 06:13:31.317394 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 134 rows starting from the beginning of the part
3573 2025.02.13 06:13:31.317705 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 176 rows starting from the beginning of the part
3574 2025.02.13 06:13:31.318001 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part
3575 2025.02.13 06:13:31.319179 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3576 2025.02.13 06:13:31.319228 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3577 2025.02.13 06:13:31.319932 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3578 2025.02.13 06:13:31.320227 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3579 2025.02.13 06:13:31.320506 [ 189 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2519 rows, containing 5 columns (5 merged, 0 gathered) in 0.004411341 sec., 571028.1748792487 rows/sec., 49.36 MiB/sec.
3580 2025.02.13 06:13:31.320637 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004192 sec., 9303.435114503816 rows/sec., 699.57 KiB/sec.
3581 2025.02.13 06:13:31.320742 [ 260 ] {0dea2c01-864d-4b07-954c-fbd67da5e2cf} <Debug> TCPHandler: Processed in 0.004606555 sec.
3582 2025.02.13 06:13:31.320929 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3583 2025.02.13 06:13:31.320955 [ 189 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3584 2025.02.13 06:13:31.321145 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3585 2025.02.13 06:13:31.321250 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3586 2025.02.13 06:13:31.321526 [ 189 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3587 2025.02.13 06:13:31.321743 [ 189 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_26_5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3588 2025.02.13 06:13:31.321977 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
3589 2025.02.13 06:13:31.322418 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2025.02.13 06:13:31.322466 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3591 2025.02.13 06:13:31.322873 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3592 2025.02.13 06:13:31.323126 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3593 2025.02.13 06:13:31.323292 [ 120 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3594 2025.02.13 06:13:31.323350 [ 120 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2025.02.13 06:13:31.323399 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3596 2025.02.13 06:13:31.323399 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00228 sec., 45175.43859649123 rows/sec., 3.53 MiB/sec.
3597 2025.02.13 06:13:31.323574 [ 261 ] {0064479d-9c1c-4d8b-8c2d-706d18e36814} <Debug> TCPHandler: Processed in 0.002730639 sec.
3598 2025.02.13 06:13:31.323617 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
3599 2025.02.13 06:13:31.323760 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3600 2025.02.13 06:13:31.323778 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3601 2025.02.13 06:13:31.323801 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 945 rows starting from the beginning of the part
3602 2025.02.13 06:13:31.324011 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3603 2025.02.13 06:13:31.324260 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3604 2025.02.13 06:13:31.324321 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3605 2025.02.13 06:13:31.324512 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3606 2025.02.13 06:13:31.324600 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 103 rows starting from the beginning of the part
3607 2025.02.13 06:13:31.324941 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part
3608 2025.02.13 06:13:31.325246 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 103 rows starting from the beginning of the part
3609 2025.02.13 06:13:31.326908 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3610 2025.02.13 06:13:31.326989 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3611 2025.02.13 06:13:31.328007 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3612 2025.02.13 06:13:31.328599 [ 190 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1379 rows, containing 5 columns (5 merged, 0 gathered) in 0.005109744 sec., 269876.5339320326 rows/sec., 21.27 MiB/sec.
3613 2025.02.13 06:13:31.328629 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3614 2025.02.13 06:13:31.328861 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3615 2025.02.13 06:13:31.328889 [ 190 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3616 2025.02.13 06:13:31.328957 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3617 2025.02.13 06:13:31.329036 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3618 2025.02.13 06:13:31.329085 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005039 sec., 31752.331811867432 rows/sec., 2.21 MiB/sec.
3619 2025.02.13 06:13:31.329527 [ 260 ] {e8ac4816-ff15-4f62-b908-4f221ee0f60e} <Debug> TCPHandler: Processed in 0.005849938 sec.
3620 2025.02.13 06:13:31.329565 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
3621 2025.02.13 06:13:31.329804 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3622 2025.02.13 06:13:31.329887 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3623 2025.02.13 06:13:31.330005 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3624 2025.02.13 06:13:31.330159 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3625 2025.02.13 06:13:31.330170 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7002 rows starting from the beginning of the part
3626 2025.02.13 06:13:31.330225 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_26_5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3627 2025.02.13 06:13:31.330515 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3628 2025.02.13 06:13:31.330678 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part
3629 2025.02.13 06:13:31.330714 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
3630 2025.02.13 06:13:31.331167 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
3631 2025.02.13 06:13:31.331514 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3632 2025.02.13 06:13:31.331866 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 196 rows starting from the beginning of the part
3633 2025.02.13 06:13:31.332213 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
3634 2025.02.13 06:13:31.335827 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3635 2025.02.13 06:13:31.335914 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3636 2025.02.13 06:13:31.336909 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3637 2025.02.13 06:13:31.337361 [ 191 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7752 rows, containing 5 columns (5 merged, 0 gathered) in 0.00817319 sec., 948466.8776817864 rows/sec., 65.02 MiB/sec.
3638 2025.02.13 06:13:31.337420 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2025.02.13 06:13:31.337615 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3640 2025.02.13 06:13:31.337698 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3641 2025.02.13 06:13:31.337733 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3642 2025.02.13 06:13:31.337751 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007698 sec., 5066.2509742790335 rows/sec., 9.08 MiB/sec.
3643 2025.02.13 06:13:31.338215 [ 191 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3644 2025.02.13 06:13:31.338422 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
3645 2025.02.13 06:13:31.339252 [ 261 ] {d5a8680e-c80c-45c1-9f7d-fae05fcb4d66} <Debug> TCPHandler: Processed in 0.009602816 sec.
3646 2025.02.13 06:13:31.339760 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3647 2025.02.13 06:13:31.339775 [ 191 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.02.13 06:13:31.340084 [ 191 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3649 2025.02.13 06:13:31.340231 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3650 2025.02.13 06:13:31.340349 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3651 2025.02.13 06:13:31.340360 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3652 2025.02.13 06:13:31.340468 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
3653 2025.02.13 06:13:31.340498 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3654 2025.02.13 06:13:31.341478 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3655 2025.02.13 06:13:31.342156 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3656 2025.02.13 06:13:31.342950 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3657 2025.02.13 06:13:31.342955 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2025.02.13 06:13:31.343038 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3659 2025.02.13 06:13:31.343556 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3660 2025.02.13 06:13:31.344233 [ 188 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3661 2025.02.13 06:13:31.344518 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3662 2025.02.13 06:13:31.345194 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3663 2025.02.13 06:13:31.345442 [ 119 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3664 2025.02.13 06:13:31.345548 [ 119 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3665 2025.02.13 06:13:31.345625 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3666 2025.02.13 06:13:31.345771 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005651 sec., 10617.589807113785 rows/sec., 732.72 KiB/sec.
3667 2025.02.13 06:13:31.346118 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3668 2025.02.13 06:13:31.346149 [ 260 ] {0d042818-6b53-463c-8c5d-538274942c4c} <Debug> TCPHandler: Processed in 0.006756344 sec.
3669 2025.02.13 06:13:31.346519 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3670 2025.02.13 06:13:31.346573 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1092 rows starting from the beginning of the part
3671 2025.02.13 06:13:31.346756 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
3672 2025.02.13 06:13:31.347103 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3673 2025.02.13 06:13:31.347460 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
3674 2025.02.13 06:13:31.347832 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
3675 2025.02.13 06:13:31.348121 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
3676 2025.02.13 06:13:31.350310 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1360 rows, containing 4 columns (4 merged, 0 gathered) in 0.004560893 sec., 298187.2190380261 rows/sec., 20.06 MiB/sec.
3677 2025.02.13 06:13:31.350542 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3678 2025.02.13 06:13:31.350948 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3679 2025.02.13 06:13:31.351033 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_26_5} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3680 2025.02.13 06:13:31.351153 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3681 2025.02.13 06:13:31.351753 [ 197 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.013940656 sec., 23026.176099603923 rows/sec., 41.26 MiB/sec.
3682 2025.02.13 06:13:31.352197 [ 200 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3683 2025.02.13 06:13:31.352592 [ 200 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.02.13 06:13:31.352677 [ 200 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3685 2025.02.13 06:13:31.352787 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB.
3686 2025.02.13 06:13:35.298357 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
3687 2025.02.13 06:13:35.298406 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
3688 2025.02.13 06:13:35.375726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3689 2025.02.13 06:13:35.376413 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.02.13 06:13:35.376461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3691 2025.02.13 06:13:35.377007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3692 2025.02.13 06:13:35.377274 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2025.02.13 06:13:35.377568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3694 2025.02.13 06:13:35.944654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3695 2025.02.13 06:13:35.965505 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3696 2025.02.13 06:13:35.965576 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3697 2025.02.13 06:13:35.973287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3698 2025.02.13 06:13:35.974079 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3699 2025.02.13 06:13:35.977596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3700 2025.02.13 06:13:36.312052 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3701 2025.02.13 06:13:36.312264 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3702 2025.02.13 06:13:36.312345 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3703 2025.02.13 06:13:36.313208 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3704 2025.02.13 06:13:36.313257 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3705 2025.02.13 06:13:36.313763 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3706 2025.02.13 06:13:36.314092 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3707 2025.02.13 06:13:36.314315 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 2.03 MiB/sec.
3708 2025.02.13 06:13:36.314381 [ 261 ] {8622a575-e803-4777-a0e6-9b819c7474d0} <Debug> TCPHandler: Processed in 0.002466675 sec.
3709 2025.02.13 06:13:36.314630 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3710 2025.02.13 06:13:36.314829 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3711 2025.02.13 06:13:36.314905 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3712 2025.02.13 06:13:36.315702 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3713 2025.02.13 06:13:36.315755 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3714 2025.02.13 06:13:36.316208 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3715 2025.02.13 06:13:36.316460 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3716 2025.02.13 06:13:36.316705 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec.
3717 2025.02.13 06:13:36.316774 [ 260 ] {4c97ba85-7443-46f5-a8d4-9496adb52821} <Debug> TCPHandler: Processed in 0.002281302 sec.
3718 2025.02.13 06:13:36.316934 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3719 2025.02.13 06:13:36.317083 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3720 2025.02.13 06:13:36.317151 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3721 2025.02.13 06:13:36.317795 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3722 2025.02.13 06:13:36.317833 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3723 2025.02.13 06:13:36.318248 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3724 2025.02.13 06:13:36.318500 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3725 2025.02.13 06:13:36.318685 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec.
3726 2025.02.13 06:13:36.318742 [ 261 ] {c5230038-c9c7-4655-a3a2-a3207cfbec56} <Debug> TCPHandler: Processed in 0.001881465 sec.
3727 2025.02.13 06:13:36.318919 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3728 2025.02.13 06:13:36.319072 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3729 2025.02.13 06:13:36.319139 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3730 2025.02.13 06:13:36.319659 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2025.02.13 06:13:36.319703 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3732 2025.02.13 06:13:36.320102 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3733 2025.02.13 06:13:36.320346 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3734 2025.02.13 06:13:36.320620 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec.
3735 2025.02.13 06:13:36.320799 [ 260 ] {4b38a6a6-4964-4e13-83ed-e07d93f0e7af} <Debug> TCPHandler: Processed in 0.001947335 sec.
3736 2025.02.13 06:13:38.596498 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3737 2025.02.13 06:13:38.596719 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3738 2025.02.13 06:13:38.596803 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3739 2025.02.13 06:13:38.597626 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3740 2025.02.13 06:13:38.597674 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3741 2025.02.13 06:13:38.598222 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3742 2025.02.13 06:13:38.598487 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3743 2025.02.13 06:13:38.598767 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002088 sec., 6704.9808429118775 rows/sec., 546.74 KiB/sec.
3744 2025.02.13 06:13:38.598857 [ 261 ] {1156fcec-9260-4f15-91bf-10b77afee942} <Debug> TCPHandler: Processed in 0.002496206 sec.
3745 2025.02.13 06:13:38.599103 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3746 2025.02.13 06:13:38.599301 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3747 2025.02.13 06:13:38.599378 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3748 2025.02.13 06:13:38.600686 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2025.02.13 06:13:38.600744 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3750 2025.02.13 06:13:38.601277 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3751 2025.02.13 06:13:38.601548 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2025.02.13 06:13:38.601834 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Debug> executeQuery: Read 1281 rows, 108.44 KiB in 0.002578 sec., 496896.8192397207 rows/sec., 41.08 MiB/sec.
3753 2025.02.13 06:13:38.602036 [ 260 ] {32411142-8bcd-4c2c-81a1-3b7b272d01eb} <Debug> TCPHandler: Processed in 0.003066926 sec.
3754 2025.02.13 06:13:38.602247 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3755 2025.02.13 06:13:38.602375 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3756 2025.02.13 06:13:38.602428 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3757 2025.02.13 06:13:38.603076 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3758 2025.02.13 06:13:38.603114 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3759 2025.02.13 06:13:38.603487 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3760 2025.02.13 06:13:38.603736 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2025.02.13 06:13:38.603919 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Debug> executeQuery: Read 53 rows, 3.91 KiB in 0.001573 sec., 33693.579148124605 rows/sec., 2.43 MiB/sec.
3762 2025.02.13 06:13:38.603974 [ 261 ] {c9c76776-8b6b-46af-b14b-f9877a974881} <Debug> TCPHandler: Processed in 0.001831463 sec.
3763 2025.02.13 06:13:38.604156 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3764 2025.02.13 06:13:38.604313 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3765 2025.02.13 06:13:38.604378 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3766 2025.02.13 06:13:38.605203 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3767 2025.02.13 06:13:38.605248 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3768 2025.02.13 06:13:38.605646 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3769 2025.02.13 06:13:38.605891 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3770 2025.02.13 06:13:38.606173 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001881 sec., 121212.1212121212 rows/sec., 8.21 MiB/sec.
3771 2025.02.13 06:13:38.606323 [ 260 ] {0a617f3c-51e3-4b05-93dd-813a394f4839} <Debug> TCPHandler: Processed in 0.002240251 sec.
3772 2025.02.13 06:13:38.606484 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3773 2025.02.13 06:13:38.606613 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3774 2025.02.13 06:13:38.606663 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3775 2025.02.13 06:13:38.607477 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2025.02.13 06:13:38.607515 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3777 2025.02.13 06:13:38.607906 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3778 2025.02.13 06:13:38.608141 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2025.02.13 06:13:38.608367 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Debug> executeQuery: Read 573 rows, 43.67 KiB in 0.00178 sec., 321910.1123595506 rows/sec., 23.96 MiB/sec.
3780 2025.02.13 06:13:38.608599 [ 261 ] {f7473855-e753-447a-a14a-b05bda66d306} <Debug> TCPHandler: Processed in 0.00216804 sec.
3781 2025.02.13 06:13:38.608787 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3782 2025.02.13 06:13:38.608930 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3783 2025.02.13 06:13:38.608996 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3784 2025.02.13 06:13:38.609785 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3785 2025.02.13 06:13:38.609825 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3786 2025.02.13 06:13:38.610299 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3787 2025.02.13 06:13:38.610552 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3788 2025.02.13 06:13:38.610767 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Debug> executeQuery: Read 939 rows, 64.46 KiB in 0.001869 sec., 502407.70465489564 rows/sec., 33.68 MiB/sec.
3789 2025.02.13 06:13:38.610824 [ 260 ] {a39a0706-343f-4bd1-bcc1-ea63facc3bed} <Debug> TCPHandler: Processed in 0.002118079 sec.
3790 2025.02.13 06:13:38.610976 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3791 2025.02.13 06:13:38.611119 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3792 2025.02.13 06:13:38.611214 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3793 2025.02.13 06:13:38.612413 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3794 2025.02.13 06:13:38.612449 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3795 2025.02.13 06:13:38.613131 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3796 2025.02.13 06:13:38.613390 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3797 2025.02.13 06:13:38.613594 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002507 sec., 15556.441962504985 rows/sec., 27.88 MiB/sec.
3798 2025.02.13 06:13:38.613702 [ 261 ] {4cb5227d-b636-4cb9-b214-98f584fa5899} <Debug> TCPHandler: Processed in 0.002793551 sec.
3799 2025.02.13 06:13:38.613856 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3800 2025.02.13 06:13:38.613999 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3801 2025.02.13 06:13:38.614060 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3802 2025.02.13 06:13:38.614575 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3803 2025.02.13 06:13:38.614616 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3804 2025.02.13 06:13:38.614989 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3805 2025.02.13 06:13:38.615240 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3806 2025.02.13 06:13:38.615513 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.00154 sec., 20779.22077922078 rows/sec., 1.40 MiB/sec.
3807 2025.02.13 06:13:38.615670 [ 260 ] {05b6ea5d-a529-4ee7-afc2-49f5a6186d46} <Debug> TCPHandler: Processed in 0.001878184 sec.
3808 2025.02.13 06:13:40.406917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 528
3809 2025.02.13 06:13:40.409996 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2025.02.13 06:13:40.410037 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3811 2025.02.13 06:13:40.411695 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3812 2025.02.13 06:13:40.412009 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.02.13 06:13:40.412734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528
3814 2025.02.13 06:13:41.307691 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3815 2025.02.13 06:13:41.307901 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3816 2025.02.13 06:13:41.307979 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3817 2025.02.13 06:13:41.308782 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2025.02.13 06:13:41.308834 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3819 2025.02.13 06:13:41.309304 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3820 2025.02.13 06:13:41.309564 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3821 2025.02.13 06:13:41.309813 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.17 MiB/sec.
3822 2025.02.13 06:13:41.309881 [ 261 ] {749e6640-ac7a-4bd4-ac07-620512149b82} <Debug> TCPHandler: Processed in 0.002321602 sec.
3823 2025.02.13 06:13:41.310155 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3824 2025.02.13 06:13:41.310372 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3825 2025.02.13 06:13:41.310449 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3826 2025.02.13 06:13:41.311231 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3827 2025.02.13 06:13:41.311286 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3828 2025.02.13 06:13:41.311745 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3829 2025.02.13 06:13:41.312015 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2025.02.13 06:13:41.312249 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec.
3831 2025.02.13 06:13:41.312317 [ 260 ] {037513b7-5065-4767-977b-767544ee3482} <Debug> TCPHandler: Processed in 0.002313742 sec.
3832 2025.02.13 06:13:41.312539 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3833 2025.02.13 06:13:41.312775 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3834 2025.02.13 06:13:41.312879 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3835 2025.02.13 06:13:41.313647 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3836 2025.02.13 06:13:41.313687 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3837 2025.02.13 06:13:41.314090 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3838 2025.02.13 06:13:41.314333 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3839 2025.02.13 06:13:41.314554 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001842 sec., 40173.72421281216 rows/sec., 2.80 MiB/sec.
3840 2025.02.13 06:13:41.314610 [ 261 ] {65616e2f-bf9c-4597-99ea-749dcf158b69} <Debug> TCPHandler: Processed in 0.00218688 sec.
3841 2025.02.13 06:13:41.314785 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3842 2025.02.13 06:13:41.314935 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3843 2025.02.13 06:13:41.315000 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3844 2025.02.13 06:13:41.315548 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3845 2025.02.13 06:13:41.315590 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3846 2025.02.13 06:13:41.315979 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3847 2025.02.13 06:13:41.316235 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3848 2025.02.13 06:13:41.316443 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001545 sec., 18122.97734627832 rows/sec., 1.22 MiB/sec.
3849 2025.02.13 06:13:41.316498 [ 260 ] {c70cf9e0-68c3-4eff-bcea-0c32adf720b6} <Debug> TCPHandler: Processed in 0.001783963 sec.
3850 2025.02.13 06:13:42.877746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3851 2025.02.13 06:13:42.878669 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.02.13 06:13:42.878713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3853 2025.02.13 06:13:42.879378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3854 2025.02.13 06:13:42.879655 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2025.02.13 06:13:42.879930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3856 2025.02.13 06:13:43.477675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3857 2025.02.13 06:13:43.499568 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3858 2025.02.13 06:13:43.499636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3859 2025.02.13 06:13:43.507660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3860 2025.02.13 06:13:43.508513 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3861 2025.02.13 06:13:43.512399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3862 2025.02.13 06:13:46.312628 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3863 2025.02.13 06:13:46.312858 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3864 2025.02.13 06:13:46.312941 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3865 2025.02.13 06:13:46.313806 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3866 2025.02.13 06:13:46.313858 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3867 2025.02.13 06:13:46.314324 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3868 2025.02.13 06:13:46.314583 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3869 2025.02.13 06:13:46.314837 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.10 MiB/sec.
3870 2025.02.13 06:13:46.314960 [ 261 ] {f2e638fa-2aa8-42f4-abae-bfd14f4716f6} <Debug> TCPHandler: Processed in 0.002471905 sec.
3871 2025.02.13 06:13:46.315235 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3872 2025.02.13 06:13:46.315432 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3873 2025.02.13 06:13:46.315509 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3874 2025.02.13 06:13:46.316294 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3875 2025.02.13 06:13:46.316350 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3876 2025.02.13 06:13:46.316810 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3877 2025.02.13 06:13:46.317074 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3878 2025.02.13 06:13:46.317358 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001977 sec., 32372.281234193222 rows/sec., 2.53 MiB/sec.
3879 2025.02.13 06:13:46.317596 [ 260 ] {c9c9b682-17cd-4f92-8bcc-eecd7033c5f5} <Debug> TCPHandler: Processed in 0.002497145 sec.
3880 2025.02.13 06:13:46.317823 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3881 2025.02.13 06:13:46.317947 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3882 2025.02.13 06:13:46.318005 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3883 2025.02.13 06:13:46.318582 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3884 2025.02.13 06:13:46.318622 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3885 2025.02.13 06:13:46.319033 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3886 2025.02.13 06:13:46.319274 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3887 2025.02.13 06:13:46.319497 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
3888 2025.02.13 06:13:46.319552 [ 261 ] {dee8e683-d303-4c96-a873-fa4a5ca9c31a} <Debug> TCPHandler: Processed in 0.001823494 sec.
3889 2025.02.13 06:13:46.319714 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3890 2025.02.13 06:13:46.319866 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3891 2025.02.13 06:13:46.319933 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3892 2025.02.13 06:13:46.320516 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3893 2025.02.13 06:13:46.320557 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3894 2025.02.13 06:13:46.320951 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3895 2025.02.13 06:13:46.321204 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3896 2025.02.13 06:13:46.321434 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec.
3897 2025.02.13 06:13:46.321491 [ 260 ] {5931cd7c-38d6-4ac4-98d0-24749892b3e1} <Debug> TCPHandler: Processed in 0.001848604 sec.
3898 2025.02.13 06:13:50.298462 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
3899 2025.02.13 06:13:50.298540 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
3900 2025.02.13 06:13:50.380051 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
3901 2025.02.13 06:13:50.380765 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3902 2025.02.13 06:13:50.380804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3903 2025.02.13 06:13:50.381411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3904 2025.02.13 06:13:50.381669 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3905 2025.02.13 06:13:50.381950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3906 2025.02.13 06:13:50.412935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 544
3907 2025.02.13 06:13:50.415721 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3908 2025.02.13 06:13:50.415779 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3909 2025.02.13 06:13:50.417269 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3910 2025.02.13 06:13:50.417590 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3911 2025.02.13 06:13:50.418260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544
3912 2025.02.13 06:13:51.012478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3913 2025.02.13 06:13:51.033933 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2025.02.13 06:13:51.034001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3915 2025.02.13 06:13:51.041986 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3916 2025.02.13 06:13:51.042896 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2025.02.13 06:13:51.045795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3918 2025.02.13 06:13:51.314739 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3919 2025.02.13 06:13:51.314940 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3920 2025.02.13 06:13:51.315020 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3921 2025.02.13 06:13:51.315868 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3922 2025.02.13 06:13:51.315920 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3923 2025.02.13 06:13:51.316360 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3924 2025.02.13 06:13:51.316622 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3925 2025.02.13 06:13:51.316831 [ 101 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3926 2025.02.13 06:13:51.316878 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001985 sec., 67506.29722921916 rows/sec., 5.81 MiB/sec.
3927 2025.02.13 06:13:51.316927 [ 101 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3928 2025.02.13 06:13:51.317003 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3929 2025.02.13 06:13:51.317009 [ 261 ] {39afa935-f3ec-44a7-9906-11e959f1bc9d} <Debug> TCPHandler: Processed in 0.002404164 sec.
3930 2025.02.13 06:13:51.317351 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
3931 2025.02.13 06:13:51.317382 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3932 2025.02.13 06:13:51.317893 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3933 2025.02.13 06:13:51.318041 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1963 rows starting from the beginning of the part
3934 2025.02.13 06:13:51.318060 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3935 2025.02.13 06:13:51.318232 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
3936 2025.02.13 06:13:51.318253 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3937 2025.02.13 06:13:51.318548 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1281 rows starting from the beginning of the part
3938 2025.02.13 06:13:51.318890 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
3939 2025.02.13 06:13:51.319125 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
3940 2025.02.13 06:13:51.319446 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 134 rows starting from the beginning of the part
3941 2025.02.13 06:13:51.321309 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2025.02.13 06:13:51.321393 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3943 2025.02.13 06:13:51.322410 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3944 2025.02.13 06:13:51.322741 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2025.02.13 06:13:51.323092 [ 101 ] {} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3946 2025.02.13 06:13:51.323224 [ 101 ] {} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2025.02.13 06:13:51.323290 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188183 sec., 573027.6560987289 rows/sec., 49.26 MiB/sec.
3948 2025.02.13 06:13:51.323302 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3949 2025.02.13 06:13:51.323437 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005673 sec., 6874.669487043892 rows/sec., 516.94 KiB/sec.
3950 2025.02.13 06:13:51.323724 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::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
3951 2025.02.13 06:13:51.323795 [ 201 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3952 2025.02.13 06:13:51.324281 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3953 2025.02.13 06:13:51.324295 [ 260 ] {f652375f-2b72-45f0-90a0-34df360ecf08} <Debug> TCPHandler: Processed in 0.006880216 sec.
3954 2025.02.13 06:13:51.324379 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 171 rows starting from the beginning of the part
3955 2025.02.13 06:13:51.324636 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3956 2025.02.13 06:13:51.324903 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
3957 2025.02.13 06:13:51.325040 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3958 2025.02.13 06:13:51.325129 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3959 2025.02.13 06:13:51.325298 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
3960 2025.02.13 06:13:51.325329 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3961 2025.02.13 06:13:51.325819 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
3962 2025.02.13 06:13:51.326077 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_31_6} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3963 2025.02.13 06:13:51.326245 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part
3964 2025.02.13 06:13:51.326751 [ 197 ] {42df6457-8a87-4347-8420-8582b789c82a::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
3965 2025.02.13 06:13:51.326926 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
3966 2025.02.13 06:13:51.328784 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3967 2025.02.13 06:13:51.328864 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3968 2025.02.13 06:13:51.329987 [ 192 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 353 rows, containing 5 columns (5 merged, 0 gathered) in 0.00656168 sec., 53797.19827848965 rows/sec., 3.91 MiB/sec.
3969 2025.02.13 06:13:51.330015 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3970 2025.02.13 06:13:51.330269 [ 192 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3971 2025.02.13 06:13:51.330464 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3972 2025.02.13 06:13:51.330759 [ 101 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3973 2025.02.13 06:13:51.330896 [ 101 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2025.02.13 06:13:51.330989 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006004 sec., 17155.22984676882 rows/sec., 1.34 MiB/sec.
3975 2025.02.13 06:13:51.331002 [ 192 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3976 2025.02.13 06:13:51.330989 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3977 2025.02.13 06:13:51.331200 [ 261 ] {f444091e-ea75-4ca4-bdbf-45aa8fbbe58e} <Debug> TCPHandler: Processed in 0.006750593 sec.
3978 2025.02.13 06:13:51.331405 [ 192 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_16_3} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3979 2025.02.13 06:13:51.331885 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
3980 2025.02.13 06:13:51.331926 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3981 2025.02.13 06:13:51.332193 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3982 2025.02.13 06:13:51.332413 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3983 2025.02.13 06:13:51.332490 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 945 rows starting from the beginning of the part
3984 2025.02.13 06:13:51.332529 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3985 2025.02.13 06:13:51.332728 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
3986 2025.02.13 06:13:51.332759 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3987 2025.02.13 06:13:51.333050 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 573 rows starting from the beginning of the part
3988 2025.02.13 06:13:51.333349 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
3989 2025.02.13 06:13:51.333731 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
3990 2025.02.13 06:13:51.334141 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 103 rows starting from the beginning of the part
3991 2025.02.13 06:13:51.335498 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2025.02.13 06:13:51.335581 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
3993 2025.02.13 06:13:51.336531 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3994 2025.02.13 06:13:51.336965 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1813 rows, containing 5 columns (5 merged, 0 gathered) in 0.005689454 sec., 318659.751884803 rows/sec., 24.92 MiB/sec.
3995 2025.02.13 06:13:51.337047 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3996 2025.02.13 06:13:51.337221 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3997 2025.02.13 06:13:51.337282 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3998 2025.02.13 06:13:51.337377 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3999 2025.02.13 06:13:51.337468 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4000 2025.02.13 06:13:51.337639 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005153 sec., 31049.873859887448 rows/sec., 2.16 MiB/sec.
4001 2025.02.13 06:13:51.337936 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
4002 2025.02.13 06:13:51.338032 [ 260 ] {fd9ba254-fe88-4720-9220-2232d3e43197} <Debug> TCPHandler: Processed in 0.006589141 sec.
4003 2025.02.13 06:13:51.338218 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2025.02.13 06:13:51.338392 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4005 2025.02.13 06:13:51.338477 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7752 rows starting from the beginning of the part
4006 2025.02.13 06:13:51.338502 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_31_6} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4007 2025.02.13 06:13:51.338570 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4008 2025.02.13 06:13:51.338841 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4009 2025.02.13 06:13:51.338964 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4010 2025.02.13 06:13:51.339083 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4011 2025.02.13 06:13:51.339232 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 939 rows starting from the beginning of the part
4012 2025.02.13 06:13:51.339473 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4013 2025.02.13 06:13:51.339628 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part
4014 2025.02.13 06:13:51.340122 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4015 2025.02.13 06:13:51.340540 [ 192 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
4016 2025.02.13 06:13:51.344462 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4017 2025.02.13 06:13:51.344514 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4018 2025.02.13 06:13:51.345460 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4019 2025.02.13 06:13:51.345746 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4020 2025.02.13 06:13:51.345992 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007071 sec., 5515.485787017395 rows/sec., 9.88 MiB/sec.
4021 2025.02.13 06:13:51.346165 [ 261 ] {f00627c3-401b-4a83-a05e-ee5d0332d27b} <Debug> TCPHandler: Processed in 0.007975296 sec.
4022 2025.02.13 06:13:51.346675 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9245 rows, containing 5 columns (5 merged, 0 gathered) in 0.009006685 sec., 1026459.7906999078 rows/sec., 70.27 MiB/sec.
4023 2025.02.13 06:13:51.346698 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4024 2025.02.13 06:13:51.346905 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4025 2025.02.13 06:13:51.346957 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4026 2025.02.13 06:13:51.347010 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4027 2025.02.13 06:13:51.347639 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2025.02.13 06:13:51.347859 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4029 2025.02.13 06:13:51.348060 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
4030 2025.02.13 06:13:51.348181 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4031 2025.02.13 06:13:51.348228 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4032 2025.02.13 06:13:51.348610 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4033 2025.02.13 06:13:51.348848 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4034 2025.02.13 06:13:51.349011 [ 99 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4035 2025.02.13 06:13:51.349083 [ 99 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4036 2025.02.13 06:13:51.349109 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002245 sec., 26726.0579064588 rows/sec., 1.80 MiB/sec.
4037 2025.02.13 06:13:51.349124 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4038 2025.02.13 06:13:51.349287 [ 260 ] {a9e2e1f8-90a5-4f14-aa8f-5b69026f9a5a} <Debug> TCPHandler: Processed in 0.002967894 sec.
4039 2025.02.13 06:13:51.349364 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4040 2025.02.13 06:13:51.349500 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4041 2025.02.13 06:13:51.349530 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1360 rows starting from the beginning of the part
4042 2025.02.13 06:13:51.349618 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4043 2025.02.13 06:13:51.349831 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
4044 2025.02.13 06:13:51.349936 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
4045 2025.02.13 06:13:51.350123 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
4046 2025.02.13 06:13:51.350264 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4047 2025.02.13 06:13:51.351613 [ 187 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002361343 sec., 677580.5124456717 rows/sec., 45.60 MiB/sec.
4048 2025.02.13 06:13:51.351878 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4049 2025.02.13 06:13:51.352235 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4050 2025.02.13 06:13:51.352339 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_31_6} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4051 2025.02.13 06:13:51.352441 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4052 2025.02.13 06:13:52.181832 [ 99 ] {} <Debug> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4053 2025.02.13 06:13:52.181900 [ 99 ] {} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4054 2025.02.13 06:13:52.181923 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4055 2025.02.13 06:13:52.182127 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::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
4056 2025.02.13 06:13:52.182308 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4057 2025.02.13 06:13:52.182351 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 366 rows starting from the beginning of the part
4058 2025.02.13 06:13:52.182449 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
4059 2025.02.13 06:13:52.182607 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part
4060 2025.02.13 06:13:52.182775 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
4061 2025.02.13 06:13:52.183032 [ 199 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part
4062 2025.02.13 06:13:52.184314 [ 187 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002324543 sec., 374267.1140090762 rows/sec., 27.10 MiB/sec.
4063 2025.02.13 06:13:52.184522 [ 196 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4064 2025.02.13 06:13:52.184883 [ 196 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2025.02.13 06:13:52.184972 [ 196 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_9_2} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4066 2025.02.13 06:13:52.185076 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
4067 2025.02.13 06:13:56.313972 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4068 2025.02.13 06:13:56.314275 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4069 2025.02.13 06:13:56.314385 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4070 2025.02.13 06:13:56.315368 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2025.02.13 06:13:56.315411 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4072 2025.02.13 06:13:56.315850 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4073 2025.02.13 06:13:56.316117 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2025.02.13 06:13:56.316366 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002117 sec., 11336.797354747285 rows/sec., 963.18 KiB/sec.
4075 2025.02.13 06:13:56.316604 [ 261 ] {0f2aad61-5918-4e25-be77-57863aed9be4} <Debug> TCPHandler: Processed in 0.002785731 sec.
4076 2025.02.13 06:13:56.316877 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4077 2025.02.13 06:13:56.317091 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4078 2025.02.13 06:13:56.317173 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4079 2025.02.13 06:13:56.317984 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4080 2025.02.13 06:13:56.318035 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4081 2025.02.13 06:13:56.318464 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4082 2025.02.13 06:13:56.318720 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4083 2025.02.13 06:13:56.319009 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001966 sec., 1017.293997965412 rows/sec., 82.95 KiB/sec.
4084 2025.02.13 06:13:56.319248 [ 260 ] {e06f34e6-5c5e-4129-a4fd-bccc90595eb4} <Debug> TCPHandler: Processed in 0.002509056 sec.
4085 2025.02.13 06:13:56.319488 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4086 2025.02.13 06:13:56.319721 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4087 2025.02.13 06:13:56.319819 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4088 2025.02.13 06:13:56.320481 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4089 2025.02.13 06:13:56.320518 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4090 2025.02.13 06:13:56.320903 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4091 2025.02.13 06:13:56.321143 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4092 2025.02.13 06:13:56.321329 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001668 sec., 106115.10791366907 rows/sec., 9.30 MiB/sec.
4093 2025.02.13 06:13:56.321383 [ 261 ] {68fa3636-5dcf-4913-94b9-e5bed189edc8} <Debug> TCPHandler: Processed in 0.002011947 sec.
4094 2025.02.13 06:13:56.321536 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4095 2025.02.13 06:13:56.321683 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4096 2025.02.13 06:13:56.321746 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4097 2025.02.13 06:13:56.322451 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2025.02.13 06:13:56.322500 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4099 2025.02.13 06:13:56.322909 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4100 2025.02.13 06:13:56.323164 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2025.02.13 06:13:56.323378 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.001715 sec., 8163.265306122449 rows/sec., 641.74 KiB/sec.
4102 2025.02.13 06:13:56.323548 [ 260 ] {df9510b7-f764-4320-aec7-7821a786f071} <Debug> TCPHandler: Processed in 0.002070518 sec.
4103 2025.02.13 06:13:56.323792 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4104 2025.02.13 06:13:56.324027 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4105 2025.02.13 06:13:56.324121 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4106 2025.02.13 06:13:56.325035 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2025.02.13 06:13:56.325074 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4108 2025.02.13 06:13:56.325435 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4109 2025.02.13 06:13:56.325676 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2025.02.13 06:13:56.325887 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001915 sec., 12532.637075718016 rows/sec., 1.04 MiB/sec.
4111 2025.02.13 06:13:56.325942 [ 261 ] {da4a880d-1ee5-408d-bfac-c6a4183fffeb} <Debug> TCPHandler: Processed in 0.002274172 sec.
4112 2025.02.13 06:13:56.326100 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4113 2025.02.13 06:13:56.326239 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4114 2025.02.13 06:13:56.326295 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4115 2025.02.13 06:13:56.326941 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4116 2025.02.13 06:13:56.326979 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4117 2025.02.13 06:13:56.327328 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4118 2025.02.13 06:13:56.327560 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4119 2025.02.13 06:13:56.327736 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001529 sec., 7848.266841072596 rows/sec., 613.15 KiB/sec.
4120 2025.02.13 06:13:56.327791 [ 260 ] {210b85c6-5ce9-42a4-9be8-c81fb637f400} <Debug> TCPHandler: Processed in 0.001758073 sec.
4121 2025.02.13 06:13:56.327956 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4122 2025.02.13 06:13:56.328094 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4123 2025.02.13 06:13:56.328153 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4124 2025.02.13 06:13:56.328862 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4125 2025.02.13 06:13:56.328901 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4126 2025.02.13 06:13:56.329260 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4127 2025.02.13 06:13:56.329522 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4128 2025.02.13 06:13:56.329738 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001673 sec., 60968.32038254632 rows/sec., 4.98 MiB/sec.
4129 2025.02.13 06:13:56.329796 [ 261 ] {bab0d3ef-064f-434d-a42a-2a6cfddbc6bd} <Debug> TCPHandler: Processed in 0.001911386 sec.
4130 2025.02.13 06:13:56.329946 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4131 2025.02.13 06:13:56.330084 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4132 2025.02.13 06:13:56.330146 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4133 2025.02.13 06:13:56.330827 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4134 2025.02.13 06:13:56.330864 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4135 2025.02.13 06:13:56.331262 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4136 2025.02.13 06:13:56.331493 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4137 2025.02.13 06:13:56.331664 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001611 sec., 122284.29546865301 rows/sec., 8.77 MiB/sec.
4138 2025.02.13 06:13:56.331718 [ 260 ] {91d8ec67-f28f-4479-8cd3-0c0d9303a68e} <Debug> TCPHandler: Processed in 0.001837494 sec.
4139 2025.02.13 06:13:56.331874 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4140 2025.02.13 06:13:56.332014 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4141 2025.02.13 06:13:56.332075 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4142 2025.02.13 06:13:56.332664 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4143 2025.02.13 06:13:56.332710 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4144 2025.02.13 06:13:56.333098 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4145 2025.02.13 06:13:56.333331 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4146 2025.02.13 06:13:56.333539 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec.
4147 2025.02.13 06:13:56.333590 [ 261 ] {705b745f-2194-408f-926b-1c4ecfb4b0d2} <Debug> TCPHandler: Processed in 0.001780693 sec.
4148 2025.02.13 06:13:57.882087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4149 2025.02.13 06:13:57.882822 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2025.02.13 06:13:57.882874 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4151 2025.02.13 06:13:57.883398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4152 2025.02.13 06:13:57.883661 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2025.02.13 06:13:57.883891 [ 93 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4154 2025.02.13 06:13:57.883930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4155 2025.02.13 06:13:57.883984 [ 93 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4156 2025.02.13 06:13:57.884016 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4157 2025.02.13 06:13:57.884255 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4158 2025.02.13 06:13:57.884458 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4159 2025.02.13 06:13:57.884501 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4160 2025.02.13 06:13:57.884582 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4161 2025.02.13 06:13:57.884748 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4162 2025.02.13 06:13:57.884972 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4163 2025.02.13 06:13:57.885178 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4164 2025.02.13 06:13:57.885312 [ 199 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4165 2025.02.13 06:13:57.887359 [ 187 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00326088 sec., 2955643.8752729325 rows/sec., 42.28 MiB/sec.
4166 2025.02.13 06:13:57.887681 [ 189 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4167 2025.02.13 06:13:57.888027 [ 189 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_21_4} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4168 2025.02.13 06:13:57.888119 [ 189 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_21_4} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4169 2025.02.13 06:13:57.888235 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4170 2025.02.13 06:13:58.545871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4171 2025.02.13 06:13:58.568575 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2025.02.13 06:13:58.568638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4173 2025.02.13 06:13:58.576197 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4174 2025.02.13 06:13:58.577013 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2025.02.13 06:13:58.577459 [ 92 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4176 2025.02.13 06:13:58.577639 [ 92 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2025.02.13 06:13:58.577740 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4178 2025.02.13 06:13:58.578077 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4179 2025.02.13 06:13:58.586537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4180 2025.02.13 06:13:58.587831 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4181 2025.02.13 06:13:58.588701 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4182 2025.02.13 06:13:58.593002 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4183 2025.02.13 06:13:58.597300 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4184 2025.02.13 06:13:58.602133 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4185 2025.02.13 06:13:58.607135 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4186 2025.02.13 06:13:58.611426 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4187 2025.02.13 06:13:58.668118 [ 199 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.090214703 sec., 1762.4621565289642 rows/sec., 9.11 MiB/sec.
4188 2025.02.13 06:13:58.669818 [ 187 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4189 2025.02.13 06:13:58.672098 [ 187 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_21_4} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2025.02.13 06:13:58.672188 [ 187 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_21_4} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4191 2025.02.13 06:13:58.673264 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4192 2025.02.13 06:13:59.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.04 MiB, peak 194.59 MiB, free memory in arenas 0.00 B, will set to 185.69 MiB (RSS), difference: 1.65 MiB
4193 2025.02.13 06:14:00.418398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 574
4194 2025.02.13 06:14:00.421525 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2025.02.13 06:14:00.421583 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4196 2025.02.13 06:14:00.423175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4197 2025.02.13 06:14:00.423506 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4198 2025.02.13 06:14:00.424577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574
4199 2025.02.13 06:14:01.314654 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4200 2025.02.13 06:14:01.314987 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4201 2025.02.13 06:14:01.315065 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4202 2025.02.13 06:14:01.315933 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4203 2025.02.13 06:14:01.315983 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4204 2025.02.13 06:14:01.316446 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4205 2025.02.13 06:14:01.316706 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4206 2025.02.13 06:14:01.316970 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002072 sec., 64671.81467181467 rows/sec., 5.56 MiB/sec.
4207 2025.02.13 06:14:01.317039 [ 261 ] {35bf9aaa-5bbd-4a21-90ae-fd85bc7ec29a} <Debug> TCPHandler: Processed in 0.002575807 sec.
4208 2025.02.13 06:14:01.317312 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4209 2025.02.13 06:14:01.317530 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4210 2025.02.13 06:14:01.317616 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4211 2025.02.13 06:14:01.318428 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4212 2025.02.13 06:14:01.318476 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4213 2025.02.13 06:14:01.318919 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4214 2025.02.13 06:14:01.319205 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4215 2025.02.13 06:14:01.319480 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002009 sec., 19412.643106022897 rows/sec., 1.43 MiB/sec.
4216 2025.02.13 06:14:01.319550 [ 260 ] {55e54de5-0397-4ae7-b611-976ac06458d3} <Debug> TCPHandler: Processed in 0.002384673 sec.
4217 2025.02.13 06:14:01.319780 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4218 2025.02.13 06:14:01.319999 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4219 2025.02.13 06:14:01.320061 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4220 2025.02.13 06:14:01.320818 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2025.02.13 06:14:01.320866 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4222 2025.02.13 06:14:01.321284 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4223 2025.02.13 06:14:01.321526 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4224 2025.02.13 06:14:01.321760 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001806 sec., 57032.11517165005 rows/sec., 4.45 MiB/sec.
4225 2025.02.13 06:14:01.321816 [ 261 ] {d55e5c40-c673-411f-8840-2c4bd4071a4f} <Debug> TCPHandler: Processed in 0.002154349 sec.
4226 2025.02.13 06:14:01.321974 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4227 2025.02.13 06:14:01.322121 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4228 2025.02.13 06:14:01.322188 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4229 2025.02.13 06:14:01.322895 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4230 2025.02.13 06:14:01.322945 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4231 2025.02.13 06:14:01.323363 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4232 2025.02.13 06:14:01.323611 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4233 2025.02.13 06:14:01.323824 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00174 sec., 91954.02298850575 rows/sec., 6.40 MiB/sec.
4234 2025.02.13 06:14:01.323880 [ 260 ] {c13c915c-2ebb-4ad7-a767-8f4ccbec0d9d} <Debug> TCPHandler: Processed in 0.001977926 sec.
4235 2025.02.13 06:14:01.324097 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4236 2025.02.13 06:14:01.324323 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4237 2025.02.13 06:14:01.324468 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4238 2025.02.13 06:14:01.325909 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2025.02.13 06:14:01.325949 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4240 2025.02.13 06:14:01.326665 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4241 2025.02.13 06:14:01.326931 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2025.02.13 06:14:01.327240 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002969 sec., 13135.735938026271 rows/sec., 23.54 MiB/sec.
4243 2025.02.13 06:14:01.327398 [ 261 ] {acf6d8f0-8724-4afb-afc0-ce189c4be295} <Debug> TCPHandler: Processed in 0.003413152 sec.
4244 2025.02.13 06:14:01.327560 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4245 2025.02.13 06:14:01.327703 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4246 2025.02.13 06:14:01.327766 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4247 2025.02.13 06:14:01.328286 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2025.02.13 06:14:01.328326 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4249 2025.02.13 06:14:01.328711 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4250 2025.02.13 06:14:01.328973 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.02.13 06:14:01.329220 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec.
4252 2025.02.13 06:14:01.329333 [ 260 ] {41e1b3cf-25da-4815-86bf-2d985bbdb553} <Debug> TCPHandler: Processed in 0.001841094 sec.
4253 2025.02.13 06:14:05.298787 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
4254 2025.02.13 06:14:05.298839 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
4255 2025.02.13 06:14:05.384074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4256 2025.02.13 06:14:05.384848 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4257 2025.02.13 06:14:05.384903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4258 2025.02.13 06:14:05.385499 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4259 2025.02.13 06:14:05.385760 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2025.02.13 06:14:05.386006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4261 2025.02.13 06:14:06.086615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4262 2025.02.13 06:14:06.106764 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4263 2025.02.13 06:14:06.106829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4264 2025.02.13 06:14:06.113883 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4265 2025.02.13 06:14:06.114654 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4266 2025.02.13 06:14:06.117383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4267 2025.02.13 06:14:06.312368 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4268 2025.02.13 06:14:06.312544 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4269 2025.02.13 06:14:06.312620 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4270 2025.02.13 06:14:06.313375 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4271 2025.02.13 06:14:06.313423 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4272 2025.02.13 06:14:06.313872 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4273 2025.02.13 06:14:06.314121 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4274 2025.02.13 06:14:06.314373 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec.
4275 2025.02.13 06:14:06.314428 [ 261 ] {fa1284ce-4842-48b3-a8e4-c0d230b1c8c5} <Debug> TCPHandler: Processed in 0.002189571 sec.
4276 2025.02.13 06:14:06.314707 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4277 2025.02.13 06:14:06.314905 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4278 2025.02.13 06:14:06.314983 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4279 2025.02.13 06:14:06.315778 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4280 2025.02.13 06:14:06.315831 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4281 2025.02.13 06:14:06.316280 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4282 2025.02.13 06:14:06.316542 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4283 2025.02.13 06:14:06.316795 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec.
4284 2025.02.13 06:14:06.316932 [ 260 ] {058ba355-53dc-4081-86ef-35abdcf0eac4} <Debug> TCPHandler: Processed in 0.002373163 sec.
4285 2025.02.13 06:14:06.317112 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4286 2025.02.13 06:14:06.317251 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4287 2025.02.13 06:14:06.317315 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4288 2025.02.13 06:14:06.317997 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4289 2025.02.13 06:14:06.318043 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4290 2025.02.13 06:14:06.318439 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4291 2025.02.13 06:14:06.318676 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4292 2025.02.13 06:14:06.318890 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec.
4293 2025.02.13 06:14:06.318946 [ 261 ] {79eda483-4c1b-4b68-a3af-8a25538eb5ef} <Debug> TCPHandler: Processed in 0.001903774 sec.
4294 2025.02.13 06:14:06.319106 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4295 2025.02.13 06:14:06.319264 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4296 2025.02.13 06:14:06.319332 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4297 2025.02.13 06:14:06.319932 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4298 2025.02.13 06:14:06.319982 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4299 2025.02.13 06:14:06.320405 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4300 2025.02.13 06:14:06.320649 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4301 2025.02.13 06:14:06.320870 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001644 sec., 36496.3503649635 rows/sec., 2.46 MiB/sec.
4302 2025.02.13 06:14:06.320931 [ 260 ] {afdfba21-79f2-4f98-a165-ba438e91c47a} <Debug> TCPHandler: Processed in 0.001894275 sec.
4303 2025.02.13 06:14:07.401821 [ 83 ] {} <Debug> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4304 2025.02.13 06:14:07.401924 [ 83 ] {} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4305 2025.02.13 06:14:07.401968 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4306 2025.02.13 06:14:07.402259 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::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
4307 2025.02.13 06:14:07.402520 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4308 2025.02.13 06:14:07.402566 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4309 2025.02.13 06:14:07.402661 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::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
4310 2025.02.13 06:14:07.402921 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4311 2025.02.13 06:14:07.403323 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::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
4312 2025.02.13 06:14:07.403682 [ 190 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4313 2025.02.13 06:14:07.404808 [ 187 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002709759 sec., 11071.095252382223 rows/sec., 946.02 KiB/sec.
4314 2025.02.13 06:14:07.404999 [ 187 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4315 2025.02.13 06:14:07.405330 [ 187 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4316 2025.02.13 06:14:07.405418 [ 187 ] {696f4e50-659c-476b-897c-947ab5364a72::all_1_5_1} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4317 2025.02.13 06:14:07.405516 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4318 2025.02.13 06:14:07.480542 [ 83 ] {} <Debug> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4319 2025.02.13 06:14:07.480587 [ 83 ] {} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4320 2025.02.13 06:14:07.480614 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4321 2025.02.13 06:14:07.480848 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::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
4322 2025.02.13 06:14:07.481036 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4323 2025.02.13 06:14:07.481079 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part
4324 2025.02.13 06:14:07.481175 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
4325 2025.02.13 06:14:07.481312 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
4326 2025.02.13 06:14:07.481532 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
4327 2025.02.13 06:14:07.481647 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
4328 2025.02.13 06:14:07.482909 [ 194 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002218101 sec., 138857.51821039707 rows/sec., 10.20 MiB/sec.
4329 2025.02.13 06:14:07.483067 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4330 2025.02.13 06:14:07.483348 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4331 2025.02.13 06:14:07.483426 [ 200 ] {04dbce9c-3b73-446a-bd76-355a31eb4757::all_1_5_1} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4332 2025.02.13 06:14:07.483508 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4333 2025.02.13 06:14:07.836158 [ 83 ] {} <Debug> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4334 2025.02.13 06:14:07.836214 [ 83 ] {} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4335 2025.02.13 06:14:07.836239 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4336 2025.02.13 06:14:07.836419 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::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
4337 2025.02.13 06:14:07.836585 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4338 2025.02.13 06:14:07.836622 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part
4339 2025.02.13 06:14:07.836726 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
4340 2025.02.13 06:14:07.836956 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
4341 2025.02.13 06:14:07.837182 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
4342 2025.02.13 06:14:07.837360 [ 187 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
4343 2025.02.13 06:14:07.838445 [ 200 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002143359 sec., 74649.1838278142 rows/sec., 4.97 MiB/sec.
4344 2025.02.13 06:14:07.838646 [ 200 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4345 2025.02.13 06:14:07.839003 [ 200 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.02.13 06:14:07.839107 [ 200 ] {f8a75c76-329b-40ec-8e40-12af514780dd::all_1_5_1} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4347 2025.02.13 06:14:07.839208 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4348 2025.02.13 06:14:08.596817 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4349 2025.02.13 06:14:08.597007 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4350 2025.02.13 06:14:08.597081 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4351 2025.02.13 06:14:08.597857 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4352 2025.02.13 06:14:08.597904 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4353 2025.02.13 06:14:08.598321 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4354 2025.02.13 06:14:08.598579 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4355 2025.02.13 06:14:08.598872 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001904 sec., 1050.4201680672268 rows/sec., 85.65 KiB/sec.
4356 2025.02.13 06:14:08.599011 [ 261 ] {6861aad9-f2c4-4d80-ac6e-b061de62ba0f} <Debug> TCPHandler: Processed in 0.002322032 sec.
4357 2025.02.13 06:14:08.599273 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4358 2025.02.13 06:14:08.599467 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4359 2025.02.13 06:14:08.599540 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4360 2025.02.13 06:14:08.600862 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4361 2025.02.13 06:14:08.600905 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4362 2025.02.13 06:14:08.601435 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4363 2025.02.13 06:14:08.601678 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4364 2025.02.13 06:14:08.601911 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Debug> executeQuery: Read 1275 rows, 108.00 KiB in 0.002517 sec., 506555.42312276515 rows/sec., 41.90 MiB/sec.
4365 2025.02.13 06:14:08.602107 [ 260 ] {a6f23026-6db1-4ab6-a6ca-2235c1d4d44e} <Debug> TCPHandler: Processed in 0.003002014 sec.
4366 2025.02.13 06:14:08.602345 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4367 2025.02.13 06:14:08.602492 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4368 2025.02.13 06:14:08.602620 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4369 2025.02.13 06:14:08.603320 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4370 2025.02.13 06:14:08.603361 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4371 2025.02.13 06:14:08.603746 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4372 2025.02.13 06:14:08.603991 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2025.02.13 06:14:08.604209 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001688 sec., 24289.09952606635 rows/sec., 1.78 MiB/sec.
4374 2025.02.13 06:14:08.604266 [ 261 ] {5b9d0923-65cc-48f9-867e-dac794056612} <Debug> TCPHandler: Processed in 0.001991497 sec.
4375 2025.02.13 06:14:08.604433 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4376 2025.02.13 06:14:08.604582 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4377 2025.02.13 06:14:08.604647 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4378 2025.02.13 06:14:08.605431 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4379 2025.02.13 06:14:08.605473 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4380 2025.02.13 06:14:08.605906 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4381 2025.02.13 06:14:08.606199 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4382 2025.02.13 06:14:08.606428 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001878 sec., 121405.75079872205 rows/sec., 8.22 MiB/sec.
4383 2025.02.13 06:14:08.606498 [ 260 ] {5f1fb057-9185-4440-b0e2-cc8667978692} <Debug> TCPHandler: Processed in 0.002135109 sec.
4384 2025.02.13 06:14:08.606655 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4385 2025.02.13 06:14:08.606778 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4386 2025.02.13 06:14:08.606829 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4387 2025.02.13 06:14:08.607658 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4388 2025.02.13 06:14:08.607697 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4389 2025.02.13 06:14:08.608089 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4390 2025.02.13 06:14:08.608328 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4391 2025.02.13 06:14:08.608543 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Debug> executeQuery: Read 561 rows, 42.69 KiB in 0.001792 sec., 313058.03571428574 rows/sec., 23.26 MiB/sec.
4392 2025.02.13 06:14:08.608598 [ 261 ] {92d4016c-a33e-4bcc-8749-e9de3825d93d} <Debug> TCPHandler: Processed in 0.002000687 sec.
4393 2025.02.13 06:14:08.608748 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4394 2025.02.13 06:14:08.608882 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4395 2025.02.13 06:14:08.608944 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4396 2025.02.13 06:14:08.610104 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4397 2025.02.13 06:14:08.610144 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4398 2025.02.13 06:14:08.610607 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4399 2025.02.13 06:14:08.610848 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4400 2025.02.13 06:14:08.611027 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.002173 sec., 429360.3313391624 rows/sec., 28.78 MiB/sec.
4401 2025.02.13 06:14:08.611082 [ 260 ] {c5be93d6-ab0f-4652-990f-15bbfdb78c56} <Debug> TCPHandler: Processed in 0.002395233 sec.
4402 2025.02.13 06:14:08.611240 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4403 2025.02.13 06:14:08.611380 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4404 2025.02.13 06:14:08.611477 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4405 2025.02.13 06:14:08.612817 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4406 2025.02.13 06:14:08.612856 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4407 2025.02.13 06:14:08.613517 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4408 2025.02.13 06:14:08.613783 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4409 2025.02.13 06:14:08.614024 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002674 sec., 14584.891548242333 rows/sec., 26.14 MiB/sec.
4410 2025.02.13 06:14:08.614137 [ 261 ] {d95b324a-0d3d-47ba-b2b1-dbb39a238f2c} <Debug> TCPHandler: Processed in 0.002965064 sec.
4411 2025.02.13 06:14:08.614292 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4412 2025.02.13 06:14:08.614435 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4413 2025.02.13 06:14:08.614495 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4414 2025.02.13 06:14:08.615078 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4415 2025.02.13 06:14:08.615123 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4416 2025.02.13 06:14:08.615489 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4417 2025.02.13 06:14:08.615727 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4418 2025.02.13 06:14:08.615913 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001511 sec., 21178.02779616148 rows/sec., 1.42 MiB/sec.
4419 2025.02.13 06:14:08.616028 [ 260 ] {6fbef20c-27d9-47f5-86dc-83c5702c9aff} <Debug> TCPHandler: Processed in 0.001806723 sec.
4420 2025.02.13 06:14:10.424765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 610
4421 2025.02.13 06:14:10.427925 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4422 2025.02.13 06:14:10.427986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4423 2025.02.13 06:14:10.429466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4424 2025.02.13 06:14:10.429782 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4425 2025.02.13 06:14:10.429994 [ 80 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4426 2025.02.13 06:14:10.430121 [ 80 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.02.13 06:14:10.430187 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4428 2025.02.13 06:14:10.430680 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::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
4429 2025.02.13 06:14:10.431361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 610
4430 2025.02.13 06:14:10.431853 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4431 2025.02.13 06:14:10.432042 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 464 rows starting from the beginning of the part
4432 2025.02.13 06:14:10.432551 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part
4433 2025.02.13 06:14:10.433040 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part
4434 2025.02.13 06:14:10.433520 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part
4435 2025.02.13 06:14:10.434160 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part
4436 2025.02.13 06:14:10.434755 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part
4437 2025.02.13 06:14:10.442902 [ 187 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 72 columns (72 merged, 0 gathered) in 0.01255654 sec., 48580.26176000714 rows/sec., 44.13 MiB/sec.
4438 2025.02.13 06:14:10.444155 [ 191 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4439 2025.02.13 06:14:10.444986 [ 191 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4440 2025.02.13 06:14:10.445087 [ 191 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_16_3} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4441 2025.02.13 06:14:10.445428 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB.
4442 2025.02.13 06:14:11.308546 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4443 2025.02.13 06:14:11.308749 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4444 2025.02.13 06:14:11.308823 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4445 2025.02.13 06:14:11.309578 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2025.02.13 06:14:11.309629 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4447 2025.02.13 06:14:11.310071 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4448 2025.02.13 06:14:11.310340 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.02.13 06:14:11.310547 [ 78 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4450 2025.02.13 06:14:11.310612 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec.
4451 2025.02.13 06:14:11.310637 [ 78 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4452 2025.02.13 06:14:11.310700 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4453 2025.02.13 06:14:11.310748 [ 261 ] {9d6d4895-902d-40f2-bf76-69c50254a22b} <Debug> TCPHandler: Processed in 0.002328183 sec.
4454 2025.02.13 06:14:11.310951 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
4455 2025.02.13 06:14:11.311066 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4456 2025.02.13 06:14:11.311151 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4457 2025.02.13 06:14:11.311208 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1965 rows starting from the beginning of the part
4458 2025.02.13 06:14:11.311430 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4459 2025.02.13 06:14:11.311457 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 177 rows starting from the beginning of the part
4460 2025.02.13 06:14:11.311681 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4461 2025.02.13 06:14:11.311767 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 134 rows starting from the beginning of the part
4462 2025.02.13 06:14:11.312097 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
4463 2025.02.13 06:14:11.312411 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1275 rows starting from the beginning of the part
4464 2025.02.13 06:14:11.312691 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4465 2025.02.13 06:14:11.314519 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2025.02.13 06:14:11.314587 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4467 2025.02.13 06:14:11.315624 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4468 2025.02.13 06:14:11.315968 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2025.02.13 06:14:11.316308 [ 78 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4470 2025.02.13 06:14:11.316428 [ 78 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4471 2025.02.13 06:14:11.316513 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4472 2025.02.13 06:14:11.316622 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3663 rows, containing 5 columns (5 merged, 0 gathered) in 0.005785386 sec., 633147.036342951 rows/sec., 54.66 MiB/sec.
4473 2025.02.13 06:14:11.316703 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005414 sec., 11821.204285186552 rows/sec., 944.82 KiB/sec.
4474 2025.02.13 06:14:11.316915 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
4475 2025.02.13 06:14:11.316988 [ 260 ] {37e21407-6039-4f93-8b96-090c66836c78} <Debug> TCPHandler: Processed in 0.006118902 sec.
4476 2025.02.13 06:14:11.317085 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4477 2025.02.13 06:14:11.317349 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4478 2025.02.13 06:14:11.317496 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4479 2025.02.13 06:14:11.317603 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 949 rows starting from the beginning of the part
4480 2025.02.13 06:14:11.317720 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4481 2025.02.13 06:14:11.318049 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4482 2025.02.13 06:14:11.318072 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 102 rows starting from the beginning of the part
4483 2025.02.13 06:14:11.318419 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4484 2025.02.13 06:14:11.318652 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 103 rows starting from the beginning of the part
4485 2025.02.13 06:14:11.318934 [ 193 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_36_7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4486 2025.02.13 06:14:11.319280 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
4487 2025.02.13 06:14:11.319397 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
4488 2025.02.13 06:14:11.319755 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
4489 2025.02.13 06:14:11.320076 [ 187 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4490 2025.02.13 06:14:11.320870 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4491 2025.02.13 06:14:11.320917 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4492 2025.02.13 06:14:11.321523 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4493 2025.02.13 06:14:11.321799 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4494 2025.02.13 06:14:11.322041 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4495 2025.02.13 06:14:11.322166 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4496 2025.02.13 06:14:11.322256 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4497 2025.02.13 06:14:11.322468 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.004856 sec., 15238.879736408566 rows/sec., 1.06 MiB/sec.
4498 2025.02.13 06:14:11.322861 [ 261 ] {83986731-6875-4f73-990b-6feb451f428b} <Debug> TCPHandler: Processed in 0.005718135 sec.
4499 2025.02.13 06:14:11.322882 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
4500 2025.02.13 06:14:11.323262 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4501 2025.02.13 06:14:11.323420 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 5 columns (5 merged, 0 gathered) in 0.006754664 sec., 272848.50882294076 rows/sec., 21.41 MiB/sec.
4502 2025.02.13 06:14:11.323629 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4503 2025.02.13 06:14:11.323754 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9245 rows starting from the beginning of the part
4504 2025.02.13 06:14:11.324290 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 197 rows starting from the beginning of the part
4505 2025.02.13 06:14:11.324336 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4506 2025.02.13 06:14:11.324392 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4507 2025.02.13 06:14:11.324674 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
4508 2025.02.13 06:14:11.324696 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4509 2025.02.13 06:14:11.325064 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
4510 2025.02.13 06:14:11.325507 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 933 rows starting from the beginning of the part
4511 2025.02.13 06:14:11.325833 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4512 2025.02.13 06:14:11.326031 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part
4513 2025.02.13 06:14:11.326510 [ 198 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_36_7} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4514 2025.02.13 06:14:11.326792 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4515 2025.02.13 06:14:11.327698 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4516 2025.02.13 06:14:11.327753 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4517 2025.02.13 06:14:11.328348 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4518 2025.02.13 06:14:11.328881 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4519 2025.02.13 06:14:11.329158 [ 78 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4520 2025.02.13 06:14:11.329260 [ 78 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4521 2025.02.13 06:14:11.329340 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4522 2025.02.13 06:14:11.329477 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.005358 sec., 5225.830533781262 rows/sec., 361.61 KiB/sec.
4523 2025.02.13 06:14:11.329895 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4524 2025.02.13 06:14:11.330105 [ 260 ] {5e812fdd-8f13-45ca-b62c-768c2b328074} <Debug> TCPHandler: Processed in 0.00706854 sec.
4525 2025.02.13 06:14:11.330839 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4526 2025.02.13 06:14:11.331010 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1600 rows starting from the beginning of the part
4527 2025.02.13 06:14:11.331221 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
4528 2025.02.13 06:14:11.331319 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4529 2025.02.13 06:14:11.331590 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4530 2025.02.13 06:14:11.331741 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part
4531 2025.02.13 06:14:11.332013 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
4532 2025.02.13 06:14:11.332902 [ 198 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10769 rows, containing 5 columns (5 merged, 0 gathered) in 0.010447841 sec., 1030739.2694816088 rows/sec., 70.54 MiB/sec.
4533 2025.02.13 06:14:11.333338 [ 201 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4534 2025.02.13 06:14:11.333901 [ 201 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4535 2025.02.13 06:14:11.334119 [ 201 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4536 2025.02.13 06:14:11.334294 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
4537 2025.02.13 06:14:11.334741 [ 186 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 4 columns (4 merged, 0 gathered) in 0.005236546 sec., 351376.65170897 rows/sec., 23.65 MiB/sec.
4538 2025.02.13 06:14:11.335044 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4539 2025.02.13 06:14:11.335336 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4540 2025.02.13 06:14:11.335410 [ 201 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_36_7} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4541 2025.02.13 06:14:11.335495 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4542 2025.02.13 06:14:12.886140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4543 2025.02.13 06:14:12.887164 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4544 2025.02.13 06:14:12.887243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4545 2025.02.13 06:14:12.887825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4546 2025.02.13 06:14:12.888099 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4547 2025.02.13 06:14:12.888300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4548 2025.02.13 06:14:13.617467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4549 2025.02.13 06:14:13.639001 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4550 2025.02.13 06:14:13.639068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB.
4551 2025.02.13 06:14:13.646845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4552 2025.02.13 06:14:13.647640 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2025.02.13 06:14:13.650516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4554 2025.02.13 06:14:16.311861 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4555 2025.02.13 06:14:16.312094 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4556 2025.02.13 06:14:16.312185 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4557 2025.02.13 06:14:16.312996 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4558 2025.02.13 06:14:16.313050 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4559 2025.02.13 06:14:16.313494 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4560 2025.02.13 06:14:16.313746 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4561 2025.02.13 06:14:16.313991 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.18 MiB/sec.
4562 2025.02.13 06:14:16.314058 [ 261 ] {e734c064-2aa2-43e3-bd45-779b91943ce5} <Debug> TCPHandler: Processed in 0.002338002 sec.
4563 2025.02.13 06:14:16.314328 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4564 2025.02.13 06:14:16.314545 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4565 2025.02.13 06:14:16.314629 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4566 2025.02.13 06:14:16.315481 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4567 2025.02.13 06:14:16.315533 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4568 2025.02.13 06:14:16.315982 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4569 2025.02.13 06:14:16.316228 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4570 2025.02.13 06:14:16.316434 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec.
4571 2025.02.13 06:14:16.316561 [ 260 ] {009f3191-5455-4356-a896-e7a74058323a} <Debug> TCPHandler: Processed in 0.002385393 sec.
4572 2025.02.13 06:14:16.316748 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4573 2025.02.13 06:14:16.316896 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4574 2025.02.13 06:14:16.316964 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4575 2025.02.13 06:14:16.317614 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4576 2025.02.13 06:14:16.317654 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4577 2025.02.13 06:14:16.318065 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4578 2025.02.13 06:14:16.318312 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4579 2025.02.13 06:14:16.318531 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec.
4580 2025.02.13 06:14:16.318589 [ 261 ] {9a867161-0344-4cbe-8a86-e1dcaaa80622} <Debug> TCPHandler: Processed in 0.001911485 sec.
4581 2025.02.13 06:14:16.318763 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4582 2025.02.13 06:14:16.318911 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4583 2025.02.13 06:14:16.318976 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4584 2025.02.13 06:14:16.319533 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2025.02.13 06:14:16.319572 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4586 2025.02.13 06:14:16.320012 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4587 2025.02.13 06:14:16.320245 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2025.02.13 06:14:16.320456 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec.
4589 2025.02.13 06:14:16.320535 [ 260 ] {a90cae9e-27c0-4a32-8a23-81f03a1b4f2e} <Debug> TCPHandler: Processed in 0.001843024 sec.
4590 2025.02.13 06:14:20.298896 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
4591 2025.02.13 06:14:20.298959 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
4592 2025.02.13 06:14:20.388419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4593 2025.02.13 06:14:20.389192 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4594 2025.02.13 06:14:20.389252 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4595 2025.02.13 06:14:20.389864 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4596 2025.02.13 06:14:20.390165 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2025.02.13 06:14:20.390447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4598 2025.02.13 06:14:20.431588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 626
4599 2025.02.13 06:14:20.434380 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4600 2025.02.13 06:14:20.434436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4601 2025.02.13 06:14:20.435907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4602 2025.02.13 06:14:20.436222 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4603 2025.02.13 06:14:20.437084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 626
4604 2025.02.13 06:14:21.150595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4605 2025.02.13 06:14:21.174259 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4606 2025.02.13 06:14:21.174328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4607 2025.02.13 06:14:21.181755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4608 2025.02.13 06:14:21.182560 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4609 2025.02.13 06:14:21.186022 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4610 2025.02.13 06:14:21.319958 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4611 2025.02.13 06:14:21.320205 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4612 2025.02.13 06:14:21.320303 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4613 2025.02.13 06:14:21.321128 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4614 2025.02.13 06:14:21.321167 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4615 2025.02.13 06:14:21.321547 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4616 2025.02.13 06:14:21.321786 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4617 2025.02.13 06:14:21.321997 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001847 sec., 114780.72550081213 rows/sec., 7.30 MiB/sec.
4618 2025.02.13 06:14:21.322085 [ 261 ] {d8f5f349-6bbf-47c5-b28b-c06ce0031dbe} <Debug> TCPHandler: Processed in 0.002285772 sec.
4619 2025.02.13 06:14:21.322390 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4620 2025.02.13 06:14:21.322602 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4621 2025.02.13 06:14:21.322679 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4622 2025.02.13 06:14:21.323741 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4623 2025.02.13 06:14:21.323795 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4624 2025.02.13 06:14:21.324289 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4625 2025.02.13 06:14:21.324562 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4626 2025.02.13 06:14:21.324857 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.002303 sec., 301780.2865827182 rows/sec., 24.08 MiB/sec.
4627 2025.02.13 06:14:21.325034 [ 260 ] {adcb6b2f-5319-4c1a-bd1c-4aeb480cbb19} <Debug> TCPHandler: Processed in 0.002806441 sec.
4628 2025.02.13 06:14:21.325272 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4629 2025.02.13 06:14:21.325426 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4630 2025.02.13 06:14:21.325486 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4631 2025.02.13 06:14:21.326138 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4632 2025.02.13 06:14:21.326177 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4633 2025.02.13 06:14:21.326536 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4634 2025.02.13 06:14:21.326773 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4635 2025.02.13 06:14:21.326959 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001567 sec., 92533.50350989151 rows/sec., 5.81 MiB/sec.
4636 2025.02.13 06:14:21.327012 [ 261 ] {d4ce1002-59e0-46fb-9e07-9797affc1a61} <Debug> TCPHandler: Processed in 0.001860263 sec.
4637 2025.02.13 06:14:21.327166 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4638 2025.02.13 06:14:21.327290 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4639 2025.02.13 06:14:21.327345 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4640 2025.02.13 06:14:21.327989 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2025.02.13 06:14:21.328030 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4642 2025.02.13 06:14:21.328398 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4643 2025.02.13 06:14:21.328641 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.02.13 06:14:21.328936 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001647 sec., 68609.59319975713 rows/sec., 4.44 MiB/sec.
4645 2025.02.13 06:14:21.329091 [ 260 ] {34ec2f54-cce9-43bd-a05d-6181c254eb64} <Debug> TCPHandler: Processed in 0.001985156 sec.
4646 2025.02.13 06:14:21.329258 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4647 2025.02.13 06:14:21.329379 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4648 2025.02.13 06:14:21.329429 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4649 2025.02.13 06:14:21.330045 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4650 2025.02.13 06:14:21.330089 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4651 2025.02.13 06:14:21.330444 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4652 2025.02.13 06:14:21.330682 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4653 2025.02.13 06:14:21.330910 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001548 sec., 72351.4211886305 rows/sec., 4.12 MiB/sec.
4654 2025.02.13 06:14:21.331094 [ 261 ] {8499fb5f-ad82-4ba1-99e3-d90b2d8d3def} <Debug> TCPHandler: Processed in 0.001893915 sec.
4655 2025.02.13 06:14:21.331254 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4656 2025.02.13 06:14:21.331370 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4657 2025.02.13 06:14:21.331421 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4658 2025.02.13 06:14:21.332267 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4659 2025.02.13 06:14:21.332315 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4660 2025.02.13 06:14:21.332732 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4661 2025.02.13 06:14:21.332972 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4662 2025.02.13 06:14:21.333164 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001819 sec., 231445.84936778448 rows/sec., 16.49 MiB/sec.
4663 2025.02.13 06:14:21.333220 [ 260 ] {626e0fb7-8100-4684-a834-1bee6b653b0b} <Debug> TCPHandler: Processed in 0.002022697 sec.
4664 2025.02.13 06:14:21.333367 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4665 2025.02.13 06:14:21.333486 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4666 2025.02.13 06:14:21.333550 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4667 2025.02.13 06:14:21.334358 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Trace> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4668 2025.02.13 06:14:21.334426 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4669 2025.02.13 06:14:21.334853 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
4670 2025.02.13 06:14:21.335092 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Trace> oximeter.measurements_bool (3bda3b49-f470-4bee-8b89-3cd7eea366f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4671 2025.02.13 06:14:21.335360 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001875 sec., 3200 rows/sec., 167.19 KiB/sec.
4672 2025.02.13 06:14:21.335506 [ 261 ] {e1166424-d782-4a55-a8e0-aed522b815cc} <Debug> TCPHandler: Processed in 0.0021899 sec.
4673 2025.02.13 06:14:21.335667 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4674 2025.02.13 06:14:21.335807 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4675 2025.02.13 06:14:21.335871 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4676 2025.02.13 06:14:21.336559 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4677 2025.02.13 06:14:21.336598 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4678 2025.02.13 06:14:21.336992 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4679 2025.02.13 06:14:21.337232 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4680 2025.02.13 06:14:21.337446 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001669 sec., 142001.19832234873 rows/sec., 9.52 MiB/sec.
4681 2025.02.13 06:14:21.337658 [ 260 ] {5c37ae91-9210-4d68-b379-79ca7866a984} <Debug> TCPHandler: Processed in 0.002054677 sec.
4682 2025.02.13 06:14:21.337874 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4683 2025.02.13 06:14:21.338010 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4684 2025.02.13 06:14:21.338070 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4685 2025.02.13 06:14:21.338613 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4686 2025.02.13 06:14:21.338652 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4687 2025.02.13 06:14:21.339003 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4688 2025.02.13 06:14:21.339236 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Trace> oximeter.measurements_f64 (15941234-2331-424d-a3ca-cc03b224f4d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2025.02.13 06:14:21.339505 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec.
4690 2025.02.13 06:14:21.339576 [ 261 ] {0f957c73-29ee-44c6-a1fc-4ee985d7ada3} <Debug> TCPHandler: Processed in 0.001818674 sec.
4691 2025.02.13 06:14:21.339737 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4692 2025.02.13 06:14:21.339874 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4693 2025.02.13 06:14:21.339969 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4694 2025.02.13 06:14:21.341267 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4695 2025.02.13 06:14:21.341306 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4696 2025.02.13 06:14:21.341982 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4697 2025.02.13 06:14:21.342237 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4698 2025.02.13 06:14:21.342371 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4699 2025.02.13 06:14:21.342425 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4700 2025.02.13 06:14:21.342452 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002606 sec., 14965.464313123563 rows/sec., 26.82 MiB/sec.
4701 2025.02.13 06:14:21.342457 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4702 2025.02.13 06:14:21.342949 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
4703 2025.02.13 06:14:21.343131 [ 260 ] {c0385ff9-27ed-43ac-b63b-a437ba93f8c7} <Debug> TCPHandler: Processed in 0.003459254 sec.
4704 2025.02.13 06:14:21.343507 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4705 2025.02.13 06:14:21.343669 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4706 2025.02.13 06:14:21.343865 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 321 rows starting from the beginning of the part
4707 2025.02.13 06:14:21.343919 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4708 2025.02.13 06:14:21.344311 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4709 2025.02.13 06:14:21.344453 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
4710 2025.02.13 06:14:21.345366 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
4711 2025.02.13 06:14:21.346066 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
4712 2025.02.13 06:14:21.347210 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4713 2025.02.13 06:14:21.347217 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
4714 2025.02.13 06:14:21.347266 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4715 2025.02.13 06:14:21.347961 [ 186 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::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
4716 2025.02.13 06:14:21.349130 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4717 2025.02.13 06:14:21.349732 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4718 2025.02.13 06:14:21.350261 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00643 sec., 12752.721617418352 rows/sec., 829.39 KiB/sec.
4719 2025.02.13 06:14:21.350721 [ 261 ] {fda13812-1540-4a8d-ac11-51b4047a1566} <Debug> TCPHandler: Processed in 0.007429676 sec.
4720 2025.02.13 06:14:21.354936 [ 201 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.012376527 sec., 41691.82517842041 rows/sec., 74.71 MiB/sec.
4721 2025.02.13 06:14:21.355958 [ 196 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4722 2025.02.13 06:14:21.356458 [ 196 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4723 2025.02.13 06:14:21.356554 [ 196 ] {ac14120c-71d6-4ec4-b2ab-f0871078c410::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4724 2025.02.13 06:14:21.356736 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB.
4725 2025.02.13 06:14:26.312491 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2025.02.13 06:14:26.312703 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4727 2025.02.13 06:14:26.312778 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4728 2025.02.13 06:14:26.313559 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2025.02.13 06:14:26.313612 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4730 2025.02.13 06:14:26.314065 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4731 2025.02.13 06:14:26.314333 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4732 2025.02.13 06:14:26.314584 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.21 MiB/sec.
4733 2025.02.13 06:14:26.314653 [ 261 ] {f74ff7ea-91ee-48f1-a4c8-e5c8a0c9ffc7} <Debug> TCPHandler: Processed in 0.002291982 sec.
4734 2025.02.13 06:14:26.314910 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4735 2025.02.13 06:14:26.315121 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4736 2025.02.13 06:14:26.315205 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4737 2025.02.13 06:14:26.316030 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4738 2025.02.13 06:14:26.316075 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4739 2025.02.13 06:14:26.316513 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4740 2025.02.13 06:14:26.316763 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4741 2025.02.13 06:14:26.316966 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec.
4742 2025.02.13 06:14:26.317031 [ 260 ] {0d44437b-452b-4efb-bc9f-d9cc5a145de3} <Debug> TCPHandler: Processed in 0.002263332 sec.
4743 2025.02.13 06:14:26.317185 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2025.02.13 06:14:26.317336 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4745 2025.02.13 06:14:26.317404 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4746 2025.02.13 06:14:26.318055 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4747 2025.02.13 06:14:26.318099 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4748 2025.02.13 06:14:26.318518 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4749 2025.02.13 06:14:26.318762 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4750 2025.02.13 06:14:26.318985 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec.
4751 2025.02.13 06:14:26.319042 [ 261 ] {705cfa9c-730d-48d9-8f2a-cd47366c3c8a} <Debug> TCPHandler: Processed in 0.001928196 sec.
4752 2025.02.13 06:14:26.319194 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4753 2025.02.13 06:14:26.319340 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4754 2025.02.13 06:14:26.319407 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4755 2025.02.13 06:14:26.319969 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4756 2025.02.13 06:14:26.320008 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4757 2025.02.13 06:14:26.320404 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4758 2025.02.13 06:14:26.320650 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4759 2025.02.13 06:14:26.320878 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec.
4760 2025.02.13 06:14:26.321036 [ 260 ] {df5b2709-636c-4b91-ad98-462fa7bf8386} <Debug> TCPHandler: Processed in 0.001904855 sec.
4761 2025.02.13 06:14:27.890580 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
4762 2025.02.13 06:14:27.891612 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4763 2025.02.13 06:14:27.891693 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4764 2025.02.13 06:14:27.892252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4765 2025.02.13 06:14:27.892509 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4766 2025.02.13 06:14:27.892763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
4767 2025.02.13 06:14:28.686104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4768 2025.02.13 06:14:28.707904 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4769 2025.02.13 06:14:28.707969 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4770 2025.02.13 06:14:28.715646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4771 2025.02.13 06:14:28.716416 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4772 2025.02.13 06:14:28.719765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4773 2025.02.13 06:14:30.437215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 656
4774 2025.02.13 06:14:30.440254 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4775 2025.02.13 06:14:30.440309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4776 2025.02.13 06:14:30.441808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4777 2025.02.13 06:14:30.442124 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4778 2025.02.13 06:14:30.442914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656
4779 2025.02.13 06:14:31.313841 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4780 2025.02.13 06:14:31.314051 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4781 2025.02.13 06:14:31.314125 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4782 2025.02.13 06:14:31.315039 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.02.13 06:14:31.315090 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4784 2025.02.13 06:14:31.315544 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4785 2025.02.13 06:14:31.315848 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.02.13 06:14:31.316046 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002049 sec., 65397.755002440215 rows/sec., 5.63 MiB/sec.
4787 2025.02.13 06:14:31.316103 [ 261 ] {029a3265-83c5-4430-ab17-5ea785bf6c50} <Debug> TCPHandler: Processed in 0.002405004 sec.
4788 2025.02.13 06:14:31.316372 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4789 2025.02.13 06:14:31.316570 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4790 2025.02.13 06:14:31.316649 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4791 2025.02.13 06:14:31.317417 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4792 2025.02.13 06:14:31.317474 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4793 2025.02.13 06:14:31.317941 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4794 2025.02.13 06:14:31.318198 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4795 2025.02.13 06:14:31.318380 [ 59 ] {} <Debug> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4796 2025.02.13 06:14:31.318457 [ 59 ] {} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4797 2025.02.13 06:14:31.318474 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001944 sec., 20061.728395061727 rows/sec., 1.47 MiB/sec.
4798 2025.02.13 06:14:31.318496 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4799 2025.02.13 06:14:31.318652 [ 260 ] {0e30d3c1-3aa4-41f0-86e4-c63f3207d10d} <Debug> TCPHandler: Processed in 0.002414544 sec.
4800 2025.02.13 06:14:31.318790 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::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
4801 2025.02.13 06:14:31.318891 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4802 2025.02.13 06:14:31.319071 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4803 2025.02.13 06:14:31.319141 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4804 2025.02.13 06:14:31.319157 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 175 rows starting from the beginning of the part
4805 2025.02.13 06:14:31.319219 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4806 2025.02.13 06:14:31.319575 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
4807 2025.02.13 06:14:31.319900 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
4808 2025.02.13 06:14:31.320365 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part
4809 2025.02.13 06:14:31.320814 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part
4810 2025.02.13 06:14:31.321208 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part
4811 2025.02.13 06:14:31.322275 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4812 2025.02.13 06:14:31.322356 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4813 2025.02.13 06:14:31.323486 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4814 2025.02.13 06:14:31.324117 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4815 2025.02.13 06:14:31.324133 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 5 columns (5 merged, 0 gathered) in 0.00549183 sec., 82486.16581358128 rows/sec., 5.81 MiB/sec.
4816 2025.02.13 06:14:31.324404 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4817 2025.02.13 06:14:31.324505 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00542 sec., 19003.690036900367 rows/sec., 1.48 MiB/sec.
4818 2025.02.13 06:14:31.324653 [ 261 ] {06ef0a0c-3d7c-4ffc-aae5-afc79c1fb96a} <Debug> TCPHandler: Processed in 0.005865997 sec.
4819 2025.02.13 06:14:31.324864 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4820 2025.02.13 06:14:31.324909 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2025.02.13 06:14:31.325063 [ 189 ] {42df6457-8a87-4347-8420-8582b789c82a::all_1_21_4} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4822 2025.02.13 06:14:31.325095 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4823 2025.02.13 06:14:31.325211 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
4824 2025.02.13 06:14:31.325219 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4825 2025.02.13 06:14:31.325851 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4826 2025.02.13 06:14:31.325895 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4827 2025.02.13 06:14:31.326323 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4828 2025.02.13 06:14:31.326566 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4829 2025.02.13 06:14:31.326788 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001763 sec., 90754.39591605218 rows/sec., 6.32 MiB/sec.
4830 2025.02.13 06:14:31.326847 [ 260 ] {0cc13c54-836f-4c09-b143-895129cd0e21} <Debug> TCPHandler: Processed in 0.002086548 sec.
4831 2025.02.13 06:14:31.327003 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4832 2025.02.13 06:14:31.327145 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4833 2025.02.13 06:14:31.327239 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4834 2025.02.13 06:14:31.328507 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4835 2025.02.13 06:14:31.328545 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4836 2025.02.13 06:14:31.329211 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4837 2025.02.13 06:14:31.329469 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4838 2025.02.13 06:14:31.329712 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002599 sec., 15005.771450557906 rows/sec., 26.89 MiB/sec.
4839 2025.02.13 06:14:31.330051 [ 261 ] {3b47b86e-79c1-40a5-8822-b4870d1b64c6} <Debug> TCPHandler: Processed in 0.003119797 sec.
4840 2025.02.13 06:14:31.330215 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4841 2025.02.13 06:14:31.330339 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4842 2025.02.13 06:14:31.330393 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4843 2025.02.13 06:14:31.330892 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4844 2025.02.13 06:14:31.330933 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4845 2025.02.13 06:14:31.331314 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4846 2025.02.13 06:14:31.331559 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4847 2025.02.13 06:14:31.331832 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec.
4848 2025.02.13 06:14:31.332032 [ 260 ] {729b9b19-6110-4bdb-b794-336343768d4b} <Debug> TCPHandler: Processed in 0.001875864 sec.
4849 2025.02.13 06:14:35.299014 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
4850 2025.02.13 06:14:35.299093 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
4851 2025.02.13 06:14:35.392885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
4852 2025.02.13 06:14:35.393647 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2025.02.13 06:14:35.393695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4854 2025.02.13 06:14:35.394250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4855 2025.02.13 06:14:35.394515 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4856 2025.02.13 06:14:35.394663 [ 56 ] {} <Debug> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4857 2025.02.13 06:14:35.394717 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4858 2025.02.13 06:14:35.394719 [ 56 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2025.02.13 06:14:35.394752 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4860 2025.02.13 06:14:35.394901 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4861 2025.02.13 06:14:35.395080 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4862 2025.02.13 06:14:35.395129 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4863 2025.02.13 06:14:35.395218 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4864 2025.02.13 06:14:35.395450 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4865 2025.02.13 06:14:35.395670 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4866 2025.02.13 06:14:35.395808 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4867 2025.02.13 06:14:35.395907 [ 201 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::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
4868 2025.02.13 06:14:35.398572 [ 190 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003742539 sec., 3194622.687966645 rows/sec., 45.70 MiB/sec.
4869 2025.02.13 06:14:35.399114 [ 190 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4870 2025.02.13 06:14:35.399454 [ 190 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_26_5} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4871 2025.02.13 06:14:35.399547 [ 190 ] {a01817db-6427-43b7-b4cd-f46cf29c9749::all_1_26_5} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4872 2025.02.13 06:14:35.399666 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
4873 2025.02.13 06:14:36.219846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4874 2025.02.13 06:14:36.242548 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4875 2025.02.13 06:14:36.242603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4876 2025.02.13 06:14:36.250333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4877 2025.02.13 06:14:36.251132 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4878 2025.02.13 06:14:36.251443 [ 55 ] {} <Debug> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4879 2025.02.13 06:14:36.251517 [ 55 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4880 2025.02.13 06:14:36.251561 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4881 2025.02.13 06:14:36.252041 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4882 2025.02.13 06:14:36.269895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4883 2025.02.13 06:14:36.271140 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4884 2025.02.13 06:14:36.272837 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4885 2025.02.13 06:14:36.278651 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4886 2025.02.13 06:14:36.284435 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4887 2025.02.13 06:14:36.290232 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4888 2025.02.13 06:14:36.296696 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4889 2025.02.13 06:14:36.301522 [ 194 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::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
4890 2025.02.13 06:14:36.314320 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4891 2025.02.13 06:14:36.314479 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4892 2025.02.13 06:14:36.314548 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4893 2025.02.13 06:14:36.317383 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4894 2025.02.13 06:14:36.317459 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4895 2025.02.13 06:14:36.318875 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4896 2025.02.13 06:14:36.319529 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4897 2025.02.13 06:14:36.319905 [ 55 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4898 2025.02.13 06:14:36.320041 [ 55 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4899 2025.02.13 06:14:36.320134 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4900 2025.02.13 06:14:36.320365 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005878 sec., 9527.050017012589 rows/sec., 744.80 KiB/sec.
4901 2025.02.13 06:14:36.320941 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::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
4902 2025.02.13 06:14:36.321059 [ 261 ] {33b279da-9c4d-4e93-a8e7-f539c9e1c5d1} <Debug> TCPHandler: Processed in 0.006850086 sec.
4903 2025.02.13 06:14:36.321640 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4904 2025.02.13 06:14:36.321928 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4905 2025.02.13 06:14:36.322163 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1965 rows starting from the beginning of the part
4906 2025.02.13 06:14:36.322396 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4907 2025.02.13 06:14:36.322681 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4908 2025.02.13 06:14:36.322786 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
4909 2025.02.13 06:14:36.323398 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 695 rows starting from the beginning of the part
4910 2025.02.13 06:14:36.323909 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
4911 2025.02.13 06:14:36.324637 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 134 rows starting from the beginning of the part
4912 2025.02.13 06:14:36.325239 [ 190 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
4913 2025.02.13 06:14:36.327582 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4914 2025.02.13 06:14:36.327650 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
4915 2025.02.13 06:14:36.328937 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4916 2025.02.13 06:14:36.329421 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4917 2025.02.13 06:14:36.329668 [ 55 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4918 2025.02.13 06:14:36.329746 [ 55 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2025.02.13 06:14:36.329810 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
4920 2025.02.13 06:14:36.329829 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007668 sec., 8346.374543557642 rows/sec., 667.09 KiB/sec.
4921 2025.02.13 06:14:36.330247 [ 260 ] {b746c3d4-05bb-4c4b-a01f-bf98fd09d4c1} <Debug> TCPHandler: Processed in 0.008983384 sec.
4922 2025.02.13 06:14:36.330677 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4923 2025.02.13 06:14:36.330735 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::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
4924 2025.02.13 06:14:36.331271 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4925 2025.02.13 06:14:36.331275 [ 191 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2962 rows, containing 5 columns (5 merged, 0 gathered) in 0.01092541 sec., 271111.1070431224 rows/sec., 23.09 MiB/sec.
4926 2025.02.13 06:14:36.331504 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4927 2025.02.13 06:14:36.331525 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4928 2025.02.13 06:14:36.331642 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 949 rows starting from the beginning of the part
4929 2025.02.13 06:14:36.332021 [ 187 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4930 2025.02.13 06:14:36.332262 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
4931 2025.02.13 06:14:36.332854 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part
4932 2025.02.13 06:14:36.333406 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
4933 2025.02.13 06:14:36.333651 [ 187 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4934 2025.02.13 06:14:36.333998 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 103 rows starting from the beginning of the part
4935 2025.02.13 06:14:36.334289 [ 187 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_41_8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4936 2025.02.13 06:14:36.334616 [ 188 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
4937 2025.02.13 06:14:36.334707 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
4938 2025.02.13 06:14:36.336331 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4939 2025.02.13 06:14:36.336428 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
4940 2025.02.13 06:14:36.338268 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4941 2025.02.13 06:14:36.339131 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4942 2025.02.13 06:14:36.339539 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4943 2025.02.13 06:14:36.339700 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4944 2025.02.13 06:14:36.339819 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
4945 2025.02.13 06:14:36.340051 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008967 sec., 17843.20285491246 rows/sec., 1.24 MiB/sec.
4946 2025.02.13 06:14:36.340500 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::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
4947 2025.02.13 06:14:36.340517 [ 261 ] {2478efc1-c9ff-4ba0-a86f-595024e08fcd} <Debug> TCPHandler: Processed in 0.010132236 sec.
4948 2025.02.13 06:14:36.340784 [ 197 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1665 rows, containing 5 columns (5 merged, 0 gathered) in 0.010770047 sec., 154595.4256281333 rows/sec., 11.97 MiB/sec.
4949 2025.02.13 06:14:36.340952 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2025.02.13 06:14:36.341366 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4951 2025.02.13 06:14:36.341375 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4952 2025.02.13 06:14:36.341444 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4953 2025.02.13 06:14:36.341587 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10769 rows starting from the beginning of the part
4954 2025.02.13 06:14:36.341680 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4955 2025.02.13 06:14:36.342330 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
4956 2025.02.13 06:14:36.342859 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
4957 2025.02.13 06:14:36.343077 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4958 2025.02.13 06:14:36.343781 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
4959 2025.02.13 06:14:36.343945 [ 191 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_41_8} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4960 2025.02.13 06:14:36.344592 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
4961 2025.02.13 06:14:36.344635 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4962 2025.02.13 06:14:36.345046 [ 187 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
4963 2025.02.13 06:14:36.346909 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4964 2025.02.13 06:14:36.347016 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
4965 2025.02.13 06:14:36.348179 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4966 2025.02.13 06:14:36.348889 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4967 2025.02.13 06:14:36.349440 [ 55 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4968 2025.02.13 06:14:36.349614 [ 55 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4969 2025.02.13 06:14:36.349796 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
4970 2025.02.13 06:14:36.349852 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008537 sec., 7028.2300573972125 rows/sec., 485.02 KiB/sec.
4971 2025.02.13 06:14:36.350526 [ 260 ] {f2bd34ca-4420-400b-9929-1492d0da69ff} <Debug> TCPHandler: Processed in 0.009868821 sec.
4972 2025.02.13 06:14:36.350716 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::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
4973 2025.02.13 06:14:36.351356 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4974 2025.02.13 06:14:36.351465 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1840 rows starting from the beginning of the part
4975 2025.02.13 06:14:36.352027 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
4976 2025.02.13 06:14:36.352592 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
4977 2025.02.13 06:14:36.353284 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
4978 2025.02.13 06:14:36.353611 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
4979 2025.02.13 06:14:36.353972 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
4980 2025.02.13 06:14:36.358228 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11646 rows, containing 5 columns (5 merged, 0 gathered) in 0.018215244 sec., 639354.5977204588 rows/sec., 43.78 MiB/sec.
4981 2025.02.13 06:14:36.358865 [ 200 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4982 2025.02.13 06:14:36.358873 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 4 columns (4 merged, 0 gathered) in 0.008790111 sec., 245958.2137244911 rows/sec., 16.52 MiB/sec.
4983 2025.02.13 06:14:36.359284 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4984 2025.02.13 06:14:36.359959 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4985 2025.02.13 06:14:36.360172 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2025.02.13 06:14:36.360387 [ 195 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4987 2025.02.13 06:14:36.360463 [ 198 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_41_8} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4988 2025.02.13 06:14:36.360688 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
4989 2025.02.13 06:14:36.360761 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
4990 2025.02.13 06:14:36.406551 [ 186 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.154868277 sec., 1265.5916614866194 rows/sec., 6.54 MiB/sec.
4991 2025.02.13 06:14:36.409418 [ 193 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4992 2025.02.13 06:14:36.412594 [ 193 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_26_5} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4993 2025.02.13 06:14:36.412730 [ 193 ] {bef0bd05-edc1-4419-871b-ae83683cd01d::all_1_26_5} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4994 2025.02.13 06:14:36.415382 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4995 2025.02.13 06:14:37.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.17 MiB, peak 210.01 MiB, free memory in arenas 0.00 B, will set to 196.51 MiB (RSS), difference: 4.34 MiB
4996 2025.02.13 06:14:38.596962 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4997 2025.02.13 06:14:38.597278 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4998 2025.02.13 06:14:38.597398 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4999 2025.02.13 06:14:38.598451 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5000 2025.02.13 06:14:38.598504 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5001 2025.02.13 06:14:38.598973 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5002 2025.02.13 06:14:38.599225 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5003 2025.02.13 06:14:38.599552 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00234 sec., 5982.9059829059825 rows/sec., 487.86 KiB/sec.
5004 2025.02.13 06:14:38.599690 [ 261 ] {0d416694-f4d7-45a1-b368-142c907bb5b3} <Debug> TCPHandler: Processed in 0.002921524 sec.
5005 2025.02.13 06:14:38.599958 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5006 2025.02.13 06:14:38.600167 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5007 2025.02.13 06:14:38.600249 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5008 2025.02.13 06:14:38.601707 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5009 2025.02.13 06:14:38.601756 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5010 2025.02.13 06:14:38.602285 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5011 2025.02.13 06:14:38.602544 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5012 2025.02.13 06:14:38.602818 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Debug> executeQuery: Read 1281 rows, 108.44 KiB in 0.002706 sec., 473392.46119733923 rows/sec., 39.13 MiB/sec.
5013 2025.02.13 06:14:38.603008 [ 260 ] {f0de4989-48ec-4aea-ae3d-7d5f18c99198} <Debug> TCPHandler: Processed in 0.003195858 sec.
5014 2025.02.13 06:14:38.603323 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5015 2025.02.13 06:14:38.603556 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5016 2025.02.13 06:14:38.603653 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5017 2025.02.13 06:14:38.604487 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5018 2025.02.13 06:14:38.604528 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5019 2025.02.13 06:14:38.604911 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5020 2025.02.13 06:14:38.605152 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5021 2025.02.13 06:14:38.605375 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Debug> executeQuery: Read 53 rows, 3.91 KiB in 0.001879 sec., 28206.492815327303 rows/sec., 2.03 MiB/sec.
5022 2025.02.13 06:14:38.605431 [ 261 ] {008b4d18-9e93-41d3-950e-d5da9ba5f4df} <Debug> TCPHandler: Processed in 0.002302142 sec.
5023 2025.02.13 06:14:38.605602 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5024 2025.02.13 06:14:38.605755 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5025 2025.02.13 06:14:38.605819 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5026 2025.02.13 06:14:38.606537 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5027 2025.02.13 06:14:38.606579 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5028 2025.02.13 06:14:38.606968 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5029 2025.02.13 06:14:38.607211 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5030 2025.02.13 06:14:38.607419 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001701 sec., 134038.80070546738 rows/sec., 9.08 MiB/sec.
5031 2025.02.13 06:14:38.607476 [ 260 ] {888fbf50-621e-4a6b-89da-050806cc3899} <Debug> TCPHandler: Processed in 0.001944135 sec.
5032 2025.02.13 06:14:38.607628 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5033 2025.02.13 06:14:38.607770 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5034 2025.02.13 06:14:38.607829 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5035 2025.02.13 06:14:38.608716 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5036 2025.02.13 06:14:38.608757 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5037 2025.02.13 06:14:38.609164 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5038 2025.02.13 06:14:38.609413 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5039 2025.02.13 06:14:38.609629 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Debug> executeQuery: Read 573 rows, 43.67 KiB in 0.00189 sec., 303174.6031746032 rows/sec., 22.56 MiB/sec.
5040 2025.02.13 06:14:38.609685 [ 261 ] {db34abe1-ef9d-4eb0-8422-b89ce7acf2a0} <Debug> TCPHandler: Processed in 0.002126649 sec.
5041 2025.02.13 06:14:38.609852 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5042 2025.02.13 06:14:38.609992 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5043 2025.02.13 06:14:38.610056 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5044 2025.02.13 06:14:38.610992 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5045 2025.02.13 06:14:38.611041 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5046 2025.02.13 06:14:38.611502 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5047 2025.02.13 06:14:38.611753 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5048 2025.02.13 06:14:38.611960 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Debug> executeQuery: Read 939 rows, 64.46 KiB in 0.002 sec., 469500 rows/sec., 31.48 MiB/sec.
5049 2025.02.13 06:14:38.612017 [ 260 ] {56285df3-0b6e-4b62-a5c7-cd60e516dab3} <Debug> TCPHandler: Processed in 0.00223445 sec.
5050 2025.02.13 06:14:38.612224 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5051 2025.02.13 06:14:38.612455 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5052 2025.02.13 06:14:38.612597 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5053 2025.02.13 06:14:38.614054 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5054 2025.02.13 06:14:38.614095 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5055 2025.02.13 06:14:38.614828 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5056 2025.02.13 06:14:38.615091 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5057 2025.02.13 06:14:38.615347 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00295 sec., 13220.338983050848 rows/sec., 23.69 MiB/sec.
5058 2025.02.13 06:14:38.615457 [ 261 ] {32cd59bb-9e1c-4435-a021-da4b9219366d} <Debug> TCPHandler: Processed in 0.003347782 sec.
5059 2025.02.13 06:14:38.615611 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5060 2025.02.13 06:14:38.615752 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5061 2025.02.13 06:14:38.615816 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5062 2025.02.13 06:14:38.616332 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5063 2025.02.13 06:14:38.616372 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5064 2025.02.13 06:14:38.616760 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5065 2025.02.13 06:14:38.616997 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5066 2025.02.13 06:14:38.617218 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001496 sec., 21390.374331550804 rows/sec., 1.44 MiB/sec.
5067 2025.02.13 06:14:38.617288 [ 260 ] {31058bee-3c2c-4a85-88d8-2ef56fa1ef13} <Debug> TCPHandler: Processed in 0.001742032 sec.
5068 2025.02.13 06:14:40.443163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 692
5069 2025.02.13 06:14:40.446870 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5070 2025.02.13 06:14:40.446935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5071 2025.02.13 06:14:40.448445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5072 2025.02.13 06:14:40.448767 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5073 2025.02.13 06:14:40.449444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692
5074 2025.02.13 06:14:41.308640 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5075 2025.02.13 06:14:41.308879 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5076 2025.02.13 06:14:41.308962 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5077 2025.02.13 06:14:41.309764 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2025.02.13 06:14:41.309817 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5079 2025.02.13 06:14:41.310276 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5080 2025.02.13 06:14:41.310529 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5081 2025.02.13 06:14:41.310831 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec.
5082 2025.02.13 06:14:41.310961 [ 261 ] {c2adb8c4-e873-4580-abe0-285575a07c3e} <Debug> TCPHandler: Processed in 0.002457035 sec.
5083 2025.02.13 06:14:41.311280 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5084 2025.02.13 06:14:41.311468 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5085 2025.02.13 06:14:41.311538 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5086 2025.02.13 06:14:41.312285 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5087 2025.02.13 06:14:41.312329 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5088 2025.02.13 06:14:41.312772 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5089 2025.02.13 06:14:41.313027 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2025.02.13 06:14:41.313228 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001811 sec., 35339.5913859746 rows/sec., 2.76 MiB/sec.
5091 2025.02.13 06:14:41.313293 [ 260 ] {1e382ffa-6660-40e6-b5e3-3ef0f58cc0f5} <Debug> TCPHandler: Processed in 0.002197571 sec.
5092 2025.02.13 06:14:41.313449 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5093 2025.02.13 06:14:41.313600 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5094 2025.02.13 06:14:41.313668 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5095 2025.02.13 06:14:41.314304 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5096 2025.02.13 06:14:41.314347 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5097 2025.02.13 06:14:41.314765 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5098 2025.02.13 06:14:41.315013 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2025.02.13 06:14:41.315241 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001678 sec., 44100.11918951132 rows/sec., 3.07 MiB/sec.
5100 2025.02.13 06:14:41.315298 [ 261 ] {33952cca-45ce-49cc-8ebb-9db31e5501d2} <Debug> TCPHandler: Processed in 0.001917665 sec.
5101 2025.02.13 06:14:41.315437 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5102 2025.02.13 06:14:41.315563 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5103 2025.02.13 06:14:41.315618 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5104 2025.02.13 06:14:41.316133 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2025.02.13 06:14:41.316170 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5106 2025.02.13 06:14:41.316550 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5107 2025.02.13 06:14:41.316786 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2025.02.13 06:14:41.316961 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001427 sec., 19621.583742116327 rows/sec., 1.33 MiB/sec.
5109 2025.02.13 06:14:41.317011 [ 260 ] {6b88c424-c145-4a22-94b2-6ecbfec8c25f} <Debug> TCPHandler: Processed in 0.00163159 sec.
5110 2025.02.13 06:14:42.894856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5111 2025.02.13 06:14:42.895558 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5112 2025.02.13 06:14:42.895611 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5113 2025.02.13 06:14:42.896160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5114 2025.02.13 06:14:42.896434 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5115 2025.02.13 06:14:42.896733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5116 2025.02.13 06:14:43.769997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5117 2025.02.13 06:14:43.790843 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5118 2025.02.13 06:14:43.790910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB.
5119 2025.02.13 06:14:43.798012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5120 2025.02.13 06:14:43.798780 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5121 2025.02.13 06:14:43.801537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5122 2025.02.13 06:14:46.312674 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2025.02.13 06:14:46.312909 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5124 2025.02.13 06:14:46.312993 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5125 2025.02.13 06:14:46.313842 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5126 2025.02.13 06:14:46.313897 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5127 2025.02.13 06:14:46.314371 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5128 2025.02.13 06:14:46.314637 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2025.02.13 06:14:46.314905 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.08 MiB/sec.
5130 2025.02.13 06:14:46.314972 [ 261 ] {de6439df-93ec-4569-a560-35d176b1fdbd} <Debug> TCPHandler: Processed in 0.002440484 sec.
5131 2025.02.13 06:14:46.315244 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5132 2025.02.13 06:14:46.315454 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5133 2025.02.13 06:14:46.315536 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5134 2025.02.13 06:14:46.316378 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5135 2025.02.13 06:14:46.316426 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5136 2025.02.13 06:14:46.316863 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5137 2025.02.13 06:14:46.317117 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2025.02.13 06:14:46.317352 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec.
5139 2025.02.13 06:14:46.317408 [ 260 ] {54786894-800c-4609-856f-724afa6093ed} <Debug> TCPHandler: Processed in 0.002303813 sec.
5140 2025.02.13 06:14:46.317583 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5141 2025.02.13 06:14:46.317742 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5142 2025.02.13 06:14:46.317808 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5143 2025.02.13 06:14:46.318489 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2025.02.13 06:14:46.318532 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5145 2025.02.13 06:14:46.318950 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5146 2025.02.13 06:14:46.319193 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.02.13 06:14:46.319422 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001718 sec., 93131.54831199069 rows/sec., 6.49 MiB/sec.
5148 2025.02.13 06:14:46.319489 [ 261 ] {70c947d4-4163-4641-ab25-f1506305c2d0} <Debug> TCPHandler: Processed in 0.001982267 sec.
5149 2025.02.13 06:14:46.319637 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2025.02.13 06:14:46.319754 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5151 2025.02.13 06:14:46.319807 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5152 2025.02.13 06:14:46.320314 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5153 2025.02.13 06:14:46.320353 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5154 2025.02.13 06:14:46.320733 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5155 2025.02.13 06:14:46.320975 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5156 2025.02.13 06:14:46.321184 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec.
5157 2025.02.13 06:14:46.321232 [ 260 ] {aec26046-433c-487f-ab0b-3fae95307f84} <Debug> TCPHandler: Processed in 0.001652831 sec.
5158 2025.02.13 06:14:50.299149 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
5159 2025.02.13 06:14:50.299228 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
5160 2025.02.13 06:14:50.396859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5161 2025.02.13 06:14:50.397546 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.02.13 06:14:50.397593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5163 2025.02.13 06:14:50.398123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5164 2025.02.13 06:14:50.398390 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5165 2025.02.13 06:14:50.398677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5166 2025.02.13 06:14:50.449655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 708
5167 2025.02.13 06:14:50.452498 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2025.02.13 06:14:50.452547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5169 2025.02.13 06:14:50.454007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5170 2025.02.13 06:14:50.454325 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5171 2025.02.13 06:14:50.455424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708
5172 2025.02.13 06:14:51.128278 [ 41 ] {} <Debug> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5173 2025.02.13 06:14:51.128392 [ 41 ] {} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2025.02.13 06:14:51.128439 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5175 2025.02.13 06:14:51.128824 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::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
5176 2025.02.13 06:14:51.129095 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5177 2025.02.13 06:14:51.129156 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 366 rows starting from the beginning of the part
5178 2025.02.13 06:14:51.129325 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
5179 2025.02.13 06:14:51.129569 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part
5180 2025.02.13 06:14:51.129809 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part
5181 2025.02.13 06:14:51.130019 [ 198 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part
5182 2025.02.13 06:14:51.131279 [ 196 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.00271836 sec., 352786.2387616063 rows/sec., 25.25 MiB/sec.
5183 2025.02.13 06:14:51.131529 [ 189 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5184 2025.02.13 06:14:51.131903 [ 189 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5185 2025.02.13 06:14:51.132010 [ 189 ] {30c3e4a5-fd5b-42a3-b389-8fa0f902da02::all_1_13_3} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5186 2025.02.13 06:14:51.132124 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
5187 2025.02.13 06:14:51.301618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5188 2025.02.13 06:14:51.314515 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5189 2025.02.13 06:14:51.314741 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5190 2025.02.13 06:14:51.314836 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5191 2025.02.13 06:14:51.316497 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5192 2025.02.13 06:14:51.316562 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5193 2025.02.13 06:14:51.317366 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5194 2025.02.13 06:14:51.317747 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5195 2025.02.13 06:14:51.318203 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.003521 sec., 38057.37006532236 rows/sec., 3.27 MiB/sec.
5196 2025.02.13 06:14:51.318343 [ 261 ] {89a8437c-11e3-430c-b2ef-e8ea5f5703f8} <Debug> TCPHandler: Processed in 0.003990764 sec.
5197 2025.02.13 06:14:51.318691 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5198 2025.02.13 06:14:51.319088 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5199 2025.02.13 06:14:51.319216 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5200 2025.02.13 06:14:51.322769 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5201 2025.02.13 06:14:51.322877 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5202 2025.02.13 06:14:51.324120 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5203 2025.02.13 06:14:51.324719 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5204 2025.02.13 06:14:51.325695 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006649 sec., 5865.543690780568 rows/sec., 441.06 KiB/sec.
5205 2025.02.13 06:14:51.326161 [ 260 ] {dce05edb-065e-476a-b0dc-99609595b70e} <Debug> TCPHandler: Processed in 0.007665931 sec.
5206 2025.02.13 06:14:51.326404 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5207 2025.02.13 06:14:51.326620 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5208 2025.02.13 06:14:51.326702 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5209 2025.02.13 06:14:51.327873 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2025.02.13 06:14:51.327917 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5211 2025.02.13 06:14:51.328307 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5212 2025.02.13 06:14:51.328577 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5213 2025.02.13 06:14:51.328903 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002329 sec., 44224.98926577931 rows/sec., 3.45 MiB/sec.
5214 2025.02.13 06:14:51.329158 [ 261 ] {76446f2d-7870-48bb-8bfc-a78a15092253} <Debug> TCPHandler: Processed in 0.002872243 sec.
5215 2025.02.13 06:14:51.329563 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5216 2025.02.13 06:14:51.330161 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5217 2025.02.13 06:14:51.330286 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5218 2025.02.13 06:14:51.332602 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5219 2025.02.13 06:14:51.332680 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5220 2025.02.13 06:14:51.334195 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5221 2025.02.13 06:14:51.334972 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5222 2025.02.13 06:14:51.335814 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005807 sec., 27552.953332185294 rows/sec., 1.92 MiB/sec.
5223 2025.02.13 06:14:51.336380 [ 260 ] {8425539e-f32d-42d9-87a7-14f1e855efa7} <Debug> TCPHandler: Processed in 0.00710355 sec.
5224 2025.02.13 06:14:51.336719 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5225 2025.02.13 06:14:51.336990 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5226 2025.02.13 06:14:51.337180 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5227 2025.02.13 06:14:51.341331 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2025.02.13 06:14:51.341389 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5229 2025.02.13 06:14:51.343218 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5230 2025.02.13 06:14:51.343519 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5231 2025.02.13 06:14:51.343569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5232 2025.02.13 06:14:51.343682 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5233 2025.02.13 06:14:51.344137 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007202 sec., 5415.162454873646 rows/sec., 9.70 MiB/sec.
5234 2025.02.13 06:14:51.344449 [ 261 ] {8f0d7e0b-3832-43b7-87b9-9c079c6435b6} <Debug> TCPHandler: Processed in 0.007922365 sec.
5235 2025.02.13 06:14:51.344710 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5236 2025.02.13 06:14:51.345040 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5237 2025.02.13 06:14:51.345230 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5238 2025.02.13 06:14:51.347051 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5239 2025.02.13 06:14:51.347126 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5240 2025.02.13 06:14:51.348297 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5241 2025.02.13 06:14:51.348876 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5242 2025.02.13 06:14:51.349427 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004492 sec., 13357.079252003561 rows/sec., 921.78 KiB/sec.
5243 2025.02.13 06:14:51.349607 [ 260 ] {17726b9c-cf20-4e50-89bd-80613228611a} <Debug> TCPHandler: Processed in 0.005015232 sec.
5244 2025.02.13 06:14:51.355904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5245 2025.02.13 06:14:51.356756 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5246 2025.02.13 06:14:51.360806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5247 2025.02.13 06:14:56.315579 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5248 2025.02.13 06:14:56.315798 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5249 2025.02.13 06:14:56.315873 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5250 2025.02.13 06:14:56.316689 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5251 2025.02.13 06:14:56.316743 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5252 2025.02.13 06:14:56.317186 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5253 2025.02.13 06:14:56.317438 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Trace> oximeter.fields_i16 (04dbce9c-3b73-446a-bd76-355a31eb4757): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5254 2025.02.13 06:14:56.317697 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00195 sec., 12307.692307692309 rows/sec., 1.02 MiB/sec.
5255 2025.02.13 06:14:56.317771 [ 261 ] {949381e0-7c87-4d16-b1c3-7f8928383aab} <Debug> TCPHandler: Processed in 0.002330483 sec.
5256 2025.02.13 06:14:56.318044 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5257 2025.02.13 06:14:56.318244 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5258 2025.02.13 06:14:56.318324 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5259 2025.02.13 06:14:56.319098 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5260 2025.02.13 06:14:56.319150 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5261 2025.02.13 06:14:56.319580 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5262 2025.02.13 06:14:56.319838 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Trace> oximeter.fields_ipaddr (696f4e50-659c-476b-897c-947ab5364a72): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5263 2025.02.13 06:14:56.320075 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001885 sec., 1061.0079575596817 rows/sec., 86.52 KiB/sec.
5264 2025.02.13 06:14:56.320143 [ 260 ] {4a0c5d96-68d9-461e-b6bd-97a43f337305} <Debug> TCPHandler: Processed in 0.00224017 sec.
5265 2025.02.13 06:14:56.320316 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5266 2025.02.13 06:14:56.320468 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5267 2025.02.13 06:14:56.320529 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5268 2025.02.13 06:14:56.321219 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5269 2025.02.13 06:14:56.321264 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5270 2025.02.13 06:14:56.321658 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5271 2025.02.13 06:14:56.321919 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5272 2025.02.13 06:14:56.322100 [ 37 ] {} <Debug> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5273 2025.02.13 06:14:56.322172 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.00174 sec., 101724.13793103448 rows/sec., 8.92 MiB/sec.
5274 2025.02.13 06:14:56.322182 [ 37 ] {} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5275 2025.02.13 06:14:56.322296 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5276 2025.02.13 06:14:56.322323 [ 261 ] {32eafc54-6952-45fa-965b-b45c0de751ad} <Debug> TCPHandler: Processed in 0.002077509 sec.
5277 2025.02.13 06:14:56.322526 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5278 2025.02.13 06:14:56.322557 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
5279 2025.02.13 06:14:56.322675 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5280 2025.02.13 06:14:56.322722 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5281 2025.02.13 06:14:56.322742 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5282 2025.02.13 06:14:56.322767 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1965 rows starting from the beginning of the part
5283 2025.02.13 06:14:56.322986 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1281 rows starting from the beginning of the part
5284 2025.02.13 06:14:56.323512 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
5285 2025.02.13 06:14:56.323908 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
5286 2025.02.13 06:14:56.324279 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 134 rows starting from the beginning of the part
5287 2025.02.13 06:14:56.324503 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 177 rows starting from the beginning of the part
5288 2025.02.13 06:14:56.325271 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5289 2025.02.13 06:14:56.325320 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5290 2025.02.13 06:14:56.325830 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5291 2025.02.13 06:14:56.326156 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2025.02.13 06:14:56.326401 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Debug> executeQuery: Read 14 rows, 1.10 KiB in 0.003766 sec., 3717.472118959108 rows/sec., 292.24 KiB/sec.
5293 2025.02.13 06:14:56.326468 [ 260 ] {5811718f-98a2-451c-b442-001e140ecf6d} <Debug> TCPHandler: Processed in 0.004044934 sec.
5294 2025.02.13 06:14:56.326646 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5295 2025.02.13 06:14:56.326906 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5296 2025.02.13 06:14:56.327092 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5297 2025.02.13 06:14:56.327213 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 5 columns (5 merged, 0 gathered) in 0.004809858 sec., 762808.3822848824 rows/sec., 65.84 MiB/sec.
5298 2025.02.13 06:14:56.327571 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5299 2025.02.13 06:14:56.328191 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5300 2025.02.13 06:14:56.328393 [ 198 ] {9b2aedd0-118f-44e9-9e7a-6df7a4d0c145::all_1_46_9} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5301 2025.02.13 06:14:56.328581 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
5302 2025.02.13 06:14:56.328659 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5303 2025.02.13 06:14:56.328705 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5304 2025.02.13 06:14:56.329073 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5305 2025.02.13 06:14:56.329314 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Trace> oximeter.fields_u32 (30c3e4a5-fd5b-42a3-b389-8fa0f902da02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5306 2025.02.13 06:14:56.329583 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00278 sec., 8633.093525179856 rows/sec., 733.48 KiB/sec.
5307 2025.02.13 06:14:56.329787 [ 261 ] {8e4154d9-5217-44ed-b34f-f88e967d6f83} <Debug> TCPHandler: Processed in 0.003216509 sec.
5308 2025.02.13 06:14:56.329955 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5309 2025.02.13 06:14:56.330080 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5310 2025.02.13 06:14:56.330134 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5311 2025.02.13 06:14:56.330705 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5312 2025.02.13 06:14:56.330743 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5313 2025.02.13 06:14:56.331104 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5314 2025.02.13 06:14:56.331356 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Trace> oximeter.fields_u8 (f8a75c76-329b-40ec-8e40-12af514780dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5315 2025.02.13 06:14:56.331610 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001556 sec., 7712.082262210796 rows/sec., 602.51 KiB/sec.
5316 2025.02.13 06:14:56.331781 [ 260 ] {b0b623b6-379e-4c99-a6c7-bfc907beb8a0} <Debug> TCPHandler: Processed in 0.001885515 sec.
5317 2025.02.13 06:14:56.331950 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5318 2025.02.13 06:14:56.332095 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5319 2025.02.13 06:14:56.332153 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5320 2025.02.13 06:14:56.332857 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5321 2025.02.13 06:14:56.332898 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5322 2025.02.13 06:14:56.333278 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5323 2025.02.13 06:14:56.333513 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5324 2025.02.13 06:14:56.333691 [ 37 ] {} <Debug> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5325 2025.02.13 06:14:56.333746 [ 37 ] {} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5326 2025.02.13 06:14:56.333764 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Debug> executeQuery: Read 102 rows, 8.54 KiB in 0.001693 sec., 60248.08033077377 rows/sec., 4.92 MiB/sec.
5327 2025.02.13 06:14:56.333783 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5328 2025.02.13 06:14:56.333968 [ 261 ] {85789a2f-93ef-4b2f-83a7-81665fbd1293} <Debug> TCPHandler: Processed in 0.002086519 sec.
5329 2025.02.13 06:14:56.334277 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5330 2025.02.13 06:14:56.334315 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
5331 2025.02.13 06:14:56.334643 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5332 2025.02.13 06:14:56.334796 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5333 2025.02.13 06:14:56.334876 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5334 2025.02.13 06:14:56.334987 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 949 rows starting from the beginning of the part
5335 2025.02.13 06:14:56.335382 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 573 rows starting from the beginning of the part
5336 2025.02.13 06:14:56.335769 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
5337 2025.02.13 06:14:56.336057 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
5338 2025.02.13 06:14:56.336379 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 103 rows starting from the beginning of the part
5339 2025.02.13 06:14:56.336722 [ 196 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 102 rows starting from the beginning of the part
5340 2025.02.13 06:14:56.337636 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2025.02.13 06:14:56.337697 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5342 2025.02.13 06:14:56.338713 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5343 2025.02.13 06:14:56.339213 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2025.02.13 06:14:56.339417 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5345 2025.02.13 06:14:56.339535 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5346 2025.02.13 06:14:56.339626 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5347 2025.02.13 06:14:56.339641 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Debug> executeQuery: Read 233 rows, 17.46 KiB in 0.005093 sec., 45749.067347339485 rows/sec., 3.35 MiB/sec.
5348 2025.02.13 06:14:56.340230 [ 260 ] {78d1608e-b6a3-4bd3-9818-19eb082d0255} <Debug> TCPHandler: Processed in 0.006120872 sec.
5349 2025.02.13 06:14:56.340291 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
5350 2025.02.13 06:14:56.340404 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.006479228 sec., 286299.54062428424 rows/sec., 22.47 MiB/sec.
5351 2025.02.13 06:14:56.340514 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5352 2025.02.13 06:14:56.340620 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5353 2025.02.13 06:14:56.340700 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11646 rows starting from the beginning of the part
5354 2025.02.13 06:14:56.340777 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5355 2025.02.13 06:14:56.340794 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5356 2025.02.13 06:14:56.341084 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5357 2025.02.13 06:14:56.341115 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 939 rows starting from the beginning of the part
5358 2025.02.13 06:14:56.341720 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 74 rows starting from the beginning of the part
5359 2025.02.13 06:14:56.342284 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
5360 2025.02.13 06:14:56.342397 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2025.02.13 06:14:56.342782 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
5362 2025.02.13 06:14:56.342950 [ 192 ] {4073b00a-d863-45dc-9664-67a965f1e09e::all_1_46_9} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5363 2025.02.13 06:14:56.343276 [ 199 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 233 rows starting from the beginning of the part
5364 2025.02.13 06:14:56.343411 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5365 2025.02.13 06:14:56.344218 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2025.02.13 06:14:56.344265 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5367 2025.02.13 06:14:56.344702 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5368 2025.02.13 06:14:56.345039 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2025.02.13 06:14:56.345290 [ 37 ] {} <Debug> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5370 2025.02.13 06:14:56.345406 [ 37 ] {} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5371 2025.02.13 06:14:56.345490 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5372 2025.02.13 06:14:56.345491 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004773 sec., 12570.710245128848 rows/sec., 867.51 KiB/sec.
5373 2025.02.13 06:14:56.345970 [ 261 ] {b8f6131e-7a71-42b4-b817-31ee95e2d14c} <Debug> TCPHandler: Processed in 0.005585623 sec.
5374 2025.02.13 06:14:56.346040 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
5375 2025.02.13 06:14:56.346424 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5376 2025.02.13 06:14:56.346503 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2162 rows starting from the beginning of the part
5377 2025.02.13 06:14:56.346751 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part
5378 2025.02.13 06:14:56.346908 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part
5379 2025.02.13 06:14:56.347182 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
5380 2025.02.13 06:14:56.347436 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
5381 2025.02.13 06:14:56.347573 [ 192 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
5382 2025.02.13 06:14:56.349684 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 4 columns (4 merged, 0 gathered) in 0.004027694 sec., 596371.0252069795 rows/sec., 40.08 MiB/sec.
5383 2025.02.13 06:14:56.349863 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13212 rows, containing 5 columns (5 merged, 0 gathered) in 0.010081815 sec., 1310478.3216117336 rows/sec., 89.76 MiB/sec.
5384 2025.02.13 06:14:56.350010 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5385 2025.02.13 06:14:56.350312 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5386 2025.02.13 06:14:56.350427 [ 200 ] {243e70a3-bfb1-40da-96d2-92e62a605823::all_1_46_9} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5387 2025.02.13 06:14:56.350471 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5388 2025.02.13 06:14:56.350591 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5389 2025.02.13 06:14:56.350933 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5390 2025.02.13 06:14:56.351028 [ 193 ] {8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5391 2025.02.13 06:14:56.351131 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB.
5392 2025.02.13 06:14:57.898808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5393 2025.02.13 06:14:57.899537 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5394 2025.02.13 06:14:57.899580 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5395 2025.02.13 06:14:57.900136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5396 2025.02.13 06:14:57.900409 [ 244 ] {} <Trace> system.asynchronous_metric_log (a01817db-6427-43b7-b4cd-f46cf29c9749): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2025.02.13 06:14:57.900597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5398 2025.02.13 06:14:58.860877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5399 2025.02.13 06:14:58.882478 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2025.02.13 06:14:58.882533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5401 2025.02.13 06:14:58.890377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5402 2025.02.13 06:14:58.891207 [ 243 ] {} <Trace> system.metric_log (bef0bd05-edc1-4419-871b-ae83683cd01d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5403 2025.02.13 06:14:58.894787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5404 2025.02.13 06:15:00.455564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 738
5405 2025.02.13 06:15:00.459278 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5406 2025.02.13 06:15:00.459330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5407 2025.02.13 06:15:00.461259 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5408 2025.02.13 06:15:00.461692 [ 242 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5409 2025.02.13 06:15:00.461879 [ 30 ] {} <Debug> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5410 2025.02.13 06:15:00.461936 [ 30 ] {} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5411 2025.02.13 06:15:00.461975 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5412 2025.02.13 06:15:00.462590 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::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
5413 2025.02.13 06:15:00.463932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 738
5414 2025.02.13 06:15:00.464309 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5415 2025.02.13 06:15:00.464515 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 610 rows starting from the beginning of the part
5416 2025.02.13 06:15:00.465231 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
5417 2025.02.13 06:15:00.465963 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part
5418 2025.02.13 06:15:00.466644 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part
5419 2025.02.13 06:15:00.467342 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part
5420 2025.02.13 06:15:00.468039 [ 195 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part
5421 2025.02.13 06:15:00.477428 [ 200 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 72 columns (72 merged, 0 gathered) in 0.01531046 sec., 48202.34009951367 rows/sec., 42.10 MiB/sec.
5422 2025.02.13 06:15:00.478821 [ 197 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5423 2025.02.13 06:15:00.479680 [ 197 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5424 2025.02.13 06:15:00.479781 [ 197 ] {9a4aa446-663c-43b4-bbe2-703dbab820bb::all_1_21_4} <Trace> system.query_log (9a4aa446-663c-43b4-bbe2-703dbab820bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5425 2025.02.13 06:15:00.480130 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB.
5426 2025.02.13 06:15:01.316554 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5427 2025.02.13 06:15:01.316768 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5428 2025.02.13 06:15:01.316847 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5429 2025.02.13 06:15:01.317700 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5430 2025.02.13 06:15:01.317758 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5431 2025.02.13 06:15:01.318295 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5432 2025.02.13 06:15:01.318567 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Trace> oximeter.fields_string (9b2aedd0-118f-44e9-9e7a-6df7a4d0c145): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5433 2025.02.13 06:15:01.318818 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002106 sec., 63627.73029439697 rows/sec., 5.47 MiB/sec.
5434 2025.02.13 06:15:01.318889 [ 261 ] {aef26078-4610-4e78-a0d5-eeb84fd8ae88} <Debug> TCPHandler: Processed in 0.002473825 sec.
5435 2025.02.13 06:15:01.319144 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5436 2025.02.13 06:15:01.319337 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5437 2025.02.13 06:15:01.319418 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5438 2025.02.13 06:15:01.320187 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5439 2025.02.13 06:15:01.320235 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5440 2025.02.13 06:15:01.320667 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5441 2025.02.13 06:15:01.320941 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Trace> oximeter.fields_u16 (42df6457-8a87-4347-8420-8582b789c82a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5442 2025.02.13 06:15:01.321242 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001944 sec., 20061.728395061727 rows/sec., 1.47 MiB/sec.
5443 2025.02.13 06:15:01.321459 [ 260 ] {d5b1ea68-e95c-43cf-a63b-86e366c02627} <Debug> TCPHandler: Processed in 0.002448064 sec.
5444 2025.02.13 06:15:01.321650 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5445 2025.02.13 06:15:01.321795 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5446 2025.02.13 06:15:01.321856 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5447 2025.02.13 06:15:01.322570 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5448 2025.02.13 06:15:01.322613 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5449 2025.02.13 06:15:01.323018 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5450 2025.02.13 06:15:01.323283 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Trace> oximeter.fields_uuid (4073b00a-d863-45dc-9664-67a965f1e09e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2025.02.13 06:15:01.323527 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001768 sec., 58257.9185520362 rows/sec., 4.55 MiB/sec.
5452 2025.02.13 06:15:01.323601 [ 261 ] {40be14bf-e27b-4b1d-8af2-1b567d623887} <Debug> TCPHandler: Processed in 0.002010077 sec.
5453 2025.02.13 06:15:01.323792 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5454 2025.02.13 06:15:01.323939 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5455 2025.02.13 06:15:01.324013 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5456 2025.02.13 06:15:01.324734 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5457 2025.02.13 06:15:01.324778 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5458 2025.02.13 06:15:01.325260 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5459 2025.02.13 06:15:01.325546 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Trace> oximeter.measurements_cumulativeu64 (8c8c96b0-8745-4ba5-a317-c8bcffdd3f0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5460 2025.02.13 06:15:01.325772 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001868 sec., 85653.10492505353 rows/sec., 5.97 MiB/sec.
5461 2025.02.13 06:15:01.325828 [ 260 ] {bbd4da2e-01b5-4edf-b5e4-b15a75558a2f} <Debug> TCPHandler: Processed in 0.002112189 sec.
5462 2025.02.13 06:15:01.326020 [ 261 ] {} <Trace> TCP-Session: 23853b8b-adc6-4b2c-8d02-26e16336e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5463 2025.02.13 06:15:01.326153 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5464 2025.02.13 06:15:01.326243 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5465 2025.02.13 06:15:01.327554 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2025.02.13 06:15:01.327599 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5467 2025.02.13 06:15:01.328350 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5468 2025.02.13 06:15:01.328652 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Trace> oximeter.measurements_histogramu64 (ac14120c-71d6-4ec4-b2ab-f0871078c410): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5469 2025.02.13 06:15:01.328927 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002803 sec., 13913.663931501962 rows/sec., 24.93 MiB/sec.
5470 2025.02.13 06:15:01.329065 [ 261 ] {4ca5277e-81cd-4d9f-9a9e-9a6a7e53047b} <Debug> TCPHandler: Processed in 0.003105107 sec.
5471 2025.02.13 06:15:01.329238 [ 260 ] {} <Trace> TCP-Session: cdb5be34-0966-4cd9-a518-1ef60309ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5472 2025.02.13 06:15:01.329371 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44667) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5473 2025.02.13 06:15:01.329440 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5474 2025.02.13 06:15:01.330082 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5475 2025.02.13 06:15:01.330133 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB.
5476 2025.02.13 06:15:01.330624 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5477 2025.02.13 06:15:01.330974 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Trace> oximeter.measurements_u64 (243e70a3-bfb1-40da-96d2-92e62a605823): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5478 2025.02.13 06:15:01.331198 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec.
5479 2025.02.13 06:15:01.331252 [ 260 ] {63df2f11-a58b-477a-8375-e9a63dcc8ded} <Debug> TCPHandler: Processed in 0.002078318 sec.